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

8
Cargo.lock generated
View File

@@ -5823,11 +5823,13 @@ dependencies = [
"lighthouse_metrics",
"lru",
"parking_lot",
"safe_arith",
"serde",
"serde_derive",
"slog",
"sloggers",
"state_processing",
"take-until",
"tempfile",
"tree_hash",
"types",
@@ -5917,6 +5919,12 @@ dependencies = [
"unicode-xid",
]
[[package]]
name = "take-until"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4e17d8598067a8c134af59cd33c1c263470e089924a11ab61cf61690919fe3b"
[[package]]
name = "take_mut"
version = "0.2.2"