chore: move op types; less op cfgs (#7255)

This commit is contained in:
Matthias Seitz
2024-03-20 19:17:23 +01:00
committed by GitHub
parent 713da1bde6
commit 28b983403e
21 changed files with 627 additions and 654 deletions

6
Cargo.lock generated
View File

@ -5456,7 +5456,6 @@ dependencies = [
"reth-node-core",
"reth-node-ethereum",
"reth-node-optimism",
"reth-optimism-payload-builder",
"reth-payload-builder",
"reth-payload-validator",
"reth-primitives",
@ -6226,13 +6225,18 @@ dependencies = [
name = "reth-optimism-payload-builder"
version = "0.2.0-beta.3"
dependencies = [
"alloy-rlp",
"reth-basic-payload-builder",
"reth-node-api",
"reth-payload-builder",
"reth-primitives",
"reth-provider",
"reth-revm",
"reth-rpc-types",
"reth-rpc-types-compat",
"reth-transaction-pool",
"revm",
"sha2",
"thiserror",
"tracing",
]