From 569f1483f0a6177ef626ddce6a5b68ad356d572e Mon Sep 17 00:00:00 2001 From: Julian Meyer Date: Fri, 31 Oct 2025 12:16:13 -0700 Subject: [PATCH 01/12] WIP --- Cargo.lock | 3169 ++++++++++++++++++++++++++++----------- Cargo.toml | 30 +- crates/node/Cargo.toml | 5 +- crates/node/src/main.rs | 101 +- 4 files changed, 2456 insertions(+), 849 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f72ca479..d379f7f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1543,11 +1543,11 @@ dependencies = [ "op-alloy-rpc-types", "rand 0.9.2", "reth", - "reth-db", + "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-db-common", "reth-e2e-test-utils", - "reth-evm", - "reth-exex", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-exex 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-optimism-chainspec", "reth-optimism-cli", "reth-optimism-evm", @@ -1555,12 +1555,12 @@ dependencies = [ "reth-optimism-primitives", "reth-optimism-rpc", "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-rpc-convert", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-convert 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc-eth-api", "reth-testing-utils", - "reth-tracing", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "rollup-boost", "serde", "serde_json", @@ -1585,21 +1585,21 @@ dependencies = [ "op-alloy-consensus", "rand 0.9.2", "reth", - "reth-db", + "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-db-common", "reth-e2e-test-utils", - "reth-evm", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-optimism-chainspec", "reth-optimism-cli", "reth-optimism-evm", "reth-optimism-node", "reth-optimism-primitives", "reth-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-testing-utils", - "reth-tracing", - "reth-transaction-pool", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm", "serde", "serde_json", @@ -1633,7 +1633,6 @@ dependencies = [ "jsonrpsee 0.26.0", "metrics", "metrics-derive", - "once_cell", "op-alloy-consensus", "op-alloy-network", "op-alloy-rpc-jsonrpsee", @@ -1641,16 +1640,18 @@ dependencies = [ "op-alloy-rpc-types-engine", "reqwest", "reth", - "reth-cli-util", - "reth-exex", + "reth-cli-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-exex 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-optimism-chainspec", "reth-optimism-cli", "reth-optimism-evm", + "reth-optimism-exex", "reth-optimism-node", "reth-optimism-primitives", "reth-optimism-rpc", + "reth-optimism-trie", "reth-primitives", - "reth-rpc-convert", + "reth-rpc-convert 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc-eth-api", "revm", "revm-bytecode", @@ -1679,11 +1680,11 @@ dependencies = [ "metrics", "metrics-derive", "reth", - "reth-exex", + "reth-exex 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-optimism-cli", "reth-optimism-node", "reth-primitives", - "reth-tracing", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "tokio", "tokio-stream", ] @@ -7060,39 +7061,39 @@ dependencies = [ "aquamarine", "clap", "eyre", - "reth-chainspec", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-cli-runner", - "reth-cli-util", - "reth-consensus", + "reth-cli-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-consensus-common", - "reth-db", + "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-ethereum-cli", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", - "reth-network", - "reth-network-api", - "reth-node-api", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-node-builder", - "reth-node-core", + "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-node-ethereum", "reth-node-metrics", - "reth-payload-builder", - "reth-payload-primitives", + "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-primitives", - "reth-provider", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-ress-protocol", "reth-ress-provider", - "reth-revm", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", - "reth-rpc-convert", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", + "reth-rpc-convert 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "tokio", "tracing", ] @@ -7108,15 +7109,39 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chain-state", - "reth-metrics", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-tasks", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "tokio", + "tracing", +] + +[[package]] +name = "reth-basic-payload-builder" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "futures-core", + "futures-util", + "metrics", + "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-builder 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-builder-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "tokio", "tracing", ] @@ -7136,14 +7161,43 @@ dependencies = [ "parking_lot", "pin-project", "rand 0.9.2", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-trie", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "revm-database", + "revm-state", + "serde", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-chain-state" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "derive_more", + "metrics", + "parking_lot", + "pin-project", + "rand 0.9.2", + "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "revm-database", "revm-state", "serde", @@ -7166,9 +7220,29 @@ dependencies = [ "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde_json", +] + +[[package]] +name = "reth-chainspec" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more", + "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "serde_json", ] @@ -7181,7 +7255,7 @@ dependencies = [ "clap", "eyre", "reth-cli-runner", - "reth-db", + "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "serde_json", "shellexpand", ] @@ -7209,47 +7283,47 @@ dependencies = [ "lz4", "ratatui", "reqwest", - "reth-chainspec", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-cli", "reth-cli-runner", - "reth-cli-util", - "reth-codecs", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", + "reth-cli-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-db-common", - "reth-discv4", - "reth-discv5", + "reth-discv4 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-discv5 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-downloaders", - "reth-ecies", + "reth-ecies 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-eth-wire", + "reth-eth-wire 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-etl", - "reth-evm", - "reth-exex", - "reth-fs-util", - "reth-net-nat", - "reth-network", - "reth-network-p2p", - "reth-network-peers", - "reth-node-api", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-exex 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-net-nat 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-node-builder", - "reth-node-core", + "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-revm", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-stages", - "reth-static-file", - "reth-static-file-types", - "reth-trie", - "reth-trie-common", - "reth-trie-db", + "reth-static-file 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "secp256k1 0.30.0", "serde", "serde_json", @@ -7266,7 +7340,7 @@ name = "reth-cli-runner" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ - "reth-tasks", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "tokio", "tracing", ] @@ -7282,13 +7356,30 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "secp256k1 0.30.0", "serde", "thiserror 2.0.17", "tikv-jemallocator", ] +[[package]] +name = "reth-cli-util" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "cfg-if", + "eyre", + "libc", + "rand 0.8.5", + "reth-fs-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "secp256k1 0.30.0", + "serde", + "thiserror 2.0.17", +] + [[package]] name = "reth-codecs" version = "1.9.2" @@ -7303,12 +7394,30 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs-derive", - "reth-zstd-compressors", + "reth-codecs-derive 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-zstd-compressors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "serde", "visibility", ] +[[package]] +name = "reth-codecs" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "bytes", + "modular-bitfield", + "op-alloy-consensus", + "reth-codecs-derive 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-zstd-compressors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "serde", +] + [[package]] name = "reth-codecs-derive" version = "1.9.2" @@ -7319,6 +7428,16 @@ dependencies = [ "syn 2.0.110", ] +[[package]] +name = "reth-codecs-derive" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.110", +] + [[package]] name = "reth-config" version = "1.9.2" @@ -7326,9 +7445,24 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f1 dependencies = [ "eyre", "humantime-serde", - "reth-network-types", - "reth-prune-types", - "reth-stages-types", + "reth-network-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde", + "toml", + "url", +] + +[[package]] +name = "reth-config" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "eyre", + "humantime-serde", + "reth-network-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "serde", "toml", "url", @@ -7342,8 +7476,21 @@ dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-consensus" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "auto_impl", + "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "thiserror 2.0.17", ] @@ -7354,9 +7501,9 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f1 dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec", - "reth-consensus", - "reth-primitives-traits", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", ] [[package]] @@ -7376,9 +7523,9 @@ dependencies = [ "eyre", "futures", "reqwest", - "reth-node-api", - "reth-primitives-traits", - "reth-tracing", + "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "ringbuffer", "serde", "serde_json", @@ -7396,14 +7543,14 @@ dependencies = [ "metrics", "page_size", "parking_lot", - "reth-db-api", - "reth-fs-util", - "reth-libmdbx", - "reth-metrics", - "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", - "reth-tracing", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-libmdbx 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-nippy-jar 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "rustc-hash 2.1.1", "strum 0.27.2", "sysinfo", @@ -7411,6 +7558,30 @@ dependencies = [ "thiserror 2.0.17", ] +[[package]] +name = "reth-db" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-primitives", + "derive_more", + "eyre", + "metrics", + "page_size", + "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-libmdbx 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-nippy-jar 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tracing 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "rustc-hash 2.1.1", + "strum 0.27.2", + "sysinfo", + "thiserror 2.0.17", +] + [[package]] name = "reth-db-api" version = "1.9.2" @@ -7426,15 +7597,40 @@ dependencies = [ "modular-bitfield", "parity-scale-codec", "proptest", - "reth-codecs", - "reth-db-models", - "reth-ethereum-primitives", + "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-models 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-optimism-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "roaring", + "serde", +] + +[[package]] +name = "reth-db-api" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-genesis", + "alloy-primitives", + "bytes", + "derive_more", + "metrics", + "modular-bitfield", + "parity-scale-codec", + "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-db-models 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "roaring", "serde", ] @@ -7449,20 +7645,20 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", - "reth-codecs", - "reth-config", - "reth-db-api", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-etl", - "reth-execution-errors", - "reth-fs-util", - "reth-node-types", - "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-static-file-types", - "reth-trie", - "reth-trie-db", + "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "serde", "serde_json", "thiserror 2.0.17", @@ -7479,8 +7675,22 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde", +] + +[[package]] +name = "reth-db-models" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "bytes", + "modular-bitfield", + "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "serde", ] @@ -7496,10 +7706,35 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks", - "reth-net-banlist", - "reth-net-nat", - "reth-network-peers", + "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-net-banlist 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-net-nat 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "schnellru", + "secp256k1 0.30.0", + "serde", + "thiserror 2.0.17", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-discv4" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "discv5", + "enr", + "itertools 0.14.0", + "parking_lot", + "rand 0.8.5", + "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-net-banlist 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-net-nat 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "schnellru", "secp256k1 0.30.0", "serde", @@ -7523,10 +7758,34 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.2", - "reth-chainspec", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "secp256k1 0.30.0", + "thiserror 2.0.17", + "tokio", + "tracing", +] + +[[package]] +name = "reth-discv5" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "derive_more", + "discv5", + "enr", + "futures", + "itertools 0.14.0", + "metrics", + "rand 0.9.2", + "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "secp256k1 0.30.0", "thiserror 2.0.17", "tokio", @@ -7544,9 +7803,33 @@ dependencies = [ "hickory-resolver", "linked_hash_set", "parking_lot", - "reth-ethereum-forks", - "reth-network-peers", - "reth-tokio-util", + "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "schnellru", + "secp256k1 0.30.0", + "serde", + "serde_with", + "thiserror 2.0.17", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-dns-discovery" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-primitives", + "data-encoding", + "enr", + "hickory-resolver", + "linked_hash_set", + "parking_lot", + "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "schnellru", "secp256k1 0.30.0", "serde", @@ -7573,16 +7856,16 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-config", - "reth-consensus", - "reth-ethereum-primitives", - "reth-metrics", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-provider", - "reth-storage-api", - "reth-tasks", + "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-testing-utils", "tempfile", "thiserror 2.0.17", @@ -7611,36 +7894,36 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee 0.26.0", - "reth-chainspec", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-cli-commands", - "reth-config", - "reth-consensus", - "reth-db", + "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-db-common", - "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-primitives", - "reth-network-api", - "reth-network-p2p", - "reth-network-peers", - "reth-node-api", + "reth-engine-local 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-node-builder", - "reth-node-core", + "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-node-ethereum", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", - "reth-rpc-server-types", - "reth-stages-types", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", + "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm", "serde_json", "tempfile", @@ -7669,7 +7952,38 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "secp256k1 0.30.0", + "sha2", + "sha3", + "thiserror 2.0.17", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", + "typenum", +] + +[[package]] +name = "reth-ecies" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "aes", + "alloy-primitives", + "alloy-rlp", + "block-padding", + "byteorder", + "cipher", + "concat-kdf", + "ctr", + "digest 0.10.7", + "futures", + "generic-array", + "hmac", + "pin-project", + "rand 0.8.5", + "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "secp256k1 0.30.0", "sha2", "sha3", @@ -7692,14 +8006,36 @@ dependencies = [ "eyre", "futures-util", "op-alloy-rpc-types-engine", - "reth-chainspec", - "reth-engine-primitives", - "reth-ethereum-engine-primitives", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-optimism-chainspec", - "reth-payload-builder", - "reth-payload-primitives", - "reth-storage-api", - "reth-transaction-pool", + "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-engine-local" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rpc-types-engine", + "eyre", + "futures-util", + "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-builder 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "tokio", "tokio-stream", "tracing", @@ -7716,40 +8052,65 @@ dependencies = [ "alloy-rpc-types-engine", "auto_impl", "futures", - "reth-chain-state", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "serde", "thiserror 2.0.17", "tokio", ] [[package]] -name = "reth-engine-service" +name = "reth-engine-primitives" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "futures", + "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-builder-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "serde", + "thiserror 2.0.17", + "tokio", +] + +[[package]] +name = "reth-engine-service" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ "futures", "pin-project", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-engine-tree", - "reth-ethereum-primitives", - "reth-evm", - "reth-network-p2p", - "reth-node-types", - "reth-payload-builder", - "reth-provider", - "reth-prune", - "reth-stages-api", - "reth-tasks", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", ] [[package]] @@ -7771,32 +8132,32 @@ dependencies = [ "mini-moka", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-db", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-network-p2p", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-prune-types", - "reth-revm", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-stages", - "reth-stages-api", - "reth-static-file", - "reth-tasks", - "reth-tracing", - "reth-trie", + "reth-stages-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-trie-parallel", - "reth-trie-sparse", + "reth-trie-sparse 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-trie-sparse-parallel", "revm", "revm-primitives", @@ -7818,16 +8179,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", - "reth-engine-primitives", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-engine-tree", - "reth-errors", - "reth-evm", - "reth-fs-util", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "serde", "serde_json", "tokio", @@ -7846,7 +8207,7 @@ dependencies = [ "alloy-rlp", "ethereum_ssz", "ethereum_ssz_derive", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "snap", "thiserror 2.0.17", ] @@ -7861,7 +8222,7 @@ dependencies = [ "eyre", "futures-util", "reqwest", - "reth-fs-util", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "sha2", "tokio", ] @@ -7875,15 +8236,15 @@ dependencies = [ "alloy-primitives", "eyre", "futures-util", - "reth-db-api", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-era", "reth-era-downloader", "reth-etl", - "reth-fs-util", - "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "tokio", "tracing", ] @@ -7893,9 +8254,20 @@ name = "reth-errors" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ - "reth-consensus", - "reth-execution-errors", - "reth-storage-errors", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-errors" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "reth-consensus 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-execution-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "thiserror 2.0.17", ] @@ -7911,13 +8283,41 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs", - "reth-ecies", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", - "reth-primitives-traits", + "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ecies 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde", + "snap", + "thiserror 2.0.17", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-eth-wire" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-chains", + "alloy-primitives", + "alloy-rlp", + "bytes", + "derive_more", + "futures", + "pin-project", + "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ecies 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-eth-wire-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "serde", "snap", "thiserror 2.0.17", @@ -7940,10 +8340,31 @@ dependencies = [ "alloy-rlp", "bytes", "derive_more", - "reth-chainspec", - "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-codecs-derive 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-eth-wire-types" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-hardforks", + "alloy-primitives", + "alloy-rlp", + "bytes", + "derive_more", + "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-codecs-derive 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "serde", "thiserror 2.0.17", ] @@ -7955,19 +8376,19 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f1 dependencies = [ "clap", "eyre", - "reth-chainspec", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-cli", "reth-cli-commands", "reth-cli-runner", - "reth-db", - "reth-node-api", + "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-node-builder", - "reth-node-core", + "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-node-ethereum", "reth-node-metrics", - "reth-rpc-server-types", - "reth-tracing", - "reth-tracing-otlp", + "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing-otlp 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "tracing", "url", ] @@ -7980,11 +8401,11 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-consensus-common", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "tracing", ] @@ -7997,10 +8418,28 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-engine-primitives", - "reth-ethereum-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde", + "sha2", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-ethereum-engine-primitives" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine", + "reth-engine-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "serde", "sha2", "thiserror 2.0.17", @@ -8019,6 +8458,19 @@ dependencies = [ "rustc-hash 2.1.1", ] +[[package]] +name = "reth-ethereum-forks" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "auto_impl", + "once_cell", + "rustc-hash 2.1.1", +] + [[package]] name = "reth-ethereum-payload-builder" version = "1.9.2" @@ -8029,21 +8481,21 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-basic-payload-builder", - "reth-chainspec", + "reth-basic-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-consensus-common", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-evm-ethereum", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-payload-validator", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-transaction-pool", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm", "tracing", ] @@ -8061,9 +8513,28 @@ dependencies = [ "alloy-serde", "arbitrary", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-zstd-compressors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde", + "serde_with", +] + +[[package]] +name = "reth-ethereum-primitives" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-serde", + "modular-bitfield", + "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-zstd-compressors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "serde", "serde_with", ] @@ -8074,7 +8545,7 @@ version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ "rayon", - "reth-db-api", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "tempfile", ] @@ -8091,13 +8562,34 @@ dependencies = [ "derive_more", "futures-util", "metrics", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", + "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "revm", +] + +[[package]] +name = "reth-evm" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures-util", + "reth-execution-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "revm", ] @@ -8111,13 +8603,13 @@ dependencies = [ "alloy-evm", "alloy-primitives", "alloy-rpc-types-engine", - "reth-chainspec", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-primitives-traits", - "reth-storage-errors", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm", ] @@ -8130,7 +8622,20 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-execution-errors" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-evm", + "alloy-primitives", + "alloy-rlp", + "nybbles", + "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "thiserror 2.0.17", ] @@ -8144,9 +8649,27 @@ dependencies = [ "alloy-evm", "alloy-primitives", "derive_more", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "revm", + "serde", + "serde_with", +] + +[[package]] +name = "reth-execution-types" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "derive_more", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "revm", "serde", "serde_with", @@ -8165,24 +8688,62 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-config", - "reth-ethereum-primitives", - "reth-evm", - "reth-exex-types", - "reth-fs-util", - "reth-metrics", - "reth-node-api", - "reth-node-core", - "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-revm", - "reth-stages-api", - "reth-tasks", - "reth-tracing", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-exex-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "rmp-serde", + "thiserror 2.0.17", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-exex" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "eyre", + "futures", + "itertools 0.14.0", + "metrics", + "parking_lot", + "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-config 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-exex-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-node-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-node-core 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-builder 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-stages-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tracing 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "rmp-serde", "thiserror 2.0.17", "tokio", @@ -8197,9 +8758,23 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f1 dependencies = [ "alloy-eips", "alloy-primitives", - "reth-chain-state", - "reth-execution-types", - "reth-primitives-traits", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde", + "serde_with", +] + +[[package]] +name = "reth-exex-types" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "serde", "serde_with", ] @@ -8214,6 +8789,16 @@ dependencies = [ "thiserror 2.0.17", ] +[[package]] +name = "reth-fs-util" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "serde", + "serde_json", + "thiserror 2.0.17", +] + [[package]] name = "reth-invalid-block-hooks" version = "1.9.2" @@ -8227,14 +8812,14 @@ dependencies = [ "futures", "jsonrpsee 0.26.0", "pretty_assertions", - "reth-engine-primitives", - "reth-evm", - "reth-primitives-traits", - "reth-provider", - "reth-revm", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc-api", - "reth-tracing", - "reth-trie", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm", "revm-bytecode", "revm-database", @@ -8272,7 +8857,23 @@ dependencies = [ "dashmap 6.1.0", "derive_more", "parking_lot", - "reth-mdbx-sys", + "reth-mdbx-sys 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "smallvec", + "thiserror 2.0.17", + "tracing", +] + +[[package]] +name = "reth-libmdbx" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "bitflags 2.10.0", + "byteorder", + "dashmap 6.1.0", + "derive_more", + "parking_lot", + "reth-mdbx-sys 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "smallvec", "thiserror 2.0.17", "tracing", @@ -8287,6 +8888,15 @@ dependencies = [ "cc", ] +[[package]] +name = "reth-mdbx-sys" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "bindgen 0.71.1", + "cc", +] + [[package]] name = "reth-metrics" version = "1.9.2" @@ -8299,6 +8909,18 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "reth-metrics" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "futures", + "metrics", + "metrics-derive", + "tokio", + "tokio-util", +] + [[package]] name = "reth-net-banlist" version = "1.9.2" @@ -8307,6 +8929,14 @@ dependencies = [ "alloy-primitives", ] +[[package]] +name = "reth-net-banlist" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-primitives", +] + [[package]] name = "reth-net-nat" version = "1.9.2" @@ -8321,6 +8951,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-net-nat" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "futures-util", + "if-addrs", + "reqwest", + "serde_with", + "thiserror 2.0.17", + "tokio", + "tracing", +] + [[package]] name = "reth-network" version = "1.9.2" @@ -8342,28 +8986,28 @@ dependencies = [ "pin-project", "rand 0.8.5", "rand 0.9.2", - "reth-chainspec", - "reth-consensus", - "reth-discv4", - "reth-discv5", - "reth-dns-discovery", - "reth-ecies", - "reth-eth-wire", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-fs-util", - "reth-metrics", - "reth-net-banlist", - "reth-network-api", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-discv4 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-discv5 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-dns-discovery 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ecies 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-eth-wire 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-net-banlist 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "rustc-hash 2.1.1", "schnellru", "secp256k1 0.30.0", @@ -8377,49 +9021,151 @@ dependencies = [ ] [[package]] -name = "reth-network-api" +name = "reth-network" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", + "alloy-eips", "alloy-primitives", - "alloy-rpc-types-admin", - "alloy-rpc-types-eth", + "alloy-rlp", + "aquamarine", "auto_impl", "derive_more", + "discv5", "enr", "futures", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-tokio-util", + "itertools 0.14.0", + "metrics", + "parking_lot", + "pin-project", + "rand 0.8.5", + "rand 0.9.2", + "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-discv4 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-discv5 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-dns-discovery 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ecies 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-eth-wire 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-eth-wire-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-net-banlist 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "rustc-hash 2.1.1", + "schnellru", + "secp256k1 0.30.0", "serde", + "smallvec", "thiserror 2.0.17", "tokio", "tokio-stream", + "tokio-util", + "tracing", ] [[package]] -name = "reth-network-p2p" +name = "reth-network-api" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ "alloy-consensus", - "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-admin", + "alloy-rpc-types-eth", + "auto_impl", + "derive_more", + "enr", + "futures", + "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde", + "thiserror 2.0.17", + "tokio", + "tokio-stream", +] + +[[package]] +name = "reth-network-api" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rpc-types-admin", + "alloy-rpc-types-eth", + "auto_impl", + "derive_more", + "enr", + "futures", + "reth-eth-wire-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "serde", + "thiserror 2.0.17", + "tokio", + "tokio-stream", +] + +[[package]] +name = "reth-network-p2p" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-eips", "alloy-primitives", "auto_impl", "derive_more", "futures", "parking_lot", - "reth-consensus", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", - "reth-network-types", - "reth-primitives-traits", - "reth-storage-errors", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "tokio", + "tracing", +] + +[[package]] +name = "reth-network-p2p" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures", + "reth-consensus 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-eth-wire-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "tokio", "tracing", ] @@ -8439,6 +9185,21 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-peers" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "enr", + "secp256k1 0.30.0", + "serde_with", + "thiserror 2.0.17", + "tokio", + "url", +] + [[package]] name = "reth-network-types" version = "1.9.2" @@ -8446,8 +9207,22 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f1 dependencies = [ "alloy-eip2124", "humantime-serde", - "reth-net-banlist", - "reth-network-peers", + "reth-net-banlist 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde", + "serde_json", + "tracing", +] + +[[package]] +name = "reth-network-types" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-eip2124", + "humantime-serde", + "reth-net-banlist 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "serde", "serde_json", "tracing", @@ -8463,7 +9238,24 @@ dependencies = [ "derive_more", "lz4_flex", "memmap2", - "reth-fs-util", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde", + "thiserror 2.0.17", + "tracing", + "zstd", +] + +[[package]] +name = "reth-nippy-jar" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "anyhow", + "bincode", + "derive_more", + "lz4_flex", + "memmap2", + "reth-fs-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "serde", "thiserror 2.0.17", "tracing", @@ -8477,21 +9269,45 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f1 dependencies = [ "alloy-rpc-types-engine", "eyre", - "reth-basic-payload-builder", - "reth-consensus", - "reth-db-api", - "reth-engine-primitives", - "reth-evm", - "reth-network-api", - "reth-node-core", - "reth-node-types", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-provider", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", + "reth-basic-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", +] + +[[package]] +name = "reth-node-api" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-rpc-types-engine", + "eyre", + "reth-basic-payload-builder 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-node-core 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-node-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-builder 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-builder-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", ] [[package]] @@ -8511,50 +9327,50 @@ dependencies = [ "futures", "jsonrpsee 0.26.0", "rayon", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", - "reth-cli-util", - "reth-config", - "reth-consensus", + "reth-basic-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-cli-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-consensus-debug-client", - "reth-db", - "reth-db-api", + "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-db-common", "reth-downloaders", - "reth-engine-local", - "reth-engine-primitives", + "reth-engine-local 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-engine-service", "reth-engine-tree", "reth-engine-util", - "reth-evm", - "reth-exex", - "reth-fs-util", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-exex 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-invalid-block-hooks", - "reth-network", - "reth-network-api", - "reth-network-p2p", - "reth-node-api", - "reth-node-core", + "reth-network 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-node-ethstats", "reth-node-events", "reth-node-metrics", - "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", - "reth-prune", + "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-engine-api", - "reth-rpc-eth-types", + "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc-layer", "reth-stages", - "reth-static-file", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", - "reth-transaction-pool", + "reth-static-file 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "secp256k1 0.30.0", "serde_json", "tokio", @@ -8578,31 +9394,84 @@ dependencies = [ "futures", "humantime", "rand 0.9.2", - "reth-chainspec", - "reth-cli-util", - "reth-config", - "reth-consensus", - "reth-db", - "reth-discv4", - "reth-discv5", - "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-forks", - "reth-net-nat", - "reth-network", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-prune-types", - "reth-rpc-convert", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tracing", - "reth-tracing-otlp", - "reth-transaction-pool", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-cli-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-discv4 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-discv5 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-local 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-net-nat 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-convert 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing-otlp 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "secp256k1 0.30.0", + "serde", + "shellexpand", + "strum 0.27.2", + "thiserror 2.0.17", + "toml", + "tracing", + "url", + "vergen", + "vergen-git2", +] + +[[package]] +name = "reth-node-core" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "clap", + "derive_more", + "dirs-next", + "eyre", + "futures", + "humantime", + "rand 0.9.2", + "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-cli-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-config 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-db 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-discv4 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-discv5 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-engine-local 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-net-nat 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-rpc-convert 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-rpc-eth-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-rpc-server-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tracing 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tracing-otlp 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "secp256k1 0.30.0", "serde", "shellexpand", @@ -8625,30 +9494,30 @@ dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec", - "reth-engine-local", - "reth-engine-primitives", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-local 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-ethereum-consensus", - "reth-ethereum-engine-primitives", + "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-evm-ethereum", - "reth-network", - "reth-node-api", + "reth-network 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-node-builder", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-revm", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-tracing", - "reth-transaction-pool", + "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm", "tokio", ] @@ -8662,11 +9531,11 @@ dependencies = [ "alloy-primitives", "chrono", "futures-util", - "reth-chain-state", - "reth-network-api", - "reth-primitives-traits", - "reth-storage-api", - "reth-transaction-pool", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "serde", "serde_json", "thiserror 2.0.17", @@ -8690,13 +9559,13 @@ dependencies = [ "futures", "humantime", "pin-project", - "reth-engine-primitives", - "reth-network-api", - "reth-primitives-traits", - "reth-prune-types", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-stages", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "tokio", "tracing", ] @@ -8715,8 +9584,8 @@ dependencies = [ "metrics-util", "procfs 0.17.0", "reqwest", - "reth-metrics", - "reth-tasks", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "tikv-jemalloc-ctl", "tokio", "tower 0.5.2", @@ -8728,11 +9597,23 @@ name = "reth-node-types" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ - "reth-chainspec", - "reth-db-api", - "reth-engine-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", +] + +[[package]] +name = "reth-node-types" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", ] [[package]] @@ -8751,12 +9632,12 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types", "paste", - "reth-chainspec", - "reth-ethereum-forks", - "reth-network-peers", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-optimism-forks", "reth-optimism-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "serde", "serde_json", "tar-no-std", @@ -8777,19 +9658,19 @@ dependencies = [ "eyre", "futures-util", "op-alloy-consensus", - "reth-chainspec", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-cli", "reth-cli-commands", "reth-cli-runner", - "reth-consensus", - "reth-db", - "reth-db-api", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-db-common", "reth-downloaders", - "reth-execution-types", - "reth-fs-util", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-node-builder", - "reth-node-core", + "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-node-events", "reth-node-metrics", "reth-optimism-chainspec", @@ -8797,15 +9678,15 @@ dependencies = [ "reth-optimism-evm", "reth-optimism-node", "reth-optimism-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-rpc-server-types", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-stages", - "reth-static-file", - "reth-static-file-types", - "reth-tracing", - "reth-tracing-otlp", + "reth-static-file 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing-otlp 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "serde", "tokio", "tokio-util", @@ -8822,17 +9703,17 @@ dependencies = [ "alloy-eips", "alloy-primitives", "alloy-trie", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-consensus-common", - "reth-execution-types", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-optimism-chainspec", "reth-optimism-forks", "reth-optimism-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm", "thiserror 2.0.17", "tracing", @@ -8851,21 +9732,38 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types-engine", "op-revm", - "reth-chainspec", - "reth-evm", - "reth-execution-errors", - "reth-execution-types", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-optimism-chainspec", "reth-optimism-consensus", "reth-optimism-forks", "reth-optimism-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc-eth-api", - "reth-storage-errors", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm", "thiserror 2.0.17", ] +[[package]] +name = "reth-optimism-exex" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "derive_more", + "eyre", + "futures-util", + "reth-exex 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-node-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-node-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-optimism-trie", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "tracing", +] + [[package]] name = "reth-optimism-flashblocks" version = "1.9.2" @@ -8881,21 +9779,21 @@ dependencies = [ "eyre", "futures-util", "metrics", - "reth-chain-state", - "reth-engine-primitives", - "reth-errors", - "reth-evm", - "reth-execution-types", - "reth-metrics", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-optimism-evm", "reth-optimism-payload-builder", "reth-optimism-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "ringbuffer", "serde", "serde_json", @@ -8913,7 +9811,7 @@ dependencies = [ "alloy-op-hardforks", "alloy-primitives", "once_cell", - "reth-ethereum-forks", + "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", ] [[package]] @@ -8930,14 +9828,14 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types-engine", "op-revm", - "reth-chainspec", - "reth-consensus", - "reth-engine-local", - "reth-evm", - "reth-network", - "reth-node-api", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-local 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-node-builder", - "reth-node-core", + "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-optimism-chainspec", "reth-optimism-consensus", "reth-optimism-evm", @@ -8947,15 +9845,15 @@ dependencies = [ "reth-optimism-rpc", "reth-optimism-storage", "reth-optimism-txpool", - "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", + "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc-api", "reth-rpc-engine-api", - "reth-rpc-server-types", - "reth-tracing", - "reth-transaction-pool", - "reth-trie-common", + "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm", "serde", "tokio", @@ -8977,24 +9875,24 @@ dependencies = [ "derive_more", "op-alloy-consensus", "op-alloy-rpc-types-engine", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", - "reth-evm", - "reth-execution-types", + "reth-basic-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-optimism-evm", "reth-optimism-forks", "reth-optimism-primitives", "reth-optimism-txpool", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-payload-util", "reth-payload-validator", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-transaction-pool", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm", "serde", "sha2", @@ -9015,9 +9913,9 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-zstd-compressors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "serde", "serde_with", ] @@ -9052,11 +9950,11 @@ dependencies = [ "op-alloy-rpc-types-engine", "op-revm", "reqwest", - "reth-chain-state", - "reth-chainspec", - "reth-evm", - "reth-metrics", - "reth-node-api", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-node-builder", "reth-optimism-evm", "reth-optimism-flashblocks", @@ -9064,16 +9962,16 @@ dependencies = [ "reth-optimism-payload-builder", "reth-optimism-primitives", "reth-optimism-txpool", - "reth-primitives-traits", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc", "reth-rpc-api", "reth-rpc-engine-api", "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", + "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm", "serde_json", "thiserror 2.0.17", @@ -9090,7 +9988,36 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f1 dependencies = [ "alloy-consensus", "reth-optimism-primitives", - "reth-storage-api", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", +] + +[[package]] +name = "reth-optimism-trie" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "auto_impl", + "bincode", + "bytes", + "derive_more", + "eyre", + "itertools 0.14.0", + "metrics", + "reth-db 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-execution-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "serde", + "strum 0.27.2", + "thiserror 2.0.17", + "tokio", + "tracing", ] [[package]] @@ -9114,15 +10041,15 @@ dependencies = [ "op-alloy-rpc-types", "op-revm", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-metrics", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-optimism-evm", "reth-optimism-forks", "reth-optimism-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-transaction-pool", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "serde", "thiserror 2.0.17", "tokio", @@ -9139,12 +10066,33 @@ dependencies = [ "alloy-rpc-types", "futures-util", "metrics", - "reth-chain-state", - "reth-ethereum-engine-primitives", - "reth-metrics", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-builder" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rpc-types", + "futures-util", + "metrics", + "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-builder-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "tokio", "tokio-stream", "tracing", @@ -9156,7 +10104,19 @@ version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ "pin-project", - "reth-payload-primitives", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-builder-primitives" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "pin-project", + "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "tokio", "tokio-stream", "tracing", @@ -9173,10 +10133,30 @@ dependencies = [ "auto_impl", "either", "op-alloy-rpc-types-engine", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-primitives-traits", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde", + "thiserror 2.0.17", + "tokio", +] + +[[package]] +name = "reth-payload-primitives" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "either", + "op-alloy-rpc-types-engine", + "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "serde", "thiserror 2.0.17", "tokio", @@ -9189,7 +10169,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f1 dependencies = [ "alloy-consensus", "alloy-primitives", - "reth-transaction-pool", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", ] [[package]] @@ -9199,7 +10179,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f1 dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", ] [[package]] @@ -9210,10 +10190,10 @@ dependencies = [ "alloy-consensus", "c-kzg", "once_cell", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-static-file-types", + "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", ] [[package]] @@ -9239,7 +10219,37 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs", + "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "revm-bytecode", + "revm-primitives", + "revm-state", + "secp256k1 0.30.0", + "serde", + "serde_with", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-primitives-traits" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-trie", + "auto_impl", + "byteorder", + "bytes", + "derive_more", + "modular-bitfield", + "once_cell", + "op-alloy-consensus", + "rayon", + "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "revm-bytecode", "revm-primitives", "revm-state", @@ -9265,27 +10275,27 @@ dependencies = [ "notify", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-codecs", - "reth-db", - "reth-db-api", - "reth-errors", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-nippy-jar", - "reth-node-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-db", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-nippy-jar 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm-database", "revm-state", "strum 0.27.2", @@ -9294,49 +10304,131 @@ dependencies = [ ] [[package]] -name = "reth-prune" +name = "reth-provider" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", + "alloy-rpc-types-engine", + "dashmap 6.1.0", + "eyre", "itertools 0.14.0", "metrics", + "notify", + "parking_lot", "rayon", - "reth-config", - "reth-db-api", - "reth-errors", - "reth-exex-types", - "reth-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-static-file-types", - "reth-tokio-util", - "rustc-hash 2.1.1", - "thiserror 2.0.17", - "tokio", + "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-db 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-nippy-jar 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-node-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie-db 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "revm-database", + "strum 0.27.2", "tracing", ] [[package]] -name = "reth-prune-types" +name = "reth-prune" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ + "alloy-consensus", + "alloy-eips", "alloy-primitives", - "arbitrary", - "derive_more", - "modular-bitfield", - "reth-codecs", - "serde", - "strum 0.27.2", + "itertools 0.14.0", + "metrics", + "rayon", + "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-exex-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "rustc-hash 2.1.1", "thiserror 2.0.17", + "tokio", + "tracing", ] [[package]] -name = "reth-ress-protocol" +name = "reth-prune" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "itertools 0.14.0", + "metrics", + "rayon", + "reth-config 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-exex-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "rustc-hash 2.1.1", + "thiserror 2.0.17", + "tokio", + "tracing", +] + +[[package]] +name = "reth-prune-types" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-primitives", + "arbitrary", + "derive_more", + "modular-bitfield", + "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde", + "strum 0.27.2", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-prune-types" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-primitives", + "derive_more", + "modular-bitfield", + "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "serde", + "strum 0.27.2", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-ress-protocol" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ @@ -9344,11 +10436,11 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "futures", - "reth-eth-wire", - "reth-ethereum-primitives", - "reth-network", - "reth-network-api", - "reth-storage-errors", + "reth-eth-wire 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "tokio", "tokio-stream", "tracing", @@ -9364,18 +10456,18 @@ dependencies = [ "eyre", "futures", "parking_lot", - "reth-chain-state", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-node-api", - "reth-primitives-traits", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-ress-protocol", - "reth-revm", - "reth-storage-api", - "reth-tasks", - "reth-tokio-util", - "reth-trie", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "schnellru", "tokio", "tracing", @@ -9387,10 +10479,22 @@ version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ "alloy-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "revm", +] + +[[package]] +name = "reth-revm" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-primitives", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "revm", ] @@ -9433,32 +10537,32 @@ dependencies = [ "jsonwebtoken", "parking_lot", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-consensus-common", - "reth-engine-primitives", - "reth-errors", - "reth-evm", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-evm-ethereum", - "reth-execution-types", - "reth-metrics", - "reth-network-api", - "reth-network-peers", - "reth-network-types", - "reth-node-api", - "reth-primitives-traits", - "reth-revm", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc-api", - "reth-rpc-convert", + "reth-rpc-convert 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc-engine-api", "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie-common", + "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm", "revm-inspectors", "revm-primitives", @@ -9494,11 +10598,11 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee 0.26.0", - "reth-chain-state", - "reth-engine-primitives", - "reth-network-peers", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", ] [[package]] @@ -9513,24 +10617,24 @@ dependencies = [ "jsonrpsee 0.26.0", "metrics", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-evm", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-ipc", - "reth-metrics", - "reth-network-api", - "reth-node-core", - "reth-primitives-traits", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc", "reth-rpc-api", "reth-rpc-eth-api", - "reth-rpc-eth-types", + "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc-layer", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", + "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "serde", "thiserror 2.0.17", "tokio", @@ -9558,11 +10662,32 @@ dependencies = [ "op-alloy-network", "op-alloy-rpc-types", "op-revm", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-optimism-primitives", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "revm-context", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-rpc-convert" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-json-rpc", + "alloy-network", + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-signer", + "auto_impl", + "dyn-clone", + "jsonrpsee-types 0.26.0", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "revm-context", "thiserror 2.0.17", ] @@ -9580,17 +10705,17 @@ dependencies = [ "jsonrpsee-types 0.26.0", "metrics", "parking_lot", - "reth-chainspec", - "reth-engine-primitives", - "reth-metrics", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-rpc-api", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "serde", "thiserror 2.0.17", "tokio", @@ -9620,21 +10745,21 @@ dependencies = [ "jsonrpsee 0.26.0", "jsonrpsee-types 0.26.0", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", - "reth-network-api", - "reth-node-api", - "reth-primitives-traits", - "reth-revm", - "reth-rpc-convert", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie-common", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-convert 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm", "revm-inspectors", "tokio", @@ -9663,21 +10788,68 @@ dependencies = [ "metrics", "rand 0.9.2", "reqwest", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-revm", - "reth-rpc-convert", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-convert 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "revm", + "revm-inspectors", + "schnellru", + "serde", + "thiserror 2.0.17", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-rpc-eth-types" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-network", + "alloy-primitives", + "alloy-rpc-client", + "alloy-rpc-types-eth", + "alloy-sol-types", + "alloy-transport", + "derive_more", + "futures", + "itertools 0.14.0", + "jsonrpsee-core 0.26.0", + "jsonrpsee-types 0.26.0", + "metrics", + "rand 0.9.2", + "reqwest", + "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-evm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-rpc-convert 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-rpc-server-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-transaction-pool 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "revm", "revm-inspectors", "schnellru", @@ -9712,8 +10884,24 @@ dependencies = [ "alloy-rpc-types-engine", "jsonrpsee-core 0.26.0", "jsonrpsee-types 0.26.0", - "reth-errors", - "reth-network-api", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde", + "strum 0.27.2", +] + +[[package]] +name = "reth-rpc-server-types" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "jsonrpsee-core 0.26.0", + "jsonrpsee-types 0.26.0", + "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "serde", "strum 0.27.2", ] @@ -9733,33 +10921,33 @@ dependencies = [ "num-traits", "rayon", "reqwest", - "reth-chainspec", - "reth-codecs", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-etl", - "reth-evm", - "reth-execution-types", - "reth-exex", - "reth-fs-util", - "reth-network-p2p", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-prune-types", - "reth-revm", - "reth-stages-api", - "reth-static-file-types", - "reth-storage-errors", + "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-exex 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "reth-testing-utils", - "reth-trie", - "reth-trie-db", + "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "tempfile", "thiserror 2.0.17", "tokio", @@ -9777,17 +10965,44 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus", - "reth-errors", - "reth-metrics", - "reth-network-p2p", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-stages-types", - "reth-static-file", - "reth-static-file-types", - "reth-tokio-util", + "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "thiserror 2.0.17", + "tokio", + "tracing", +] + +[[package]] +name = "reth-stages-api" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "aquamarine", + "auto_impl", + "futures-util", + "metrics", + "reth-consensus 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-p2p 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-prune 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-static-file 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "thiserror 2.0.17", "tokio", "tracing", @@ -9802,8 +11017,21 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-trie-common", + "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "serde", +] + +[[package]] +name = "reth-stages-types" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-primitives", + "bytes", + "modular-bitfield", + "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "serde", ] @@ -9815,15 +11043,35 @@ dependencies = [ "alloy-primitives", "parking_lot", "rayon", - "reth-codecs", - "reth-db-api", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", - "reth-tokio-util", + "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "tracing", +] + +[[package]] +name = "reth-static-file" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-primitives", + "parking_lot", + "rayon", + "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tokio-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "tracing", ] @@ -9839,6 +11087,17 @@ dependencies = [ "strum 0.27.2", ] +[[package]] +name = "reth-static-file-types" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-primitives", + "derive_more", + "serde", + "strum 0.27.2", +] + [[package]] name = "reth-storage-api" version = "1.9.2" @@ -9849,16 +11108,39 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", - "reth-db-api", - "reth-db-models", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-models 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "revm-database", +] + +[[package]] +name = "reth-storage-api" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-db-models 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "revm-database", ] @@ -9871,9 +11153,25 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "revm-database-interface", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-storage-errors" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-static-file-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "revm-database-interface", "thiserror 2.0.17", ] @@ -9889,7 +11187,23 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "thiserror 2.0.17", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "reth-tasks" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "auto_impl", + "dyn-clone", + "futures-util", + "metrics", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "thiserror 2.0.17", "tokio", "tracing", @@ -9907,8 +11221,8 @@ dependencies = [ "alloy-primitives", "rand 0.8.5", "rand 0.9.2", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "secp256k1 0.30.0", ] @@ -9922,6 +11236,16 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-tokio-util" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-tracing" version = "1.9.2" @@ -9929,7 +11253,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f1 dependencies = [ "clap", "eyre", - "reth-tracing-otlp", + "reth-tracing-otlp 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "rolling-file", "tracing", "tracing-appender", @@ -9939,6 +11263,21 @@ dependencies = [ "url", ] +[[package]] +name = "reth-tracing" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "clap", + "eyre", + "rolling-file", + "tracing", + "tracing-appender", + "tracing-journald", + "tracing-logfmt", + "tracing-subscriber 0.3.20", +] + [[package]] name = "reth-tracing-otlp" version = "1.9.2" @@ -9956,6 +11295,23 @@ dependencies = [ "url", ] +[[package]] +name = "reth-tracing-otlp" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "clap", + "eyre", + "opentelemetry 0.31.0", + "opentelemetry-otlp 0.31.0", + "opentelemetry-semantic-conventions", + "opentelemetry_sdk 0.31.0", + "tracing", + "tracing-opentelemetry 0.32.0", + "tracing-subscriber 0.3.20", + "url", +] + [[package]] name = "reth-transaction-pool" version = "1.9.2" @@ -9974,16 +11330,56 @@ dependencies = [ "paste", "pin-project", "rand 0.9.2", - "reth-chain-state", - "reth-chainspec", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", + "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "revm-interpreter", + "revm-primitives", + "rustc-hash 2.1.1", + "schnellru", + "serde", + "serde_json", + "smallvec", + "thiserror 2.0.17", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-transaction-pool" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "aquamarine", + "auto_impl", + "bitflags 2.10.0", + "futures-util", + "metrics", + "parking_lot", + "pin-project", + "rand 0.9.2", + "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-eth-wire-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-fs-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-tasks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "revm-interpreter", "revm-primitives", "rustc-hash 2.1.1", @@ -10010,18 +11406,42 @@ dependencies = [ "auto_impl", "itertools 0.14.0", "metrics", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "reth-trie-sparse", + "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-sparse 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "revm-database", "tracing", "triehash", ] +[[package]] +name = "reth-trie" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "itertools 0.14.0", + "metrics", + "reth-execution-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie-sparse 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "revm-database", + "tracing", +] + [[package]] name = "reth-trie-common" version = "1.9.2" @@ -10042,8 +11462,32 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "revm-database", + "serde", + "serde_with", +] + +[[package]] +name = "reth-trie-common" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-serde", + "alloy-trie", + "arrayvec", + "bytes", + "derive_more", + "itertools 0.14.0", + "nybbles", + "rayon", + "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "revm-database", "serde", "serde_with", @@ -10055,10 +11499,23 @@ version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ "alloy-primitives", - "reth-db-api", - "reth-execution-errors", - "reth-primitives-traits", - "reth-trie", + "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "tracing", +] + +[[package]] +name = "reth-trie-db" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-primitives", + "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-execution-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "tracing", ] @@ -10075,13 +11532,13 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-provider", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", - "reth-trie-sparse", + "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-sparse 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "thiserror 2.0.17", "tokio", "tracing", @@ -10098,10 +11555,26 @@ dependencies = [ "auto_impl", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-trie-common", + "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "smallvec", + "tracing", +] + +[[package]] +name = "reth-trie-sparse" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "reth-execution-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", "smallvec", "tracing", ] @@ -10116,10 +11589,10 @@ dependencies = [ "alloy-trie", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-trie-common", - "reth-trie-sparse", + "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-sparse 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", "smallvec", "tracing", ] @@ -10132,6 +11605,14 @@ dependencies = [ "zstd", ] +[[package]] +name = "reth-zstd-compressors" +version = "1.9.2" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +dependencies = [ + "zstd", +] + [[package]] name = "revm" version = "31.0.2" diff --git a/Cargo.toml b/Cargo.toml index c94ed8d1..287484d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,6 +47,10 @@ base-reth-transaction-tracing = { path = "crates/transaction-tracing" } # Note: default-features = false avoids version conflicts with reth's alloy/op-alloy dependencies tips-core = { git = "https://github.com/base/tips", rev = "a21ee492dede17f31eea108c12c669a8190f31aa", default-features = false } +# op-reth +reth-optimism-exex = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-optimism-trie = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } + # reth reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } reth-optimism-node = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } @@ -130,5 +134,29 @@ time = { version = "0.3.36", features = ["macros", "formatting", "parsing"] } chrono = "0.4.41" brotli = "8.0.1" arc-swap = "1.7.1" -once_cell = "1.19" rand = "0.9.2" + +# [patch."https://github.com/paradigmxyz/reth"] +# reth = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-optimism-node = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-optimism-cli = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-primitives = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-rpc-eth-api = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-optimism-primitives = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-rpc-convert = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-optimism-evm = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-optimism-chainspec = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-provider = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-tracing = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-e2e-test-utils = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-transaction-pool = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-primitives-traits = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-evm = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-cli-util = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-exex = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-db = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-testing-utils = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-db-common = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-optimism-exex = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-optimism-trie = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +# reth-optimism-rpc = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } diff --git a/crates/node/Cargo.toml b/crates/node/Cargo.toml index 9e3a2adf..22b7ea25 100644 --- a/crates/node/Cargo.toml +++ b/crates/node/Cargo.toml @@ -17,6 +17,10 @@ base-reth-flashblocks-rpc.workspace = true base-reth-metering.workspace = true base-reth-transaction-tracing.workspace = true +# proof helper exex +reth-optimism-exex = { workspace = true } +reth-optimism-trie = { workspace = true } + # reth reth.workspace = true reth-optimism-node.workspace = true @@ -85,7 +89,6 @@ eyre.workspace = true uuid.workspace = true time.workspace = true chrono.workspace = true -once_cell.workspace = true [features] default = [] diff --git a/crates/node/src/main.rs b/crates/node/src/main.rs index c598ae3f..290ac30c 100644 --- a/crates/node/src/main.rs +++ b/crates/node/src/main.rs @@ -1,4 +1,7 @@ -use std::sync::Arc; +use std::{ + path::PathBuf, + sync::{Arc, LazyLock, OnceLock}, +}; use base_reth_flashblocks_rpc::{ rpc::{EthApiExt, EthApiOverrideServer}, @@ -8,16 +11,28 @@ use base_reth_flashblocks_rpc::{ use base_reth_metering::{MeteringApiImpl, MeteringApiServer}; use base_reth_transaction_tracing::transaction_tracing_exex; use clap::Parser; -use futures_util::TryStreamExt; +use futures_util::{FutureExt, TryStreamExt}; +use jsonrpsee::{ + core::{async_trait, RpcResult}, + proc_macros::rpc, +}; use once_cell::sync::OnceCell; use reth::{ + api::FullNodeComponents, builder::{EngineNodeLauncher, Node, NodeHandle, TreeConfig}, providers::providers::BlockchainProvider, + rpc::result::internal_rpc_err, version::{default_reth_version_metadata, try_init_version_metadata, RethCliVersionConsts}, }; use reth_exex::ExExEvent; use reth_optimism_cli::{chainspec::OpChainSpecParser, Cli}; +use reth_optimism_exex::OpProofsExEx; use reth_optimism_node::{args::RollupArgs, OpNode}; +use reth_optimism_rpc::{ + debug::{DebugApiExt, DebugApiOverrideServer}, + eth::proofs::{EthApiExt as OpEthApiExt, EthApiOverrideServer as OpEthApiOverrideServer}, +}; +use reth_optimism_trie::{db::MdbxProofsStorage, OpProofsStorage, OpProofsStore}; use tracing::info; use url::Url; @@ -49,6 +64,19 @@ struct Args { /// Enable metering RPC for transaction bundle simulation #[arg(long = "enable-metering", value_name = "ENABLE_METERING")] pub enable_metering: bool, + + /// If true, initialize external-proofs exex to save and serve trie nodes to provide proofs + /// faster. + #[arg(long = "proofs-history", value_name = "PROOFS_HISTORY", default_value = "false")] + pub proofs_history: bool, + + /// The path to the storage DB for proofs history. + #[arg( + long = "proofs-history.storage-path", + value_name = "PROOFS_HISTORY_STORAGE_PATH", + required_if_eq("proofs_history", "true") + )] + pub proofs_history_storage_path: Option, } impl Args { @@ -83,11 +111,44 @@ fn main() { info!(message = "starting custom Base node"); let flashblocks_enabled = args.flashblocks_enabled(); + let proofs_history_enabled = args.proofs_history; + let transaction_tracing_enabled = args.enable_transaction_tracing; let metering_enabled = args.enable_metering; let op_node = OpNode::new(args.rollup_args.clone()); - let fb_cell: Arc>>> = Arc::new(OnceCell::new()); + let fb_cell: Arc>>> = Arc::new(OnceLock::new()); + + let proofs_storage_cell = + Arc::new(LazyLock::new(|| -> Arc> { + let path = args + .proofs_history_storage_path + .expect("path must be set when proofs history is enabled"); + let result: Arc> = Arc::new( + MdbxProofsStorage::new(&path).expect("Failed to create MdbxProofsStorage"), + ) + .into(); + + result + })); + + let proofs_storage_cell_exex = proofs_storage_cell.clone(); + let proofs_storage_cell_rpc = proofs_storage_cell.clone(); + let proofs_storage_cell = + Arc::new(LazyLock::new(|| -> Arc> { + let path = args + .proofs_history_storage_path + .expect("path must be set when proofs history is enabled"); + let result: Arc> = Arc::new( + MdbxProofsStorage::new(&path).expect("Failed to create MdbxProofsStorage"), + ) + .into(); + + result + })); + + let proofs_storage_cell_exex = proofs_storage_cell.clone(); + let proofs_storage_cell_rpc = proofs_storage_cell.clone(); let NodeHandle { node: _node, node_exit_future } = builder .with_types_and_provider::>() @@ -122,6 +183,20 @@ fn main() { }) } }) + .install_exex_if( + proofs_history_enabled, + "proofs-history", + move |exex_context| async move { + let proofs_storage = (*proofs_storage_cell_exex).clone(); + Ok(OpProofsExEx::new( + exex_context, + proofs_storage, + 0, // TODO: unused + ) + .run() + .boxed()) + }, + ) .extend_rpc_modules(move |ctx| { if metering_enabled { info!(message = "Starting Metering RPC"); @@ -139,6 +214,7 @@ fn main() { )?; let fb = fb_cell + .clone() .get_or_init(|| Arc::new(FlashblocksState::new(ctx.provider().clone()))) .clone(); fb.start(); @@ -158,6 +234,25 @@ fn main() { } Ok(()) }) + .extend_rpc_modules(move |ctx| { + if proofs_history_enabled { + let proofs_storage = (*(proofs_storage_cell_rpc)).clone(); + let api_ext = OpEthApiExt::new( + ctx.registry.eth_api().clone(), + proofs_storage.clone(), + ); + let debug_ext = DebugApiExt::new( + ctx.node().provider().clone(), + ctx.registry.eth_api().clone(), + proofs_storage.clone(), + Box::new(ctx.node().task_executor().clone()), + ctx.node().evm_config().clone(), + ); + ctx.modules.replace_configured(api_ext.into_rpc())?; + ctx.modules.replace_configured(debug_ext.into_rpc())?; + } + Ok(()) + }) .launch_with_fn(|builder| { let engine_tree_config = TreeConfig::default() .with_persistence_threshold(builder.config().engine.persistence_threshold) From 12647a66c444854b14d9921ca59a701661cff860 Mon Sep 17 00:00:00 2001 From: Julian Meyer Date: Thu, 13 Nov 2025 14:22:55 -0800 Subject: [PATCH 02/12] compiles --- Cargo.lock | 3289 +++++++++++---------------------------- Cargo.toml | 56 +- crates/node/src/main.rs | 23 +- 3 files changed, 961 insertions(+), 2407 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d379f7f3..5cc8e8ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1543,11 +1543,11 @@ dependencies = [ "op-alloy-rpc-types", "rand 0.9.2", "reth", - "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db", "reth-db-common", "reth-e2e-test-utils", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-exex 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm", + "reth-exex", "reth-optimism-chainspec", "reth-optimism-cli", "reth-optimism-evm", @@ -1555,12 +1555,12 @@ dependencies = [ "reth-optimism-primitives", "reth-optimism-rpc", "reth-primitives", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-convert 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits", + "reth-provider", + "reth-rpc-convert", "reth-rpc-eth-api", "reth-testing-utils", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing", "rollup-boost", "serde", "serde_json", @@ -1585,21 +1585,21 @@ dependencies = [ "op-alloy-consensus", "rand 0.9.2", "reth", - "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db", "reth-db-common", "reth-e2e-test-utils", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm", "reth-optimism-chainspec", "reth-optimism-cli", "reth-optimism-evm", "reth-optimism-node", "reth-optimism-primitives", "reth-primitives", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits", + "reth-provider", "reth-testing-utils", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing", + "reth-transaction-pool", "revm", "serde", "serde_json", @@ -1640,8 +1640,8 @@ dependencies = [ "op-alloy-rpc-types-engine", "reqwest", "reth", - "reth-cli-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-exex 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-cli-util", + "reth-exex", "reth-optimism-chainspec", "reth-optimism-cli", "reth-optimism-evm", @@ -1651,7 +1651,7 @@ dependencies = [ "reth-optimism-rpc", "reth-optimism-trie", "reth-primitives", - "reth-rpc-convert 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-convert", "reth-rpc-eth-api", "revm", "revm-bytecode", @@ -1680,11 +1680,11 @@ dependencies = [ "metrics", "metrics-derive", "reth", - "reth-exex 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-exex", "reth-optimism-cli", "reth-optimism-node", "reth-primitives", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing", "tokio", "tokio-stream", ] @@ -7055,69 +7055,45 @@ checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" [[package]] name = "reth" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-rpc-types", "aquamarine", "clap", "eyre", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", "reth-cli-runner", - "reth-cli-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-cli-util", + "reth-consensus", "reth-consensus-common", - "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db", "reth-ethereum-cli", "reth-ethereum-payload-builder", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives", + "reth-evm", + "reth-network", + "reth-network-api", + "reth-node-api", "reth-node-builder", - "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-core", "reth-node-ethereum", "reth-node-metrics", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder", + "reth-payload-primitives", "reth-primitives", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-provider", "reth-ress-protocol", "reth-ress-provider", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", - "reth-rpc-convert 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "tokio", - "tracing", -] - -[[package]] -name = "reth-basic-payload-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "futures-core", - "futures-util", - "metrics", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-convert", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-tasks", + "reth-tokio-util", + "reth-transaction-pool", "tokio", "tracing", ] @@ -7133,15 +7109,15 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-builder 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chain-state", + "reth-metrics", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-revm", + "reth-storage-api", + "reth-tasks", "tokio", "tracing", ] @@ -7149,7 +7125,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7161,43 +7137,14 @@ dependencies = [ "parking_lot", "pin-project", "rand 0.9.2", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "revm-database", - "revm-state", - "serde", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-chain-state" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "derive_more", - "metrics", - "parking_lot", - "pin-project", - "rand 0.9.2", - "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chainspec", + "reth-errors", + "reth-ethereum-primitives", + "reth-execution-types", + "reth-metrics", + "reth-primitives-traits", + "reth-storage-api", + "reth-trie", "revm-database", "revm-state", "serde", @@ -7206,26 +7153,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-chainspec" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-chains", - "alloy-consensus", - "alloy-eips", - "alloy-evm", - "alloy-genesis", - "alloy-primitives", - "alloy-trie", - "auto_impl", - "derive_more", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde_json", -] - [[package]] name = "reth-chainspec" version = "1.9.2" @@ -7240,22 +7167,22 @@ dependencies = [ "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-forks", + "reth-network-peers", + "reth-primitives-traits", "serde_json", ] [[package]] name = "reth-cli" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-genesis", "clap", "eyre", "reth-cli-runner", - "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db", "serde_json", "shellexpand", ] @@ -7263,7 +7190,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7283,47 +7210,47 @@ dependencies = [ "lz4", "ratatui", "reqwest", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", "reth-cli", "reth-cli-runner", - "reth-cli-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-cli-util", + "reth-codecs", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-api", "reth-db-common", - "reth-discv4 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-discv5 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-discv4", + "reth-discv5", "reth-downloaders", - "reth-ecies 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ecies", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-eth-wire 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-eth-wire", "reth-etl", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-exex 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-net-nat 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm", + "reth-exex", + "reth-fs-util", + "reth-net-nat", + "reth-network", + "reth-network-p2p", + "reth-network-peers", + "reth-node-api", "reth-node-builder", - "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-revm", "reth-stages", - "reth-static-file 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file", + "reth-static-file-types", + "reth-trie", + "reth-trie-common", + "reth-trie-db", "secp256k1 0.30.0", "serde", "serde_json", @@ -7338,31 +7265,13 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tasks", "tokio", "tracing", ] -[[package]] -name = "reth-cli-util" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "cfg-if", - "eyre", - "libc", - "rand 0.8.5", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "secp256k1 0.30.0", - "serde", - "thiserror 2.0.17", - "tikv-jemallocator", -] - [[package]] name = "reth-cli-util" version = "1.9.2" @@ -7374,16 +7283,17 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-fs-util", "secp256k1 0.30.0", "serde", "thiserror 2.0.17", + "tikv-jemallocator", ] [[package]] name = "reth-codecs" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7394,40 +7304,12 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs-derive 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-zstd-compressors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-codecs-derive", + "reth-zstd-compressors", "serde", "visibility", ] -[[package]] -name = "reth-codecs" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-genesis", - "alloy-primitives", - "alloy-trie", - "bytes", - "modular-bitfield", - "op-alloy-consensus", - "reth-codecs-derive 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-zstd-compressors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "serde", -] - -[[package]] -name = "reth-codecs-derive" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.110", -] - [[package]] name = "reth-codecs-derive" version = "1.9.2" @@ -7438,21 +7320,6 @@ dependencies = [ "syn 2.0.110", ] -[[package]] -name = "reth-config" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "eyre", - "humantime-serde", - "reth-network-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", - "toml", - "url", -] - [[package]] name = "reth-config" version = "1.9.2" @@ -7460,27 +7327,14 @@ source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#76191 dependencies = [ "eyre", "humantime-serde", - "reth-network-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-network-types", + "reth-prune-types", + "reth-stages-types", "serde", "toml", "url", ] -[[package]] -name = "reth-consensus" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-primitives", - "auto_impl", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "thiserror 2.0.17", -] - [[package]] name = "reth-consensus" version = "1.9.2" @@ -7489,27 +7343,27 @@ dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", - "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-execution-types", + "reth-primitives-traits", "thiserror 2.0.17", ] [[package]] name = "reth-consensus-common" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", + "reth-consensus", + "reth-primitives-traits", ] [[package]] name = "reth-consensus-debug-client" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7523,9 +7377,9 @@ dependencies = [ "eyre", "futures", "reqwest", - "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-api", + "reth-primitives-traits", + "reth-tracing", "ringbuffer", "serde", "serde_json", @@ -7535,7 +7389,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-primitives", "derive_more", @@ -7543,14 +7397,14 @@ dependencies = [ "metrics", "page_size", "parking_lot", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-libmdbx 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-nippy-jar 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-api", + "reth-fs-util", + "reth-libmdbx", + "reth-metrics", + "reth-nippy-jar", + "reth-static-file-types", + "reth-storage-errors", + "reth-tracing", "rustc-hash 2.1.1", "strum 0.27.2", "sysinfo", @@ -7558,34 +7412,10 @@ dependencies = [ "thiserror 2.0.17", ] -[[package]] -name = "reth-db" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" -dependencies = [ - "alloy-primitives", - "derive_more", - "eyre", - "metrics", - "page_size", - "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-libmdbx 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-nippy-jar 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tracing 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "rustc-hash 2.1.1", - "strum 0.27.2", - "sysinfo", - "thiserror 2.0.17", -] - [[package]] name = "reth-db-api" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7597,40 +7427,15 @@ dependencies = [ "modular-bitfield", "parity-scale-codec", "proptest", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db-models 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-codecs", + "reth-db-models", + "reth-ethereum-primitives", "reth-optimism-primitives", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "roaring", - "serde", -] - -[[package]] -name = "reth-db-api" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" -dependencies = [ - "alloy-consensus", - "alloy-genesis", - "alloy-primitives", - "bytes", - "derive_more", - "metrics", - "modular-bitfield", - "parity-scale-codec", - "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-db-models 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", "roaring", "serde", ] @@ -7638,48 +7443,33 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-genesis", "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", + "reth-codecs", + "reth-config", + "reth-db-api", "reth-etl", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-errors", + "reth-fs-util", + "reth-node-types", + "reth-primitives-traits", + "reth-provider", + "reth-stages-types", + "reth-static-file-types", + "reth-trie", + "reth-trie-db", "serde", "serde_json", "thiserror 2.0.17", "tracing", ] -[[package]] -name = "reth-db-models" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "arbitrary", - "bytes", - "modular-bitfield", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", -] - [[package]] name = "reth-db-models" version = "1.9.2" @@ -7687,36 +7477,12 @@ source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#76191 dependencies = [ "alloy-eips", "alloy-primitives", + "arbitrary", "bytes", "modular-bitfield", - "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "serde", -] - -[[package]] -name = "reth-discv4" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "discv5", - "enr", - "itertools 0.14.0", - "parking_lot", - "rand 0.8.5", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-net-banlist 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-net-nat 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "schnellru", - "secp256k1 0.30.0", + "reth-codecs", + "reth-primitives-traits", "serde", - "thiserror 2.0.17", - "tokio", - "tokio-stream", - "tracing", ] [[package]] @@ -7731,10 +7497,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-net-banlist 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-net-nat 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-forks", + "reth-net-banlist", + "reth-net-nat", + "reth-network-peers", "schnellru", "secp256k1 0.30.0", "serde", @@ -7744,30 +7510,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-discv5" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "derive_more", - "discv5", - "enr", - "futures", - "itertools 0.14.0", - "metrics", - "rand 0.9.2", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "secp256k1 0.30.0", - "thiserror 2.0.17", - "tokio", - "tracing", -] - [[package]] name = "reth-discv5" version = "1.9.2" @@ -7782,37 +7524,13 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.2", - "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "secp256k1 0.30.0", - "thiserror 2.0.17", - "tokio", - "tracing", -] - -[[package]] -name = "reth-dns-discovery" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "data-encoding", - "enr", - "hickory-resolver", - "linked_hash_set", - "parking_lot", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "schnellru", + "reth-chainspec", + "reth-ethereum-forks", + "reth-metrics", + "reth-network-peers", "secp256k1 0.30.0", - "serde", - "serde_with", "thiserror 2.0.17", "tokio", - "tokio-stream", "tracing", ] @@ -7827,9 +7545,9 @@ dependencies = [ "hickory-resolver", "linked_hash_set", "parking_lot", - "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-forks", + "reth-network-peers", + "reth-tokio-util", "schnellru", "secp256k1 0.30.0", "serde", @@ -7843,7 +7561,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7856,16 +7574,16 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-config", + "reth-consensus", + "reth-ethereum-primitives", + "reth-metrics", + "reth-network-p2p", + "reth-network-peers", + "reth-primitives-traits", + "reth-provider", + "reth-storage-api", + "reth-tasks", "reth-testing-utils", "tempfile", "thiserror 2.0.17", @@ -7878,7 +7596,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7894,36 +7612,36 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee 0.26.0", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", "reth-cli-commands", - "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-config", + "reth-consensus", + "reth-db", "reth-db-common", - "reth-engine-local 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-local", + "reth-engine-primitives", + "reth-ethereum-primitives", + "reth-network-api", + "reth-network-p2p", + "reth-network-peers", + "reth-node-api", "reth-node-builder", - "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-core", "reth-node-ethereum", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits", + "reth-provider", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", - "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-server-types", + "reth-stages-types", + "reth-tasks", + "reth-tokio-util", + "reth-tracing", "revm", "serde_json", "tempfile", @@ -7936,7 +7654,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "aes", "alloy-primitives", @@ -7952,7 +7670,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network-peers", "secp256k1 0.30.0", "sha2", "sha3", @@ -7965,107 +7683,29 @@ dependencies = [ ] [[package]] -name = "reth-ecies" +name = "reth-engine-local" version = "1.9.2" source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ - "aes", - "alloy-primitives", - "alloy-rlp", - "block-padding", - "byteorder", - "cipher", - "concat-kdf", - "ctr", - "digest 0.10.7", - "futures", - "generic-array", - "hmac", - "pin-project", - "rand 0.8.5", - "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "secp256k1 0.30.0", - "sha2", - "sha3", - "thiserror 2.0.17", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", - "typenum", -] - -[[package]] -name = "reth-engine-local" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", + "alloy-consensus", "alloy-primitives", "alloy-rpc-types-engine", "eyre", "futures-util", "op-alloy-rpc-types-engine", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", + "reth-engine-primitives", + "reth-ethereum-engine-primitives", "reth-optimism-chainspec", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-engine-local" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" -dependencies = [ - "alloy-consensus", - "alloy-primitives", - "alloy-rpc-types-engine", - "eyre", - "futures-util", - "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-builder 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-builder", + "reth-payload-primitives", + "reth-storage-api", + "reth-transaction-pool", "tokio", "tokio-stream", "tracing", ] -[[package]] -name = "reth-engine-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "auto_impl", - "futures", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", - "thiserror 2.0.17", - "tokio", -] - [[package]] name = "reth-engine-primitives" version = "1.9.2" @@ -8077,15 +7717,15 @@ dependencies = [ "alloy-rpc-types-engine", "auto_impl", "futures", - "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chain-state", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", + "reth-execution-types", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-trie-common", "serde", "thiserror 2.0.17", "tokio", @@ -8094,29 +7734,29 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "futures", "pin-project", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", + "reth-consensus", + "reth-engine-primitives", "reth-engine-tree", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives", + "reth-evm", + "reth-network-p2p", + "reth-node-types", + "reth-payload-builder", + "reth-provider", + "reth-prune", + "reth-stages-api", + "reth-tasks", ] [[package]] name = "reth-engine-tree" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8132,32 +7772,32 @@ dependencies = [ "mini-moka", "parking_lot", "rayon", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", + "reth-db", + "reth-engine-primitives", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", + "reth-execution-types", + "reth-metrics", + "reth-network-p2p", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-prune-types", + "reth-revm", "reth-stages", - "reth-stages-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-static-file 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-stages-api", + "reth-static-file", + "reth-tasks", + "reth-tracing", + "reth-trie", "reth-trie-parallel", - "reth-trie-sparse 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-sparse", "reth-trie-sparse-parallel", "revm", "revm-primitives", @@ -8171,7 +7811,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -8179,16 +7819,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", + "reth-engine-primitives", "reth-engine-tree", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-errors", + "reth-evm", + "reth-fs-util", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-revm", + "reth-storage-api", "serde", "serde_json", "tokio", @@ -8199,7 +7839,7 @@ dependencies = [ [[package]] name = "reth-era" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8207,7 +7847,7 @@ dependencies = [ "alloy-rlp", "ethereum_ssz", "ethereum_ssz_derive", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives", "snap", "thiserror 2.0.17", ] @@ -8215,14 +7855,14 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-primitives", "bytes", "eyre", "futures-util", "reqwest", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-fs-util", "sha2", "tokio", ] @@ -8230,73 +7870,34 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-primitives", "eyre", "futures-util", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-api", "reth-era", "reth-era-downloader", "reth-etl", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-fs-util", + "reth-primitives-traits", + "reth-provider", + "reth-stages-types", + "reth-storage-api", "tokio", "tracing", ] -[[package]] -name = "reth-errors" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "thiserror 2.0.17", -] - [[package]] name = "reth-errors" version = "1.9.2" source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ - "reth-consensus 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-execution-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "thiserror 2.0.17", -] - -[[package]] -name = "reth-eth-wire" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-chains", - "alloy-primitives", - "alloy-rlp", - "bytes", - "derive_more", - "futures", - "pin-project", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ecies 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", - "snap", + "reth-consensus", + "reth-execution-errors", + "reth-storage-errors", "thiserror 2.0.17", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", ] [[package]] @@ -8311,13 +7912,13 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ecies 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-eth-wire-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-codecs", + "reth-ecies", + "reth-eth-wire-types", + "reth-ethereum-forks", + "reth-metrics", + "reth-network-peers", + "reth-primitives-traits", "serde", "snap", "thiserror 2.0.17", @@ -8327,27 +7928,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-eth-wire-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-chains", - "alloy-consensus", - "alloy-eips", - "alloy-hardforks", - "alloy-primitives", - "alloy-rlp", - "bytes", - "derive_more", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-codecs-derive 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", - "thiserror 2.0.17", -] - [[package]] name = "reth-eth-wire-types" version = "1.9.2" @@ -8361,10 +7941,10 @@ dependencies = [ "alloy-rlp", "bytes", "derive_more", - "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-codecs-derive 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chainspec", + "reth-codecs-derive", + "reth-ethereum-primitives", + "reth-primitives-traits", "serde", "thiserror 2.0.17", ] @@ -8372,23 +7952,23 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "clap", "eyre", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", "reth-cli", "reth-cli-commands", "reth-cli-runner", - "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db", + "reth-node-api", "reth-node-builder", - "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-core", "reth-node-ethereum", "reth-node-metrics", - "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tracing-otlp 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-server-types", + "reth-tracing", + "reth-tracing-otlp", "tracing", "url", ] @@ -8396,37 +7976,19 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", + "reth-consensus", "reth-consensus-common", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types", + "reth-primitives-traits", "tracing", ] -[[package]] -name = "reth-ethereum-engine-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-engine", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", - "sha2", - "thiserror 2.0.17", -] - [[package]] name = "reth-ethereum-engine-primitives" version = "1.9.2" @@ -8436,28 +7998,15 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-engine-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-engine-primitives", + "reth-ethereum-primitives", + "reth-payload-primitives", + "reth-primitives-traits", "serde", "sha2", "thiserror 2.0.17", ] -[[package]] -name = "reth-ethereum-forks" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eip2124", - "alloy-hardforks", - "alloy-primitives", - "auto_impl", - "once_cell", - "rustc-hash 2.1.1", -] - [[package]] name = "reth-ethereum-forks" version = "1.9.2" @@ -8474,52 +8023,32 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-basic-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-basic-payload-builder", + "reth-chainspec", "reth-consensus-common", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", "reth-evm-ethereum", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", "reth-payload-validator", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits", + "reth-revm", + "reth-storage-api", + "reth-transaction-pool", "revm", "tracing", ] -[[package]] -name = "reth-ethereum-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-eth", - "alloy-serde", - "arbitrary", - "modular-bitfield", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-zstd-compressors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", - "serde_with", -] - [[package]] name = "reth-ethereum-primitives" version = "1.9.2" @@ -8531,10 +8060,11 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-eth", "alloy-serde", + "arbitrary", "modular-bitfield", - "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-zstd-compressors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-codecs", + "reth-primitives-traits", + "reth-zstd-compressors", "serde", "serde_with", ] @@ -8542,36 +8072,13 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "rayon", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db-api", "tempfile", ] -[[package]] -name = "reth-evm" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-evm", - "alloy-primitives", - "auto_impl", - "derive_more", - "futures-util", - "metrics", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "revm", -] - [[package]] name = "reth-evm" version = "1.9.2" @@ -8584,48 +8091,37 @@ dependencies = [ "auto_impl", "derive_more", "futures-util", - "reth-execution-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "metrics", + "reth-execution-errors", + "reth-execution-types", + "reth-metrics", + "reth-primitives-traits", + "reth-storage-api", + "reth-storage-errors", + "reth-trie-common", "revm", ] [[package]] name = "reth-evm-ethereum" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-evm", "alloy-primitives", "alloy-rpc-types-engine", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", + "reth-ethereum-forks", + "reth-ethereum-primitives", + "reth-evm", + "reth-execution-types", + "reth-primitives-traits", + "reth-storage-errors", "revm", ] -[[package]] -name = "reth-execution-errors" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-evm", - "alloy-primitives", - "alloy-rlp", - "nybbles", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "thiserror 2.0.17", -] - [[package]] name = "reth-execution-errors" version = "1.9.2" @@ -8635,28 +8131,10 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-storage-errors", "thiserror 2.0.17", ] -[[package]] -name = "reth-execution-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-evm", - "alloy-primitives", - "derive_more", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "revm", - "serde", - "serde_with", -] - [[package]] name = "reth-execution-types" version = "1.9.2" @@ -8667,52 +8145,14 @@ dependencies = [ "alloy-evm", "alloy-primitives", "derive_more", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-ethereum-primitives", + "reth-primitives-traits", + "reth-trie-common", "revm", "serde", "serde_with", ] -[[package]] -name = "reth-exex" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "eyre", - "futures", - "itertools 0.14.0", - "metrics", - "parking_lot", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-exex-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "rmp-serde", - "thiserror 2.0.17", - "tokio", - "tokio-util", - "tracing", -] - [[package]] name = "reth-exex" version = "1.9.2" @@ -8726,24 +8166,24 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-config 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-exex-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-node-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-node-core 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-builder 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-stages-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tracing 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chain-state", + "reth-chainspec", + "reth-config", + "reth-ethereum-primitives", + "reth-evm", + "reth-exex-types", + "reth-fs-util", + "reth-metrics", + "reth-node-api", + "reth-node-core", + "reth-payload-builder", + "reth-primitives-traits", + "reth-provider", + "reth-prune-types", + "reth-revm", + "reth-stages-api", + "reth-tasks", + "reth-tracing", "rmp-serde", "thiserror 2.0.17", "tokio", @@ -8751,20 +8191,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-exex-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", - "serde_with", -] - [[package]] name = "reth-exex-types" version = "1.9.2" @@ -8772,23 +8198,13 @@ source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#76191 dependencies = [ "alloy-eips", "alloy-primitives", - "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chain-state", + "reth-execution-types", + "reth-primitives-traits", "serde", "serde_with", ] -[[package]] -name = "reth-fs-util" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "serde", - "serde_json", - "thiserror 2.0.17", -] - [[package]] name = "reth-fs-util" version = "1.9.2" @@ -8802,7 +8218,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8812,14 +8228,14 @@ dependencies = [ "futures", "jsonrpsee 0.26.0", "pretty_assertions", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives", + "reth-evm", + "reth-primitives-traits", + "reth-provider", + "reth-revm", "reth-rpc-api", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-tracing", + "reth-trie", "revm", "revm-bytecode", "revm-database", @@ -8830,7 +8246,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "bytes", "futures", @@ -8847,22 +8263,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-libmdbx" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "bitflags 2.10.0", - "byteorder", - "dashmap 6.1.0", - "derive_more", - "parking_lot", - "reth-mdbx-sys 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "smallvec", - "thiserror 2.0.17", - "tracing", -] - [[package]] name = "reth-libmdbx" version = "1.9.2" @@ -8873,21 +8273,12 @@ dependencies = [ "dashmap 6.1.0", "derive_more", "parking_lot", - "reth-mdbx-sys 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-mdbx-sys", "smallvec", "thiserror 2.0.17", "tracing", ] -[[package]] -name = "reth-mdbx-sys" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "bindgen 0.71.1", - "cc", -] - [[package]] name = "reth-mdbx-sys" version = "1.9.2" @@ -8897,18 +8288,6 @@ dependencies = [ "cc", ] -[[package]] -name = "reth-metrics" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "futures", - "metrics", - "metrics-derive", - "tokio", - "tokio-util", -] - [[package]] name = "reth-metrics" version = "1.9.2" @@ -8924,35 +8303,13 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-primitives", ] [[package]] -name = "reth-net-banlist" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" -dependencies = [ - "alloy-primitives", -] - -[[package]] -name = "reth-net-nat" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "futures-util", - "if-addrs", - "reqwest", - "serde_with", - "thiserror 2.0.17", - "tokio", - "tracing", -] - -[[package]] -name = "reth-net-nat" +name = "reth-net-nat" version = "1.9.2" source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ @@ -8965,61 +8322,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-network" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "aquamarine", - "auto_impl", - "derive_more", - "discv5", - "enr", - "futures", - "itertools 0.14.0", - "metrics", - "parking_lot", - "pin-project", - "rand 0.8.5", - "rand 0.9.2", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-discv4 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-discv5 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-dns-discovery 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ecies 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-eth-wire 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-net-banlist 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "rustc-hash 2.1.1", - "schnellru", - "secp256k1 0.30.0", - "serde", - "smallvec", - "thiserror 2.0.17", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", -] - [[package]] name = "reth-network" version = "1.9.2" @@ -9041,28 +8343,28 @@ dependencies = [ "pin-project", "rand 0.8.5", "rand 0.9.2", - "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-discv4 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-discv5 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-dns-discovery 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ecies 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-eth-wire 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-eth-wire-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-net-banlist 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chainspec", + "reth-consensus", + "reth-discv4", + "reth-discv5", + "reth-dns-discovery", + "reth-ecies", + "reth-eth-wire", + "reth-eth-wire-types", + "reth-ethereum-forks", + "reth-ethereum-primitives", + "reth-fs-util", + "reth-metrics", + "reth-net-banlist", + "reth-network-api", + "reth-network-p2p", + "reth-network-peers", + "reth-network-types", + "reth-primitives-traits", + "reth-storage-api", + "reth-tasks", + "reth-tokio-util", + "reth-transaction-pool", "rustc-hash 2.1.1", "schnellru", "secp256k1 0.30.0", @@ -9075,31 +8377,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-network-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-primitives", - "alloy-rpc-types-admin", - "alloy-rpc-types-eth", - "auto_impl", - "derive_more", - "enr", - "futures", - "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", - "thiserror 2.0.17", - "tokio", - "tokio-stream", -] - [[package]] name = "reth-network-api" version = "1.9.2" @@ -9113,41 +8390,18 @@ dependencies = [ "derive_more", "enr", "futures", - "reth-eth-wire-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-eth-wire-types", + "reth-ethereum-forks", + "reth-network-p2p", + "reth-network-peers", + "reth-network-types", + "reth-tokio-util", "serde", "thiserror 2.0.17", "tokio", "tokio-stream", ] -[[package]] -name = "reth-network-p2p" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "auto_impl", - "derive_more", - "futures", - "parking_lot", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "tokio", - "tracing", -] - [[package]] name = "reth-network-p2p" version = "1.9.2" @@ -9159,32 +8413,18 @@ dependencies = [ "auto_impl", "derive_more", "futures", - "reth-consensus 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-eth-wire-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "parking_lot", + "reth-consensus", + "reth-eth-wire-types", + "reth-ethereum-primitives", + "reth-network-peers", + "reth-network-types", + "reth-primitives-traits", + "reth-storage-errors", "tokio", "tracing", ] -[[package]] -name = "reth-network-peers" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "enr", - "secp256k1 0.30.0", - "serde_with", - "thiserror 2.0.17", - "tokio", - "url", -] - [[package]] name = "reth-network-peers" version = "1.9.2" @@ -9200,20 +8440,6 @@ dependencies = [ "url", ] -[[package]] -name = "reth-network-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eip2124", - "humantime-serde", - "reth-net-banlist 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", - "serde_json", - "tracing", -] - [[package]] name = "reth-network-types" version = "1.9.2" @@ -9221,30 +8447,13 @@ source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#76191 dependencies = [ "alloy-eip2124", "humantime-serde", - "reth-net-banlist 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-net-banlist", + "reth-network-peers", "serde", "serde_json", "tracing", ] -[[package]] -name = "reth-nippy-jar" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "anyhow", - "bincode", - "derive_more", - "lz4_flex", - "memmap2", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", - "thiserror 2.0.17", - "tracing", - "zstd", -] - [[package]] name = "reth-nippy-jar" version = "1.9.2" @@ -9255,37 +8464,13 @@ dependencies = [ "derive_more", "lz4_flex", "memmap2", - "reth-fs-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-fs-util", "serde", "thiserror 2.0.17", "tracing", "zstd", ] -[[package]] -name = "reth-node-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-rpc-types-engine", - "eyre", - "reth-basic-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", -] - [[package]] name = "reth-node-api" version = "1.9.2" @@ -9293,27 +8478,27 @@ source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#76191 dependencies = [ "alloy-rpc-types-engine", "eyre", - "reth-basic-payload-builder 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-node-core 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-node-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-builder 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-basic-payload-builder", + "reth-consensus", + "reth-db-api", + "reth-engine-primitives", + "reth-evm", + "reth-network-api", + "reth-node-core", + "reth-node-types", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-provider", + "reth-tasks", + "reth-tokio-util", + "reth-transaction-pool", ] [[package]] name = "reth-node-builder" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9327,50 +8512,50 @@ dependencies = [ "futures", "jsonrpsee 0.26.0", "rayon", - "reth-basic-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-cli-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-basic-payload-builder", + "reth-chain-state", + "reth-chainspec", + "reth-cli-util", + "reth-config", + "reth-consensus", "reth-consensus-debug-client", - "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-db", + "reth-db-api", "reth-db-common", "reth-downloaders", - "reth-engine-local 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-local", + "reth-engine-primitives", "reth-engine-service", "reth-engine-tree", "reth-engine-util", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-exex 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm", + "reth-exex", + "reth-fs-util", "reth-invalid-block-hooks", - "reth-network 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network", + "reth-network-api", + "reth-network-p2p", + "reth-node-api", + "reth-node-core", "reth-node-ethstats", "reth-node-events", "reth-node-metrics", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder", + "reth-primitives-traits", + "reth-provider", + "reth-prune", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-engine-api", - "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-eth-types", "reth-rpc-layer", "reth-stages", - "reth-static-file 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file", + "reth-tasks", + "reth-tokio-util", + "reth-tracing", + "reth-transaction-pool", "secp256k1 0.30.0", "serde_json", "tokio", @@ -9378,59 +8563,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-node-core" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "clap", - "derive_more", - "dirs-next", - "eyre", - "futures", - "humantime", - "rand 0.9.2", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-cli-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-discv4 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-discv5 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-local 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-net-nat 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-convert 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tracing-otlp 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "secp256k1 0.30.0", - "serde", - "shellexpand", - "strum 0.27.2", - "thiserror 2.0.17", - "toml", - "tracing", - "url", - "vergen", - "vergen-git2", -] - [[package]] name = "reth-node-core" version = "1.9.2" @@ -9447,31 +8579,31 @@ dependencies = [ "futures", "humantime", "rand 0.9.2", - "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-cli-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-config 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-db 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-discv4 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-discv5 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-engine-local 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-net-nat 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-rpc-convert 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-rpc-eth-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-rpc-server-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tracing 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tracing-otlp 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chainspec", + "reth-cli-util", + "reth-config", + "reth-consensus", + "reth-db", + "reth-discv4", + "reth-discv5", + "reth-engine-local", + "reth-engine-primitives", + "reth-ethereum-forks", + "reth-net-nat", + "reth-network", + "reth-network-p2p", + "reth-network-peers", + "reth-primitives-traits", + "reth-prune-types", + "reth-rpc-convert", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-stages-types", + "reth-storage-api", + "reth-storage-errors", + "reth-tracing", + "reth-tracing-otlp", + "reth-transaction-pool", "secp256k1 0.30.0", "serde", "shellexpand", @@ -9487,37 +8619,37 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-eips", "alloy-network", "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-local 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", + "reth-engine-local", + "reth-engine-primitives", "reth-ethereum-consensus", - "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-engine-primitives", "reth-ethereum-payload-builder", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives", + "reth-evm", "reth-evm-ethereum", - "reth-network 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-network", + "reth-node-api", "reth-node-builder", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-provider", + "reth-revm", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", - "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-tracing", + "reth-transaction-pool", "revm", "tokio", ] @@ -9525,17 +8657,17 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-primitives", "chrono", "futures-util", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state", + "reth-network-api", + "reth-primitives-traits", + "reth-storage-api", + "reth-transaction-pool", "serde", "serde_json", "thiserror 2.0.17", @@ -9549,7 +8681,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9559,13 +8691,13 @@ dependencies = [ "futures", "humantime", "pin-project", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives", + "reth-network-api", + "reth-primitives-traits", + "reth-prune-types", "reth-stages", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file-types", + "reth-storage-api", "tokio", "tracing", ] @@ -9573,7 +8705,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "eyre", "http", @@ -9584,42 +8716,30 @@ dependencies = [ "metrics-util", "procfs 0.17.0", "reqwest", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics", + "reth-tasks", "tikv-jemalloc-ctl", "tokio", "tower 0.5.2", "tracing", ] -[[package]] -name = "reth-node-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", -] - [[package]] name = "reth-node-types" version = "1.9.2" source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ - "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chainspec", + "reth-db-api", + "reth-engine-primitives", + "reth-payload-primitives", + "reth-primitives-traits", ] [[package]] name = "reth-optimism-chainspec" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-chains", "alloy-consensus", @@ -9632,12 +8752,12 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types", "paste", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", + "reth-ethereum-forks", + "reth-network-peers", "reth-optimism-forks", "reth-optimism-primitives", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits", "serde", "serde_json", "tar-no-std", @@ -9647,7 +8767,7 @@ dependencies = [ [[package]] name = "reth-optimism-cli" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9658,19 +8778,19 @@ dependencies = [ "eyre", "futures-util", "op-alloy-consensus", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", "reth-cli", "reth-cli-commands", "reth-cli-runner", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus", + "reth-db", + "reth-db-api", "reth-db-common", "reth-downloaders", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types", + "reth-fs-util", "reth-node-builder", - "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-core", "reth-node-events", "reth-node-metrics", "reth-optimism-chainspec", @@ -9678,15 +8798,16 @@ dependencies = [ "reth-optimism-evm", "reth-optimism-node", "reth-optimism-primitives", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-optimism-trie", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-rpc-server-types", "reth-stages", - "reth-static-file 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tracing-otlp 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-static-file", + "reth-static-file-types", + "reth-tracing", + "reth-tracing-otlp", "serde", "tokio", "tokio-util", @@ -9697,23 +8818,23 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-trie", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", + "reth-consensus", "reth-consensus-common", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types", "reth-optimism-chainspec", "reth-optimism-forks", "reth-optimism-primitives", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits", + "reth-storage-api", + "reth-storage-errors", + "reth-trie-common", "revm", "thiserror 2.0.17", "tracing", @@ -9722,7 +8843,7 @@ dependencies = [ [[package]] name = "reth-optimism-evm" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9732,17 +8853,17 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types-engine", "op-revm", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", + "reth-evm", + "reth-execution-errors", + "reth-execution-types", "reth-optimism-chainspec", "reth-optimism-consensus", "reth-optimism-forks", "reth-optimism-primitives", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits", "reth-rpc-eth-api", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors", "revm", "thiserror 2.0.17", ] @@ -9756,18 +8877,18 @@ dependencies = [ "derive_more", "eyre", "futures-util", - "reth-exex 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-node-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-node-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-exex", + "reth-node-api", + "reth-node-types", "reth-optimism-trie", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits", "tracing", ] [[package]] name = "reth-optimism-flashblocks" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9779,21 +8900,21 @@ dependencies = [ "eyre", "futures-util", "metrics", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state", + "reth-engine-primitives", + "reth-errors", + "reth-evm", + "reth-execution-types", + "reth-metrics", "reth-optimism-evm", "reth-optimism-payload-builder", "reth-optimism-primitives", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-revm", + "reth-rpc-eth-types", + "reth-storage-api", + "reth-tasks", "ringbuffer", "serde", "serde_json", @@ -9806,18 +8927,18 @@ dependencies = [ [[package]] name = "reth-optimism-forks" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-op-hardforks", "alloy-primitives", "once_cell", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-forks", ] [[package]] name = "reth-optimism-node" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9828,14 +8949,14 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types-engine", "op-revm", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-local 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", + "reth-consensus", + "reth-engine-local", + "reth-evm", + "reth-network", + "reth-node-api", "reth-node-builder", - "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-node-core", "reth-optimism-chainspec", "reth-optimism-consensus", "reth-optimism-evm", @@ -9845,15 +8966,15 @@ dependencies = [ "reth-optimism-rpc", "reth-optimism-storage", "reth-optimism-txpool", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder", + "reth-primitives-traits", + "reth-provider", "reth-rpc-api", "reth-rpc-engine-api", - "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tracing 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-server-types", + "reth-tracing", + "reth-transaction-pool", + "reth-trie-common", "revm", "serde", "tokio", @@ -9863,7 +8984,7 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9875,24 +8996,24 @@ dependencies = [ "derive_more", "op-alloy-consensus", "op-alloy-rpc-types-engine", - "reth-basic-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-basic-payload-builder", + "reth-chain-state", + "reth-chainspec", + "reth-evm", + "reth-execution-types", "reth-optimism-evm", "reth-optimism-forks", "reth-optimism-primitives", "reth-optimism-txpool", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", "reth-payload-util", "reth-payload-validator", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits", + "reth-revm", + "reth-storage-api", + "reth-transaction-pool", "revm", "serde", "sha2", @@ -9903,7 +9024,7 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9913,9 +9034,9 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-zstd-compressors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-codecs", + "reth-primitives-traits", + "reth-zstd-compressors", "serde", "serde_with", ] @@ -9923,16 +9044,18 @@ dependencies = [ [[package]] name = "reth-optimism-rpc" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-json-rpc", "alloy-primitives", + "alloy-rlp", "alloy-rpc-client", "alloy-rpc-types-debug", "alloy-rpc-types-engine", "alloy-rpc-types-eth", + "alloy-serde", "alloy-transport", "alloy-transport-http", "async-trait", @@ -9950,29 +9073,35 @@ dependencies = [ "op-alloy-rpc-types-engine", "op-revm", "reqwest", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-basic-payload-builder", + "reth-chain-state", + "reth-chainspec", + "reth-evm", + "reth-metrics", + "reth-node-api", "reth-node-builder", "reth-optimism-evm", "reth-optimism-flashblocks", "reth-optimism-forks", "reth-optimism-payload-builder", "reth-optimism-primitives", + "reth-optimism-trie", "reth-optimism-txpool", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-util", + "reth-primitives-traits", + "reth-provider", + "reth-revm", "reth-rpc", "reth-rpc-api", "reth-rpc-engine-api", "reth-rpc-eth-api", - "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", "revm", + "serde", "serde_json", "thiserror 2.0.17", "tokio", @@ -9984,11 +9113,11 @@ dependencies = [ [[package]] name = "reth-optimism-storage" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "reth-optimism-primitives", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api", ] [[package]] @@ -10005,14 +9134,14 @@ dependencies = [ "eyre", "itertools 0.14.0", "metrics", - "reth-db 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-execution-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-db", + "reth-evm", + "reth-execution-errors", + "reth-metrics", + "reth-primitives-traits", + "reth-provider", + "reth-revm", + "reth-trie", "serde", "strum 0.27.2", "thiserror 2.0.17", @@ -10023,7 +9152,7 @@ dependencies = [ [[package]] name = "reth-optimism-txpool" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10041,42 +9170,21 @@ dependencies = [ "op-alloy-rpc-types", "op-revm", "parking_lot", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state", + "reth-chainspec", + "reth-metrics", "reth-optimism-evm", "reth-optimism-forks", "reth-optimism-primitives", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits", + "reth-storage-api", + "reth-transaction-pool", "serde", "thiserror 2.0.17", "tokio", "tracing", ] -[[package]] -name = "reth-payload-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-primitives", - "alloy-rpc-types", - "futures-util", - "metrics", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "reth-payload-builder" version = "1.9.2" @@ -10087,24 +9195,12 @@ dependencies = [ "alloy-rpc-types", "futures-util", "metrics", - "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-payload-builder-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "pin-project", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state", + "reth-ethereum-engine-primitives", + "reth-metrics", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", "tokio", "tokio-stream", "tracing", @@ -10116,32 +9212,12 @@ version = "1.9.2" source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "pin-project", - "reth-payload-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-payload-primitives", "tokio", "tokio-stream", "tracing", ] -[[package]] -name = "reth-payload-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "auto_impl", - "either", - "op-alloy-rpc-types-engine", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", - "thiserror 2.0.17", - "tokio", -] - [[package]] name = "reth-payload-primitives" version = "1.9.2" @@ -10153,10 +9229,10 @@ dependencies = [ "auto_impl", "either", "op-alloy-rpc-types-engine", - "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-primitives-traits", "serde", "thiserror 2.0.17", "tokio", @@ -10165,41 +9241,41 @@ dependencies = [ [[package]] name = "reth-payload-util" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-primitives", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool", ] [[package]] name = "reth-payload-validator" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits", ] [[package]] name = "reth-primitives" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "c-kzg", "once_cell", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-forks", + "reth-ethereum-primitives", + "reth-primitives-traits", + "reth-static-file-types", ] [[package]] name = "reth-primitives-traits" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10219,7 +9295,7 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-codecs", "revm-bytecode", "revm-primitives", "revm-state", @@ -10230,143 +9306,45 @@ dependencies = [ ] [[package]] -name = "reth-primitives-traits" +name = "reth-provider" version = "1.9.2" source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-genesis", "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-eth", - "alloy-trie", - "auto_impl", - "byteorder", - "bytes", - "derive_more", - "modular-bitfield", - "once_cell", - "op-alloy-consensus", + "alloy-rpc-types-engine", + "dashmap 6.1.0", + "eyre", + "itertools 0.14.0", + "metrics", + "notify", + "parking_lot", "rayon", - "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "revm-bytecode", - "revm-primitives", + "reth-chain-state", + "reth-chainspec", + "reth-codecs", + "reth-db", + "reth-db-api", + "reth-errors", + "reth-ethereum-engine-primitives", + "reth-ethereum-primitives", + "reth-execution-types", + "reth-fs-util", + "reth-metrics", + "reth-nippy-jar", + "reth-node-types", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages-types", + "reth-static-file-types", + "reth-storage-api", + "reth-storage-errors", + "reth-trie", + "reth-trie-db", + "revm-database", "revm-state", - "secp256k1 0.30.0", - "serde", - "serde_with", - "thiserror 2.0.17", -] - -[[package]] -name = "reth-provider" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "dashmap 6.1.0", - "eyre", - "itertools 0.14.0", - "metrics", - "notify", - "parking_lot", - "rayon", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-nippy-jar 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "revm-database", - "revm-state", - "strum 0.27.2", - "tokio", - "tracing", -] - -[[package]] -name = "reth-provider" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "dashmap 6.1.0", - "eyre", - "itertools 0.14.0", - "metrics", - "notify", - "parking_lot", - "rayon", - "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-db 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-nippy-jar 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-node-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie-db 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "revm-database", "strum 0.27.2", - "tracing", -] - -[[package]] -name = "reth-prune" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "itertools 0.14.0", - "metrics", - "rayon", - "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-exex-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "rustc-hash 2.1.1", - "thiserror 2.0.17", "tokio", "tracing", ] @@ -10382,46 +9360,32 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-config 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-exex-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-config", + "reth-db-api", + "reth-errors", + "reth-exex-types", + "reth-metrics", + "reth-primitives-traits", + "reth-provider", + "reth-prune-types", + "reth-static-file-types", + "reth-tokio-util", "rustc-hash 2.1.1", "thiserror 2.0.17", "tokio", "tracing", ] -[[package]] -name = "reth-prune-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "arbitrary", - "derive_more", - "modular-bitfield", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", - "strum 0.27.2", - "thiserror 2.0.17", -] - [[package]] name = "reth-prune-types" version = "1.9.2" source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-primitives", + "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-codecs", "serde", "strum 0.27.2", "thiserror 2.0.17", @@ -10430,17 +9394,17 @@ dependencies = [ [[package]] name = "reth-ress-protocol" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-primitives", "alloy-rlp", "futures", - "reth-eth-wire 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-eth-wire", + "reth-ethereum-primitives", + "reth-network", + "reth-network-api", + "reth-storage-errors", "tokio", "tokio-stream", "tracing", @@ -10449,59 +9413,47 @@ dependencies = [ [[package]] name = "reth-ress-provider" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-primitives", "eyre", "futures", "parking_lot", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", + "reth-node-api", + "reth-primitives-traits", "reth-ress-protocol", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-revm", + "reth-storage-api", + "reth-tasks", + "reth-tokio-util", + "reth-trie", "schnellru", "tokio", "tracing", ] -[[package]] -name = "reth-revm" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "revm", -] - [[package]] name = "reth-revm" version = "1.9.2" source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-primitives", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits", + "reth-storage-api", + "reth-storage-errors", + "reth-trie", "revm", ] [[package]] name = "reth-rpc" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -10537,32 +9489,32 @@ dependencies = [ "jsonwebtoken", "parking_lot", "pin-project", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", "reth-consensus-common", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives", + "reth-errors", + "reth-evm", "reth-evm-ethereum", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types", + "reth-metrics", + "reth-network-api", + "reth-network-peers", + "reth-network-types", + "reth-node-api", + "reth-primitives-traits", + "reth-revm", "reth-rpc-api", - "reth-rpc-convert 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-convert", "reth-rpc-engine-api", "reth-rpc-eth-api", - "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", + "reth-trie-common", "revm", "revm-inspectors", "revm-primitives", @@ -10580,7 +9532,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-eips", "alloy-genesis", @@ -10598,17 +9550,17 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee 0.26.0", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state", + "reth-engine-primitives", + "reth-network-peers", "reth-rpc-eth-api", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common", ] [[package]] name = "reth-rpc-builder" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-network", "alloy-provider", @@ -10617,24 +9569,24 @@ dependencies = [ "jsonrpsee 0.26.0", "metrics", "pin-project", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", + "reth-evm", "reth-ipc", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-core 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics", + "reth-network-api", + "reth-node-core", + "reth-primitives-traits", "reth-rpc", "reth-rpc-api", "reth-rpc-eth-api", - "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-eth-types", "reth-rpc-layer", - "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-rpc-server-types", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", "serde", "thiserror 2.0.17", "tokio", @@ -10647,7 +9599,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-json-rpc", @@ -10662,32 +9614,11 @@ dependencies = [ "op-alloy-network", "op-alloy-rpc-types", "op-revm", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives", + "reth-evm", "reth-optimism-primitives", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "revm-context", - "thiserror 2.0.17", -] - -[[package]] -name = "reth-rpc-convert" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" -dependencies = [ - "alloy-consensus", - "alloy-json-rpc", - "alloy-network", - "alloy-primitives", - "alloy-rpc-types-eth", - "alloy-signer", - "auto_impl", - "dyn-clone", - "jsonrpsee-types 0.26.0", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits", + "reth-storage-api", "revm-context", "thiserror 2.0.17", ] @@ -10695,7 +9626,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-eips", "alloy-primitives", @@ -10705,17 +9636,17 @@ dependencies = [ "jsonrpsee-types 0.26.0", "metrics", "parking_lot", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", + "reth-engine-primitives", + "reth-metrics", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", "reth-rpc-api", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", "serde", "thiserror 2.0.17", "tokio", @@ -10725,7 +9656,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -10745,71 +9676,24 @@ dependencies = [ "jsonrpsee 0.26.0", "jsonrpsee-types 0.26.0", "parking_lot", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-node-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-convert 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-eth-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "revm", - "revm-inspectors", - "tokio", - "tracing", -] - -[[package]] -name = "reth-rpc-eth-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-evm", - "alloy-network", - "alloy-primitives", - "alloy-rpc-client", - "alloy-rpc-types-eth", - "alloy-sol-types", - "alloy-transport", - "derive_more", - "futures", - "itertools 0.14.0", - "jsonrpsee-core 0.26.0", - "jsonrpsee-types 0.26.0", - "metrics", - "rand 0.9.2", - "reqwest", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-convert 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-rpc-server-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-evm", + "reth-network-api", + "reth-node-api", + "reth-primitives-traits", + "reth-revm", + "reth-rpc-convert", + "reth-rpc-eth-types", + "reth-rpc-server-types", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", + "reth-trie-common", "revm", "revm-inspectors", - "schnellru", - "serde", - "thiserror 2.0.17", "tokio", - "tokio-stream", "tracing", ] @@ -10835,21 +9719,21 @@ dependencies = [ "metrics", "rand 0.9.2", "reqwest", - "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-rpc-convert 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-rpc-server-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", + "reth-execution-types", + "reth-metrics", + "reth-primitives-traits", + "reth-revm", + "reth-rpc-convert", + "reth-rpc-server-types", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", + "reth-trie", "revm", "revm-inspectors", "schnellru", @@ -10863,7 +9747,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-rpc-types-engine", "http", @@ -10874,22 +9758,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-rpc-server-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "jsonrpsee-core 0.26.0", - "jsonrpsee-types 0.26.0", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", - "strum 0.27.2", -] - [[package]] name = "reth-rpc-server-types" version = "1.9.2" @@ -10900,8 +9768,8 @@ dependencies = [ "alloy-rpc-types-engine", "jsonrpsee-core 0.26.0", "jsonrpsee-types 0.26.0", - "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-errors", + "reth-network-api", "serde", "strum 0.27.2", ] @@ -10909,7 +9777,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10921,66 +9789,39 @@ dependencies = [ "num-traits", "rayon", "reqwest", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-config 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec", + "reth-codecs", + "reth-config", + "reth-consensus", + "reth-db", + "reth-db-api", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives", "reth-etl", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-exex 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-evm", + "reth-execution-types", + "reth-exex", + "reth-fs-util", + "reth-network-p2p", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-prune-types", + "reth-revm", + "reth-stages-api", + "reth-static-file-types", + "reth-storage-errors", "reth-testing-utils", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-db 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie", + "reth-trie-db", "tempfile", "thiserror 2.0.17", "tokio", "tracing", ] -[[package]] -name = "reth-stages-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "aquamarine", - "auto_impl", - "futures-util", - "metrics", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-static-file 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "thiserror 2.0.17", - "tokio", - "tracing", -] - [[package]] name = "reth-stages-api" version = "1.9.2" @@ -10992,69 +9833,36 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-network-p2p 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-prune 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-static-file 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-consensus", + "reth-errors", + "reth-metrics", + "reth-network-p2p", + "reth-primitives-traits", + "reth-provider", + "reth-prune", + "reth-stages-types", + "reth-static-file", + "reth-static-file-types", + "reth-tokio-util", "thiserror 2.0.17", "tokio", "tracing", ] -[[package]] -name = "reth-stages-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "arbitrary", - "bytes", - "modular-bitfield", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "serde", -] - [[package]] name = "reth-stages-types" version = "1.9.2" source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-primitives", + "arbitrary", "bytes", "modular-bitfield", - "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-codecs", + "reth-trie-common", "serde", ] -[[package]] -name = "reth-static-file" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "parking_lot", - "rayon", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "tracing", -] - [[package]] name = "reth-static-file" version = "1.9.2" @@ -11063,64 +9871,30 @@ dependencies = [ "alloy-primitives", "parking_lot", "rayon", - "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tokio-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-codecs", + "reth-db-api", + "reth-primitives-traits", + "reth-provider", + "reth-prune-types", + "reth-stages-types", + "reth-static-file-types", + "reth-storage-errors", + "reth-tokio-util", "tracing", ] -[[package]] -name = "reth-static-file-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "clap", - "derive_more", - "serde", - "strum 0.27.2", -] - [[package]] name = "reth-static-file-types" version = "1.9.2" source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-primitives", + "clap", "derive_more", "serde", "strum 0.27.2", ] -[[package]] -name = "reth-storage-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "auto_impl", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db-models 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "revm-database", -] - [[package]] name = "reth-storage-api" version = "1.9.2" @@ -11131,35 +9905,19 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-db-models 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chainspec", + "reth-db-api", + "reth-db-models", + "reth-ethereum-primitives", + "reth-execution-types", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", "revm-database", ] -[[package]] -name = "reth-storage-errors" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "derive_more", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "revm-database-interface", - "thiserror 2.0.17", -] - [[package]] name = "reth-storage-errors" version = "1.9.2" @@ -11169,9 +9927,9 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-primitives-traits", + "reth-prune-types", + "reth-static-file-types", "revm-database-interface", "thiserror 2.0.17", ] @@ -11179,7 +9937,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "auto_impl", "dyn-clone", @@ -11187,23 +9945,7 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "thiserror 2.0.17", - "tokio", - "tracing", - "tracing-futures", -] - -[[package]] -name = "reth-tasks" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" -dependencies = [ - "auto_impl", - "dyn-clone", - "futures-util", - "metrics", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-metrics", "thiserror 2.0.17", "tokio", "tracing", @@ -11213,7 +9955,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11221,21 +9963,11 @@ dependencies = [ "alloy-primitives", "rand 0.8.5", "rand 0.9.2", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives", + "reth-primitives-traits", "secp256k1 0.30.0", ] -[[package]] -name = "reth-tokio-util" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "reth-tokio-util" version = "1.9.2" @@ -11246,23 +9978,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-tracing" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "clap", - "eyre", - "reth-tracing-otlp 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "rolling-file", - "tracing", - "tracing-appender", - "tracing-journald", - "tracing-logfmt", - "tracing-subscriber 0.3.20", - "url", -] - [[package]] name = "reth-tracing" version = "1.9.2" @@ -11270,28 +9985,13 @@ source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#76191 dependencies = [ "clap", "eyre", + "reth-tracing-otlp", "rolling-file", "tracing", "tracing-appender", "tracing-journald", "tracing-logfmt", "tracing-subscriber 0.3.20", -] - -[[package]] -name = "reth-tracing-otlp" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "clap", - "eyre", - "opentelemetry 0.31.0", - "opentelemetry-otlp 0.31.0", - "opentelemetry-semantic-conventions", - "opentelemetry_sdk 0.31.0", - "tracing", - "tracing-opentelemetry 0.32.0", - "tracing-subscriber 0.3.20", "url", ] @@ -11312,47 +10012,6 @@ dependencies = [ "url", ] -[[package]] -name = "reth-transaction-pool" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "aquamarine", - "auto_impl", - "bitflags 2.10.0", - "futures-util", - "metrics", - "parking_lot", - "paste", - "pin-project", - "rand 0.9.2", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "revm-interpreter", - "revm-primitives", - "rustc-hash 2.1.1", - "schnellru", - "serde", - "serde_json", - "smallvec", - "thiserror 2.0.17", - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "reth-transaction-pool" version = "1.9.2" @@ -11368,18 +10027,19 @@ dependencies = [ "futures-util", "metrics", "parking_lot", + "paste", "pin-project", "rand 0.9.2", - "reth-chain-state 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-eth-wire-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-chain-state", + "reth-chainspec", + "reth-eth-wire-types", + "reth-ethereum-primitives", + "reth-execution-types", + "reth-fs-util", + "reth-metrics", + "reth-primitives-traits", + "reth-storage-api", + "reth-tasks", "revm-interpreter", "revm-primitives", "rustc-hash 2.1.1", @@ -11393,31 +10053,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-trie" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-trie", - "auto_impl", - "itertools 0.14.0", - "metrics", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-sparse 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "revm-database", - "tracing", - "triehash", -] - [[package]] name = "reth-trie" version = "1.9.2" @@ -11431,21 +10066,22 @@ dependencies = [ "auto_impl", "itertools 0.14.0", "metrics", - "reth-execution-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie-sparse 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-execution-errors", + "reth-metrics", + "reth-primitives-traits", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", + "reth-trie-sparse", "revm-database", "tracing", + "triehash", ] [[package]] name = "reth-trie-common" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -11462,67 +10098,30 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "revm-database", - "serde", - "serde_with", -] - -[[package]] -name = "reth-trie-common" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" -dependencies = [ - "alloy-consensus", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-eth", - "alloy-serde", - "alloy-trie", - "arrayvec", - "bytes", - "derive_more", - "itertools 0.14.0", - "nybbles", - "rayon", - "reth-codecs 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-codecs", + "reth-primitives-traits", "revm-database", "serde", "serde_with", ] -[[package]] -name = "reth-trie-db" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "reth-db-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "tracing", -] - [[package]] name = "reth-trie-db" version = "1.9.2" source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-primitives", - "reth-db-api 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-execution-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-db-api", + "reth-execution-errors", + "reth-primitives-traits", + "reth-trie", "tracing", ] [[package]] name = "reth-trie-parallel" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -11532,13 +10131,13 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-provider 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-sparse 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-errors", + "reth-metrics", + "reth-provider", + "reth-storage-errors", + "reth-trie", + "reth-trie-common", + "reth-trie-sparse", "thiserror 2.0.17", "tokio", "tracing", @@ -11547,7 +10146,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -11555,26 +10154,10 @@ dependencies = [ "auto_impl", "metrics", "rayon", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "smallvec", - "tracing", -] - -[[package]] -name = "reth-trie-sparse" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "alloy-trie", - "auto_impl", - "reth-execution-errors 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2)", + "reth-execution-errors", + "reth-metrics", + "reth-primitives-traits", + "reth-trie-common", "smallvec", "tracing", ] @@ -11582,29 +10165,21 @@ dependencies = [ [[package]] name = "reth-trie-sparse-parallel" version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-trie", "metrics", "rayon", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-sparse 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-errors", + "reth-metrics", + "reth-trie-common", + "reth-trie-sparse", "smallvec", "tracing", ] -[[package]] -name = "reth-zstd-compressors" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "zstd", -] - [[package]] name = "reth-zstd-compressors" version = "1.9.2" diff --git a/Cargo.toml b/Cargo.toml index 287484d9..d01f3dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,10 +47,6 @@ base-reth-transaction-tracing = { path = "crates/transaction-tracing" } # Note: default-features = false avoids version conflicts with reth's alloy/op-alloy dependencies tips-core = { git = "https://github.com/base/tips", rev = "a21ee492dede17f31eea108c12c669a8190f31aa", default-features = false } -# op-reth -reth-optimism-exex = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-optimism-trie = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } - # reth reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } reth-optimism-node = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } @@ -59,6 +55,8 @@ reth-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } reth-rpc-convert = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } +reth-optimism-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } +reth-optimism-trie = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } @@ -136,27 +134,29 @@ brotli = "8.0.1" arc-swap = "1.7.1" rand = "0.9.2" -# [patch."https://github.com/paradigmxyz/reth"] -# reth = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-optimism-node = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-optimism-cli = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-primitives = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-rpc-eth-api = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-optimism-primitives = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-rpc-convert = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-optimism-evm = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-optimism-chainspec = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-provider = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-tracing = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-e2e-test-utils = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-transaction-pool = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-primitives-traits = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-evm = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-cli-util = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-exex = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-db = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-testing-utils = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-db-common = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-optimism-exex = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-optimism-trie = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } -# reth-optimism-rpc = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/unstable-v1.8.2" } +[patch."https://github.com/paradigmxyz/reth"] +reth = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-optimism-node = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-optimism-cli = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-primitives = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-rpc-eth-api = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-optimism-primitives = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-rpc-convert = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-optimism-evm = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-optimism-chainspec = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-provider = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-tracing = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-e2e-test-utils = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-transaction-pool = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-primitives-traits = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-evm = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-cli-util = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-exex = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-db = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-testing-utils = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-db-common = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-optimism-exex = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-optimism-trie = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-optimism-rpc = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-ethereum-primitives = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth-optimism-payload-builder = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } diff --git a/crates/node/src/main.rs b/crates/node/src/main.rs index 290ac30c..dc2cb93f 100644 --- a/crates/node/src/main.rs +++ b/crates/node/src/main.rs @@ -12,16 +12,10 @@ use base_reth_metering::{MeteringApiImpl, MeteringApiServer}; use base_reth_transaction_tracing::transaction_tracing_exex; use clap::Parser; use futures_util::{FutureExt, TryStreamExt}; -use jsonrpsee::{ - core::{async_trait, RpcResult}, - proc_macros::rpc, -}; -use once_cell::sync::OnceCell; use reth::{ api::FullNodeComponents, builder::{EngineNodeLauncher, Node, NodeHandle, TreeConfig}, providers::providers::BlockchainProvider, - rpc::result::internal_rpc_err, version::{default_reth_version_metadata, try_init_version_metadata, RethCliVersionConsts}, }; use reth_exex::ExExEvent; @@ -32,7 +26,7 @@ use reth_optimism_rpc::{ debug::{DebugApiExt, DebugApiOverrideServer}, eth::proofs::{EthApiExt as OpEthApiExt, EthApiOverrideServer as OpEthApiOverrideServer}, }; -use reth_optimism_trie::{db::MdbxProofsStorage, OpProofsStorage, OpProofsStore}; +use reth_optimism_trie::{db::MdbxProofsStorage, OpProofsStorage}; use tracing::info; use url::Url; @@ -119,21 +113,6 @@ fn main() { let fb_cell: Arc>>> = Arc::new(OnceLock::new()); - let proofs_storage_cell = - Arc::new(LazyLock::new(|| -> Arc> { - let path = args - .proofs_history_storage_path - .expect("path must be set when proofs history is enabled"); - let result: Arc> = Arc::new( - MdbxProofsStorage::new(&path).expect("Failed to create MdbxProofsStorage"), - ) - .into(); - - result - })); - - let proofs_storage_cell_exex = proofs_storage_cell.clone(); - let proofs_storage_cell_rpc = proofs_storage_cell.clone(); let proofs_storage_cell = Arc::new(LazyLock::new(|| -> Arc> { let path = args From 7ae0ce90cf76a0d548e8b150b8af6e766566849c Mon Sep 17 00:00:00 2001 From: Julian Meyer Date: Fri, 14 Nov 2025 09:25:44 -0800 Subject: [PATCH 03/12] update --- Cargo.lock | 254 +++++++++++++++++++++++++++-------------------------- 1 file changed, 128 insertions(+), 126 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cc8e8ba..78ad5754 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7055,7 +7055,7 @@ checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" [[package]] name = "reth" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-rpc-types", "aquamarine", @@ -7101,7 +7101,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7125,7 +7125,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7156,7 +7156,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7176,7 +7176,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-genesis", "clap", @@ -7190,7 +7190,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7265,7 +7265,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "reth-tasks", "tokio", @@ -7275,7 +7275,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7293,7 +7293,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7313,7 +7313,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "proc-macro2", "quote", @@ -7323,7 +7323,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "eyre", "humantime-serde", @@ -7338,7 +7338,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7351,7 +7351,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7363,7 +7363,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7389,7 +7389,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "derive_more", @@ -7415,7 +7415,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7443,7 +7443,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7473,7 +7473,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7488,7 +7488,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7513,7 +7513,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7537,7 +7537,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "data-encoding", @@ -7561,7 +7561,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7596,7 +7596,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7654,7 +7654,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "aes", "alloy-primitives", @@ -7685,7 +7685,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7709,7 +7709,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7734,7 +7734,7 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "futures", "pin-project", @@ -7756,7 +7756,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7811,7 +7811,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7839,7 +7839,7 @@ dependencies = [ [[package]] name = "reth-era" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7855,7 +7855,7 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "bytes", @@ -7870,7 +7870,7 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7892,7 +7892,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -7903,7 +7903,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7931,7 +7931,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7952,7 +7952,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "clap", "eyre", @@ -7976,7 +7976,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7992,7 +7992,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8010,7 +8010,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -8023,7 +8023,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8052,7 +8052,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8072,7 +8072,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "rayon", "reth-db-api", @@ -8082,7 +8082,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8105,7 +8105,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8125,7 +8125,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-evm", "alloy-primitives", @@ -8138,7 +8138,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8156,7 +8156,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8194,7 +8194,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8208,7 +8208,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "serde", "serde_json", @@ -8218,7 +8218,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8246,7 +8246,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "bytes", "futures", @@ -8266,7 +8266,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "bitflags 2.10.0", "byteorder", @@ -8282,7 +8282,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "bindgen 0.71.1", "cc", @@ -8291,7 +8291,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "futures", "metrics", @@ -8303,7 +8303,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", ] @@ -8311,7 +8311,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "futures-util", "if-addrs", @@ -8325,7 +8325,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8380,7 +8380,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8405,7 +8405,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8428,7 +8428,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8443,7 +8443,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -8457,7 +8457,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "anyhow", "bincode", @@ -8474,7 +8474,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -8498,7 +8498,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8566,7 +8566,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8619,7 +8619,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-eips", "alloy-network", @@ -8657,7 +8657,7 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8681,7 +8681,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8705,7 +8705,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "eyre", "http", @@ -8727,7 +8727,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "reth-chainspec", "reth-db-api", @@ -8739,7 +8739,7 @@ dependencies = [ [[package]] name = "reth-optimism-chainspec" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8767,7 +8767,7 @@ dependencies = [ [[package]] name = "reth-optimism-cli" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8818,7 +8818,7 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8843,7 +8843,7 @@ dependencies = [ [[package]] name = "reth-optimism-evm" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8871,7 +8871,7 @@ dependencies = [ [[package]] name = "reth-optimism-exex" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "derive_more", @@ -8882,13 +8882,15 @@ dependencies = [ "reth-node-types", "reth-optimism-trie", "reth-primitives-traits", + "reth-provider", + "reth-storage-api", "tracing", ] [[package]] name = "reth-optimism-flashblocks" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8927,7 +8929,7 @@ dependencies = [ [[package]] name = "reth-optimism-forks" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-op-hardforks", "alloy-primitives", @@ -8938,7 +8940,7 @@ dependencies = [ [[package]] name = "reth-optimism-node" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8984,7 +8986,7 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9024,7 +9026,7 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9044,7 +9046,7 @@ dependencies = [ [[package]] name = "reth-optimism-rpc" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9113,7 +9115,7 @@ dependencies = [ [[package]] name = "reth-optimism-storage" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "reth-optimism-primitives", @@ -9123,7 +9125,7 @@ dependencies = [ [[package]] name = "reth-optimism-trie" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9152,7 +9154,7 @@ dependencies = [ [[package]] name = "reth-optimism-txpool" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9188,7 +9190,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9209,7 +9211,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "pin-project", "reth-payload-primitives", @@ -9221,7 +9223,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9241,7 +9243,7 @@ dependencies = [ [[package]] name = "reth-payload-util" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9251,7 +9253,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -9261,7 +9263,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "c-kzg", @@ -9275,7 +9277,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9308,7 +9310,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9352,7 +9354,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9379,7 +9381,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "arbitrary", @@ -9394,7 +9396,7 @@ dependencies = [ [[package]] name = "reth-ress-protocol" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9413,7 +9415,7 @@ dependencies = [ [[package]] name = "reth-ress-provider" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9440,7 +9442,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -9453,7 +9455,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9532,7 +9534,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-eips", "alloy-genesis", @@ -9560,7 +9562,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-network", "alloy-provider", @@ -9599,7 +9601,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-json-rpc", @@ -9626,7 +9628,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9656,7 +9658,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9700,7 +9702,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9747,7 +9749,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9761,7 +9763,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9777,7 +9779,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9825,7 +9827,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9852,7 +9854,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "arbitrary", @@ -9866,7 +9868,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "parking_lot", @@ -9886,7 +9888,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "clap", @@ -9898,7 +9900,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9921,7 +9923,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9937,7 +9939,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "auto_impl", "dyn-clone", @@ -9955,7 +9957,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9971,7 +9973,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "tokio", "tokio-stream", @@ -9981,7 +9983,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "clap", "eyre", @@ -9998,7 +10000,7 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "clap", "eyre", @@ -10015,7 +10017,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10056,7 +10058,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10081,7 +10083,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10108,7 +10110,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "reth-db-api", @@ -10121,7 +10123,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10146,7 +10148,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10165,7 +10167,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse-parallel" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10183,7 +10185,7 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#761914fdcab58a19e05483992db6dbd221fb88ec" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" dependencies = [ "zstd", ] From ea06f04ee5f89610ab4ac6d9bb40d8ed91836b21 Mon Sep 17 00:00:00 2001 From: Julian Meyer Date: Tue, 18 Nov 2025 11:33:00 -0300 Subject: [PATCH 04/12] update --- Cargo.lock | 252 ++++++++++++++++++++++++++--------------------------- 1 file changed, 126 insertions(+), 126 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78ad5754..2389e0a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7055,7 +7055,7 @@ checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" [[package]] name = "reth" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-rpc-types", "aquamarine", @@ -7101,7 +7101,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7125,7 +7125,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7156,7 +7156,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7176,7 +7176,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-genesis", "clap", @@ -7190,7 +7190,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7265,7 +7265,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "reth-tasks", "tokio", @@ -7275,7 +7275,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7293,7 +7293,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7313,7 +7313,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "proc-macro2", "quote", @@ -7323,7 +7323,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "eyre", "humantime-serde", @@ -7338,7 +7338,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7351,7 +7351,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7363,7 +7363,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7389,7 +7389,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "derive_more", @@ -7415,7 +7415,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7443,7 +7443,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7473,7 +7473,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7488,7 +7488,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7513,7 +7513,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7537,7 +7537,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "data-encoding", @@ -7561,7 +7561,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7596,7 +7596,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7654,7 +7654,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "aes", "alloy-primitives", @@ -7685,7 +7685,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7709,7 +7709,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7734,7 +7734,7 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "futures", "pin-project", @@ -7756,7 +7756,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7811,7 +7811,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7839,7 +7839,7 @@ dependencies = [ [[package]] name = "reth-era" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7855,7 +7855,7 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "bytes", @@ -7870,7 +7870,7 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7892,7 +7892,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -7903,7 +7903,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7931,7 +7931,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7952,7 +7952,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "clap", "eyre", @@ -7976,7 +7976,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7992,7 +7992,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8010,7 +8010,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -8023,7 +8023,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8052,7 +8052,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8072,7 +8072,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "rayon", "reth-db-api", @@ -8082,7 +8082,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8105,7 +8105,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8125,7 +8125,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-evm", "alloy-primitives", @@ -8138,7 +8138,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8156,7 +8156,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8194,7 +8194,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8208,7 +8208,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "serde", "serde_json", @@ -8218,7 +8218,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8246,7 +8246,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "bytes", "futures", @@ -8266,7 +8266,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "bitflags 2.10.0", "byteorder", @@ -8282,7 +8282,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "bindgen 0.71.1", "cc", @@ -8291,7 +8291,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "futures", "metrics", @@ -8303,7 +8303,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", ] @@ -8311,7 +8311,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "futures-util", "if-addrs", @@ -8325,7 +8325,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8380,7 +8380,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8405,7 +8405,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8428,7 +8428,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8443,7 +8443,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -8457,7 +8457,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "anyhow", "bincode", @@ -8474,7 +8474,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -8498,7 +8498,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8566,7 +8566,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8619,7 +8619,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-eips", "alloy-network", @@ -8657,7 +8657,7 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8681,7 +8681,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8705,7 +8705,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "eyre", "http", @@ -8727,7 +8727,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "reth-chainspec", "reth-db-api", @@ -8739,7 +8739,7 @@ dependencies = [ [[package]] name = "reth-optimism-chainspec" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8767,7 +8767,7 @@ dependencies = [ [[package]] name = "reth-optimism-cli" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8818,7 +8818,7 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8843,7 +8843,7 @@ dependencies = [ [[package]] name = "reth-optimism-evm" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8871,7 +8871,7 @@ dependencies = [ [[package]] name = "reth-optimism-exex" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "derive_more", @@ -8890,7 +8890,7 @@ dependencies = [ [[package]] name = "reth-optimism-flashblocks" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8929,7 +8929,7 @@ dependencies = [ [[package]] name = "reth-optimism-forks" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-op-hardforks", "alloy-primitives", @@ -8940,7 +8940,7 @@ dependencies = [ [[package]] name = "reth-optimism-node" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8986,7 +8986,7 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9026,7 +9026,7 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9046,7 +9046,7 @@ dependencies = [ [[package]] name = "reth-optimism-rpc" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9115,7 +9115,7 @@ dependencies = [ [[package]] name = "reth-optimism-storage" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "reth-optimism-primitives", @@ -9125,7 +9125,7 @@ dependencies = [ [[package]] name = "reth-optimism-trie" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9154,7 +9154,7 @@ dependencies = [ [[package]] name = "reth-optimism-txpool" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9190,7 +9190,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9211,7 +9211,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "pin-project", "reth-payload-primitives", @@ -9223,7 +9223,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9243,7 +9243,7 @@ dependencies = [ [[package]] name = "reth-payload-util" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9253,7 +9253,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -9263,7 +9263,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "c-kzg", @@ -9277,7 +9277,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9310,7 +9310,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9354,7 +9354,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9381,7 +9381,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "arbitrary", @@ -9396,7 +9396,7 @@ dependencies = [ [[package]] name = "reth-ress-protocol" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9415,7 +9415,7 @@ dependencies = [ [[package]] name = "reth-ress-provider" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9442,7 +9442,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -9455,7 +9455,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9534,7 +9534,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-eips", "alloy-genesis", @@ -9562,7 +9562,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-network", "alloy-provider", @@ -9601,7 +9601,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-json-rpc", @@ -9628,7 +9628,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9658,7 +9658,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9702,7 +9702,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9749,7 +9749,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9763,7 +9763,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9779,7 +9779,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9827,7 +9827,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9854,7 +9854,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "arbitrary", @@ -9868,7 +9868,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "parking_lot", @@ -9888,7 +9888,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "clap", @@ -9900,7 +9900,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9923,7 +9923,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9939,7 +9939,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "auto_impl", "dyn-clone", @@ -9957,7 +9957,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9973,7 +9973,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "tokio", "tokio-stream", @@ -9983,7 +9983,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "clap", "eyre", @@ -10000,7 +10000,7 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "clap", "eyre", @@ -10017,7 +10017,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10058,7 +10058,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10083,7 +10083,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10110,7 +10110,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "reth-db-api", @@ -10123,7 +10123,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10148,7 +10148,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10167,7 +10167,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse-parallel" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10185,7 +10185,7 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#a1b57804ecaef71e14c40c08d3ce99a0f5464f8f" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" dependencies = [ "zstd", ] From 93f355f9e607c41402528aa2c66d14415d38c4eb Mon Sep 17 00:00:00 2001 From: Julian Meyer Date: Tue, 25 Nov 2025 09:14:37 -0300 Subject: [PATCH 05/12] Update --- Cargo.lock | 928 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 535 insertions(+), 393 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2389e0a6..93ed4633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,9 +110,9 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90d103d3e440ad6f703dd71a5b58a6abd24834563bde8a5fabe706e00242f810" +checksum = "8b6440213a22df93a87ed512d2f668e7dc1d62a05642d107f82d61edc9e12370" dependencies = [ "alloy-eips", "alloy-primitives", @@ -122,6 +122,7 @@ dependencies = [ "alloy-tx-macros", "arbitrary", "auto_impl", + "borsh", "c-kzg", "derive_more", "either", @@ -137,9 +138,9 @@ dependencies = [ [[package]] name = "alloy-consensus-any" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48ead76c8c84ab3a50c31c56bc2c748c2d64357ad2131c32f9b10ab790a25e1a" +checksum = "15d0bea09287942405c4f9d2a4f22d1e07611c2dbd9d5bf94b75366340f9e6e0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -215,9 +216,9 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bdbec74583d0067798d77afa43d58f00d93035335d7ceaa5d3f93857d461bb9" +checksum = "4bd2c7ae05abcab4483ce821f12f285e01c0b33804e6883dd9ca1569a87ee2be" dependencies = [ "alloy-eip2124", "alloy-eip2930", @@ -227,6 +228,7 @@ dependencies = [ "alloy-serde", "arbitrary", "auto_impl", + "borsh", "c-kzg", "derive_more", "either", @@ -240,9 +242,9 @@ dependencies = [ [[package]] name = "alloy-evm" -version = "0.23.3" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "527b47dc39850c6168002ddc1f7a2063e15d26137c1bb5330f6065a7524c1aa9" +checksum = "01be36ba6f5e6e62563b369e03ca529eac46aea50677f84655084b4750816574" dependencies = [ "alloy-consensus", "alloy-eips", @@ -254,23 +256,23 @@ dependencies = [ "alloy-sol-types", "auto_impl", "derive_more", - "op-alloy-consensus", - "op-alloy-rpc-types-engine", + "op-alloy", "op-revm", - "revm", + "revm 33.1.0", "thiserror 2.0.17", ] [[package]] name = "alloy-genesis" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c25d5acb35706e683df1ea333c862bdb6b7c5548836607cd5bb56e501cca0b4f" +checksum = "fc47eaae86488b07ea8e20236184944072a78784a1f4993f8ec17b3aa5d08c21" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-serde", "alloy-trie", + "borsh", "serde", "serde_with", ] @@ -303,9 +305,9 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31b67c5a702121e618217f7a86f314918acb2622276d0273490e2d4534490bc0" +checksum = "003f46c54f22854a32b9cc7972660a476968008ad505427eabab49225309ec40" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -318,9 +320,9 @@ dependencies = [ [[package]] name = "alloy-network" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "612296e6b723470bb1101420a73c63dfd535aa9bf738ce09951aedbd4ab7292e" +checksum = "4f4029954d9406a40979f3a3b46950928a0fdcfe3ea8a9b0c17490d57e8aa0e3" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -344,9 +346,9 @@ dependencies = [ [[package]] name = "alloy-network-primitives" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0e7918396eecd69d9c907046ec8a93fb09b89e2f325d5e7ea9c4e3929aa0dd2" +checksum = "7805124ad69e57bbae7731c9c344571700b2a18d351bda9e0eba521c991d1bcb" dependencies = [ "alloy-consensus", "alloy-eips", @@ -357,9 +359,9 @@ dependencies = [ [[package]] name = "alloy-op-evm" -version = "0.23.3" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eea81517a852d9e3b03979c10febe00aacc3d50fbd34c5c30281051773285f7" +checksum = "231262d7e06000f3fb642d32d38ca75e09e78e04977c10be0a07a5ee2c869cfd" dependencies = [ "alloy-consensus", "alloy-eips", @@ -367,9 +369,9 @@ dependencies = [ "alloy-op-hardforks", "alloy-primitives", "auto_impl", - "op-alloy-consensus", + "op-alloy", "op-revm", - "revm", + "revm 33.1.0", "thiserror 2.0.17", ] @@ -417,9 +419,9 @@ dependencies = [ [[package]] name = "alloy-provider" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55c1313a527a2e464d067c031f3c2ec073754ef615cc0eabca702fd0fe35729c" +checksum = "d369e12c92870d069e0c9dc5350377067af8a056e29e3badf8446099d7e00889" dependencies = [ "alloy-chains", "alloy-consensus", @@ -430,7 +432,9 @@ dependencies = [ "alloy-primitives", "alloy-pubsub", "alloy-rpc-client", + "alloy-rpc-types-debug", "alloy-rpc-types-eth", + "alloy-rpc-types-trace", "alloy-signer", "alloy-sol-types", "alloy-transport", @@ -459,9 +463,9 @@ dependencies = [ [[package]] name = "alloy-pubsub" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "810766eeed6b10ffa11815682b3f37afc5019809e3b470b23555297d5770ce63" +checksum = "f77d20cdbb68a614c7a86b3ffef607b37d087bb47a03c58f4c3f8f99bc3ace3b" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -503,9 +507,9 @@ dependencies = [ [[package]] name = "alloy-rpc-client" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45f802228273056528dfd6cc8845cc91a7c7e0c6fc1a66d19e8673743dacdc7e" +checksum = "31c89883fe6b7381744cbe80fef638ac488ead4f1956a4278956a1362c71cd2e" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -529,9 +533,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ff3df608dcabd6bdd197827ff2b8faaa6cefe0c462f7dc5e74108666a01f56" +checksum = "64e279e6d40ee40fe8f76753b678d8d5d260cb276dc6c8a8026099b16d2b43f4" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -542,9 +546,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-admin" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00e11a40c917c704888aa5aa6ffa563395123b732868d2e072ec7dd46c3d4672" +checksum = "2bcf50ccb65d29b8599f8f5e23dcac685f1d79459654c830cba381345760e901" dependencies = [ "alloy-genesis", "alloy-primitives", @@ -554,9 +558,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-anvil" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac2bc988d7455e02dfb53460e1caa61f932b3f8452e12424e68ba8dcf60bba90" +checksum = "5e176c26fdd87893b6afeb5d92099d8f7e7a1fe11d6f4fe0883d6e33ac5f31ba" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -566,9 +570,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-any" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdbf6d1766ca41e90ac21c4bc5cbc5e9e965978a25873c3f90b3992d905db4cb" +checksum = "b43c1622aac2508d528743fd4cfdac1dea92d5a8fa894038488ff7edd0af0b32" dependencies = [ "alloy-consensus-any", "alloy-rpc-types-eth", @@ -577,9 +581,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-beacon" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab94e446a003dcef86843eea60d05a6cec360eb8e1829e4cf388ef94d799b5cf" +checksum = "1786681640d4c60f22b6b8376b0f3fa200360bf1c3c2cb913e6c97f51928eb1b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -597,9 +601,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-debug" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "977698b458738369ba5ca645d2cdb4d51ba07a81db37306ff85322853161ea3a" +checksum = "1b2ca3a434a6d49910a7e8e51797eb25db42ef8a5578c52d877fcb26d0afe7bc" dependencies = [ "alloy-primitives", "derive_more", @@ -609,9 +613,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07da696cc7fbfead4b1dda8afe408685cae80975cbb024f843ba74d9639cd0d3" +checksum = "d9c4c53a8b0905d931e7921774a1830609713bd3e8222347963172b03a3ecc68" dependencies = [ "alloy-consensus", "alloy-eips", @@ -629,9 +633,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a15e4831b71eea9d20126a411c1c09facf1d01d5cac84fd51d532d3c429cfc26" +checksum = "ed5fafb741c19b3cca4cdd04fa215c89413491f9695a3e928dee2ae5657f607e" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -651,9 +655,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-mev" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c5d8f6f2c3b68af83a32d5c7fa1353d9b2e30441a3f0b8c3c5657c603b7238c" +checksum = "49a97bfc6d9b411c85bb08e1174ddd3e5d61b10d3bd13f529d6609f733cb2f6f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -666,9 +670,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-trace" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb0c800e2ce80829fca1491b3f9063c29092850dc6cf19249d5f678f0ce71bb0" +checksum = "c55324323aa634b01bdecb2d47462a8dce05f5505b14a6e5db361eef16eda476" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -680,9 +684,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-txpool" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f82e3068673a3cf93fbbc2f60a59059395cd54bbe39af895827faa5e641cc8f" +checksum = "96b1aa28effb6854be356ce92ed64cea3b323acd04c3f8bfb5126e2839698043" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -692,9 +696,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "751d1887f7d202514a82c5b3caf28ee8bd4a2ad9549e4f498b6f0bff99b52add" +checksum = "a6f180c399ca7c1e2fe17ea58343910cad0090878a696ff5a50241aee12fc529" dependencies = [ "alloy-primitives", "arbitrary", @@ -704,9 +708,9 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf0b42ffbf558badfecf1dde0c3c5ed91f29bb7e97876d0bed008c3d5d67171" +checksum = "ecc39ad2c0a3d2da8891f4081565780703a593f090f768f884049aa3aa929cbc" dependencies = [ "alloy-primitives", "async-trait", @@ -719,9 +723,9 @@ dependencies = [ [[package]] name = "alloy-signer-local" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e7d555ee5f27be29af4ae312be014b57c6cff9acb23fe2cf008500be6ca7e33" +checksum = "930e17cb1e46446a193a593a3bfff8d0ecee4e510b802575ebe300ae2e43ef75" dependencies = [ "alloy-consensus", "alloy-network", @@ -808,9 +812,9 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71b3deee699d6f271eab587624a9fa84d02d0755db7a95a043d52a6488d16ebe" +checksum = "cae82426d98f8bc18f53c5223862907cac30ab8fc5e4cd2bb50808e6d3ab43d8" dependencies = [ "alloy-json-rpc", "auto_impl", @@ -831,9 +835,9 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1720bd2ba8fe7e65138aca43bb0f680e4e0bcbd3ca39bf9d3035c9d7d2757f24" +checksum = "90aa6825760905898c106aba9c804b131816a15041523e80b6d4fe7af6380ada" dependencies = [ "alloy-json-rpc", "alloy-transport", @@ -846,9 +850,9 @@ dependencies = [ [[package]] name = "alloy-transport-ipc" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea89c214c7ddd2bcad100da929d6b642bbfed85788caf3b1be473abacd3111f9" +checksum = "6ace83a4a6bb896e5894c3479042e6ba78aa5271dde599aa8c36a021d49cc8cc" dependencies = [ "alloy-json-rpc", "alloy-pubsub", @@ -866,9 +870,9 @@ dependencies = [ [[package]] name = "alloy-transport-ws" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "571aadf0afce0d515a28b2c6352662a39cb9f48b4eeff9a5c34557d6ea126730" +checksum = "86c9ab4c199e3a8f3520b60ba81aa67bb21fed9ed0d8304e0569094d0758a56f" dependencies = [ "alloy-pubsub", "alloy-transport", @@ -904,9 +908,9 @@ dependencies = [ [[package]] name = "alloy-tx-macros" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd7ce8ed34106acd6e21942022b6a15be6454c2c3ead4d76811d3bdcd63cf771" +checksum = "ae109e33814b49fc0a62f2528993aa8a2dd346c26959b151f05441dc0b9da292" dependencies = [ "darling 0.21.3", "proc-macro2", @@ -1600,7 +1604,7 @@ dependencies = [ "reth-testing-utils", "reth-tracing", "reth-transaction-pool", - "revm", + "revm 31.0.2", "serde", "serde_json", "tips-core", @@ -1653,7 +1657,7 @@ dependencies = [ "reth-primitives", "reth-rpc-convert", "reth-rpc-eth-api", - "revm", + "revm 31.0.2", "revm-bytecode", "rollup-boost", "rustls", @@ -5812,11 +5816,24 @@ version = "1.70.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" +[[package]] +name = "op-alloy" +version = "0.22.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3b13412d297c1f9341f678b763750b120a73ffe998fa54a94d6eda98449e7ca" +dependencies = [ + "op-alloy-consensus", + "op-alloy-network", + "op-alloy-provider", + "op-alloy-rpc-types", + "op-alloy-rpc-types-engine", +] + [[package]] name = "op-alloy-consensus" -version = "0.22.1" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0d7ec388eb83a3e6c71774131dbbb2ba9c199b6acac7dce172ed8de2f819e91" +checksum = "726da827358a547be9f1e37c2a756b9e3729cb0350f43408164794b370cad8ae" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5840,9 +5857,9 @@ checksum = "a79f352fc3893dcd670172e615afef993a41798a1d3fc0db88a3e60ef2e70ecc" [[package]] name = "op-alloy-network" -version = "0.22.1" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "979fe768bbb571d1d0bd7f84bc35124243b4db17f944b94698872a4701e743a0" +checksum = "f63f27e65be273ec8fcb0b6af0fd850b550979465ab93423705ceb3dfddbd2ab" dependencies = [ "alloy-consensus", "alloy-network", @@ -5854,11 +5871,26 @@ dependencies = [ "op-alloy-rpc-types", ] +[[package]] +name = "op-alloy-provider" +version = "0.22.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a71456699aa256dc20119736422ad9a44da8b9585036117afb936778122093b9" +dependencies = [ + "alloy-network", + "alloy-primitives", + "alloy-provider", + "alloy-rpc-types-engine", + "alloy-transport", + "async-trait", + "op-alloy-rpc-types-engine", +] + [[package]] name = "op-alloy-rpc-jsonrpsee" -version = "0.22.1" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bdbb3c0453fe2605fb008851ea0b45f3f2ba607722c9f2e4ffd7198958ce501" +checksum = "8ef9114426b16172254555aad34a8ea96c01895e40da92f5d12ea680a1baeaa7" dependencies = [ "alloy-primitives", "jsonrpsee 0.26.0", @@ -5866,9 +5898,9 @@ dependencies = [ [[package]] name = "op-alloy-rpc-types" -version = "0.22.1" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc252b5fa74dbd33aa2f9a40e5ff9cfe34ed2af9b9b235781bc7cc8ec7d6aca8" +checksum = "562dd4462562c41f9fdc4d860858c40e14a25df7f983ae82047f15f08fce4d19" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5885,9 +5917,9 @@ dependencies = [ [[package]] name = "op-alloy-rpc-types-engine" -version = "0.22.1" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1abe694cd6718b8932da3f824f46778be0f43289e4103c88abc505c63533a04" +checksum = "d8f24b8cb66e4b33e6c9e508bf46b8ecafc92eadd0b93fedd306c0accb477657" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5906,12 +5938,12 @@ dependencies = [ [[package]] name = "op-revm" -version = "12.0.2" +version = "14.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e31622d03b29c826e48800f4c8f389c8a9c440eb796a3e35203561a288f12985" +checksum = "1475a779c73999fc803778524042319691b31f3d6699d2b560c4ed8be1db802a" dependencies = [ "auto_impl", - "revm", + "revm 33.1.0", "serde", ] @@ -7054,8 +7086,8 @@ checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" [[package]] name = "reth" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-rpc-types", "aquamarine", @@ -7100,8 +7132,8 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7124,8 +7156,8 @@ dependencies = [ [[package]] name = "reth-chain-state" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7155,8 +7187,8 @@ dependencies = [ [[package]] name = "reth-chainspec" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7175,8 +7207,8 @@ dependencies = [ [[package]] name = "reth-cli" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-genesis", "clap", @@ -7189,8 +7221,8 @@ dependencies = [ [[package]] name = "reth-cli-commands" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7264,8 +7296,8 @@ dependencies = [ [[package]] name = "reth-cli-runner" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "reth-tasks", "tokio", @@ -7274,8 +7306,8 @@ dependencies = [ [[package]] name = "reth-cli-util" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7292,8 +7324,8 @@ dependencies = [ [[package]] name = "reth-codecs" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7312,8 +7344,8 @@ dependencies = [ [[package]] name = "reth-codecs-derive" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "proc-macro2", "quote", @@ -7322,14 +7354,15 @@ dependencies = [ [[package]] name = "reth-config" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "eyre", "humantime-serde", "reth-network-types", "reth-prune-types", "reth-stages-types", + "reth-static-file-types", "serde", "toml", "url", @@ -7337,8 +7370,8 @@ dependencies = [ [[package]] name = "reth-consensus" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7350,8 +7383,8 @@ dependencies = [ [[package]] name = "reth-consensus-common" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7362,8 +7395,8 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7388,8 +7421,8 @@ dependencies = [ [[package]] name = "reth-db" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "derive_more", @@ -7414,8 +7447,8 @@ dependencies = [ [[package]] name = "reth-db-api" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7442,8 +7475,8 @@ dependencies = [ [[package]] name = "reth-db-common" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7472,8 +7505,8 @@ dependencies = [ [[package]] name = "reth-db-models" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7487,8 +7520,8 @@ dependencies = [ [[package]] name = "reth-discv4" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7512,8 +7545,8 @@ dependencies = [ [[package]] name = "reth-discv5" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7536,8 +7569,8 @@ dependencies = [ [[package]] name = "reth-dns-discovery" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "data-encoding", @@ -7560,8 +7593,8 @@ dependencies = [ [[package]] name = "reth-downloaders" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7595,8 +7628,8 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7642,7 +7675,7 @@ dependencies = [ "reth-tasks", "reth-tokio-util", "reth-tracing", - "revm", + "revm 33.1.0", "serde_json", "tempfile", "tokio", @@ -7653,8 +7686,8 @@ dependencies = [ [[package]] name = "reth-ecies" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "aes", "alloy-primitives", @@ -7666,7 +7699,6 @@ dependencies = [ "ctr", "digest 0.10.7", "futures", - "generic-array", "hmac", "pin-project", "rand 0.8.5", @@ -7679,13 +7711,12 @@ dependencies = [ "tokio-stream", "tokio-util", "tracing", - "typenum", ] [[package]] name = "reth-engine-local" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7699,6 +7730,7 @@ dependencies = [ "reth-optimism-chainspec", "reth-payload-builder", "reth-payload-primitives", + "reth-primitives-traits", "reth-storage-api", "reth-transaction-pool", "tokio", @@ -7708,8 +7740,8 @@ dependencies = [ [[package]] name = "reth-engine-primitives" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7733,8 +7765,8 @@ dependencies = [ [[package]] name = "reth-engine-service" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "futures", "pin-project", @@ -7755,8 +7787,8 @@ dependencies = [ [[package]] name = "reth-engine-tree" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7799,7 +7831,7 @@ dependencies = [ "reth-trie-parallel", "reth-trie-sparse", "reth-trie-sparse-parallel", - "revm", + "revm 33.1.0", "revm-primitives", "schnellru", "smallvec", @@ -7810,8 +7842,8 @@ dependencies = [ [[package]] name = "reth-engine-util" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7838,8 +7870,8 @@ dependencies = [ [[package]] name = "reth-era" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7847,21 +7879,21 @@ dependencies = [ "alloy-rlp", "ethereum_ssz", "ethereum_ssz_derive", - "reth-ethereum-primitives", "snap", "thiserror 2.0.17", ] [[package]] name = "reth-era-downloader" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "bytes", "eyre", "futures-util", "reqwest", + "reth-era", "reth-fs-util", "sha2", "tokio", @@ -7869,8 +7901,8 @@ dependencies = [ [[package]] name = "reth-era-utils" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7891,8 +7923,8 @@ dependencies = [ [[package]] name = "reth-errors" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -7902,8 +7934,8 @@ dependencies = [ [[package]] name = "reth-eth-wire" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7930,8 +7962,8 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7951,8 +7983,8 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "clap", "eyre", @@ -7968,15 +8000,13 @@ dependencies = [ "reth-node-metrics", "reth-rpc-server-types", "reth-tracing", - "reth-tracing-otlp", "tracing", - "url", ] [[package]] name = "reth-ethereum-consensus" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7991,8 +8021,8 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8009,8 +8039,8 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -8022,8 +8052,8 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8045,14 +8075,14 @@ dependencies = [ "reth-revm", "reth-storage-api", "reth-transaction-pool", - "revm", + "revm 33.1.0", "tracing", ] [[package]] name = "reth-ethereum-primitives" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8071,8 +8101,8 @@ dependencies = [ [[package]] name = "reth-etl" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "rayon", "reth-db-api", @@ -8081,8 +8111,8 @@ dependencies = [ [[package]] name = "reth-evm" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8099,13 +8129,13 @@ dependencies = [ "reth-storage-api", "reth-storage-errors", "reth-trie-common", - "revm", + "revm 33.1.0", ] [[package]] name = "reth-evm-ethereum" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8119,13 +8149,13 @@ dependencies = [ "reth-execution-types", "reth-primitives-traits", "reth-storage-errors", - "revm", + "revm 33.1.0", ] [[package]] name = "reth-execution-errors" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-evm", "alloy-primitives", @@ -8137,8 +8167,8 @@ dependencies = [ [[package]] name = "reth-execution-types" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8148,15 +8178,15 @@ dependencies = [ "reth-ethereum-primitives", "reth-primitives-traits", "reth-trie-common", - "revm", + "revm 33.1.0", "serde", "serde_with", ] [[package]] name = "reth-exex" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8193,8 +8223,8 @@ dependencies = [ [[package]] name = "reth-exex-types" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8207,8 +8237,8 @@ dependencies = [ [[package]] name = "reth-fs-util" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "serde", "serde_json", @@ -8217,8 +8247,8 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8236,7 +8266,7 @@ dependencies = [ "reth-rpc-api", "reth-tracing", "reth-trie", - "revm", + "revm 33.1.0", "revm-bytecode", "revm-database", "serde", @@ -8245,8 +8275,8 @@ dependencies = [ [[package]] name = "reth-ipc" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "bytes", "futures", @@ -8265,8 +8295,8 @@ dependencies = [ [[package]] name = "reth-libmdbx" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "bitflags 2.10.0", "byteorder", @@ -8281,8 +8311,8 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "bindgen 0.71.1", "cc", @@ -8290,8 +8320,8 @@ dependencies = [ [[package]] name = "reth-metrics" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "futures", "metrics", @@ -8302,16 +8332,17 @@ dependencies = [ [[package]] name = "reth-net-banlist" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", + "ipnet", ] [[package]] name = "reth-net-nat" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "futures-util", "if-addrs", @@ -8324,8 +8355,8 @@ dependencies = [ [[package]] name = "reth-network" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8379,8 +8410,8 @@ dependencies = [ [[package]] name = "reth-network-api" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8404,8 +8435,8 @@ dependencies = [ [[package]] name = "reth-network-p2p" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8427,8 +8458,8 @@ dependencies = [ [[package]] name = "reth-network-peers" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8442,8 +8473,8 @@ dependencies = [ [[package]] name = "reth-network-types" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -8456,8 +8487,8 @@ dependencies = [ [[package]] name = "reth-nippy-jar" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "anyhow", "bincode", @@ -8473,8 +8504,8 @@ dependencies = [ [[package]] name = "reth-node-api" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -8497,8 +8528,8 @@ dependencies = [ [[package]] name = "reth-node-builder" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8515,7 +8546,6 @@ dependencies = [ "reth-basic-payload-builder", "reth-chain-state", "reth-chainspec", - "reth-cli-util", "reth-config", "reth-consensus", "reth-consensus-debug-client", @@ -8565,8 +8595,8 @@ dependencies = [ [[package]] name = "reth-node-core" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8578,6 +8608,7 @@ dependencies = [ "eyre", "futures", "humantime", + "ipnet", "rand 0.9.2", "reth-chainspec", "reth-cli-util", @@ -8589,11 +8620,13 @@ dependencies = [ "reth-engine-local", "reth-engine-primitives", "reth-ethereum-forks", + "reth-net-banlist", "reth-net-nat", "reth-network", "reth-network-p2p", "reth-network-peers", "reth-primitives-traits", + "reth-provider", "reth-prune-types", "reth-rpc-convert", "reth-rpc-eth-types", @@ -8618,8 +8651,8 @@ dependencies = [ [[package]] name = "reth-node-ethereum" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-eips", "alloy-network", @@ -8650,14 +8683,14 @@ dependencies = [ "reth-rpc-server-types", "reth-tracing", "reth-transaction-pool", - "revm", + "revm 33.1.0", "tokio", ] [[package]] name = "reth-node-ethstats" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8680,8 +8713,8 @@ dependencies = [ [[package]] name = "reth-node-events" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8704,8 +8737,8 @@ dependencies = [ [[package]] name = "reth-node-metrics" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "eyre", "http", @@ -8726,8 +8759,8 @@ dependencies = [ [[package]] name = "reth-node-types" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "reth-chainspec", "reth-db-api", @@ -8738,8 +8771,8 @@ dependencies = [ [[package]] name = "reth-optimism-chainspec" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8766,8 +8799,8 @@ dependencies = [ [[package]] name = "reth-optimism-cli" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8807,18 +8840,16 @@ dependencies = [ "reth-static-file", "reth-static-file-types", "reth-tracing", - "reth-tracing-otlp", "serde", "tokio", "tokio-util", "tracing", - "url", ] [[package]] name = "reth-optimism-consensus" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8835,15 +8866,15 @@ dependencies = [ "reth-storage-api", "reth-storage-errors", "reth-trie-common", - "revm", + "revm 33.1.0", "thiserror 2.0.17", "tracing", ] [[package]] name = "reth-optimism-evm" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8864,14 +8895,14 @@ dependencies = [ "reth-primitives-traits", "reth-rpc-eth-api", "reth-storage-errors", - "revm", + "revm 33.1.0", "thiserror 2.0.17", ] [[package]] name = "reth-optimism-exex" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "derive_more", @@ -8889,26 +8920,25 @@ dependencies = [ [[package]] name = "reth-optimism-flashblocks" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-rpc-types-engine", - "alloy-serde", "brotli", "derive_more", "eyre", "futures-util", "metrics", + "op-alloy-rpc-types-engine", "reth-chain-state", "reth-engine-primitives", "reth-errors", "reth-evm", "reth-execution-types", "reth-metrics", - "reth-optimism-evm", "reth-optimism-payload-builder", "reth-optimism-primitives", "reth-payload-primitives", @@ -8918,7 +8948,6 @@ dependencies = [ "reth-storage-api", "reth-tasks", "ringbuffer", - "serde", "serde_json", "tokio", "tokio-tungstenite", @@ -8928,8 +8957,8 @@ dependencies = [ [[package]] name = "reth-optimism-forks" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-op-hardforks", "alloy-primitives", @@ -8939,8 +8968,8 @@ dependencies = [ [[package]] name = "reth-optimism-node" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8977,7 +9006,7 @@ dependencies = [ "reth-tracing", "reth-transaction-pool", "reth-trie-common", - "revm", + "revm 33.1.0", "serde", "tokio", "url", @@ -8985,8 +9014,8 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8996,10 +9025,10 @@ dependencies = [ "alloy-rpc-types-debug", "alloy-rpc-types-engine", "derive_more", + "either", "op-alloy-consensus", "op-alloy-rpc-types-engine", "reth-basic-payload-builder", - "reth-chain-state", "reth-chainspec", "reth-evm", "reth-execution-types", @@ -9016,7 +9045,7 @@ dependencies = [ "reth-revm", "reth-storage-api", "reth-transaction-pool", - "revm", + "revm 33.1.0", "serde", "sha2", "thiserror 2.0.17", @@ -9025,28 +9054,23 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-rlp", - "arbitrary", - "bytes", - "modular-bitfield", "op-alloy-consensus", - "reth-codecs", "reth-primitives-traits", - "reth-zstd-compressors", "serde", "serde_with", ] [[package]] name = "reth-optimism-rpc" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9102,7 +9126,7 @@ dependencies = [ "reth-storage-api", "reth-tasks", "reth-transaction-pool", - "revm", + "revm 33.1.0", "serde", "serde_json", "thiserror 2.0.17", @@ -9114,8 +9138,8 @@ dependencies = [ [[package]] name = "reth-optimism-storage" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "reth-optimism-primitives", @@ -9124,8 +9148,8 @@ dependencies = [ [[package]] name = "reth-optimism-trie" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9153,8 +9177,8 @@ dependencies = [ [[package]] name = "reth-optimism-txpool" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9189,8 +9213,8 @@ dependencies = [ [[package]] name = "reth-payload-builder" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9210,8 +9234,8 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "pin-project", "reth-payload-primitives", @@ -9222,9 +9246,10 @@ dependencies = [ [[package]] name = "reth-payload-primitives" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ + "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-rpc-types-engine", @@ -9234,7 +9259,9 @@ dependencies = [ "reth-chain-state", "reth-chainspec", "reth-errors", + "reth-execution-types", "reth-primitives-traits", + "reth-trie-common", "serde", "thiserror 2.0.17", "tokio", @@ -9242,8 +9269,8 @@ dependencies = [ [[package]] name = "reth-payload-util" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9252,8 +9279,8 @@ dependencies = [ [[package]] name = "reth-payload-validator" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -9262,8 +9289,8 @@ dependencies = [ [[package]] name = "reth-primitives" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "c-kzg", @@ -9276,8 +9303,8 @@ dependencies = [ [[package]] name = "reth-primitives-traits" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9309,8 +9336,8 @@ dependencies = [ [[package]] name = "reth-provider" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9353,8 +9380,8 @@ dependencies = [ [[package]] name = "reth-prune" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9380,8 +9407,8 @@ dependencies = [ [[package]] name = "reth-prune-types" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "arbitrary", @@ -9395,8 +9422,8 @@ dependencies = [ [[package]] name = "reth-ress-protocol" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9414,8 +9441,8 @@ dependencies = [ [[package]] name = "reth-ress-provider" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9441,21 +9468,21 @@ dependencies = [ [[package]] name = "reth-revm" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "reth-primitives-traits", "reth-storage-api", "reth-storage-errors", "reth-trie", - "revm", + "revm 33.1.0", ] [[package]] name = "reth-rpc" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9517,7 +9544,7 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "reth-trie-common", - "revm", + "revm 33.1.0", "revm-inspectors", "revm-primitives", "serde", @@ -9533,8 +9560,8 @@ dependencies = [ [[package]] name = "reth-rpc-api" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-eips", "alloy-genesis", @@ -9561,8 +9588,8 @@ dependencies = [ [[package]] name = "reth-rpc-builder" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-network", "alloy-provider", @@ -9600,10 +9627,11 @@ dependencies = [ [[package]] name = "reth-rpc-convert" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", + "alloy-evm", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -9615,20 +9643,18 @@ dependencies = [ "op-alloy-consensus", "op-alloy-network", "op-alloy-rpc-types", - "op-revm", "reth-ethereum-primitives", "reth-evm", "reth-optimism-primitives", "reth-primitives-traits", "reth-storage-api", - "revm-context", "thiserror 2.0.17", ] [[package]] name = "reth-rpc-engine-api" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9637,7 +9663,6 @@ dependencies = [ "jsonrpsee-core 0.26.0", "jsonrpsee-types 0.26.0", "metrics", - "parking_lot", "reth-chainspec", "reth-engine-primitives", "reth-metrics", @@ -9657,8 +9682,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9693,7 +9718,7 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "reth-trie-common", - "revm", + "revm 33.1.0", "revm-inspectors", "tokio", "tracing", @@ -9701,8 +9726,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9736,7 +9761,7 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "reth-trie", - "revm", + "revm 33.1.0", "revm-inspectors", "schnellru", "serde", @@ -9748,8 +9773,8 @@ dependencies = [ [[package]] name = "reth-rpc-layer" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9762,8 +9787,8 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9778,8 +9803,8 @@ dependencies = [ [[package]] name = "reth-stages" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9826,8 +9851,8 @@ dependencies = [ [[package]] name = "reth-stages-api" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9853,8 +9878,8 @@ dependencies = [ [[package]] name = "reth-stages-types" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "arbitrary", @@ -9867,8 +9892,8 @@ dependencies = [ [[package]] name = "reth-static-file" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "parking_lot", @@ -9887,8 +9912,8 @@ dependencies = [ [[package]] name = "reth-static-file-types" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "clap", @@ -9899,8 +9924,8 @@ dependencies = [ [[package]] name = "reth-storage-api" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9918,12 +9943,13 @@ dependencies = [ "reth-storage-errors", "reth-trie-common", "revm-database", + "serde_json", ] [[package]] name = "reth-storage-errors" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9938,8 +9964,8 @@ dependencies = [ [[package]] name = "reth-tasks" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "auto_impl", "dyn-clone", @@ -9956,8 +9982,8 @@ dependencies = [ [[package]] name = "reth-testing-utils" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9972,8 +9998,8 @@ dependencies = [ [[package]] name = "reth-tokio-util" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "tokio", "tokio-stream", @@ -9982,8 +10008,8 @@ dependencies = [ [[package]] name = "reth-tracing" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "clap", "eyre", @@ -9994,13 +10020,12 @@ dependencies = [ "tracing-journald", "tracing-logfmt", "tracing-subscriber 0.3.20", - "url", ] [[package]] name = "reth-tracing-otlp" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "clap", "eyre", @@ -10016,8 +10041,8 @@ dependencies = [ [[package]] name = "reth-transaction-pool" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10042,7 +10067,7 @@ dependencies = [ "reth-primitives-traits", "reth-storage-api", "reth-tasks", - "revm-interpreter", + "revm-interpreter 31.1.0", "revm-primitives", "rustc-hash 2.1.1", "schnellru", @@ -10057,8 +10082,8 @@ dependencies = [ [[package]] name = "reth-trie" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10082,8 +10107,8 @@ dependencies = [ [[package]] name = "reth-trie-common" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10109,8 +10134,8 @@ dependencies = [ [[package]] name = "reth-trie-db" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "reth-db-api", @@ -10122,8 +10147,8 @@ dependencies = [ [[package]] name = "reth-trie-parallel" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10147,8 +10172,8 @@ dependencies = [ [[package]] name = "reth-trie-sparse" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10166,8 +10191,8 @@ dependencies = [ [[package]] name = "reth-trie-sparse-parallel" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10184,8 +10209,8 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" -version = "1.9.2" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#af35867f9481aa8dbf9191ed228ab45f5738160c" +version = "1.9.3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" dependencies = [ "zstd", ] @@ -10197,14 +10222,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb67a5223602113cae59a305acde2d9936bc18f2478dda879a6124b267cebfb6" dependencies = [ "revm-bytecode", - "revm-context", - "revm-context-interface", + "revm-context 11.0.2", + "revm-context-interface 12.0.1", + "revm-database", + "revm-database-interface", + "revm-handler 12.0.2", + "revm-inspector 12.0.2", + "revm-interpreter 29.0.1", + "revm-precompile 29.0.1", + "revm-primitives", + "revm-state", +] + +[[package]] +name = "revm" +version = "33.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c85ed0028f043f87b3c88d4a4cb6f0a76440085523b6a8afe5ff003cf418054" +dependencies = [ + "revm-bytecode", + "revm-context 12.1.0", + "revm-context-interface 13.1.0", "revm-database", "revm-database-interface", - "revm-handler", - "revm-inspector", - "revm-interpreter", - "revm-precompile", + "revm-handler 14.1.0", + "revm-inspector 14.1.0", + "revm-interpreter 31.1.0", + "revm-precompile 31.0.0", "revm-primitives", "revm-state", ] @@ -10231,7 +10275,23 @@ dependencies = [ "cfg-if", "derive-where", "revm-bytecode", - "revm-context-interface", + "revm-context-interface 12.0.1", + "revm-database-interface", + "revm-primitives", + "revm-state", +] + +[[package]] +name = "revm-context" +version = "12.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f038f0c9c723393ac897a5df9140b21cfa98f5753a2cb7d0f28fa430c4118abf" +dependencies = [ + "bitvec", + "cfg-if", + "derive-where", + "revm-bytecode", + "revm-context-interface 13.1.0", "revm-database-interface", "revm-primitives", "revm-state", @@ -10243,6 +10303,21 @@ name = "revm-context-interface" version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6d701e2c2347d65216b066489ab22a0a8e1f7b2568256110d73a7d5eff3385c" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702", + "auto_impl", + "either", + "revm-database-interface", + "revm-primitives", + "revm-state", +] + +[[package]] +name = "revm-context-interface" +version = "13.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "431c9a14e4ef1be41ae503708fd02d974f80ef1f2b6b23b5e402e8d854d1b225" dependencies = [ "alloy-eip2930", "alloy-eip7702", @@ -10256,9 +10331,9 @@ dependencies = [ [[package]] name = "revm-database" -version = "9.0.5" +version = "9.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b6c15bb255481fcf29f5ef7c97f00ed4c28a6ab6c490d77b990d73603031569" +checksum = "980d8d6bba78c5dd35b83abbb6585b0b902eb25ea4448ed7bfba6283b0337191" dependencies = [ "alloy-eips", "revm-bytecode", @@ -10290,11 +10365,29 @@ dependencies = [ "auto_impl", "derive-where", "revm-bytecode", - "revm-context", - "revm-context-interface", + "revm-context 11.0.2", + "revm-context-interface 12.0.1", + "revm-database-interface", + "revm-interpreter 29.0.1", + "revm-precompile 29.0.1", + "revm-primitives", + "revm-state", +] + +[[package]] +name = "revm-handler" +version = "14.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d44f8f6dbeec3fecf9fe55f78ef0a758bdd92ea46cd4f1ca6e2a946b32c367f3" +dependencies = [ + "auto_impl", + "derive-where", + "revm-bytecode", + "revm-context 12.1.0", + "revm-context-interface 13.1.0", "revm-database-interface", - "revm-interpreter", - "revm-precompile", + "revm-interpreter 31.1.0", + "revm-precompile 31.0.0", "revm-primitives", "revm-state", "serde", @@ -10308,10 +10401,26 @@ checksum = "c99801eac7da06cc112df2244bd5a64024f4ef21240e923b26e73c4b4a0e5da6" dependencies = [ "auto_impl", "either", - "revm-context", + "revm-context 11.0.2", + "revm-database-interface", + "revm-handler 12.0.2", + "revm-interpreter 29.0.1", + "revm-primitives", + "revm-state", +] + +[[package]] +name = "revm-inspector" +version = "14.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5617e49216ce1ca6c8826bcead0386bc84f49359ef67cde6d189961735659f93" +dependencies = [ + "auto_impl", + "either", + "revm-context 12.1.0", "revm-database-interface", - "revm-handler", - "revm-interpreter", + "revm-handler 14.1.0", + "revm-interpreter 31.1.0", "revm-primitives", "revm-state", "serde", @@ -10320,9 +10429,9 @@ dependencies = [ [[package]] name = "revm-inspectors" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21caa99f22184a6818946362778cccd3ff02f743c1e085bee87700671570ecb7" +checksum = "a91cee0a75ef5f96b7e86f6c6a8bd4fda86eb37b57d501df6790418ee2b03c18" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -10332,7 +10441,7 @@ dependencies = [ "boa_engine", "boa_gc", "colorchoice", - "revm", + "revm 33.1.0", "serde", "serde_json", "thiserror 2.0.17", @@ -10345,7 +10454,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22789ce92c5808c70185e3bc49732f987dc6fd907f77828c8d3470b2299c9c65" dependencies = [ "revm-bytecode", - "revm-context-interface", + "revm-context-interface 12.0.1", + "revm-primitives", + "revm-state", +] + +[[package]] +name = "revm-interpreter" +version = "31.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26ec36405f7477b9dccdc6caa3be19adf5662a7a0dffa6270cdb13a090c077e5" +dependencies = [ + "revm-bytecode", + "revm-context-interface 13.1.0", "revm-primitives", "revm-state", "serde", @@ -10356,6 +10477,27 @@ name = "revm-precompile" version = "29.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "968b124028960201abf6d6bf8e223f15fadebb4307df6b7dc9244a0aab5d2d05" +dependencies = [ + "ark-bls12-381", + "ark-bn254", + "ark-ec", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "arrayref", + "aurora-engine-modexp", + "cfg-if", + "k256", + "p256", + "revm-primitives", + "ripemd", + "sha2", +] + +[[package]] +name = "revm-precompile" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a62958af953cc4043e93b5be9b8497df84cc3bd612b865c49a7a7dfa26a84e2" dependencies = [ "ark-bls12-381", "ark-bn254", From 97448d8e9df684b9803ffe837808858d65784a46 Mon Sep 17 00:00:00 2001 From: Julian Meyer Date: Wed, 3 Dec 2025 08:03:33 -0800 Subject: [PATCH 06/12] Use trie notifications branch --- Cargo.lock | 257 ++++++++++++++++++++-------------------- Cargo.toml | 50 ++++---- crates/node/src/main.rs | 4 +- 3 files changed, 156 insertions(+), 155 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93ed4633..c0413c82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7087,7 +7087,7 @@ checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" [[package]] name = "reth" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-rpc-types", "aquamarine", @@ -7133,7 +7133,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7157,7 +7157,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7188,7 +7188,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7208,7 +7208,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-genesis", "clap", @@ -7222,7 +7222,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7297,7 +7297,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "reth-tasks", "tokio", @@ -7307,7 +7307,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7325,7 +7325,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7345,7 +7345,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "proc-macro2", "quote", @@ -7355,7 +7355,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "eyre", "humantime-serde", @@ -7371,7 +7371,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7384,7 +7384,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7396,7 +7396,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7422,7 +7422,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "derive_more", @@ -7448,7 +7448,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7476,7 +7476,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7506,7 +7506,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7521,7 +7521,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7546,7 +7546,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7570,7 +7570,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "data-encoding", @@ -7594,7 +7594,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7629,7 +7629,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7687,7 +7687,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "aes", "alloy-primitives", @@ -7716,7 +7716,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7741,7 +7741,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7766,7 +7766,7 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "futures", "pin-project", @@ -7788,7 +7788,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7843,7 +7843,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7871,7 +7871,7 @@ dependencies = [ [[package]] name = "reth-era" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7886,7 +7886,7 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "bytes", @@ -7902,7 +7902,7 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7924,7 +7924,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -7935,7 +7935,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7963,7 +7963,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7984,7 +7984,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "clap", "eyre", @@ -8006,7 +8006,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8022,7 +8022,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8040,7 +8040,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -8053,7 +8053,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8082,7 +8082,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8102,7 +8102,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "rayon", "reth-db-api", @@ -8112,7 +8112,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8135,7 +8135,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8155,7 +8155,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-evm", "alloy-primitives", @@ -8168,7 +8168,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8186,7 +8186,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8224,7 +8224,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8238,7 +8238,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "serde", "serde_json", @@ -8248,7 +8248,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8276,7 +8276,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "bytes", "futures", @@ -8296,7 +8296,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "bitflags 2.10.0", "byteorder", @@ -8312,7 +8312,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "bindgen 0.71.1", "cc", @@ -8321,7 +8321,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "futures", "metrics", @@ -8333,7 +8333,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "ipnet", @@ -8342,7 +8342,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "futures-util", "if-addrs", @@ -8356,7 +8356,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8411,7 +8411,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8436,7 +8436,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8459,7 +8459,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8474,7 +8474,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -8488,7 +8488,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "anyhow", "bincode", @@ -8505,7 +8505,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -8529,7 +8529,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8596,7 +8596,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8652,7 +8652,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-eips", "alloy-network", @@ -8690,7 +8690,7 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8714,7 +8714,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8738,7 +8738,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "eyre", "http", @@ -8760,7 +8760,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "reth-chainspec", "reth-db-api", @@ -8772,7 +8772,7 @@ dependencies = [ [[package]] name = "reth-optimism-chainspec" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8800,7 +8800,7 @@ dependencies = [ [[package]] name = "reth-optimism-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8849,7 +8849,7 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8874,7 +8874,7 @@ dependencies = [ [[package]] name = "reth-optimism-evm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8902,26 +8902,27 @@ dependencies = [ [[package]] name = "reth-optimism-exex" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", + "alloy-eips", "derive_more", "eyre", "futures-util", + "reth-execution-types", "reth-exex", "reth-node-api", "reth-node-types", "reth-optimism-trie", - "reth-primitives-traits", "reth-provider", - "reth-storage-api", + "reth-trie", "tracing", ] [[package]] name = "reth-optimism-flashblocks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8958,7 +8959,7 @@ dependencies = [ [[package]] name = "reth-optimism-forks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-op-hardforks", "alloy-primitives", @@ -8969,7 +8970,7 @@ dependencies = [ [[package]] name = "reth-optimism-node" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9015,7 +9016,7 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9055,7 +9056,7 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9070,7 +9071,7 @@ dependencies = [ [[package]] name = "reth-optimism-rpc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9139,7 +9140,7 @@ dependencies = [ [[package]] name = "reth-optimism-storage" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "reth-optimism-primitives", @@ -9149,7 +9150,7 @@ dependencies = [ [[package]] name = "reth-optimism-trie" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9178,7 +9179,7 @@ dependencies = [ [[package]] name = "reth-optimism-txpool" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9214,7 +9215,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9235,7 +9236,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "pin-project", "reth-payload-primitives", @@ -9247,7 +9248,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9270,7 +9271,7 @@ dependencies = [ [[package]] name = "reth-payload-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9280,7 +9281,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -9290,7 +9291,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "c-kzg", @@ -9304,7 +9305,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9337,7 +9338,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9381,7 +9382,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9408,7 +9409,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "arbitrary", @@ -9423,7 +9424,7 @@ dependencies = [ [[package]] name = "reth-ress-protocol" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9442,7 +9443,7 @@ dependencies = [ [[package]] name = "reth-ress-provider" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9469,7 +9470,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -9482,7 +9483,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9561,7 +9562,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-eips", "alloy-genesis", @@ -9589,7 +9590,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-network", "alloy-provider", @@ -9628,7 +9629,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-evm", @@ -9654,7 +9655,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9683,7 +9684,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9727,7 +9728,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9774,7 +9775,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9788,7 +9789,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9804,7 +9805,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9852,7 +9853,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9879,7 +9880,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "arbitrary", @@ -9893,7 +9894,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "parking_lot", @@ -9913,7 +9914,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "clap", @@ -9925,7 +9926,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9949,7 +9950,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9965,7 +9966,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "auto_impl", "dyn-clone", @@ -9983,7 +9984,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9999,7 +10000,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "tokio", "tokio-stream", @@ -10009,7 +10010,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "clap", "eyre", @@ -10025,7 +10026,7 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "clap", "eyre", @@ -10042,7 +10043,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10083,7 +10084,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10108,7 +10109,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10135,7 +10136,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "reth-db-api", @@ -10148,7 +10149,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10173,7 +10174,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10192,7 +10193,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse-parallel" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10210,7 +10211,7 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Fbase-v1.9.2#20be84abb5fdfb7d5573884761f5c95dda123a84" +source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" dependencies = [ "zstd", ] diff --git a/Cargo.toml b/Cargo.toml index d01f3dc4..12ac3fbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,28 +135,28 @@ arc-swap = "1.7.1" rand = "0.9.2" [patch."https://github.com/paradigmxyz/reth"] -reth = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-optimism-node = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-optimism-cli = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-primitives = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-rpc-eth-api = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-optimism-primitives = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-rpc-convert = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-optimism-evm = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-optimism-chainspec = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-provider = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-tracing = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-e2e-test-utils = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-transaction-pool = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-primitives-traits = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-evm = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-cli-util = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-exex = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-db = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-testing-utils = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-db-common = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-optimism-exex = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-optimism-trie = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-optimism-rpc = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-ethereum-primitives = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } -reth-optimism-payload-builder = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/base-v1.9.2" } +reth = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-optimism-node = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-optimism-cli = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-primitives = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-rpc-eth-api = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-optimism-primitives = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-rpc-convert = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-optimism-evm = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-optimism-chainspec = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-provider = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-tracing = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-e2e-test-utils = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-transaction-pool = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-primitives-traits = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-evm = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-cli-util = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-exex = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-db = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-testing-utils = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-db-common = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-optimism-exex = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-optimism-trie = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-optimism-rpc = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-ethereum-primitives = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth-optimism-payload-builder = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } diff --git a/crates/node/src/main.rs b/crates/node/src/main.rs index dc2cb93f..eeac8cc2 100644 --- a/crates/node/src/main.rs +++ b/crates/node/src/main.rs @@ -114,11 +114,11 @@ fn main() { let fb_cell: Arc>>> = Arc::new(OnceLock::new()); let proofs_storage_cell = - Arc::new(LazyLock::new(|| -> Arc> { + Arc::new(LazyLock::new(|| -> OpProofsStorage> { let path = args .proofs_history_storage_path .expect("path must be set when proofs history is enabled"); - let result: Arc> = Arc::new( + let result = Arc::new( MdbxProofsStorage::new(&path).expect("Failed to create MdbxProofsStorage"), ) .into(); From 479a06513a41804d70b04b249a377ffa12e5e964 Mon Sep 17 00:00:00 2001 From: Julian Meyer Date: Thu, 4 Dec 2025 06:09:22 -0800 Subject: [PATCH 07/12] update --- Cargo.lock | 716 +++++++++++++++++++++++++++-------------------------- Cargo.toml | 50 ++-- 2 files changed, 384 insertions(+), 382 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0413c82..0a3e6b02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,9 +97,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy-chains" -version = "0.2.18" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfaa9ea039a6f9304b4a593d780b1f23e1ae183acdee938b11b38795acacc9f1" +checksum = "1b9ebac8ff9c2f07667e1803dc777304337e160ce5153335beb45e8ec0751808" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -279,9 +279,9 @@ dependencies = [ [[package]] name = "alloy-hardforks" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e29d7eacf42f89c21d7f089916d0bdb4f36139a31698790e8837d2dbbd4b2c3" +checksum = "2d9a33550fc21fd77a3f8b63e99969d17660eec8dcc50a95a80f7c9964f7680b" dependencies = [ "alloy-chains", "alloy-eip2124", @@ -377,9 +377,9 @@ dependencies = [ [[package]] name = "alloy-op-hardforks" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95ac97adaba4c26e17192d81f49186ac20c1e844e35a00e169c8d3d58bc84e6b" +checksum = "f96fb2fce4024ada5b2c11d4076acf778a0d3e4f011c6dfd2ffce6d0fcf84ee9" dependencies = [ "alloy-chains", "alloy-hardforks", @@ -401,8 +401,8 @@ dependencies = [ "derive_more", "foldhash 0.2.0", "getrandom 0.3.4", - "hashbrown 0.16.0", - "indexmap 2.12.0", + "hashbrown 0.16.1", + "indexmap 2.12.1", "itoa", "k256", "keccak-asm", @@ -502,7 +502,7 @@ checksum = "64b728d511962dda67c1bc7ea7c03736ec275ed2cf4c35d9585298ac9ccf3b73" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -751,7 +751,7 @@ dependencies = [ "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -763,11 +763,11 @@ dependencies = [ "alloy-sol-macro-input", "const-hex", "heck", - "indexmap 2.12.0", + "indexmap 2.12.1", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", "syn-solidity", "tiny-keccak", ] @@ -784,7 +784,7 @@ dependencies = [ "macro-string", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", "syn-solidity", ] @@ -915,7 +915,7 @@ dependencies = [ "darling 0.21.3", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -959,22 +959,22 @@ dependencies = [ [[package]] name = "anstyle-query" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" +checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] name = "anstyle-wincon" -version = "3.0.10" +version = "3.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" +checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -994,7 +994,7 @@ dependencies = [ "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -1142,7 +1142,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" dependencies = [ "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -1180,7 +1180,7 @@ dependencies = [ "num-traits", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -1269,7 +1269,7 @@ checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -1325,9 +1325,9 @@ checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247" [[package]] name = "async-compression" -version = "0.4.33" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93c1f86859c1af3d514fa19e8323147ff10ea98684e6c7b307912509f50e67b2" +checksum = "0e86f6d3dc9dc4352edeea6b8e499e13e3f5dc3b964d7ca5fd411415a3498473" dependencies = [ "compression-codecs", "compression-core", @@ -1366,7 +1366,7 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -1377,7 +1377,7 @@ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -1415,7 +1415,7 @@ checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -1773,7 +1773,7 @@ dependencies = [ "regex", "rustc-hash 1.1.0", "shlex", - "syn 2.0.110", + "syn 2.0.111", "which", ] @@ -1792,7 +1792,7 @@ dependencies = [ "regex", "rustc-hash 2.1.1", "shlex", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -1810,7 +1810,7 @@ dependencies = [ "regex", "rustc-hash 2.1.1", "shlex", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -1830,15 +1830,15 @@ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitcoin-io" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" +checksum = "2dee39a0ee5b4095224a0cfc6bf4cc1baf0f9624b96b367e53b66d974e51d953" [[package]] name = "bitcoin_hashes" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" +checksum = "26ec84b80c482df901772e931a9a681e26a1b9ee2302edeff23cb30328745c8b" dependencies = [ "bitcoin-io", "hex-conservative", @@ -1912,7 +1912,7 @@ dependencies = [ "boa_interner", "boa_macros", "boa_string", - "indexmap 2.12.0", + "indexmap 2.12.1", "num-bigint", "rustc-hash 2.1.1", ] @@ -1942,9 +1942,9 @@ dependencies = [ "futures-channel", "futures-concurrency", "futures-lite", - "hashbrown 0.16.0", + "hashbrown 0.16.1", "icu_normalizer", - "indexmap 2.12.0", + "indexmap 2.12.1", "intrusive-collections", "itertools 0.14.0", "num-bigint", @@ -1977,7 +1977,7 @@ checksum = "f1179f690cbfcbe5364cceee5f1cb577265bb6f07b0be6f210aabe270adcf9da" dependencies = [ "boa_macros", "boa_string", - "hashbrown 0.16.0", + "hashbrown 0.16.1", "thin-vec", ] @@ -1989,8 +1989,8 @@ checksum = "9626505d33dc63d349662437297df1d3afd9d5fc4a2b3ad34e5e1ce879a78848" dependencies = [ "boa_gc", "boa_macros", - "hashbrown 0.16.0", - "indexmap 2.12.0", + "hashbrown 0.16.1", + "indexmap 2.12.1", "once_cell", "phf", "rustc-hash 2.1.1", @@ -2007,7 +2007,7 @@ dependencies = [ "cow-utils", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", "synstructure", ] @@ -2045,9 +2045,9 @@ dependencies = [ [[package]] name = "borsh" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" +checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" dependencies = [ "borsh-derive", "cfg_aliases", @@ -2055,22 +2055,22 @@ dependencies = [ [[package]] name = "borsh-derive" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3" +checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" dependencies = [ "once_cell", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "boyer-moore-magiclen" -version = "0.2.20" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95e6233f2d926b5b123caf9d58e3885885255567fbe7776a7fdcae2a4d7241c4" +checksum = "7441b4796eb8a7107d4cd99d829810be75f5573e1081c37faa0e8094169ea0d6" dependencies = [ "debug-helper", ] @@ -2141,7 +2141,7 @@ checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -2152,9 +2152,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" dependencies = [ "serde", ] @@ -2310,9 +2310,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.51" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" +checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" dependencies = [ "clap_builder", "clap_derive", @@ -2320,9 +2320,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.51" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" +checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" dependencies = [ "anstream", "anstyle", @@ -2339,7 +2339,7 @@ dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -2451,9 +2451,9 @@ dependencies = [ [[package]] name = "compression-codecs" -version = "0.4.32" +version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "680dc087785c5230f8e8843e2e57ac7c1c90488b6a91b88caa265410568f441b" +checksum = "302266479cb963552d11bd042013a58ef1adc56768016c8b82b4199488f2d4ad" dependencies = [ "brotli", "compression-core", @@ -2465,9 +2465,9 @@ dependencies = [ [[package]] name = "compression-core" -version = "0.4.30" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9b614a5787ef0c8802a55766480563cb3a93b435898c422ed2a359cf811582" +checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" [[package]] name = "concat-kdf" @@ -2533,9 +2533,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.7.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7" +checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" dependencies = [ "unicode-segmentation", ] @@ -2602,9 +2602,9 @@ dependencies = [ [[package]] name = "crc" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" +checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" dependencies = [ "crc-catalog", ] @@ -2765,7 +2765,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -2799,7 +2799,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -2814,7 +2814,7 @@ dependencies = [ "quote", "serde", "strsim", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -2825,7 +2825,7 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ "darling_core 0.20.11", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -2836,7 +2836,7 @@ checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" dependencies = [ "darling_core 0.21.3", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -2889,7 +2889,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -2948,7 +2948,7 @@ checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -2959,7 +2959,7 @@ checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -2980,7 +2980,7 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -2990,28 +2990,29 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" dependencies = [ "derive_builder_core", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "derive_more" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" +checksum = "10b768e943bed7bf2cab53df09f4bc34bfd217cdb57d971e769874c9a6710618" dependencies = [ "derive_more-impl", ] [[package]] name = "derive_more-impl" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" +checksum = "6d286bfdaf75e988b4a78e013ecd79c581e06399ab53fbacd2d916c2f904f30b" dependencies = [ "convert_case", "proc-macro2", "quote", - "syn 2.0.110", + "rustc_version 0.4.1", + "syn 2.0.111", "unicode-xid", ] @@ -3131,7 +3132,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3184,7 +3185,7 @@ checksum = "1ec431cd708430d5029356535259c5d645d60edd3d39c54e5eea9782d46caa7d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3236,7 +3237,7 @@ dependencies = [ "enum-ordinalize", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3312,7 +3313,7 @@ dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3332,7 +3333,7 @@ checksum = "8ca9601fb2d62598ee17836250842873a413586e5d7ed88b356e38ddbb0ec631" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3352,7 +3353,7 @@ checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3428,7 +3429,7 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3732,7 +3733,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3941,7 +3942,7 @@ dependencies = [ "futures-core", "futures-sink", "http", - "indexmap 2.12.0", + "indexmap 2.12.1", "slab", "tokio", "tokio-util", @@ -3988,14 +3989,15 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" dependencies = [ "allocator-api2", "equivalent", "foldhash 0.2.0", "serde", + "serde_core", ] [[package]] @@ -4037,9 +4039,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hex-conservative" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" +checksum = "fda06d18ac606267c40c04e41b9947729bf8b9efe74bd4e82b61a5f26a510b9f" dependencies = [ "arrayvec", ] @@ -4121,12 +4123,11 @@ dependencies = [ [[package]] name = "http" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" +checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" dependencies = [ "bytes", - "fnv", "itoa", ] @@ -4195,9 +4196,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1744436df46f0bde35af3eda22aeaba453aada65d8f1c171cd8a5f59030bd69f" +checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" dependencies = [ "atomic-waker", "bytes", @@ -4266,9 +4267,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.17" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" +checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" dependencies = [ "base64 0.22.1", "bytes", @@ -4285,6 +4286,7 @@ dependencies = [ "socket2 0.6.1", "system-configuration", "tokio", + "tower-layer", "tower-service", "tracing", "windows-registry", @@ -4457,7 +4459,7 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -4498,13 +4500,13 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.12.0" +version = "2.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" +checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" dependencies = [ "arbitrary", "equivalent", - "hashbrown 0.16.0", + "hashbrown 0.16.1", "serde", "serde_core", ] @@ -4550,15 +4552,15 @@ dependencies = [ [[package]] name = "instability" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "435d80800b936787d62688c927b6490e887c7ef5ff9ce922c6c6050fca75eb9a" +checksum = "6778b0196eefee7df739db78758e5cf9b37412268bfa5650bfeed028aed20d9c" dependencies = [ "darling 0.20.11", "indoc", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -4704,9 +4706,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.82" +version = "0.3.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" +checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" dependencies = [ "once_cell", "wasm-bindgen", @@ -4875,7 +4877,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -4888,7 +4890,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -5076,9 +5078,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.177" +version = "0.2.178" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" [[package]] name = "libgit2-sys" @@ -5213,9 +5215,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.28" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "loom" @@ -5227,7 +5229,7 @@ dependencies = [ "generator", "scoped-tls", "tracing", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", ] [[package]] @@ -5254,7 +5256,7 @@ version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f" dependencies = [ - "hashbrown 0.16.0", + "hashbrown 0.16.1", ] [[package]] @@ -5305,7 +5307,7 @@ checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -5360,9 +5362,9 @@ dependencies = [ [[package]] name = "metrics" -version = "0.24.2" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25dea7ac8057892855ec285c440160265225438c3c45072613c25a4b26e98ef5" +checksum = "5d5312e9ba3771cfa961b585728215e3d972c950a3eed9252aa093d6301277e8" dependencies = [ "ahash", "portable-atomic", @@ -5377,7 +5379,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -5391,7 +5393,7 @@ dependencies = [ "hyper", "hyper-rustls", "hyper-util", - "indexmap 2.12.0", + "indexmap 2.12.1", "ipnet", "metrics", "metrics-util", @@ -5427,7 +5429,7 @@ dependencies = [ "crossbeam-epoch", "crossbeam-utils", "hashbrown 0.15.5", - "indexmap 2.12.0", + "indexmap 2.12.1", "metrics", "ordered-float", "quanta", @@ -5486,9 +5488,9 @@ dependencies = [ [[package]] name = "mio" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" +checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" dependencies = [ "libc", "log", @@ -5773,7 +5775,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -5976,7 +5978,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6227,7 +6229,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6293,9 +6295,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pest" -version = "2.8.3" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4" +checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22" dependencies = [ "memchr", "ucd-trie", @@ -6342,7 +6344,7 @@ dependencies = [ "phf_shared", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6371,7 +6373,7 @@ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6470,7 +6472,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" dependencies = [ "proc-macro2", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6521,7 +6523,7 @@ dependencies = [ "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6616,7 +6618,7 @@ checksum = "4ee1c9ac207483d5e7db4940700de86a9aae46ef90c48b57f99fe7edb8345e49" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6627,7 +6629,7 @@ checksum = "095a99f75c69734802359b682be8daaf8980296731f6470434ea2c652af1dd30" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6660,7 +6662,7 @@ dependencies = [ "itertools 0.14.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6673,7 +6675,7 @@ dependencies = [ "itertools 0.14.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6987,7 +6989,7 @@ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -7025,7 +7027,7 @@ version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2057b2325e68a893284d1538021ab90279adac1139957ca2a74426c6f118fb48" dependencies = [ - "hashbrown 0.16.0", + "hashbrown 0.16.1", "memchr", ] @@ -7080,14 +7082,14 @@ dependencies = [ [[package]] name = "resolv-conf" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" +checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-rpc-types", "aquamarine", @@ -7133,7 +7135,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7157,7 +7159,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7188,7 +7190,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7208,7 +7210,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-genesis", "clap", @@ -7222,7 +7224,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7297,7 +7299,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "reth-tasks", "tokio", @@ -7307,7 +7309,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7325,7 +7327,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7345,17 +7347,17 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "reth-config" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "eyre", "humantime-serde", @@ -7371,7 +7373,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7384,7 +7386,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7396,7 +7398,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7422,7 +7424,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "derive_more", @@ -7448,7 +7450,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7476,7 +7478,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7506,7 +7508,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7521,7 +7523,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7546,7 +7548,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7570,7 +7572,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "data-encoding", @@ -7594,7 +7596,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7629,7 +7631,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7687,7 +7689,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "aes", "alloy-primitives", @@ -7716,7 +7718,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7741,7 +7743,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7766,7 +7768,7 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "futures", "pin-project", @@ -7788,7 +7790,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7843,7 +7845,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7871,7 +7873,7 @@ dependencies = [ [[package]] name = "reth-era" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7886,7 +7888,7 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "bytes", @@ -7902,7 +7904,7 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7924,7 +7926,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -7935,7 +7937,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7963,7 +7965,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7984,7 +7986,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "clap", "eyre", @@ -8006,7 +8008,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8022,7 +8024,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8040,7 +8042,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -8053,7 +8055,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8082,7 +8084,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8102,7 +8104,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "rayon", "reth-db-api", @@ -8112,7 +8114,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8135,7 +8137,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8155,7 +8157,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-evm", "alloy-primitives", @@ -8168,7 +8170,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8186,7 +8188,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8224,7 +8226,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8238,7 +8240,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "serde", "serde_json", @@ -8248,7 +8250,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8276,7 +8278,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "bytes", "futures", @@ -8296,7 +8298,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "bitflags 2.10.0", "byteorder", @@ -8312,7 +8314,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "bindgen 0.71.1", "cc", @@ -8321,7 +8323,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "futures", "metrics", @@ -8333,7 +8335,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "ipnet", @@ -8342,7 +8344,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "futures-util", "if-addrs", @@ -8356,7 +8358,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8411,7 +8413,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8436,7 +8438,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8459,7 +8461,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8474,7 +8476,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -8488,7 +8490,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "anyhow", "bincode", @@ -8505,7 +8507,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -8529,7 +8531,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8596,7 +8598,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8652,7 +8654,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-eips", "alloy-network", @@ -8690,7 +8692,7 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8714,7 +8716,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8738,7 +8740,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "eyre", "http", @@ -8760,7 +8762,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "reth-chainspec", "reth-db-api", @@ -8772,7 +8774,7 @@ dependencies = [ [[package]] name = "reth-optimism-chainspec" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8800,7 +8802,7 @@ dependencies = [ [[package]] name = "reth-optimism-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8849,7 +8851,7 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8874,7 +8876,7 @@ dependencies = [ [[package]] name = "reth-optimism-evm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8902,7 +8904,7 @@ dependencies = [ [[package]] name = "reth-optimism-exex" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8922,7 +8924,7 @@ dependencies = [ [[package]] name = "reth-optimism-flashblocks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8959,7 +8961,7 @@ dependencies = [ [[package]] name = "reth-optimism-forks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-op-hardforks", "alloy-primitives", @@ -8970,7 +8972,7 @@ dependencies = [ [[package]] name = "reth-optimism-node" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9016,7 +9018,7 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9056,7 +9058,7 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9071,7 +9073,7 @@ dependencies = [ [[package]] name = "reth-optimism-rpc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9140,7 +9142,7 @@ dependencies = [ [[package]] name = "reth-optimism-storage" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "reth-optimism-primitives", @@ -9150,7 +9152,7 @@ dependencies = [ [[package]] name = "reth-optimism-trie" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9179,7 +9181,7 @@ dependencies = [ [[package]] name = "reth-optimism-txpool" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9215,7 +9217,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9236,7 +9238,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "pin-project", "reth-payload-primitives", @@ -9248,7 +9250,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9271,7 +9273,7 @@ dependencies = [ [[package]] name = "reth-payload-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9281,7 +9283,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -9291,7 +9293,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "c-kzg", @@ -9305,7 +9307,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9338,7 +9340,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9382,7 +9384,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9409,7 +9411,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "arbitrary", @@ -9424,7 +9426,7 @@ dependencies = [ [[package]] name = "reth-ress-protocol" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9443,7 +9445,7 @@ dependencies = [ [[package]] name = "reth-ress-provider" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9470,7 +9472,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -9483,7 +9485,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9562,7 +9564,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-eips", "alloy-genesis", @@ -9590,7 +9592,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-network", "alloy-provider", @@ -9629,7 +9631,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-evm", @@ -9655,7 +9657,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9684,7 +9686,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9728,7 +9730,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9775,7 +9777,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9789,7 +9791,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9805,7 +9807,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9853,7 +9855,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9880,7 +9882,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "arbitrary", @@ -9894,7 +9896,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "parking_lot", @@ -9914,7 +9916,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "clap", @@ -9926,7 +9928,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9950,7 +9952,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9966,7 +9968,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "auto_impl", "dyn-clone", @@ -9984,7 +9986,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10000,7 +10002,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "tokio", "tokio-stream", @@ -10010,7 +10012,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "clap", "eyre", @@ -10020,13 +10022,13 @@ dependencies = [ "tracing-appender", "tracing-journald", "tracing-logfmt", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", ] [[package]] name = "reth-tracing-otlp" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "clap", "eyre", @@ -10036,14 +10038,14 @@ dependencies = [ "opentelemetry_sdk 0.31.0", "tracing", "tracing-opentelemetry 0.32.0", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", "url", ] [[package]] name = "reth-transaction-pool" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10084,7 +10086,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10109,7 +10111,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10136,7 +10138,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "reth-db-api", @@ -10149,7 +10151,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10174,7 +10176,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10193,7 +10195,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse-parallel" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10211,7 +10213,7 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=feat%2Fintegrate-notification-trie-update#d15bb7744708f458976a0664f77d78dc3acd7de7" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" dependencies = [ "zstd", ] @@ -10689,7 +10691,7 @@ dependencies = [ "tower-http", "tracing", "tracing-opentelemetry 0.29.0", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", "url", "uuid", "vergen", @@ -10853,9 +10855,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" +checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c" dependencies = [ "web-time", "zeroize", @@ -11169,7 +11171,7 @@ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -11178,7 +11180,7 @@ version = "1.0.145" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" dependencies = [ - "indexmap 2.12.0", + "indexmap 2.12.1", "itoa", "memchr", "ryu", @@ -11209,15 +11211,15 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.15.1" +version = "3.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa66c845eee442168b2c8134fec70ac50dc20e760769c8ba0ad1319ca1959b04" +checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" dependencies = [ "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.12.0", + "indexmap 2.12.1", "schemars 0.9.0", "schemars 1.1.0", "serde_core", @@ -11228,14 +11230,14 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.15.1" +version = "3.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91a903660542fced4e99881aa481bdbaec1634568ee02e0b8bd57c64cb38955" +checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c" dependencies = [ "darling 0.21.3", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -11343,9 +11345,9 @@ dependencies = [ [[package]] name = "signal-hook-registry" -version = "1.4.6" +version = "1.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" +checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" dependencies = [ "libc", ] @@ -11534,7 +11536,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -11546,7 +11548,7 @@ dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -11568,9 +11570,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.110" +version = "2.0.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" +checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" dependencies = [ "proc-macro2", "quote", @@ -11586,7 +11588,7 @@ dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -11606,7 +11608,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -11728,7 +11730,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -11739,7 +11741,7 @@ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -11873,7 +11875,7 @@ dependencies = [ "op-alloy-flz", "serde", "tracing", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", "uuid", ] @@ -11902,7 +11904,7 @@ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -12007,7 +12009,7 @@ version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ - "indexmap 2.12.0", + "indexmap 2.12.1", "serde", "serde_spanned", "toml_datetime 0.6.11", @@ -12021,7 +12023,7 @@ version = "0.23.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d" dependencies = [ - "indexmap 2.12.0", + "indexmap 2.12.1", "toml_datetime 0.7.3", "toml_parser", "winnow", @@ -12138,7 +12140,7 @@ dependencies = [ "futures-core", "futures-util", "hdrhistogram", - "indexmap 2.12.0", + "indexmap 2.12.1", "pin-project-lite", "slab", "sync_wrapper", @@ -12151,9 +12153,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" dependencies = [ "async-compression", "base64 0.22.1", @@ -12194,9 +12196,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.41" +version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" +checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647" dependencies = [ "log", "pin-project-lite", @@ -12206,32 +12208,32 @@ dependencies = [ [[package]] name = "tracing-appender" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" +checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf" dependencies = [ "crossbeam-channel", - "thiserror 1.0.69", + "thiserror 2.0.17", "time", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", ] [[package]] name = "tracing-attributes" -version = "0.1.30" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "tracing-core" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" +checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c" dependencies = [ "once_cell", "valuable", @@ -12249,13 +12251,13 @@ dependencies = [ [[package]] name = "tracing-journald" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0b4143302cf1022dac868d521e36e8b27691f72c84b3311750d5188ebba657" +checksum = "2d3a81ed245bfb62592b1e2bc153e77656d94ee6a0497683a65a12ccaf2438d0" dependencies = [ "libc", "tracing-core", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", ] [[package]] @@ -12278,7 +12280,7 @@ dependencies = [ "time", "tracing", "tracing-core", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", ] [[package]] @@ -12295,7 +12297,7 @@ dependencies = [ "tracing", "tracing-core", "tracing-log", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", "web-time", ] @@ -12314,7 +12316,7 @@ dependencies = [ "tracing", "tracing-core", "tracing-log", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", "web-time", ] @@ -12339,9 +12341,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.20" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" +checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" dependencies = [ "matchers", "nu-ansi-term", @@ -12380,7 +12382,7 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -12574,13 +12576,13 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.18.1" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" +checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" dependencies = [ "getrandom 0.3.4", "js-sys", - "serde", + "serde_core", "sha1_smol", "wasm-bindgen", ] @@ -12652,7 +12654,7 @@ checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -12700,9 +12702,9 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.105" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" +checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" dependencies = [ "cfg-if", "once_cell", @@ -12713,9 +12715,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.55" +version = "0.4.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0" +checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" dependencies = [ "cfg-if", "js-sys", @@ -12726,9 +12728,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.105" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" +checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -12736,22 +12738,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.105" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" +checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" dependencies = [ "bumpalo", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.105" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" +checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" dependencies = [ "unicode-ident", ] @@ -12785,9 +12787,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.82" +version = "0.3.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" +checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" dependencies = [ "js-sys", "wasm-bindgen", @@ -13009,7 +13011,7 @@ checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -13020,7 +13022,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -13031,7 +13033,7 @@ checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -13042,7 +13044,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -13079,13 +13081,13 @@ dependencies = [ [[package]] name = "windows-registry" -version = "0.5.3" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" +checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" dependencies = [ - "windows-link 0.1.3", - "windows-result 0.3.4", - "windows-strings 0.4.2", + "windows-link 0.2.1", + "windows-result 0.4.1", + "windows-strings 0.5.1", ] [[package]] @@ -13450,9 +13452,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winnow" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" +checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" dependencies = [ "memchr", ] @@ -13554,28 +13556,28 @@ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", "synstructure", ] [[package]] name = "zerocopy" -version = "0.8.27" +version = "0.8.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" +checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.27" +version = "0.8.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" +checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -13595,7 +13597,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", "synstructure", ] @@ -13616,7 +13618,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -13650,7 +13652,7 @@ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 12ac3fbb..b0bad2ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,28 +135,28 @@ arc-swap = "1.7.1" rand = "0.9.2" [patch."https://github.com/paradigmxyz/reth"] -reth = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-optimism-node = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-optimism-cli = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-primitives = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-rpc-eth-api = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-optimism-primitives = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-rpc-convert = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-optimism-evm = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-optimism-chainspec = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-provider = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-tracing = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-e2e-test-utils = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-transaction-pool = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-primitives-traits = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-evm = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-cli-util = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-exex = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-db = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-testing-utils = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-db-common = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-optimism-exex = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-optimism-trie = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-optimism-rpc = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-ethereum-primitives = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } -reth-optimism-payload-builder = { git = "https://github.com/op-rs/op-reth", branch = "feat/integrate-notification-trie-update" } +reth = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-optimism-node = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-optimism-cli = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-primitives = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-rpc-eth-api = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-optimism-primitives = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-rpc-convert = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-optimism-evm = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-optimism-chainspec = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-provider = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-tracing = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-e2e-test-utils = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-transaction-pool = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-primitives-traits = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-evm = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-cli-util = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-exex = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-db = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-testing-utils = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-db-common = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-optimism-exex = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-optimism-trie = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-optimism-rpc = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-ethereum-primitives = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } +reth-optimism-payload-builder = { git = "https://github.com/op-rs/op-reth", branch = "meyer9/fix-storage-settings-err" } From 93f01d8883f0984bfbe5ae006bfdc85bf5b34735 Mon Sep 17 00:00:00 2001 From: Julian Meyer Date: Thu, 4 Dec 2025 06:28:02 -0800 Subject: [PATCH 08/12] update --- Cargo.lock | 252 ++++++++++++++++++++++++++--------------------------- 1 file changed, 126 insertions(+), 126 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a3e6b02..0e2e3c9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7089,7 +7089,7 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-rpc-types", "aquamarine", @@ -7135,7 +7135,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7159,7 +7159,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7190,7 +7190,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7210,7 +7210,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-genesis", "clap", @@ -7224,7 +7224,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7299,7 +7299,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "reth-tasks", "tokio", @@ -7309,7 +7309,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7327,7 +7327,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7347,7 +7347,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "proc-macro2", "quote", @@ -7357,7 +7357,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "eyre", "humantime-serde", @@ -7373,7 +7373,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7386,7 +7386,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7398,7 +7398,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7424,7 +7424,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "derive_more", @@ -7450,7 +7450,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7478,7 +7478,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7508,7 +7508,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7523,7 +7523,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7548,7 +7548,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7572,7 +7572,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "data-encoding", @@ -7596,7 +7596,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7631,7 +7631,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7689,7 +7689,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "aes", "alloy-primitives", @@ -7718,7 +7718,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7743,7 +7743,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7768,7 +7768,7 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "futures", "pin-project", @@ -7790,7 +7790,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7845,7 +7845,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7873,7 +7873,7 @@ dependencies = [ [[package]] name = "reth-era" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7888,7 +7888,7 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "bytes", @@ -7904,7 +7904,7 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7926,7 +7926,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -7937,7 +7937,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7965,7 +7965,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7986,7 +7986,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "clap", "eyre", @@ -8008,7 +8008,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8024,7 +8024,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8042,7 +8042,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -8055,7 +8055,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8084,7 +8084,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8104,7 +8104,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "rayon", "reth-db-api", @@ -8114,7 +8114,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8137,7 +8137,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8157,7 +8157,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-evm", "alloy-primitives", @@ -8170,7 +8170,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8188,7 +8188,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8226,7 +8226,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8240,7 +8240,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "serde", "serde_json", @@ -8250,7 +8250,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8278,7 +8278,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "bytes", "futures", @@ -8298,7 +8298,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "bitflags 2.10.0", "byteorder", @@ -8314,7 +8314,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "bindgen 0.71.1", "cc", @@ -8323,7 +8323,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "futures", "metrics", @@ -8335,7 +8335,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "ipnet", @@ -8344,7 +8344,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "futures-util", "if-addrs", @@ -8358,7 +8358,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8413,7 +8413,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8438,7 +8438,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8461,7 +8461,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8476,7 +8476,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -8490,7 +8490,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "anyhow", "bincode", @@ -8507,7 +8507,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -8531,7 +8531,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8598,7 +8598,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8654,7 +8654,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-eips", "alloy-network", @@ -8692,7 +8692,7 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8716,7 +8716,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8740,7 +8740,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "eyre", "http", @@ -8762,7 +8762,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "reth-chainspec", "reth-db-api", @@ -8774,7 +8774,7 @@ dependencies = [ [[package]] name = "reth-optimism-chainspec" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8802,7 +8802,7 @@ dependencies = [ [[package]] name = "reth-optimism-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8851,7 +8851,7 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8876,7 +8876,7 @@ dependencies = [ [[package]] name = "reth-optimism-evm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8904,7 +8904,7 @@ dependencies = [ [[package]] name = "reth-optimism-exex" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8924,7 +8924,7 @@ dependencies = [ [[package]] name = "reth-optimism-flashblocks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8961,7 +8961,7 @@ dependencies = [ [[package]] name = "reth-optimism-forks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-op-hardforks", "alloy-primitives", @@ -8972,7 +8972,7 @@ dependencies = [ [[package]] name = "reth-optimism-node" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9018,7 +9018,7 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9058,7 +9058,7 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9073,7 +9073,7 @@ dependencies = [ [[package]] name = "reth-optimism-rpc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9142,7 +9142,7 @@ dependencies = [ [[package]] name = "reth-optimism-storage" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "reth-optimism-primitives", @@ -9152,7 +9152,7 @@ dependencies = [ [[package]] name = "reth-optimism-trie" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9181,7 +9181,7 @@ dependencies = [ [[package]] name = "reth-optimism-txpool" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9217,7 +9217,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9238,7 +9238,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "pin-project", "reth-payload-primitives", @@ -9250,7 +9250,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9273,7 +9273,7 @@ dependencies = [ [[package]] name = "reth-payload-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9283,7 +9283,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -9293,7 +9293,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "c-kzg", @@ -9307,7 +9307,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9340,7 +9340,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9384,7 +9384,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9411,7 +9411,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "arbitrary", @@ -9426,7 +9426,7 @@ dependencies = [ [[package]] name = "reth-ress-protocol" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9445,7 +9445,7 @@ dependencies = [ [[package]] name = "reth-ress-provider" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9472,7 +9472,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -9485,7 +9485,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9564,7 +9564,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-eips", "alloy-genesis", @@ -9592,7 +9592,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-network", "alloy-provider", @@ -9631,7 +9631,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-evm", @@ -9657,7 +9657,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9686,7 +9686,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9730,7 +9730,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9777,7 +9777,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9791,7 +9791,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9807,7 +9807,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9855,7 +9855,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9882,7 +9882,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "arbitrary", @@ -9896,7 +9896,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "parking_lot", @@ -9916,7 +9916,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "clap", @@ -9928,7 +9928,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9952,7 +9952,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9968,7 +9968,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "auto_impl", "dyn-clone", @@ -9986,7 +9986,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10002,7 +10002,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "tokio", "tokio-stream", @@ -10012,7 +10012,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "clap", "eyre", @@ -10028,7 +10028,7 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "clap", "eyre", @@ -10045,7 +10045,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10086,7 +10086,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10111,7 +10111,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10138,7 +10138,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "reth-db-api", @@ -10151,7 +10151,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10176,7 +10176,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10195,7 +10195,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse-parallel" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10213,7 +10213,7 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#8b9e22cb3b63762fade994add7eba9502c0fad88" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" dependencies = [ "zstd", ] From cab2d7b980e13a39f1602a57f6efb0097c48a887 Mon Sep 17 00:00:00 2001 From: Julian Meyer Date: Thu, 4 Dec 2025 06:48:14 -0800 Subject: [PATCH 09/12] fix --- Cargo.lock | 252 ++++++++++++++++++++++++++--------------------------- 1 file changed, 126 insertions(+), 126 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e2e3c9c..456f18a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7089,7 +7089,7 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-rpc-types", "aquamarine", @@ -7135,7 +7135,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7159,7 +7159,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7190,7 +7190,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7210,7 +7210,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-genesis", "clap", @@ -7224,7 +7224,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7299,7 +7299,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "reth-tasks", "tokio", @@ -7309,7 +7309,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7327,7 +7327,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7347,7 +7347,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "proc-macro2", "quote", @@ -7357,7 +7357,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "eyre", "humantime-serde", @@ -7373,7 +7373,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7386,7 +7386,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7398,7 +7398,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7424,7 +7424,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "derive_more", @@ -7450,7 +7450,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7478,7 +7478,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7508,7 +7508,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7523,7 +7523,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7548,7 +7548,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7572,7 +7572,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "data-encoding", @@ -7596,7 +7596,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7631,7 +7631,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7689,7 +7689,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "aes", "alloy-primitives", @@ -7718,7 +7718,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7743,7 +7743,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7768,7 +7768,7 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "futures", "pin-project", @@ -7790,7 +7790,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7845,7 +7845,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7873,7 +7873,7 @@ dependencies = [ [[package]] name = "reth-era" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7888,7 +7888,7 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "bytes", @@ -7904,7 +7904,7 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7926,7 +7926,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -7937,7 +7937,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7965,7 +7965,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7986,7 +7986,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "clap", "eyre", @@ -8008,7 +8008,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8024,7 +8024,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8042,7 +8042,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -8055,7 +8055,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8084,7 +8084,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8104,7 +8104,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "rayon", "reth-db-api", @@ -8114,7 +8114,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8137,7 +8137,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8157,7 +8157,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-evm", "alloy-primitives", @@ -8170,7 +8170,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8188,7 +8188,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8226,7 +8226,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8240,7 +8240,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "serde", "serde_json", @@ -8250,7 +8250,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8278,7 +8278,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "bytes", "futures", @@ -8298,7 +8298,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "bitflags 2.10.0", "byteorder", @@ -8314,7 +8314,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "bindgen 0.71.1", "cc", @@ -8323,7 +8323,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "futures", "metrics", @@ -8335,7 +8335,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "ipnet", @@ -8344,7 +8344,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "futures-util", "if-addrs", @@ -8358,7 +8358,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8413,7 +8413,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8438,7 +8438,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8461,7 +8461,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8476,7 +8476,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -8490,7 +8490,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "anyhow", "bincode", @@ -8507,7 +8507,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -8531,7 +8531,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8598,7 +8598,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8654,7 +8654,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-eips", "alloy-network", @@ -8692,7 +8692,7 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8716,7 +8716,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8740,7 +8740,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "eyre", "http", @@ -8762,7 +8762,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "reth-chainspec", "reth-db-api", @@ -8774,7 +8774,7 @@ dependencies = [ [[package]] name = "reth-optimism-chainspec" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8802,7 +8802,7 @@ dependencies = [ [[package]] name = "reth-optimism-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8851,7 +8851,7 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8876,7 +8876,7 @@ dependencies = [ [[package]] name = "reth-optimism-evm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8904,7 +8904,7 @@ dependencies = [ [[package]] name = "reth-optimism-exex" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8924,7 +8924,7 @@ dependencies = [ [[package]] name = "reth-optimism-flashblocks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8961,7 +8961,7 @@ dependencies = [ [[package]] name = "reth-optimism-forks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-op-hardforks", "alloy-primitives", @@ -8972,7 +8972,7 @@ dependencies = [ [[package]] name = "reth-optimism-node" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9018,7 +9018,7 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9058,7 +9058,7 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9073,7 +9073,7 @@ dependencies = [ [[package]] name = "reth-optimism-rpc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9142,7 +9142,7 @@ dependencies = [ [[package]] name = "reth-optimism-storage" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "reth-optimism-primitives", @@ -9152,7 +9152,7 @@ dependencies = [ [[package]] name = "reth-optimism-trie" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9181,7 +9181,7 @@ dependencies = [ [[package]] name = "reth-optimism-txpool" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9217,7 +9217,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9238,7 +9238,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "pin-project", "reth-payload-primitives", @@ -9250,7 +9250,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9273,7 +9273,7 @@ dependencies = [ [[package]] name = "reth-payload-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9283,7 +9283,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -9293,7 +9293,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "c-kzg", @@ -9307,7 +9307,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9340,7 +9340,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9384,7 +9384,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9411,7 +9411,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "arbitrary", @@ -9426,7 +9426,7 @@ dependencies = [ [[package]] name = "reth-ress-protocol" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9445,7 +9445,7 @@ dependencies = [ [[package]] name = "reth-ress-provider" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9472,7 +9472,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -9485,7 +9485,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9564,7 +9564,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-eips", "alloy-genesis", @@ -9592,7 +9592,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-network", "alloy-provider", @@ -9631,7 +9631,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-evm", @@ -9657,7 +9657,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9686,7 +9686,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9730,7 +9730,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9777,7 +9777,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9791,7 +9791,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9807,7 +9807,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9855,7 +9855,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9882,7 +9882,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "arbitrary", @@ -9896,7 +9896,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "parking_lot", @@ -9916,7 +9916,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "clap", @@ -9928,7 +9928,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9952,7 +9952,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9968,7 +9968,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "auto_impl", "dyn-clone", @@ -9986,7 +9986,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10002,7 +10002,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "tokio", "tokio-stream", @@ -10012,7 +10012,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "clap", "eyre", @@ -10028,7 +10028,7 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "clap", "eyre", @@ -10045,7 +10045,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10086,7 +10086,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10111,7 +10111,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10138,7 +10138,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "reth-db-api", @@ -10151,7 +10151,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10176,7 +10176,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10195,7 +10195,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse-parallel" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10213,7 +10213,7 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#2060266fd3b0a746040eeb6508293bd4ea0965c3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" dependencies = [ "zstd", ] From 5cc2a44f3b3eaccacd2f9f82cb51b25e7355efcc Mon Sep 17 00:00:00 2001 From: Julian Meyer Date: Fri, 5 Dec 2025 10:37:28 -0800 Subject: [PATCH 10/12] update op-reth sha --- Cargo.lock | 252 ++++++++++++++++++++++++++--------------------------- 1 file changed, 126 insertions(+), 126 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 456f18a8..ec348712 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7089,7 +7089,7 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-rpc-types", "aquamarine", @@ -7135,7 +7135,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7159,7 +7159,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7190,7 +7190,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7210,7 +7210,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-genesis", "clap", @@ -7224,7 +7224,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7299,7 +7299,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "reth-tasks", "tokio", @@ -7309,7 +7309,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7327,7 +7327,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7347,7 +7347,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "proc-macro2", "quote", @@ -7357,7 +7357,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "eyre", "humantime-serde", @@ -7373,7 +7373,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7386,7 +7386,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7398,7 +7398,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7424,7 +7424,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "derive_more", @@ -7450,7 +7450,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7478,7 +7478,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7508,7 +7508,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7523,7 +7523,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7548,7 +7548,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7572,7 +7572,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "data-encoding", @@ -7596,7 +7596,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7631,7 +7631,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7689,7 +7689,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "aes", "alloy-primitives", @@ -7718,7 +7718,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7743,7 +7743,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7768,7 +7768,7 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "futures", "pin-project", @@ -7790,7 +7790,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7845,7 +7845,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7873,7 +7873,7 @@ dependencies = [ [[package]] name = "reth-era" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7888,7 +7888,7 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "bytes", @@ -7904,7 +7904,7 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7926,7 +7926,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -7937,7 +7937,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7965,7 +7965,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7986,7 +7986,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "clap", "eyre", @@ -8008,7 +8008,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8024,7 +8024,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8042,7 +8042,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -8055,7 +8055,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8084,7 +8084,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8104,7 +8104,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "rayon", "reth-db-api", @@ -8114,7 +8114,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8137,7 +8137,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8157,7 +8157,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-evm", "alloy-primitives", @@ -8170,7 +8170,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8188,7 +8188,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8226,7 +8226,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8240,7 +8240,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "serde", "serde_json", @@ -8250,7 +8250,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8278,7 +8278,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "bytes", "futures", @@ -8298,7 +8298,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "bitflags 2.10.0", "byteorder", @@ -8314,7 +8314,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "bindgen 0.71.1", "cc", @@ -8323,7 +8323,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "futures", "metrics", @@ -8335,7 +8335,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "ipnet", @@ -8344,7 +8344,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "futures-util", "if-addrs", @@ -8358,7 +8358,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8413,7 +8413,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8438,7 +8438,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8461,7 +8461,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8476,7 +8476,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -8490,7 +8490,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "anyhow", "bincode", @@ -8507,7 +8507,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -8531,7 +8531,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8598,7 +8598,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8654,7 +8654,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-eips", "alloy-network", @@ -8692,7 +8692,7 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8716,7 +8716,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8740,7 +8740,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "eyre", "http", @@ -8762,7 +8762,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "reth-chainspec", "reth-db-api", @@ -8774,7 +8774,7 @@ dependencies = [ [[package]] name = "reth-optimism-chainspec" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8802,7 +8802,7 @@ dependencies = [ [[package]] name = "reth-optimism-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8851,7 +8851,7 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8876,7 +8876,7 @@ dependencies = [ [[package]] name = "reth-optimism-evm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8904,7 +8904,7 @@ dependencies = [ [[package]] name = "reth-optimism-exex" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8924,7 +8924,7 @@ dependencies = [ [[package]] name = "reth-optimism-flashblocks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8961,7 +8961,7 @@ dependencies = [ [[package]] name = "reth-optimism-forks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-op-hardforks", "alloy-primitives", @@ -8972,7 +8972,7 @@ dependencies = [ [[package]] name = "reth-optimism-node" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9018,7 +9018,7 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9058,7 +9058,7 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9073,7 +9073,7 @@ dependencies = [ [[package]] name = "reth-optimism-rpc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9142,7 +9142,7 @@ dependencies = [ [[package]] name = "reth-optimism-storage" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "reth-optimism-primitives", @@ -9152,7 +9152,7 @@ dependencies = [ [[package]] name = "reth-optimism-trie" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9181,7 +9181,7 @@ dependencies = [ [[package]] name = "reth-optimism-txpool" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9217,7 +9217,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9238,7 +9238,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "pin-project", "reth-payload-primitives", @@ -9250,7 +9250,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9273,7 +9273,7 @@ dependencies = [ [[package]] name = "reth-payload-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9283,7 +9283,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -9293,7 +9293,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "c-kzg", @@ -9307,7 +9307,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9340,7 +9340,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9384,7 +9384,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9411,7 +9411,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "arbitrary", @@ -9426,7 +9426,7 @@ dependencies = [ [[package]] name = "reth-ress-protocol" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9445,7 +9445,7 @@ dependencies = [ [[package]] name = "reth-ress-provider" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9472,7 +9472,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -9485,7 +9485,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9564,7 +9564,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-eips", "alloy-genesis", @@ -9592,7 +9592,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-network", "alloy-provider", @@ -9631,7 +9631,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-evm", @@ -9657,7 +9657,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9686,7 +9686,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9730,7 +9730,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9777,7 +9777,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9791,7 +9791,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9807,7 +9807,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9855,7 +9855,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9882,7 +9882,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "arbitrary", @@ -9896,7 +9896,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "parking_lot", @@ -9916,7 +9916,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "clap", @@ -9928,7 +9928,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9952,7 +9952,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9968,7 +9968,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "auto_impl", "dyn-clone", @@ -9986,7 +9986,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10002,7 +10002,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "tokio", "tokio-stream", @@ -10012,7 +10012,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "clap", "eyre", @@ -10028,7 +10028,7 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "clap", "eyre", @@ -10045,7 +10045,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10086,7 +10086,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10111,7 +10111,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10138,7 +10138,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "reth-db-api", @@ -10151,7 +10151,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10176,7 +10176,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10195,7 +10195,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse-parallel" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10213,7 +10213,7 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#492b3b4899311bc86bf614a29458aa8bd042c7ce" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" dependencies = [ "zstd", ] From 37a9089369fc75b5057068a20802ab95f7f33fe8 Mon Sep 17 00:00:00 2001 From: Julian Meyer Date: Fri, 5 Dec 2025 11:13:38 -0800 Subject: [PATCH 11/12] update sha --- Cargo.lock | 252 ++++++++++++++++++++++++++--------------------------- 1 file changed, 126 insertions(+), 126 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec348712..009aebb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7089,7 +7089,7 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-rpc-types", "aquamarine", @@ -7135,7 +7135,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7159,7 +7159,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7190,7 +7190,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7210,7 +7210,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-genesis", "clap", @@ -7224,7 +7224,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7299,7 +7299,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "reth-tasks", "tokio", @@ -7309,7 +7309,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7327,7 +7327,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7347,7 +7347,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "proc-macro2", "quote", @@ -7357,7 +7357,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "eyre", "humantime-serde", @@ -7373,7 +7373,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7386,7 +7386,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7398,7 +7398,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7424,7 +7424,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "derive_more", @@ -7450,7 +7450,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7478,7 +7478,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7508,7 +7508,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7523,7 +7523,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7548,7 +7548,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7572,7 +7572,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "data-encoding", @@ -7596,7 +7596,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7631,7 +7631,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7689,7 +7689,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "aes", "alloy-primitives", @@ -7718,7 +7718,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7743,7 +7743,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7768,7 +7768,7 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "futures", "pin-project", @@ -7790,7 +7790,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7845,7 +7845,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7873,7 +7873,7 @@ dependencies = [ [[package]] name = "reth-era" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7888,7 +7888,7 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "bytes", @@ -7904,7 +7904,7 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7926,7 +7926,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -7937,7 +7937,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7965,7 +7965,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7986,7 +7986,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "clap", "eyre", @@ -8008,7 +8008,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8024,7 +8024,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8042,7 +8042,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -8055,7 +8055,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8084,7 +8084,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8104,7 +8104,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "rayon", "reth-db-api", @@ -8114,7 +8114,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8137,7 +8137,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8157,7 +8157,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-evm", "alloy-primitives", @@ -8170,7 +8170,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8188,7 +8188,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8226,7 +8226,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8240,7 +8240,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "serde", "serde_json", @@ -8250,7 +8250,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8278,7 +8278,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "bytes", "futures", @@ -8298,7 +8298,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "bitflags 2.10.0", "byteorder", @@ -8314,7 +8314,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "bindgen 0.71.1", "cc", @@ -8323,7 +8323,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "futures", "metrics", @@ -8335,7 +8335,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "ipnet", @@ -8344,7 +8344,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "futures-util", "if-addrs", @@ -8358,7 +8358,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8413,7 +8413,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8438,7 +8438,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8461,7 +8461,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8476,7 +8476,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -8490,7 +8490,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "anyhow", "bincode", @@ -8507,7 +8507,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -8531,7 +8531,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8598,7 +8598,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8654,7 +8654,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-eips", "alloy-network", @@ -8692,7 +8692,7 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8716,7 +8716,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8740,7 +8740,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "eyre", "http", @@ -8762,7 +8762,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "reth-chainspec", "reth-db-api", @@ -8774,7 +8774,7 @@ dependencies = [ [[package]] name = "reth-optimism-chainspec" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8802,7 +8802,7 @@ dependencies = [ [[package]] name = "reth-optimism-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8851,7 +8851,7 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8876,7 +8876,7 @@ dependencies = [ [[package]] name = "reth-optimism-evm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8904,7 +8904,7 @@ dependencies = [ [[package]] name = "reth-optimism-exex" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8924,7 +8924,7 @@ dependencies = [ [[package]] name = "reth-optimism-flashblocks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8961,7 +8961,7 @@ dependencies = [ [[package]] name = "reth-optimism-forks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-op-hardforks", "alloy-primitives", @@ -8972,7 +8972,7 @@ dependencies = [ [[package]] name = "reth-optimism-node" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9018,7 +9018,7 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9058,7 +9058,7 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9073,7 +9073,7 @@ dependencies = [ [[package]] name = "reth-optimism-rpc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9142,7 +9142,7 @@ dependencies = [ [[package]] name = "reth-optimism-storage" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "reth-optimism-primitives", @@ -9152,7 +9152,7 @@ dependencies = [ [[package]] name = "reth-optimism-trie" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9181,7 +9181,7 @@ dependencies = [ [[package]] name = "reth-optimism-txpool" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9217,7 +9217,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9238,7 +9238,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "pin-project", "reth-payload-primitives", @@ -9250,7 +9250,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9273,7 +9273,7 @@ dependencies = [ [[package]] name = "reth-payload-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9283,7 +9283,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -9293,7 +9293,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "c-kzg", @@ -9307,7 +9307,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9340,7 +9340,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9384,7 +9384,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9411,7 +9411,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "arbitrary", @@ -9426,7 +9426,7 @@ dependencies = [ [[package]] name = "reth-ress-protocol" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9445,7 +9445,7 @@ dependencies = [ [[package]] name = "reth-ress-provider" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9472,7 +9472,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -9485,7 +9485,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9564,7 +9564,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-eips", "alloy-genesis", @@ -9592,7 +9592,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-network", "alloy-provider", @@ -9631,7 +9631,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-evm", @@ -9657,7 +9657,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9686,7 +9686,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9730,7 +9730,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9777,7 +9777,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9791,7 +9791,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9807,7 +9807,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9855,7 +9855,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9882,7 +9882,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "arbitrary", @@ -9896,7 +9896,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "parking_lot", @@ -9916,7 +9916,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "clap", @@ -9928,7 +9928,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9952,7 +9952,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9968,7 +9968,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "auto_impl", "dyn-clone", @@ -9986,7 +9986,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10002,7 +10002,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "tokio", "tokio-stream", @@ -10012,7 +10012,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "clap", "eyre", @@ -10028,7 +10028,7 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "clap", "eyre", @@ -10045,7 +10045,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10086,7 +10086,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10111,7 +10111,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10138,7 +10138,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "reth-db-api", @@ -10151,7 +10151,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10176,7 +10176,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10195,7 +10195,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse-parallel" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10213,7 +10213,7 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#18b8bffffcc4c5a4355208051978bcd29ac8ff95" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" dependencies = [ "zstd", ] From 5558584959f41f4fc20056af0f61db5de4fa42a6 Mon Sep 17 00:00:00 2001 From: Julian Meyer Date: Tue, 9 Dec 2025 13:39:30 -0500 Subject: [PATCH 12/12] update sha --- Cargo.lock | 252 ++++++++++++++++++++++++++--------------------------- 1 file changed, 126 insertions(+), 126 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 009aebb6..275e9d7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7089,7 +7089,7 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-rpc-types", "aquamarine", @@ -7135,7 +7135,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7159,7 +7159,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7190,7 +7190,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7210,7 +7210,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-genesis", "clap", @@ -7224,7 +7224,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7299,7 +7299,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "reth-tasks", "tokio", @@ -7309,7 +7309,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7327,7 +7327,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7347,7 +7347,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "proc-macro2", "quote", @@ -7357,7 +7357,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "eyre", "humantime-serde", @@ -7373,7 +7373,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7386,7 +7386,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7398,7 +7398,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7424,7 +7424,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "derive_more", @@ -7450,7 +7450,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7478,7 +7478,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7508,7 +7508,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7523,7 +7523,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7548,7 +7548,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7572,7 +7572,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "data-encoding", @@ -7596,7 +7596,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7631,7 +7631,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7689,7 +7689,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "aes", "alloy-primitives", @@ -7718,7 +7718,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7743,7 +7743,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7768,7 +7768,7 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "futures", "pin-project", @@ -7790,7 +7790,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7845,7 +7845,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7873,7 +7873,7 @@ dependencies = [ [[package]] name = "reth-era" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7888,7 +7888,7 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "bytes", @@ -7904,7 +7904,7 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7926,7 +7926,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -7937,7 +7937,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7965,7 +7965,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7986,7 +7986,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "clap", "eyre", @@ -8008,7 +8008,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8024,7 +8024,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8042,7 +8042,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -8055,7 +8055,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8084,7 +8084,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8104,7 +8104,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "rayon", "reth-db-api", @@ -8114,7 +8114,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8137,7 +8137,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8157,7 +8157,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-evm", "alloy-primitives", @@ -8170,7 +8170,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8188,7 +8188,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8226,7 +8226,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8240,7 +8240,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "serde", "serde_json", @@ -8250,7 +8250,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8278,7 +8278,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "bytes", "futures", @@ -8298,7 +8298,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "bitflags 2.10.0", "byteorder", @@ -8314,7 +8314,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "bindgen 0.71.1", "cc", @@ -8323,7 +8323,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "futures", "metrics", @@ -8335,7 +8335,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "ipnet", @@ -8344,7 +8344,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "futures-util", "if-addrs", @@ -8358,7 +8358,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8413,7 +8413,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8438,7 +8438,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8461,7 +8461,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8476,7 +8476,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -8490,7 +8490,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "anyhow", "bincode", @@ -8507,7 +8507,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -8531,7 +8531,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8598,7 +8598,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8654,7 +8654,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-eips", "alloy-network", @@ -8692,7 +8692,7 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8716,7 +8716,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8740,7 +8740,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "eyre", "http", @@ -8762,7 +8762,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "reth-chainspec", "reth-db-api", @@ -8774,7 +8774,7 @@ dependencies = [ [[package]] name = "reth-optimism-chainspec" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8802,7 +8802,7 @@ dependencies = [ [[package]] name = "reth-optimism-cli" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8851,7 +8851,7 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8876,7 +8876,7 @@ dependencies = [ [[package]] name = "reth-optimism-evm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8904,7 +8904,7 @@ dependencies = [ [[package]] name = "reth-optimism-exex" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8924,7 +8924,7 @@ dependencies = [ [[package]] name = "reth-optimism-flashblocks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8961,7 +8961,7 @@ dependencies = [ [[package]] name = "reth-optimism-forks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-op-hardforks", "alloy-primitives", @@ -8972,7 +8972,7 @@ dependencies = [ [[package]] name = "reth-optimism-node" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9018,7 +9018,7 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9058,7 +9058,7 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9073,7 +9073,7 @@ dependencies = [ [[package]] name = "reth-optimism-rpc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9142,7 +9142,7 @@ dependencies = [ [[package]] name = "reth-optimism-storage" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "reth-optimism-primitives", @@ -9152,7 +9152,7 @@ dependencies = [ [[package]] name = "reth-optimism-trie" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9181,7 +9181,7 @@ dependencies = [ [[package]] name = "reth-optimism-txpool" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9217,7 +9217,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9238,7 +9238,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "pin-project", "reth-payload-primitives", @@ -9250,7 +9250,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9273,7 +9273,7 @@ dependencies = [ [[package]] name = "reth-payload-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9283,7 +9283,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -9293,7 +9293,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "c-kzg", @@ -9307,7 +9307,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9340,7 +9340,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9384,7 +9384,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9411,7 +9411,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "arbitrary", @@ -9426,7 +9426,7 @@ dependencies = [ [[package]] name = "reth-ress-protocol" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9445,7 +9445,7 @@ dependencies = [ [[package]] name = "reth-ress-provider" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9472,7 +9472,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -9485,7 +9485,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9564,7 +9564,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-eips", "alloy-genesis", @@ -9592,7 +9592,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-network", "alloy-provider", @@ -9631,7 +9631,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-evm", @@ -9657,7 +9657,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9686,7 +9686,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9730,7 +9730,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9777,7 +9777,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9791,7 +9791,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9807,7 +9807,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9855,7 +9855,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9882,7 +9882,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "arbitrary", @@ -9896,7 +9896,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "parking_lot", @@ -9916,7 +9916,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "clap", @@ -9928,7 +9928,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9952,7 +9952,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9968,7 +9968,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "auto_impl", "dyn-clone", @@ -9986,7 +9986,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10002,7 +10002,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "tokio", "tokio-stream", @@ -10012,7 +10012,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "clap", "eyre", @@ -10028,7 +10028,7 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "clap", "eyre", @@ -10045,7 +10045,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10086,7 +10086,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10111,7 +10111,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10138,7 +10138,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "reth-db-api", @@ -10151,7 +10151,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10176,7 +10176,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10195,7 +10195,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse-parallel" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10213,7 +10213,7 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" version = "1.9.3" -source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#06397053ddc4f28f9fcc0e69b86c249cbfb513f3" +source = "git+https://github.com/op-rs/op-reth?branch=meyer9%2Ffix-storage-settings-err#11569ceda48907b972e20b5d86e764e5fd40748f" dependencies = [ "zstd", ]