Expand description
Version 3 of the DB schema.
Version 3 modifies the our_approval
format of ApprovalEntry
and adds a new field pending_signatures
for BlockEntry
Re-exports§
pub use super::v2::Bitfield;
pub use super::v2::OurAssignment;
pub use super::v2::Tick;
pub use super::v2::TrancheEntry;
Modules§
- Approval DB migration helpers.
Structs§
- Metadata regarding approval of a particular candidate within the context of some particular block.
- Metadata regarding approval of a particular block, by way of approval of the candidates contained within it.
- Metadata regarding approval of a particular candidate.
- Context needed for creating an approval signature for a given candidate.
- Metadata about our approval signature
Functions§
- Load a block entry from the aux store in v2 format.
- Load a candidate entry from the aux store in v2 format.