Expand description
The node — one participant that holds a chain, a mempool, and a validator set, and runs the produce/accept consensus loop.
Each round is seeded by the public randomness beacon. If this node is the beacon- selected proposer, it drains its mempool and produces the next block. Blocks from peers are accepted only if (a) the proposer is the correct beacon-selected validator for that block’s beacon, and (b) the block passes full structural + post-quantum validation against the chain head.
Structs§
- Node
- A network participant.