Re-exports§
pub use genesis::Genesis;pub use options::Options;pub use run::main;pub use espresso_keyset as keyset;
Modules§
- api
- catchup
- consensus_
handle - context
- external_
event_ 🔒handler - Should probably rename this to “external” or something
- genesis
- network
- options
- persistence
- Sequencer node persistence.
- proposal_
fetcher 🔒 - request_
response 🔒 - run
- startup_
catchup 🔒 - Startup stake-table catchup for new-protocol nodes.
- state
- state_
cert - State certificate validation and error handling
- state_
signature - Utilities for generating and storing the most recent light client state signatures.
- testing
- util
Structs§
- L1Params
- Network
Params - Node
- The Sequencer node is generic over the hotshot CommChannel.
Constants§
Functions§
- check_
cliquenet_ 🔒info_ registered - On the version immediately preceding CLIQUENET, log an error if this
validator has a stake-table entry without an x25519 key or p2p address.
Skipped unless StakeTableV3 is deployed (otherwise the operator has no
actionable path), detected via
getVersion()on the proxy. - empty_
builder_ commitment - init_
node