Add snapshot hash of full accounts state (#8295)

* Add snapshot hash of full accounts state

* Use normal hashing for the accounts delta state

* Add merkle
This commit is contained in:
sakridge
2020-02-22 13:46:40 -08:00
committed by GitHub
parent edb18349c9
commit 947a339714
7 changed files with 299 additions and 272 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;