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

View File

@@ -28,6 +28,8 @@ arbitrary = { workspace = true }
lighthouse_metrics = { workspace = true }
lazy_static = { workspace = true }
derivative = { workspace = true }
test_random_derive = { path = "../../common/test_random_derive" }
rand = { workspace = true }
[features]
default = ["legacy-arith"]