E2E
: Investigate and fix issues in TokenCreateTransaction
tests
#244
Labels
Bug
A error that causes the feature to behave differently than what was expected based on design docs
Milestone
Description
Found some issues in the
origin/00231-tck-implement-json-rpc-method-for-tokencreatetransaction
:Test (#1) Creates a token with an auto renew account
(specifically the 2nd expect call) is failing for two reasons. First, theMirrorNodeClient
class is not correctly retrieving data in thegetTokenData()
method. Second, the data from both theConsensus
andMirror
clients must be awaited.Upon reviewing the
MirrorNodeClient
class, I noticed the API endpoints didn’t align with the Swagger documentation andverifyTokenCreationWithInitialSupply
helper function within thetokenCreateTransaction
file must be awaited.Steps to reproduce
00757-tck-c++-implement-json-rpc-methods-for-tokencreatetransaction
origin/00231-tck-implement-json-rpc-method-for-tokencreatetransaction
npm test test/token-service/test_tokenCreateTransaction.js
Hedera network
hedera-local-node
andtestnet
Version
latest
Operating system
MacOS
The text was updated successfully, but these errors were encountered: