mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 21:08:32 +00:00
Fix SigVerifiedOp SSZ implementation (#6035)
* Fix SigVerifiedOp SSZ implementation
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -7824,6 +7824,9 @@ name = "smallvec"
|
||||
version = "1.13.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "snap"
|
||||
@@ -7942,10 +7945,12 @@ dependencies = [
|
||||
"lazy_static",
|
||||
"lighthouse_metrics",
|
||||
"merkle_proof",
|
||||
"rand",
|
||||
"rayon",
|
||||
"safe_arith",
|
||||
"smallvec",
|
||||
"ssz_types",
|
||||
"test_random_derive",
|
||||
"tokio",
|
||||
"tree_hash",
|
||||
"types",
|
||||
|
||||
Reference in New Issue
Block a user