Fix SigVerifiedOp SSZ implementation (#6035)

* Fix SigVerifiedOp SSZ implementation
This commit is contained in:
Michael Sproul
2024-07-03 08:54:44 +10:00
committed by GitHub
parent 2a13b4f3fa
commit 937f8b2d01
6 changed files with 135 additions and 71 deletions

5
Cargo.lock generated
View File

@@ -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",