hash account state on store (#5573)

This commit is contained in:
sakridge
2019-09-20 13:21:12 -07:00
committed by GitHub
parent 5dd3a07a23
commit 19ae556857
14 changed files with 484 additions and 54 deletions

View File

@@ -18,6 +18,7 @@ default = [
"chrono",
"memmap",
"rand",
"rand_chacha",
"rayon",
"serde_json",
"solana-ed25519-dalek",
@@ -40,6 +41,7 @@ memmap = { version = "0.6.2", optional = true }
num-derive = { version = "0.2" }
num-traits = { version = "0.2" }
rand = { version = "0.6.5", optional = true }
rand_chacha = { version = "0.1.1", optional = true }
rayon = { version = "1.2.0", optional = true }
serde = "1.0.101"
serde_derive = "1.0.101"