mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: implement Compact for OpTxType (#12537)
This commit is contained in:
@ -19,4 +19,14 @@ alloy-eips.workspace = true
|
||||
alloy-rlp.workspace = true
|
||||
derive_more.workspace = true
|
||||
bytes.workspace = true
|
||||
reth-primitives-traits.workspace = true
|
||||
reth-primitives-traits.workspace = true
|
||||
reth-codecs = { workspace = true, optional = true }
|
||||
reth-primitives = { workspace = true, features = ["reth-codec"], optional = true }
|
||||
|
||||
[features]
|
||||
default = ["reth-codec"]
|
||||
reth-codec = ["dep:reth-codecs", "dep:reth-primitives"]
|
||||
|
||||
[dev-dependencies]
|
||||
reth-codecs = { workspace = true, features = ["test-utils"] }
|
||||
rstest.workspace = true
|
||||
Reference in New Issue
Block a user