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 accessors and writers for on-disk persisted approval storage data.
- Assignment criteria VRF generation and checking.
Structs§
- The approval voting subsystem.
- Information about the world assignments are being produced in.
- Configuration for the approval voting subsystem
- Approval Voting metrics.
Traits§
- Trait for providing approval voting subsystem with work.
- A trait for producing and checking assignments.