We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps:
Result: Explorer showing that transaction doesn't exists. Expected result: Correctly present transaction
Example transaction: http://explorer.testnet.symboldev.network/transactions/DEC1A07796044E412E144365725C93272D7148198ED2FEC292A4D01918E128F6
Transaction (api call): http://ngl-dual-001.testnet.symboldev.network:3000/transactions/confirmed/DEC1A07796044E412E144365725C93272D7148198ED2FEC292A4D01918E128F6
Transaction (try get namespace - fail with error code 404): http://ngl-dual-001.testnet.symboldev.network:3000/namespaces/9F55695AC3F4A686
===
Similar issue issue is when we try show second page of transactions for this account: http://explorer.testnet.symboldev.network/accounts/TCETF4ZS2C6AKXQIUJHNXIRCBXVF2NRNMVEFL4I
The text was updated successfully, but these errors were encountered:
Interesting, it related to the rest issue.
"recipientAddress": "9986A6F4C35A69559F000000000000000000000000000000" recipientAddress is returned "namespace id hex".
"recipientAddress": "9986A6F4C35A69559F000000000000000000000000000000"
recipientAddress
Rest fail to respond address because the namespace already expired.
more discussion symbol/catapult-rest#611 (comment)
But it get should the address from address Resolution Statement.
Sorry, something went wrong.
Merge branch 'dev' into symbolgh-928-address-resolution
9261a66
0f0bdee
8518153
3d8d61a
067fe21
AnthonyLaw
Successfully merging a pull request may close this issue.
Steps:
Result: Explorer showing that transaction doesn't exists.
Expected result: Correctly present transaction
Example transaction: http://explorer.testnet.symboldev.network/transactions/DEC1A07796044E412E144365725C93272D7148198ED2FEC292A4D01918E128F6
Transaction (api call):
http://ngl-dual-001.testnet.symboldev.network:3000/transactions/confirmed/DEC1A07796044E412E144365725C93272D7148198ED2FEC292A4D01918E128F6
Transaction (try get namespace - fail with error code 404):
http://ngl-dual-001.testnet.symboldev.network:3000/namespaces/9F55695AC3F4A686
===
Similar issue issue is when we try show second page of transactions for this account:
http://explorer.testnet.symboldev.network/accounts/TCETF4ZS2C6AKXQIUJHNXIRCBXVF2NRNMVEFL4I
The text was updated successfully, but these errors were encountered: