You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blocks can become INVALID after some number of layers (see the pending change in spacemeshos/api#138). The explorer needs to be able to account for this. Blocks should be displayed with their status (which may be the same as layer status, i.e., PENDING, for some time), until they're finalized as VALID or INVALID. INVALID blocks should be marked invalid, or possibly dropped entirely, along with the transactions they contain.
The text was updated successfully, but these errors were encountered:
Does the api support this? All of this data should come from the api: a block state (which may change at any time) + transaction state (via the receipt data eventually). Explorer backend should be able to handle this but I'm not sure what's the best design as any block or any transaction may change at any time. This whole discussion should move to API repo imo. This is all falls under support mesh reorg and self healing part of the api and explore backend...
Blocks can become INVALID after some number of layers (see the pending change in spacemeshos/api#138). The explorer needs to be able to account for this. Blocks should be displayed with their status (which may be the same as layer status, i.e., PENDING, for some time), until they're finalized as VALID or INVALID. INVALID blocks should be marked invalid, or possibly dropped entirely, along with the transactions they contain.
The text was updated successfully, but these errors were encountered: