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

@@ -158,7 +158,7 @@ slog = { version = "2", features = ["max_level_trace", "release_max_level_trace"
slog-async = "2"
slog-term = "2"
sloggers = { version = "2", features = ["json"] }
smallvec = "1.11.2"
smallvec = { version = "1.11.2", features = ["arbitrary"] }
snap = "1"
ssz_types = "0.6"
strum = { version = "0.24", features = ["derive"] }