solana_runtime

Module snapshot_package

Source

Structs§

Enums§

  • Snapshots come in two flavors, Full and Incremental. The IncrementalSnapshot has a Slot field, which is the incremental snapshot base slot.

Functions§

  • 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.

Type Aliases§

  • The PendingAccountsPackage passes an AccountsPackage from AccountsBackgroundService to AccountsHashVerifier for hashing
  • The PendingSnapshotPackage passes a SnapshotPackage from AccountsHashVerifier to SnapshotPackagerService for archiving