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
The Block data structure doesn't currently have a status field. From the perspective of a node a block can be PENDING (i.e., syntactically valid but contextual status unclear, waiting for hare and tortoise to confirm), VALID/CONFIRMED, or INVALID (i.e., contextually invalid, due to hare and/or tortoise). We should add this, so that if a block later gets invalidated, downstream clients are aware of this and know to drop the transactions it includes.
The text was updated successfully, but these errors were encountered:
The Block data structure doesn't currently have a status field. From the perspective of a node a block can be PENDING (i.e., syntactically valid but contextual status unclear, waiting for hare and tortoise to confirm), VALID/CONFIRMED, or INVALID (i.e., contextually invalid, due to hare and/or tortoise). We should add this, so that if a block later gets invalidated, downstream clients are aware of this and know to drop the transactions it includes.
The text was updated successfully, but these errors were encountered: