Rework Accounts for fast squash, hashing state and checkpoint recovery. (#3613)

* accounts rewrite

* ignore grow tests

* skip duplicate roots

* allow for a root race

* logger

* accounts_index tests

* tests

* tests
This commit is contained in:
anatoly yakovenko
2019-04-15 17:15:50 -07:00
committed by GitHub
parent 2bbed7727f
commit 68fc303b9b
8 changed files with 838 additions and 641 deletions

View File

@@ -19,6 +19,7 @@ libloading = "0.5.0"
log = "0.4.2"
memmap = "0.6.2"
rand = "0.6.5"
rayon = "1.0.0"
serde = "1.0.88"
serde_derive = "1.0.88"
serde_json = "1.0.38"