Implement Compact codec for alloy_primitives::Log (#7474)

This commit is contained in:
jn
2024-04-08 11:34:14 -07:00
committed by GitHub
parent 33d335837a
commit 91a1503079
8 changed files with 2521 additions and 1 deletions

View File

@ -21,6 +21,7 @@ alloy-primitives = { workspace = true, features = ["arbitrary", "serde"] }
serde.workspace = true
modular-bitfield = "0.11.2"
test-fuzz.workspace = true
serde_json.workspace = true
arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true