Re-exports§
pub use amareleo_node_bft_ledger_service as ledger_service;pub use amareleo_node_bft_storage_service as storage_service;
Modules§
Macros§
- spawn_
blocking - A helper macro to spawn a blocking task.
Structs§
Constants§
- DEVELOPMENT_
MODE_ NUM_ GENESIS_ COMMITTEE_ MEMBERS - The development mode number of genesis committee members.
- DEVELOPMENT_
MODE_ RNG_ SEED - The development mode RNG seed.
- MAX_
BATCH_ DELAY_ IN_ MS - The maximum number of milliseconds to wait before proposing a batch.
- MAX_
LEADER_ CERTIFICATE_ DELAY_ IN_ SECS - The maximum number of seconds allowed for the leader to send their certificate.
- MAX_
TIMESTAMP_ DELTA_ IN_ SECS - The maximum number of seconds before the timestamp is considered expired.
- MAX_
WORKERS - The maximum number of workers that can be spawned.
- MIN_
BATCH_ DELAY_ IN_ SECS - The minimum number of seconds to wait before proposing a batch.
Type Aliases§
- Proposed
Batch - A helper type for an optional proposed batch.