mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: integrate OpPrimitives (#13556)
This commit is contained in:
@ -15,7 +15,6 @@ workspace = true
|
||||
# reth
|
||||
reth-codecs.workspace = true
|
||||
reth-db-models.workspace = true
|
||||
reth-optimism-primitives = { workspace = true, optional = true }
|
||||
reth-primitives = { workspace = true, features = ["reth-codec"] }
|
||||
reth-primitives-traits = { workspace = true, features = ["serde", "reth-codec"] }
|
||||
reth-prune-types.workspace = true
|
||||
@ -28,6 +27,9 @@ alloy-primitives.workspace = true
|
||||
alloy-genesis.workspace = true
|
||||
alloy-consensus.workspace = true
|
||||
|
||||
# optimism
|
||||
reth-optimism-primitives = { workspace = true, optional = true }
|
||||
|
||||
# codecs
|
||||
modular-bitfield.workspace = true
|
||||
roaring = "0.10.2"
|
||||
@ -87,6 +89,7 @@ arbitrary = [
|
||||
optimism = [
|
||||
"reth-primitives/optimism",
|
||||
"reth-codecs/op",
|
||||
"reth-optimism-primitives?/optimism"
|
||||
"reth-optimism-primitives?/optimism",
|
||||
"op",
|
||||
]
|
||||
op = ["dep:reth-optimism-primitives", "reth-codecs/op"]
|
||||
|
||||
Reference in New Issue
Block a user