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

@@ -35,7 +35,7 @@ ethereum_ssz = "1.0.0-beta.2"
ssz_types = "1.0.0-beta.0"
ethereum_ssz_derive = "1.0.0-beta.2"
state_processing = { path = "../../consensus/state_processing" }
tree_hash = "0.4.1"
tree_hash = "1.0.0-beta.0"
types = { path = "../../consensus/types" }
tokio = "1.14.0"
eth1 = { path = "../eth1" }

View File

@@ -22,7 +22,7 @@ types = { path = "../../consensus/types"}
merkle_proof = { path = "../../consensus/merkle_proof"}
ethereum_ssz = "1.0.0-beta.2"
ethereum_ssz_derive = "1.0.0-beta.2"
tree_hash = "0.4.1"
tree_hash = "1.0.0-beta.0"
parking_lot = "0.12.0"
slog = "2.5.2"
superstruct = "0.5.0"

View File

@@ -28,8 +28,8 @@ eth2 = { path = "../../common/eth2" }
state_processing = { path = "../../consensus/state_processing" }
lru = "0.7.1"
exit-future = "0.2.0"
tree_hash = "0.4.1"
tree_hash_derive = { path = "../../consensus/tree_hash_derive"}
tree_hash = "1.0.0-beta.0"
tree_hash_derive = "1.0.0-beta.0"
parking_lot = "0.12.0"
slot_clock = { path = "../../common/slot_clock" }
tempfile = "3.1.0"

View File

@@ -18,7 +18,7 @@ state_processing = { path = "../../consensus/state_processing" }
merkle_proof = { path = "../../consensus/merkle_proof" }
ethereum_ssz = "1.0.0-beta.2"
eth2_hashing = "0.3.0"
tree_hash = "0.4.1"
tree_hash = "1.0.0-beta.0"
tokio = { version = "1.14.0", features = ["full"] }
slog = "2.5.2"
int_to_bytes = { path = "../../consensus/int_to_bytes" }

View File

@@ -32,7 +32,7 @@ parking_lot = "0.12.0"
safe_arith = {path = "../../consensus/safe_arith"}
task_executor = { path = "../../common/task_executor" }
lru = "0.7.7"
tree_hash = "0.4.1"
tree_hash = "1.0.0-beta.0"
sysinfo = "0.26.5"
system_health = { path = "../../common/system_health" }
directory = { path = "../../common/directory" }