Module snapshot_package
Source - AccountsPackage
- SnapshotPackage
- SnapshotType
- Snapshots come in two flavors, Full and Incremental. The IncrementalSnapshot has a Slot field,
which is the incremental snapshot base slot.
- retain_max_n_elements
- 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.
- PendingAccountsPackage
- The PendingAccountsPackage passes an AccountsPackage from AccountsBackgroundService to
AccountsHashVerifier for hashing
- PendingSnapshotPackage
- The PendingSnapshotPackage passes a SnapshotPackage from AccountsHashVerifier to
SnapshotPackagerService for archiving