Store and compute node/stake state in EpochStakes struct (#8958)

* Store and compute needed bank state in EpochStakes struct
This commit is contained in:
carllin
2020-03-25 12:19:15 -07:00
committed by GitHub
parent 45348b2c83
commit 9dc69d9843
5 changed files with 278 additions and 6 deletions

View File

@ -31,7 +31,7 @@ pub const TAR_SNAPSHOTS_DIR: &str = "snapshots";
pub const TAR_ACCOUNTS_DIR: &str = "accounts";
pub const TAR_VERSION_FILE: &str = "version";
pub const SNAPSHOT_VERSION: &str = "1.0.0";
pub const SNAPSHOT_VERSION: &str = "1.1.0";
#[derive(PartialEq, Ord, Eq, Debug)]
pub struct SlotSnapshotPaths {