Implement compact codec for alloy eip access_list (#7554)

This commit is contained in:
jn
2024-04-13 05:53:42 -07:00
committed by GitHub
parent 3237ad2a8c
commit 987e597442
7 changed files with 1187 additions and 1 deletions

View File

@ -13,10 +13,12 @@ workspace = true
[dependencies]
reth-codecs-derive = { path = "./derive", default-features = false }
alloy-eips.workspace = true
alloy-primitives.workspace = true
bytes.workspace = true
[dev-dependencies]
alloy-eips = { workspace = true, features = ["arbitrary", "serde"] }
alloy-primitives = { workspace = true, features = ["arbitrary", "serde"] }
serde.workspace = true
modular-bitfield = "0.11.2"