Tree hash et al

This commit is contained in:
Michael Sproul
2023-01-16 17:24:58 +11:00
parent 7cae5d99d7
commit 69bdd1d61f
16 changed files with 23 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ tokio = { version = "1.14.0", features = ["time", "rt-multi-thread", "macros"] }
logging = { path = "../common/logging" }
[dependencies]
tree_hash = "0.4.1"
tree_hash = "1.0.0-beta.0"
clap = "2.33.3"
slashing_protection = { path = "./slashing_protection" }
slot_clock = { path = "../common/slot_clock" }