mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add reth-op crate (#14401)
This commit is contained in:
@ -91,4 +91,8 @@ optimism = [
|
||||
"reth-optimism-primitives?/optimism",
|
||||
"op",
|
||||
]
|
||||
op = ["dep:reth-optimism-primitives", "reth-codecs/op"]
|
||||
op = [
|
||||
"dep:reth-optimism-primitives",
|
||||
"reth-codecs/op",
|
||||
"reth-primitives-traits/op",
|
||||
]
|
||||
|
||||
@ -104,7 +104,10 @@ arbitrary = [
|
||||
"alloy-consensus/arbitrary",
|
||||
]
|
||||
optimism = ["reth-db-api/optimism"]
|
||||
op = ["reth-db-api/op"]
|
||||
op = [
|
||||
"reth-db-api/op",
|
||||
"reth-primitives-traits/op",
|
||||
]
|
||||
disable-lock = []
|
||||
|
||||
[[bench]]
|
||||
|
||||
Reference in New Issue
Block a user