Several changes

* Fix state cache pruning of finalized state from block map
* Update to latest `milhouse`
* Check beacon state diffs in EF tests
This commit is contained in:
Michael Sproul
2022-03-01 15:49:40 +11:00
parent 143cf59504
commit 98629ce741
17 changed files with 115 additions and 50 deletions

View File

@@ -28,8 +28,7 @@ sloggers = { version = "2.1.1", features = ["json"] }
directory = { path = "../../common/directory" }
tree_hash = "0.4.0"
take-until = "0.1.0"
flate2 = { version = "1.0.22", features = ["zlib"], default-features = false }
bincode = "1.3.3"
zstd = "0.10.0"
[features]
milhouse = ["state_processing/milhouse"]