Expand description
The Approval Voting Subsystem.
This subsystem is responsible for determining candidates to do approval checks on, performing those approval checks, and tracking the assignments and approvals of others. It uses this information to determine when candidates and blocks have been sufficiently approved to finalize.
Re-exports§
pub use criteria::RealAssignmentCriteria;
Modules§
- approval_
db - Approval DB accessors and writers for on-disk persisted approval storage data.
- criteria
- Assignment criteria VRF generation and checking.
Structs§
- Approval
Voting Subsystem - The approval voting subsystem.
- Assignment
Config - Information about the world assignments are being produced in.
- Config
- Configuration for the approval voting subsystem
- Metrics
- Approval Voting metrics.
Traits§
- Approval
Voting Work Provider - Trait for providing approval voting subsystem with work.
- Assignment
Criteria - A trait for producing and checking assignments.