mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Tree hash et al
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user