Expand description
Reconfiguration and checkpoints.
A checkpoint lets a node adopt a chain’s state at some height without replaying the blocks below it. Every statement here is a conservation claim — “this behaves as it would have without the checkpoint” — stated relative to whatever that behaviour is, so none of them needs a specification of execution or messaging to be meaningful.
| module | covers |
|---|---|
epochs | committees, epochs, and how a node comes to trust one |
checkpoints | events, messages, blobs and execution state across a checkpoint boundary |
Modules§
- checkpoints
- Event streams across a checkpoint boundary.
- epochs
- Committees, epochs, and how a node comes to trust one.