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

@ -61,3 +61,4 @@ alloy = [
"dep:serde"
]
optimism = ["alloy", "dep:op-alloy-consensus"]
test-utils = []