feat: add reth-op crate (#14401)

This commit is contained in:
Matthias Seitz
2025-02-11 12:38:03 +01:00
committed by GitHub
parent 2ba54bf1c1
commit 09a6aab9f7
9 changed files with 226 additions and 3 deletions

View File

@ -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",
]

View File

@ -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]]