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

@@ -6,6 +6,7 @@ pub mod bank;
pub mod bank_client;
mod blockhash_queue;
pub mod bloom;
pub mod epoch_stakes;
pub mod genesis_utils;
pub mod loader_utils;
pub mod message_processor;