Skip to content
New issue

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

Transaction sent to expired alias is not loading #928

Closed
cryptoBeliever opened this issue Sep 5, 2021 · 1 comment · Fixed by #930
Closed

Transaction sent to expired alias is not loading #928

cryptoBeliever opened this issue Sep 5, 2021 · 1 comment · Fixed by #930
Assignees
Labels
P2 Issue Feature or UI issue preventing an action, Incomplete process or crashing during action

Comments

@cryptoBeliever
Copy link

cryptoBeliever commented Sep 5, 2021

Steps:

  • Try open transaction sent to expired mosaic.

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

@AnthonyLaw
Copy link
Member

AnthonyLaw commented Sep 7, 2021

Interesting, it related to the rest issue.

"recipientAddress": "9986A6F4C35A69559F000000000000000000000000000000"
recipientAddress is returned "namespace id hex".

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.

@AnthonyLaw AnthonyLaw added the P2 Issue Feature or UI issue preventing an action, Incomplete process or crashing during action label Oct 15, 2021
AnthonyLaw added a commit to AnthonyLaw/symbol-explorer that referenced this issue Oct 18, 2021
OlegMakarenko added a commit to AnthonyLaw/symbol-explorer that referenced this issue Oct 19, 2021
AnthonyLaw added a commit to AnthonyLaw/symbol-explorer that referenced this issue Oct 20, 2021
AnthonyLaw added a commit to AnthonyLaw/symbol-explorer that referenced this issue Oct 22, 2021
AnthonyLaw added a commit to AnthonyLaw/symbol-explorer that referenced this issue Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Issue Feature or UI issue preventing an action, Incomplete process or crashing during action
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants