Structs§
- This struct packages up fields to send from AccountsBackgroundService to AccountsHashVerifier
- This struct packages up fields to send from AccountsHashVerifier to SnapshotPackagerService
- Supplemental information needed for snapshots
Enums§
- Accounts packages are sent to the Accounts Hash Verifier for processing. There are multiple types of accounts packages, which are specified as variants in this enum. All accounts packages do share some processing: such as calculating the accounts hash.
- Snapshots come in two kinds, Full and Incremental. The IncrementalSnapshot has a Slot field, which is the incremental snapshot base slot.
Functions§
- Compare accounts package kinds by priority
- Compare accounts packages by priority; first by type, then by slot
- Compare snapshot kinds by priority
- Compare snapshot packages by priority; first by type, then by slot
- Helper function to retain only max n of elements to the right of a vector, viz. remove v.len() - n elements from the left of the vector.