This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
Account that is created in a failing transaction may show up on the list in Explorer #223
Labels
blocked
needs something from nearcore
bug
Something isn't working
Priority 2
receipts
receipts related issue
Story
As a user who uses Explorer Accounts page, I want to know the correct information about the accounts.
It seems that currently, we may include an account from a CreateAccount action of a transaction that actually failed.
To resolve this we need to query individual transactions (since near/nearcore#1880 is not implemented yet) to know the status. While we are at it, we can also store this status in Explorer DB, so we don't need to query it from the node again and again.This should be resolved with #218.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: