feat: verify unused bits on types derived with Compact (#11131)

This commit is contained in:
joshieDo
2024-09-25 13:27:37 +02:00
committed by GitHub
parent 2350403755
commit 466f21acfa
14 changed files with 234 additions and 14 deletions

View File

@ -45,7 +45,7 @@ proptest = { workspace = true, optional = true }
[dev-dependencies]
# reth libs with arbitrary
reth-primitives = { workspace = true, features = ["arbitrary"] }
reth-codecs.workspace = true
reth-codecs = { workspace = true, features = ["test-utils"] }
rand.workspace = true