Abstract SSZ vec decoding

This commit is contained in:
Michael Sproul
2022-03-18 11:00:10 +11:00
parent efc8d34843
commit aa67c6f4bf
6 changed files with 108 additions and 17 deletions

View File

@@ -14,7 +14,8 @@ eth2_ssz_derive = "0.3.0"
[dependencies]
ethereum-types = "0.12.1"
smallvec = "1.6.1"
smallvec = { version = "1.6.1", features = ["const_generics"] }
itertools = "0.10.3"
[features]
arbitrary = ["ethereum-types/arbitrary"]