Merge remote-tracking branch 'michael/state-root-summary' into tree-states

This commit is contained in:
Michael Sproul
2022-02-15 12:05:54 +11:00
11 changed files with 160 additions and 97 deletions

View File

@@ -16,6 +16,7 @@ itertools = "0.10.0"
eth2_ssz = "0.4.1"
eth2_ssz_derive = "0.3.0"
types = { path = "../../consensus/types" }
safe_arith = { path = "../../consensus/safe_arith" }
state_processing = { path = "../../consensus/state_processing" }
slog = "2.5.2"
serde = "1.0.116"
@@ -26,6 +27,7 @@ lru = "0.7.1"
sloggers = { version = "2.1.1", features = ["json"] }
directory = { path = "../../common/directory" }
tree_hash = "0.4.0"
take-until = "0.1.0"
[features]
milhouse = ["state_processing/milhouse"]