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

@@ -10,7 +10,7 @@ ssz_types = "1.0.0-beta.0"
eth2_hashing = "0.3.0"
ethereum_ssz_derive = "1.0.0-beta.2"
ethereum_ssz = "1.0.0-beta.2"
tree_hash = "0.4.1"
tree_hash = "1.0.0-beta.0"
smallvec = "1.6.1"
[dev-dependencies]

View File

@@ -18,7 +18,7 @@ ethereum_ssz_derive = "1.0.0-beta.2"
ssz_types = "1.0.0-beta.0"
merkle_proof = { path = "../merkle_proof" }
safe_arith = { path = "../safe_arith" }
tree_hash = "0.4.1"
tree_hash = "1.0.0-beta.0"
types = { path = "../types", default-features = false }
rayon = "1.4.1"
eth2_hashing = "0.3.0"
@@ -39,7 +39,7 @@ arbitrary-fuzz = [
"types/arbitrary-fuzz",
"bls/arbitrary",
"merkle_proof/arbitrary",
"eth2_ssz/arbitrary",
"eth2_ssz_types/arbitrary",
"ethereum_ssz/arbitrary",
"ssz_types/arbitrary",
"tree_hash/arbitrary",
]

View File

@@ -30,8 +30,8 @@ ethereum_ssz_derive = "1.0.0-beta.2"
ssz_types = "1.0.0-beta.0"
swap_or_not_shuffle = { path = "../swap_or_not_shuffle" }
test_random_derive = { path = "../../common/test_random_derive" }
tree_hash = "0.4.1"
tree_hash_derive = "0.4.0"
tree_hash = "1.0.0-beta.0"
tree_hash_derive = "1.0.0-beta.0"
rand_xorshift = "0.3.0"
cached_tree_hash = { path = "../cached_tree_hash" }
serde_yaml = "0.8.13"
@@ -67,8 +67,8 @@ arbitrary-fuzz = [
"arbitrary",
"ethereum-types/arbitrary",
"bls/arbitrary",
"eth2_ssz/arbitrary",
"eth2_ssz_types/arbitrary",
"ethereum_ssz/arbitrary",
"ssz_types/arbitrary",
"swap_or_not_shuffle/arbitrary",
"tree_hash/arbitrary",
]