SebastianElvis / ebft

ISC License
2 stars 0 forks source link

blockchain: block state `Certified` and `Finalized` #9

Closed SebastianElvis closed 2 years ago

SebastianElvis commented 2 years ago

Problem

ORazor adds two extra possible states for blocks: Certified and Finalized. (We use American English given the popularity)

Description

The block is defined as the struct blockNode. The block validation state is represented as the field status in blockNode.

Alternatives

Additional context