Update epoch slots to include all missing slots (#8276)

* Update epoch slots to include all missing slots

* new test for compress/decompress

* address review comments

* limit cache based on size, instead of comparing roots
This commit is contained in:
Pankaj Garg
2020-02-17 12:39:30 -08:00
committed by GitHub
parent 027ec71aa9
commit 0d5c1239c6
5 changed files with 324 additions and 115 deletions

View File

@@ -18,6 +18,7 @@ bincode = "1.2.1"
bs58 = "0.3.0"
byteorder = "1.3.2"
chrono = { version = "0.4.10", features = ["serde"] }
compression = "0.1.5"
core_affinity = "0.5.10"
crossbeam-channel = "0.3"
fs_extra = "1.1.0"