chore(sdk): Move reth_optimism_node::OpPrimitives into reth-optimism-primitives (#12649)

This commit is contained in:
Emilia Hane
2024-11-19 13:53:34 +01:00
committed by GitHub
parent 0db10a13a5
commit da77ffc951
9 changed files with 84 additions and 67 deletions

View File

@ -13,9 +13,10 @@ workspace = true
[dependencies]
# reth
reth-node-types.workspace = true
reth-primitives.workspace = true
reth-primitives-traits.workspace = true
reth-codecs = { workspace = true, optional = true }
reth-primitives = { workspace = true, features = ["reth-codec"], optional = true }
# ethereum
alloy-primitives.workspace = true
@ -41,7 +42,7 @@ rstest.workspace = true
default = ["reth-codec"]
reth-codec = [
"dep:reth-codecs",
"dep:reth-primitives"
"reth-primitives/reth-codec"
]
serde = [
"dep:serde",