feat: merge BlockBodyTxExt trait into BlockBody (#13613)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
DevOrbitlabs
2025-01-03 22:57:59 +07:00
committed by GitHub
parent afdffadafd
commit 8f854cbbb6
6 changed files with 46 additions and 34 deletions

View File

@ -49,6 +49,7 @@ serde = { workspace = true, optional = true}
arbitrary = { workspace = true, features = ["derive"], optional = true }
proptest = { workspace = true, optional = true }
proptest-arbitrary-interop = { workspace = true, optional = true }
rayon = { workspace = true, optional = true }
[dev-dependencies]
reth-codecs.workspace = true
@ -142,3 +143,6 @@ reth-codec = [
op = [
"dep:op-alloy-consensus",
]
rayon = [
"dep:rayon",
]