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

@ -22,7 +22,7 @@ _ cargo +"$rust_stable" clippy --all --exclude solana-sdk-c -- --deny=warnings
_ cargo +"$rust_stable" clippy --manifest-path sdk-c/Cargo.toml -- --deny=warnings
_ cargo +"$rust_stable" audit --version
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2020-0002
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2020-0002 --ignore RUSTSEC-2020-0006
_ ci/nits.sh
_ ci/order-crates-for-publishing.py
_ docs/build.sh