mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: merge BlockBodyTxExt trait into BlockBody (#13613)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user