Add snapshot hash of full accounts state (#8295) (#8515)

* Add snapshot hash of full accounts state

* Use normal hashing for the accounts delta state

* Add merkle

(cherry picked from commit 947a339714)

Co-authored-by: sakridge <sakridge@gmail.com>
This commit is contained in:
mergify[bot]
2020-02-27 17:36:28 -08:00
committed by GitHub
parent 9afd14a0c6
commit 7b23e79922
7 changed files with 298 additions and 279 deletions

View File

@@ -64,8 +64,6 @@ pub mod program_error;
// Modules not usable by on-chain programs
#[cfg(not(feature = "program"))]
pub mod bank_hash;
#[cfg(not(feature = "program"))]
pub mod client;
#[cfg(not(feature = "program"))]
pub mod genesis_config;