diff --git a/Cargo.lock b/Cargo.lock index 5f9891c..53767d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1548,16 +1548,16 @@ dependencies = [ "reth-db", "reth-db-common", "reth-e2e-test-utils", - "reth-evm", + "reth-evm 1.8.2", "reth-exex", - "reth-optimism-chainspec", + "reth-optimism-chainspec 1.8.2", "reth-optimism-cli", - "reth-optimism-evm", + "reth-optimism-evm 1.8.2", "reth-optimism-node", - "reth-optimism-primitives", + "reth-optimism-primitives 1.8.2", "reth-optimism-rpc", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.8.2", "reth-provider", "reth-rpc-convert", "reth-rpc-eth-api", @@ -1607,11 +1607,11 @@ dependencies = [ "reth", "reth-cli-util", "reth-exex", - "reth-optimism-chainspec", + "reth-optimism-chainspec 1.8.2", "reth-optimism-cli", - "reth-optimism-evm", + "reth-optimism-evm 1.8.2", "reth-optimism-node", - "reth-optimism-primitives", + "reth-optimism-primitives 1.8.2", "reth-optimism-rpc", "reth-primitives", "reth-rpc-convert", @@ -1738,18 +1738,18 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.70.1" +version = "0.71.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" +checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" dependencies = [ "bitflags 2.9.4", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools 0.10.5", "proc-macro2", "quote", "regex", - "rustc-hash 1.1.0", + "rustc-hash 2.1.1", "shlex", "syn 2.0.106", ] @@ -7055,23 +7055,23 @@ checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" [[package]] name = "reth" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-rpc-types", "aquamarine", "clap", "eyre", - "reth-chainspec", + "reth-chainspec 1.8.2", "reth-cli-runner", "reth-cli-util", - "reth-consensus", - "reth-consensus-common", + "reth-consensus 1.8.2", + "reth-consensus-common 1.8.2", "reth-db", "reth-ethereum-cli", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.8.2", + "reth-evm 1.8.2", "reth-network", "reth-network-api", "reth-node-api", @@ -7079,22 +7079,22 @@ dependencies = [ "reth-node-core", "reth-node-ethereum", "reth-node-metrics", - "reth-payload-builder", - "reth-payload-primitives", + "reth-payload-builder 1.8.2", + "reth-payload-primitives 1.8.2", "reth-primitives", "reth-provider", "reth-ress-protocol", "reth-ress-provider", - "reth-revm", + "reth-revm 1.8.2", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-tasks", + "reth-tasks 1.8.2", "reth-tokio-util", - "reth-transaction-pool", + "reth-transaction-pool 1.8.2", "tokio", "tracing", ] @@ -7110,15 +7110,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.8.1", + "reth-metrics 1.8.1", + "reth-payload-builder 1.8.1", + "reth-payload-builder-primitives 1.8.1", + "reth-payload-primitives 1.8.1", + "reth-primitives-traits 1.8.1", + "reth-revm 1.8.1", + "reth-storage-api 1.8.1", + "reth-tasks 1.8.1", + "tokio", + "tracing", +] + +[[package]] +name = "reth-basic-payload-builder" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "futures-core", + "futures-util", + "metrics", + "reth-chain-state 1.8.2", + "reth-metrics 1.8.2", + "reth-payload-builder 1.8.2", + "reth-payload-builder-primitives 1.8.2", + "reth-payload-primitives 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-revm 1.8.2", + "reth-storage-api 1.8.2", + "reth-tasks 1.8.2", "tokio", "tracing", ] @@ -7127,6 +7151,32 @@ dependencies = [ name = "reth-chain-state" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "derive_more", + "metrics", + "parking_lot", + "pin-project", + "reth-chainspec 1.8.1", + "reth-errors 1.8.1", + "reth-ethereum-primitives 1.8.1", + "reth-execution-types 1.8.1", + "reth-metrics 1.8.1", + "reth-primitives-traits 1.8.1", + "reth-storage-api 1.8.1", + "reth-trie 1.8.1", + "revm-database", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-chain-state" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7138,14 +7188,14 @@ 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.8.2", + "reth-errors 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-execution-types 1.8.2", + "reth-metrics 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-storage-api 1.8.2", + "reth-trie 1.8.2", "revm-database", "revm-state", "serde", @@ -7168,16 +7218,36 @@ dependencies = [ "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 1.8.1", + "reth-network-peers 1.8.1", + "reth-primitives-traits 1.8.1", + "serde_json", +] + +[[package]] +name = "reth-chainspec" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more", + "reth-ethereum-forks 1.8.2", + "reth-network-peers 1.8.2", + "reth-primitives-traits 1.8.2", "serde_json", ] [[package]] name = "reth-cli" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-genesis", "clap", @@ -7190,8 +7260,8 @@ dependencies = [ [[package]] name = "reth-cli-commands" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7211,13 +7281,13 @@ dependencies = [ "lz4", "ratatui", "reqwest", - "reth-chainspec", + "reth-chainspec 1.8.2", "reth-cli", "reth-cli-runner", "reth-cli-util", - "reth-codecs", + "reth-codecs 1.8.2", "reth-config", - "reth-consensus", + "reth-consensus 1.8.2", "reth-db", "reth-db-api", "reth-db-common", @@ -7230,27 +7300,27 @@ dependencies = [ "reth-era-utils", "reth-eth-wire", "reth-etl", - "reth-evm", + "reth-evm 1.8.2", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.8.2", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.8.2", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.8.2", "reth-provider", "reth-prune", - "reth-revm", + "reth-revm 1.8.2", "reth-stages", "reth-static-file", - "reth-static-file-types", - "reth-trie", - "reth-trie-common", + "reth-static-file-types 1.8.2", + "reth-trie 1.8.2", + "reth-trie-common 1.8.2", "reth-trie-db", "secp256k1 0.30.0", "serde", @@ -7265,18 +7335,18 @@ dependencies = [ [[package]] name = "reth-cli-runner" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ - "reth-tasks", + "reth-tasks 1.8.2", "tokio", "tracing", ] [[package]] name = "reth-cli-util" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7284,7 +7354,7 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util", + "reth-fs-util 1.8.2", "secp256k1 0.30.0", "serde", "thiserror 2.0.17", @@ -7295,6 +7365,24 @@ dependencies = [ name = "reth-codecs" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "bytes", + "modular-bitfield", + "op-alloy-consensus", + "reth-codecs-derive 1.8.1", + "reth-zstd-compressors 1.8.1", + "serde", +] + +[[package]] +name = "reth-codecs" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7305,8 +7393,8 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs-derive", - "reth-zstd-compressors", + "reth-codecs-derive 1.8.2", + "reth-zstd-compressors 1.8.2", "serde", "visibility", ] @@ -7322,16 +7410,27 @@ dependencies = [ "syn 2.0.106", ] +[[package]] +name = "reth-codecs-derive" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "convert_case", + "proc-macro2", + "quote", + "syn 2.0.106", +] + [[package]] name = "reth-config" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "eyre", "humantime-serde", "reth-network-types", - "reth-prune-types", - "reth-stages-types", + "reth-prune-types 1.8.2", + "reth-stages-types 1.8.2", "serde", "toml", "url", @@ -7345,8 +7444,21 @@ dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.8.1", + "reth-primitives-traits 1.8.1", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-consensus" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "auto_impl", + "reth-execution-types 1.8.2", + "reth-primitives-traits 1.8.2", "thiserror 2.0.17", ] @@ -7357,15 +7469,27 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec", - "reth-consensus", - "reth-primitives-traits", + "reth-chainspec 1.8.1", + "reth-consensus 1.8.1", + "reth-primitives-traits 1.8.1", +] + +[[package]] +name = "reth-consensus-common" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "reth-chainspec 1.8.2", + "reth-consensus 1.8.2", + "reth-primitives-traits 1.8.2", ] [[package]] name = "reth-consensus-debug-client" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7380,7 +7504,7 @@ dependencies = [ "futures", "reqwest", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.8.2", "reth-tracing", "ringbuffer", "serde", @@ -7390,8 +7514,8 @@ dependencies = [ [[package]] name = "reth-db" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", "derive_more", @@ -7400,12 +7524,12 @@ dependencies = [ "page_size", "parking_lot", "reth-db-api", - "reth-fs-util", + "reth-fs-util 1.8.2", "reth-libmdbx", - "reth-metrics", + "reth-metrics 1.8.2", "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", + "reth-static-file-types 1.8.2", + "reth-storage-errors 1.8.2", "reth-tracing", "rustc-hash 2.1.1", "strum 0.27.2", @@ -7416,8 +7540,8 @@ dependencies = [ [[package]] name = "reth-db-api" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7429,42 +7553,42 @@ dependencies = [ "modular-bitfield", "parity-scale-codec", "proptest", - "reth-codecs", - "reth-db-models", - "reth-ethereum-primitives", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-codecs 1.8.2", + "reth-db-models 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-optimism-primitives 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-prune-types 1.8.2", + "reth-stages-types 1.8.2", + "reth-storage-errors 1.8.2", + "reth-trie-common 1.8.2", "roaring", "serde", ] [[package]] name = "reth-db-common" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-genesis", "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.8.2", + "reth-codecs 1.8.2", "reth-config", "reth-db-api", "reth-etl", - "reth-execution-errors", - "reth-fs-util", + "reth-execution-errors 1.8.2", + "reth-fs-util 1.8.2", "reth-node-types", - "reth-primitives-traits", + "reth-primitives-traits 1.8.2", "reth-provider", - "reth-stages-types", - "reth-static-file-types", - "reth-trie", + "reth-stages-types 1.8.2", + "reth-static-file-types 1.8.2", + "reth-trie 1.8.2", "reth-trie-db", "serde", "serde_json", @@ -7476,21 +7600,31 @@ dependencies = [ name = "reth-db-models" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "reth-primitives-traits 1.8.1", +] + +[[package]] +name = "reth-db-models" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-eips", "alloy-primitives", "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.8.2", + "reth-primitives-traits 1.8.2", "serde", ] [[package]] name = "reth-discv4" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7500,10 +7634,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks", + "reth-ethereum-forks 1.8.2", "reth-net-banlist", "reth-net-nat", - "reth-network-peers", + "reth-network-peers 1.8.2", "schnellru", "secp256k1 0.30.0", "serde", @@ -7515,8 +7649,8 @@ dependencies = [ [[package]] name = "reth-discv5" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7527,10 +7661,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.2", - "reth-chainspec", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", + "reth-chainspec 1.8.2", + "reth-ethereum-forks 1.8.2", + "reth-metrics 1.8.2", + "reth-network-peers 1.8.2", "secp256k1 0.30.0", "thiserror 2.0.17", "tokio", @@ -7539,8 +7673,8 @@ dependencies = [ [[package]] name = "reth-dns-discovery" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", "data-encoding", @@ -7548,8 +7682,8 @@ dependencies = [ "hickory-resolver", "linked_hash_set", "parking_lot", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 1.8.2", + "reth-network-peers 1.8.2", "reth-tokio-util", "schnellru", "secp256k1 0.30.0", @@ -7563,8 +7697,8 @@ dependencies = [ [[package]] name = "reth-downloaders" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7577,16 +7711,16 @@ dependencies = [ "pin-project", "rayon", "reth-config", - "reth-consensus", + "reth-consensus 1.8.2", "reth-db", "reth-db-api", - "reth-ethereum-primitives", - "reth-metrics", + "reth-ethereum-primitives 1.8.2", + "reth-metrics 1.8.2", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", + "reth-network-peers 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-storage-api 1.8.2", + "reth-tasks 1.8.2", "reth-testing-utils", "tempfile", "thiserror 2.0.17", @@ -7598,8 +7732,8 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7615,33 +7749,33 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee 0.26.0", - "reth-chainspec", + "reth-chainspec 1.8.2", "reth-cli-commands", "reth-config", - "reth-consensus", + "reth-consensus 1.8.2", "reth-db", "reth-db-common", "reth-engine-local", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.8.2", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.8.2", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-ethereum", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder 1.8.2", + "reth-payload-builder-primitives 1.8.2", + "reth-payload-primitives 1.8.2", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.8.2", "reth-provider", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", "reth-rpc-server-types", - "reth-stages-types", - "reth-tasks", + "reth-stages-types 1.8.2", + "reth-tasks 1.8.2", "reth-tokio-util", "reth-tracing", "revm", @@ -7655,8 +7789,8 @@ dependencies = [ [[package]] name = "reth-ecies" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "aes", "alloy-primitives", @@ -7672,7 +7806,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers", + "reth-network-peers 1.8.2", "secp256k1 0.30.0", "sha2 0.10.9", "sha3", @@ -7686,8 +7820,8 @@ dependencies = [ [[package]] name = "reth-engine-local" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7695,14 +7829,14 @@ dependencies = [ "eyre", "futures-util", "op-alloy-rpc-types-engine", - "reth-chainspec", - "reth-engine-primitives", - "reth-ethereum-engine-primitives", - "reth-optimism-chainspec", - "reth-payload-builder", - "reth-payload-primitives", + "reth-chainspec 1.8.2", + "reth-engine-primitives 1.8.2", + "reth-ethereum-engine-primitives 1.8.2", + "reth-optimism-chainspec 1.8.2", + "reth-payload-builder 1.8.2", + "reth-payload-primitives 1.8.2", "reth-provider", - "reth-transaction-pool", + "reth-transaction-pool 1.8.2", "tokio", "tokio-stream", "tracing", @@ -7712,6 +7846,29 @@ dependencies = [ name = "reth-engine-primitives" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chain-state 1.8.1", + "reth-errors 1.8.1", + "reth-ethereum-primitives 1.8.1", + "reth-evm 1.8.1", + "reth-execution-types 1.8.1", + "reth-payload-builder-primitives 1.8.1", + "reth-payload-primitives 1.8.1", + "reth-primitives-traits 1.8.1", + "reth-trie-common 1.8.1", + "serde", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-engine-primitives" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7719,15 +7876,15 @@ 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.8.2", + "reth-errors 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-evm 1.8.2", + "reth-execution-types 1.8.2", + "reth-payload-builder-primitives 1.8.2", + "reth-payload-primitives 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-trie-common 1.8.2", "serde", "thiserror 2.0.17", "tokio", @@ -7735,31 +7892,31 @@ dependencies = [ [[package]] name = "reth-engine-service" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "futures", "pin-project", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", + "reth-chainspec 1.8.2", + "reth-consensus 1.8.2", + "reth-engine-primitives 1.8.2", "reth-engine-tree", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.8.2", + "reth-evm 1.8.2", "reth-network-p2p", "reth-node-types", - "reth-payload-builder", + "reth-payload-builder 1.8.2", "reth-provider", "reth-prune", "reth-stages-api", - "reth-tasks", + "reth-tasks 1.8.2", "thiserror 2.0.17", ] [[package]] name = "reth-engine-tree" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7773,33 +7930,33 @@ dependencies = [ "mini-moka", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chain-state 1.8.2", + "reth-chainspec 1.8.2", + "reth-consensus 1.8.2", "reth-db", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", + "reth-engine-primitives 1.8.2", + "reth-errors 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-evm 1.8.2", + "reth-execution-types 1.8.2", + "reth-metrics 1.8.2", "reth-network-p2p", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-payload-builder 1.8.2", + "reth-payload-primitives 1.8.2", + "reth-primitives-traits 1.8.2", "reth-provider", "reth-prune", - "reth-prune-types", - "reth-revm", + "reth-prune-types 1.8.2", + "reth-revm 1.8.2", "reth-stages", "reth-stages-api", "reth-static-file", - "reth-tasks", + "reth-tasks 1.8.2", "reth-tracing", - "reth-trie", + "reth-trie 1.8.2", "reth-trie-db", "reth-trie-parallel", - "reth-trie-sparse", + "reth-trie-sparse 1.8.2", "reth-trie-sparse-parallel", "revm", "revm-primitives", @@ -7812,8 +7969,8 @@ dependencies = [ [[package]] name = "reth-engine-util" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7821,16 +7978,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", - "reth-engine-primitives", + "reth-chainspec 1.8.2", + "reth-engine-primitives 1.8.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.8.2", + "reth-evm 1.8.2", + "reth-fs-util 1.8.2", + "reth-payload-primitives 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-revm 1.8.2", + "reth-storage-api 1.8.2", "serde", "serde_json", "tokio", @@ -7840,8 +7997,8 @@ dependencies = [ [[package]] name = "reth-era" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7849,30 +8006,30 @@ dependencies = [ "alloy-rlp", "ethereum_ssz", "ethereum_ssz_derive", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.8.2", "snap", "thiserror 2.0.17", ] [[package]] name = "reth-era-downloader" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", "bytes", "eyre", "futures-util", "reqwest", - "reth-fs-util", + "reth-fs-util 1.8.2", "sha2 0.10.9", "tokio", ] [[package]] name = "reth-era-utils" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7882,11 +8039,11 @@ dependencies = [ "reth-era", "reth-era-downloader", "reth-etl", - "reth-fs-util", - "reth-primitives-traits", + "reth-fs-util 1.8.2", + "reth-primitives-traits 1.8.2", "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-stages-types 1.8.2", + "reth-storage-api 1.8.2", "tokio", "tracing", ] @@ -7896,16 +8053,27 @@ name = "reth-errors" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" dependencies = [ - "reth-consensus", - "reth-execution-errors", - "reth-storage-errors", + "reth-consensus 1.8.1", + "reth-execution-errors 1.8.1", + "reth-storage-errors 1.8.1", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-errors" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "reth-consensus 1.8.2", + "reth-execution-errors 1.8.2", + "reth-storage-errors 1.8.2", "thiserror 2.0.17", ] [[package]] name = "reth-eth-wire" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7914,13 +8082,13 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs", + "reth-codecs 1.8.2", "reth-ecies", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", - "reth-primitives-traits", + "reth-eth-wire-types 1.8.2", + "reth-ethereum-forks 1.8.2", + "reth-metrics 1.8.2", + "reth-network-peers 1.8.2", + "reth-primitives-traits 1.8.2", "serde", "snap", "thiserror 2.0.17", @@ -7943,22 +8111,43 @@ dependencies = [ "alloy-rlp", "bytes", "derive_more", - "reth-chainspec", - "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-chainspec 1.8.1", + "reth-codecs-derive 1.8.1", + "reth-ethereum-primitives 1.8.1", + "reth-primitives-traits 1.8.1", + "serde", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-eth-wire-types" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-hardforks", + "alloy-primitives", + "alloy-rlp", + "bytes", + "derive_more", + "reth-chainspec 1.8.2", + "reth-codecs-derive 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-primitives-traits 1.8.2", "serde", "thiserror 2.0.17", ] [[package]] name = "reth-ethereum-cli" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "clap", "eyre", - "reth-chainspec", + "reth-chainspec 1.8.2", "reth-cli", "reth-cli-commands", "reth-cli-runner", @@ -7975,17 +8164,17 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-execution-types", - "reth-primitives-traits", + "reth-chainspec 1.8.2", + "reth-consensus 1.8.2", + "reth-consensus-common 1.8.2", + "reth-execution-types 1.8.2", + "reth-primitives-traits 1.8.2", "tracing", ] @@ -7998,10 +8187,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.8.1", + "reth-ethereum-primitives 1.8.1", + "reth-payload-primitives 1.8.1", + "reth-primitives-traits 1.8.1", + "serde", + "sha2 0.10.9", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-ethereum-engine-primitives" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine", + "reth-engine-primitives 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-payload-primitives 1.8.2", + "reth-primitives-traits 1.8.2", "serde", "sha2 0.10.9", "thiserror 2.0.17", @@ -8020,31 +8227,44 @@ dependencies = [ "rustc-hash 2.1.1", ] +[[package]] +name = "reth-ethereum-forks" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "auto_impl", + "once_cell", + "rustc-hash 2.1.1", +] + [[package]] name = "reth-ethereum-payload-builder" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-basic-payload-builder", - "reth-chainspec", - "reth-consensus-common", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", + "reth-basic-payload-builder 1.8.2", + "reth-chainspec 1.8.2", + "reth-consensus-common 1.8.2", + "reth-errors 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-evm 1.8.2", "reth-evm-ethereum", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-transaction-pool", + "reth-payload-builder 1.8.2", + "reth-payload-builder-primitives 1.8.2", + "reth-payload-primitives 1.8.2", + "reth-payload-validator 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-revm 1.8.2", + "reth-storage-api 1.8.2", + "reth-transaction-pool 1.8.2", "revm", "tracing", ] @@ -8060,29 +8280,67 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-eth", "alloy-serde", - "arbitrary", - "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-primitives-traits 1.8.1", + "reth-zstd-compressors 1.8.1", "serde", "serde_with", ] [[package]] -name = "reth-etl" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +name = "reth-ethereum-primitives" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ - "rayon", - "reth-db-api", - "tempfile", -] - + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-serde", + "arbitrary", + "modular-bitfield", + "reth-codecs 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-zstd-compressors 1.8.2", + "serde", + "serde_with", +] + +[[package]] +name = "reth-etl" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "rayon", + "reth-db-api", + "tempfile", +] + [[package]] name = "reth-evm" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures-util", + "reth-execution-errors 1.8.1", + "reth-execution-types 1.8.1", + "reth-primitives-traits 1.8.1", + "reth-storage-api 1.8.1", + "reth-storage-errors 1.8.1", + "reth-trie-common 1.8.1", + "revm", +] + +[[package]] +name = "reth-evm" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8092,33 +8350,33 @@ 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.8.2", + "reth-execution-types 1.8.2", + "reth-metrics 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-storage-api 1.8.2", + "reth-storage-errors 1.8.2", + "reth-trie-common 1.8.2", "revm", ] [[package]] name = "reth-evm-ethereum" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", "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.8.2", + "reth-ethereum-forks 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-evm 1.8.2", + "reth-execution-types 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-storage-errors 1.8.2", "revm", ] @@ -8131,7 +8389,20 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors", + "reth-storage-errors 1.8.1", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-execution-errors" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-evm", + "alloy-primitives", + "alloy-rlp", + "nybbles", + "reth-storage-errors 1.8.2", "thiserror 2.0.17", ] @@ -8145,9 +8416,25 @@ dependencies = [ "alloy-evm", "alloy-primitives", "derive_more", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-ethereum-primitives 1.8.1", + "reth-primitives-traits 1.8.1", + "reth-trie-common 1.8.1", + "revm", +] + +[[package]] +name = "reth-execution-types" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "derive_more", + "reth-ethereum-primitives 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-trie-common 1.8.2", "revm", "serde", "serde_with", @@ -8155,8 +8442,8 @@ dependencies = [ [[package]] name = "reth-exex" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8166,23 +8453,23 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.8.2", + "reth-chainspec 1.8.2", "reth-config", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.8.2", + "reth-evm 1.8.2", "reth-exex-types", - "reth-fs-util", - "reth-metrics", + "reth-fs-util 1.8.2", + "reth-metrics 1.8.2", "reth-node-api", "reth-node-core", - "reth-payload-builder", - "reth-primitives-traits", + "reth-payload-builder 1.8.2", + "reth-primitives-traits 1.8.2", "reth-provider", - "reth-prune-types", - "reth-revm", + "reth-prune-types 1.8.2", + "reth-revm 1.8.2", "reth-stages-api", - "reth-tasks", + "reth-tasks 1.8.2", "reth-tracing", "rmp-serde", "thiserror 2.0.17", @@ -8193,14 +8480,14 @@ dependencies = [ [[package]] name = "reth-exex-types" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-eips", "alloy-primitives", - "reth-chain-state", - "reth-execution-types", - "reth-primitives-traits", + "reth-chain-state 1.8.2", + "reth-execution-types 1.8.2", + "reth-primitives-traits 1.8.2", "serde", "serde_with", ] @@ -8215,10 +8502,20 @@ dependencies = [ "thiserror 2.0.17", ] +[[package]] +name = "reth-fs-util" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "serde", + "serde_json", + "thiserror 2.0.17", +] + [[package]] name = "reth-invalid-block-hooks" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8228,14 +8525,14 @@ dependencies = [ "futures", "jsonrpsee 0.26.0", "pretty_assertions", - "reth-engine-primitives", - "reth-evm", - "reth-primitives-traits", + "reth-engine-primitives 1.8.2", + "reth-evm 1.8.2", + "reth-primitives-traits 1.8.2", "reth-provider", - "reth-revm", + "reth-revm 1.8.2", "reth-rpc-api", "reth-tracing", - "reth-trie", + "reth-trie 1.8.2", "revm-bytecode", "revm-database", "serde", @@ -8244,8 +8541,8 @@ dependencies = [ [[package]] name = "reth-ipc" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "bytes", "futures", @@ -8264,8 +8561,8 @@ dependencies = [ [[package]] name = "reth-libmdbx" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "bitflags 2.9.4", "byteorder", @@ -8280,10 +8577,10 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ - "bindgen 0.70.1", + "bindgen 0.71.1", "cc", ] @@ -8291,6 +8588,15 @@ dependencies = [ name = "reth-metrics" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "metrics", + "metrics-derive", +] + +[[package]] +name = "reth-metrics" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "futures", "metrics", @@ -8301,16 +8607,16 @@ dependencies = [ [[package]] name = "reth-net-banlist" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", ] [[package]] name = "reth-net-nat" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "futures-util", "if-addrs", @@ -8323,8 +8629,8 @@ dependencies = [ [[package]] name = "reth-network" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8342,28 +8648,28 @@ dependencies = [ "pin-project", "rand 0.8.5", "rand 0.9.2", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.8.2", + "reth-consensus 1.8.2", "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-eth-wire-types 1.8.2", + "reth-ethereum-forks 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-fs-util 1.8.2", + "reth-metrics 1.8.2", "reth-net-banlist", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.8.2", "reth-network-types", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", + "reth-primitives-traits 1.8.2", + "reth-storage-api 1.8.2", + "reth-tasks 1.8.2", "reth-tokio-util", - "reth-transaction-pool", + "reth-transaction-pool 1.8.2", "rustc-hash 2.1.1", "schnellru", "secp256k1 0.30.0", @@ -8378,8 +8684,8 @@ dependencies = [ [[package]] name = "reth-network-api" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8389,10 +8695,10 @@ dependencies = [ "derive_more", "enr", "futures", - "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-eth-wire-types 1.8.2", + "reth-ethereum-forks 1.8.2", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.8.2", "reth-network-types", "reth-tokio-util", "serde", @@ -8403,8 +8709,8 @@ dependencies = [ [[package]] name = "reth-network-p2p" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8413,13 +8719,13 @@ dependencies = [ "derive_more", "futures", "parking_lot", - "reth-consensus", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", + "reth-consensus 1.8.2", + "reth-eth-wire-types 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-network-peers 1.8.2", "reth-network-types", - "reth-primitives-traits", - "reth-storage-errors", + "reth-primitives-traits 1.8.2", + "reth-storage-errors 1.8.2", "tokio", "tracing", ] @@ -8428,6 +8734,19 @@ dependencies = [ name = "reth-network-peers" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "secp256k1 0.30.0", + "serde_with", + "thiserror 2.0.17", + "url", +] + +[[package]] +name = "reth-network-peers" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8441,13 +8760,13 @@ dependencies = [ [[package]] name = "reth-network-types" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers", + "reth-network-peers 1.8.2", "serde", "serde_json", "tracing", @@ -8455,15 +8774,15 @@ dependencies = [ [[package]] name = "reth-nippy-jar" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "anyhow", "bincode", "derive_more", "lz4_flex", "memmap2", - "reth-fs-util", + "reth-fs-util 1.8.2", "serde", "thiserror 2.0.17", "tracing", @@ -8472,32 +8791,32 @@ dependencies = [ [[package]] name = "reth-node-api" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-rpc-types-engine", "eyre", - "reth-basic-payload-builder", - "reth-consensus", + "reth-basic-payload-builder 1.8.2", + "reth-consensus 1.8.2", "reth-db-api", - "reth-engine-primitives", - "reth-evm", + "reth-engine-primitives 1.8.2", + "reth-evm 1.8.2", "reth-network-api", "reth-node-core", "reth-node-types", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder 1.8.2", + "reth-payload-builder-primitives 1.8.2", + "reth-payload-primitives 1.8.2", "reth-provider", - "reth-tasks", + "reth-tasks 1.8.2", "reth-tokio-util", - "reth-transaction-pool", + "reth-transaction-pool 1.8.2", ] [[package]] name = "reth-node-builder" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8511,25 +8830,25 @@ dependencies = [ "futures", "jsonrpsee 0.26.0", "rayon", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", + "reth-basic-payload-builder 1.8.2", + "reth-chain-state 1.8.2", + "reth-chainspec 1.8.2", "reth-cli-util", "reth-config", - "reth-consensus", + "reth-consensus 1.8.2", "reth-consensus-debug-client", "reth-db", "reth-db-api", "reth-db-common", "reth-downloaders", "reth-engine-local", - "reth-engine-primitives", + "reth-engine-primitives 1.8.2", "reth-engine-service", "reth-engine-tree", "reth-engine-util", - "reth-evm", + "reth-evm 1.8.2", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.8.2", "reth-invalid-block-hooks", "reth-network", "reth-network-api", @@ -8539,8 +8858,8 @@ dependencies = [ "reth-node-ethstats", "reth-node-events", "reth-node-metrics", - "reth-payload-builder", - "reth-primitives-traits", + "reth-payload-builder 1.8.2", + "reth-primitives-traits 1.8.2", "reth-provider", "reth-prune", "reth-rpc", @@ -8551,10 +8870,10 @@ dependencies = [ "reth-rpc-layer", "reth-stages", "reth-static-file", - "reth-tasks", + "reth-tasks 1.8.2", "reth-tokio-util", "reth-tracing", - "reth-transaction-pool", + "reth-transaction-pool 1.8.2", "secp256k1 0.30.0", "serde_json", "tokio", @@ -8564,8 +8883,8 @@ dependencies = [ [[package]] name = "reth-node-core" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8578,30 +8897,30 @@ dependencies = [ "futures", "humantime", "rand 0.9.2", - "reth-chainspec", + "reth-chainspec 1.8.2", "reth-cli-util", "reth-config", - "reth-consensus", + "reth-consensus 1.8.2", "reth-db", "reth-discv4", "reth-discv5", "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-forks", + "reth-engine-primitives 1.8.2", + "reth-ethereum-forks 1.8.2", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-prune-types", + "reth-network-peers 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-prune-types 1.8.2", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", + "reth-stages-types 1.8.2", + "reth-storage-api 1.8.2", + "reth-storage-errors 1.8.2", "reth-tracing", - "reth-transaction-pool", + "reth-transaction-pool 1.8.2", "secp256k1 0.30.0", "serde", "shellexpand", @@ -8616,30 +8935,30 @@ dependencies = [ [[package]] name = "reth-node-ethereum" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-eips", "alloy-network", "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec", + "reth-chainspec 1.8.2", "reth-engine-local", - "reth-engine-primitives", + "reth-engine-primitives 1.8.2", "reth-ethereum-consensus", - "reth-ethereum-engine-primitives", + "reth-ethereum-engine-primitives 1.8.2", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.8.2", + "reth-evm 1.8.2", "reth-evm-ethereum", "reth-network", "reth-node-api", "reth-node-builder", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-payload-primitives 1.8.2", + "reth-primitives-traits 1.8.2", "reth-provider", - "reth-revm", + "reth-revm 1.8.2", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", @@ -8647,25 +8966,25 @@ dependencies = [ "reth-rpc-eth-types", "reth-rpc-server-types", "reth-tracing", - "reth-transaction-pool", + "reth-transaction-pool 1.8.2", "revm", "tokio", ] [[package]] name = "reth-node-ethstats" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-primitives", "chrono", "futures-util", - "reth-chain-state", + "reth-chain-state 1.8.2", "reth-network-api", - "reth-primitives-traits", - "reth-storage-api", - "reth-transaction-pool", + "reth-primitives-traits 1.8.2", + "reth-storage-api 1.8.2", + "reth-transaction-pool 1.8.2", "serde", "serde_json", "thiserror 2.0.17", @@ -8678,8 +8997,8 @@ dependencies = [ [[package]] name = "reth-node-events" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8689,21 +9008,21 @@ dependencies = [ "futures", "humantime", "pin-project", - "reth-engine-primitives", + "reth-engine-primitives 1.8.2", "reth-network-api", - "reth-primitives-traits", - "reth-prune-types", + "reth-primitives-traits 1.8.2", + "reth-prune-types 1.8.2", "reth-stages", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 1.8.2", + "reth-storage-api 1.8.2", "tokio", "tracing", ] [[package]] name = "reth-node-metrics" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "eyre", "http", @@ -8713,8 +9032,8 @@ dependencies = [ "metrics-process", "metrics-util", "procfs", - "reth-metrics", - "reth-tasks", + "reth-metrics 1.8.2", + "reth-tasks 1.8.2", "tikv-jemalloc-ctl", "tokio", "tower 0.5.2", @@ -8723,20 +9042,43 @@ dependencies = [ [[package]] name = "reth-node-types" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ - "reth-chainspec", + "reth-chainspec 1.8.2", "reth-db-api", - "reth-engine-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-engine-primitives 1.8.2", + "reth-payload-primitives 1.8.2", + "reth-primitives-traits 1.8.2", ] [[package]] name = "reth-optimism-chainspec" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-hardforks", + "alloy-primitives", + "derive_more", + "op-alloy-consensus", + "op-alloy-rpc-types", + "reth-chainspec 1.8.1", + "reth-ethereum-forks 1.8.1", + "reth-network-peers 1.8.1", + "reth-optimism-forks 1.8.1", + "reth-optimism-primitives 1.8.1", + "reth-primitives-traits 1.8.1", + "serde_json", +] + +[[package]] +name = "reth-optimism-chainspec" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8749,12 +9091,12 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types", "paste", - "reth-chainspec", - "reth-ethereum-forks", - "reth-network-peers", - "reth-optimism-forks", - "reth-optimism-primitives", - "reth-primitives-traits", + "reth-chainspec 1.8.2", + "reth-ethereum-forks 1.8.2", + "reth-network-peers 1.8.2", + "reth-optimism-forks 1.8.2", + "reth-optimism-primitives 1.8.2", + "reth-primitives-traits 1.8.2", "serde", "serde_json", "tar-no-std", @@ -8763,8 +9105,8 @@ dependencies = [ [[package]] name = "reth-optimism-cli" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8775,33 +9117,33 @@ dependencies = [ "eyre", "futures-util", "op-alloy-consensus", - "reth-chainspec", + "reth-chainspec 1.8.2", "reth-cli", "reth-cli-commands", "reth-cli-runner", - "reth-consensus", + "reth-consensus 1.8.2", "reth-db", "reth-db-api", "reth-db-common", "reth-downloaders", - "reth-execution-types", - "reth-fs-util", + "reth-execution-types 1.8.2", + "reth-fs-util 1.8.2", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-optimism-chainspec", - "reth-optimism-consensus", - "reth-optimism-evm", + "reth-optimism-chainspec 1.8.2", + "reth-optimism-consensus 1.8.2", + "reth-optimism-evm 1.8.2", "reth-optimism-node", - "reth-optimism-primitives", - "reth-primitives-traits", + "reth-optimism-primitives 1.8.2", + "reth-primitives-traits 1.8.2", "reth-provider", "reth-prune", "reth-rpc-server-types", "reth-stages", "reth-static-file", - "reth-static-file-types", + "reth-static-file-types 1.8.2", "reth-tracing", "serde", "tokio", @@ -8818,17 +9160,42 @@ dependencies = [ "alloy-eips", "alloy-primitives", "alloy-trie", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-execution-types", - "reth-optimism-chainspec", - "reth-optimism-forks", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", + "reth-chainspec 1.8.1", + "reth-consensus 1.8.1", + "reth-consensus-common 1.8.1", + "reth-execution-types 1.8.1", + "reth-optimism-chainspec 1.8.1", + "reth-optimism-forks 1.8.1", + "reth-optimism-primitives 1.8.1", + "reth-primitives-traits 1.8.1", + "reth-storage-api 1.8.1", + "reth-storage-errors 1.8.1", + "reth-trie-common 1.8.1", + "revm", + "thiserror 2.0.17", + "tracing", +] + +[[package]] +name = "reth-optimism-consensus" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-trie", + "reth-chainspec 1.8.2", + "reth-consensus 1.8.2", + "reth-consensus-common 1.8.2", + "reth-execution-types 1.8.2", + "reth-optimism-chainspec 1.8.2", + "reth-optimism-forks 1.8.2", + "reth-optimism-primitives 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-storage-api 1.8.2", + "reth-storage-errors 1.8.2", + "reth-trie-common 1.8.2", "revm", "thiserror 2.0.17", "tracing", @@ -8847,25 +9214,52 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types-engine", "op-revm", - "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", + "reth-chainspec 1.8.1", + "reth-evm 1.8.1", + "reth-execution-errors 1.8.1", + "reth-execution-types 1.8.1", + "reth-optimism-chainspec 1.8.1", + "reth-optimism-consensus 1.8.1", + "reth-optimism-forks 1.8.1", + "reth-optimism-primitives 1.8.1", + "reth-primitives-traits 1.8.1", + "reth-storage-errors 1.8.1", + "revm", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-optimism-evm" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-op-evm", + "alloy-primitives", + "op-alloy-consensus", + "op-alloy-rpc-types-engine", + "op-revm", + "reth-chainspec 1.8.2", + "reth-evm 1.8.2", + "reth-execution-errors 1.8.2", + "reth-execution-types 1.8.2", + "reth-optimism-chainspec 1.8.2", + "reth-optimism-consensus 1.8.2", + "reth-optimism-forks 1.8.2", + "reth-optimism-primitives 1.8.2", + "reth-primitives-traits 1.8.2", "reth-rpc-eth-api", - "reth-storage-errors", + "reth-storage-errors 1.8.2", "revm", "thiserror 2.0.17", ] [[package]] name = "reth-optimism-flashblocks" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8875,19 +9269,19 @@ dependencies = [ "brotli", "eyre", "futures-util", - "reth-chain-state", - "reth-errors", - "reth-evm", - "reth-execution-types", + "reth-chain-state 1.8.2", + "reth-errors 1.8.2", + "reth-evm 1.8.2", + "reth-execution-types 1.8.2", "reth-node-api", - "reth-optimism-evm", - "reth-optimism-payload-builder", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-revm", + "reth-optimism-evm 1.8.2", + "reth-optimism-payload-builder 1.8.2", + "reth-optimism-primitives 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-revm 1.8.2", "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.8.2", + "reth-tasks 1.8.2", "ringbuffer", "serde", "serde_json", @@ -8905,13 +9299,24 @@ dependencies = [ "alloy-op-hardforks", "alloy-primitives", "once_cell", - "reth-ethereum-forks", + "reth-ethereum-forks 1.8.1", +] + +[[package]] +name = "reth-optimism-forks" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-op-hardforks", + "alloy-primitives", + "once_cell", + "reth-ethereum-forks 1.8.2", ] [[package]] name = "reth-optimism-node" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8922,32 +9327,32 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types-engine", "op-revm", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.8.2", + "reth-consensus 1.8.2", "reth-engine-local", - "reth-evm", + "reth-evm 1.8.2", "reth-network", "reth-node-api", "reth-node-builder", "reth-node-core", - "reth-optimism-chainspec", - "reth-optimism-consensus", - "reth-optimism-evm", - "reth-optimism-forks", - "reth-optimism-payload-builder", - "reth-optimism-primitives", + "reth-optimism-chainspec 1.8.2", + "reth-optimism-consensus 1.8.2", + "reth-optimism-evm 1.8.2", + "reth-optimism-forks 1.8.2", + "reth-optimism-payload-builder 1.8.2", + "reth-optimism-primitives 1.8.2", "reth-optimism-rpc", "reth-optimism-storage", - "reth-optimism-txpool", - "reth-payload-builder", - "reth-primitives-traits", + "reth-optimism-txpool 1.8.2", + "reth-payload-builder 1.8.2", + "reth-primitives-traits 1.8.2", "reth-provider", "reth-rpc-api", "reth-rpc-engine-api", "reth-rpc-server-types", "reth-tracing", - "reth-transaction-pool", - "reth-trie-common", + "reth-transaction-pool 1.8.2", + "reth-trie-common 1.8.2", "revm", "serde", "tokio", @@ -8968,24 +9373,63 @@ 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-optimism-evm", - "reth-optimism-forks", - "reth-optimism-primitives", - "reth-optimism-txpool", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-payload-util", - "reth-payload-validator", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-transaction-pool", + "reth-basic-payload-builder 1.8.1", + "reth-chain-state 1.8.1", + "reth-chainspec 1.8.1", + "reth-evm 1.8.1", + "reth-execution-types 1.8.1", + "reth-optimism-evm 1.8.1", + "reth-optimism-forks 1.8.1", + "reth-optimism-primitives 1.8.1", + "reth-optimism-txpool 1.8.1", + "reth-payload-builder 1.8.1", + "reth-payload-builder-primitives 1.8.1", + "reth-payload-primitives 1.8.1", + "reth-payload-util 1.8.1", + "reth-payload-validator 1.8.1", + "reth-primitives-traits 1.8.1", + "reth-revm 1.8.1", + "reth-storage-api 1.8.1", + "reth-transaction-pool 1.8.1", + "revm", + "serde", + "sha2 0.10.9", + "thiserror 2.0.17", + "tracing", +] + +[[package]] +name = "reth-optimism-payload-builder" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-debug", + "alloy-rpc-types-engine", + "derive_more", + "op-alloy-consensus", + "op-alloy-rpc-types-engine", + "reth-basic-payload-builder 1.8.2", + "reth-chain-state 1.8.2", + "reth-chainspec 1.8.2", + "reth-evm 1.8.2", + "reth-execution-types 1.8.2", + "reth-optimism-evm 1.8.2", + "reth-optimism-forks 1.8.2", + "reth-optimism-primitives 1.8.2", + "reth-optimism-txpool 1.8.2", + "reth-payload-builder 1.8.2", + "reth-payload-builder-primitives 1.8.2", + "reth-payload-primitives 1.8.2", + "reth-payload-util 1.8.2", + "reth-payload-validator 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-revm 1.8.2", + "reth-storage-api 1.8.2", + "reth-transaction-pool 1.8.2", "revm", "serde", "sha2 0.10.9", @@ -8997,6 +9441,19 @@ dependencies = [ name = "reth-optimism-primitives" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "op-alloy-consensus", + "reth-primitives-traits 1.8.1", +] + +[[package]] +name = "reth-optimism-primitives" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9006,17 +9463,17 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-codecs 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-zstd-compressors 1.8.2", "serde", "serde_with", ] [[package]] name = "reth-optimism-rpc" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9043,19 +9500,19 @@ dependencies = [ "op-alloy-rpc-types-engine", "op-revm", "reqwest", - "reth-chain-state", - "reth-chainspec", - "reth-evm", - "reth-metrics", + "reth-chain-state 1.8.2", + "reth-chainspec 1.8.2", + "reth-evm 1.8.2", + "reth-metrics 1.8.2", "reth-node-api", "reth-node-builder", - "reth-optimism-evm", + "reth-optimism-evm 1.8.2", "reth-optimism-flashblocks", - "reth-optimism-forks", - "reth-optimism-payload-builder", - "reth-optimism-primitives", - "reth-optimism-txpool", - "reth-primitives-traits", + "reth-optimism-forks 1.8.2", + "reth-optimism-payload-builder 1.8.2", + "reth-optimism-primitives 1.8.2", + "reth-optimism-txpool 1.8.2", + "reth-primitives-traits 1.8.2", "reth-rpc", "reth-rpc-api", "reth-rpc-convert", @@ -9063,9 +9520,9 @@ dependencies = [ "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", + "reth-storage-api 1.8.2", + "reth-tasks 1.8.2", + "reth-transaction-pool 1.8.2", "revm", "serde_json", "thiserror 2.0.17", @@ -9077,12 +9534,12 @@ dependencies = [ [[package]] name = "reth-optimism-storage" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", - "reth-optimism-primitives", - "reth-storage-api", + "reth-optimism-primitives 1.8.2", + "reth-storage-api 1.8.2", ] [[package]] @@ -9106,15 +9563,15 @@ dependencies = [ "op-alloy-rpc-types", "op-revm", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-metrics", - "reth-optimism-evm", - "reth-optimism-forks", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-transaction-pool", + "reth-chain-state 1.8.1", + "reth-chainspec 1.8.1", + "reth-metrics 1.8.1", + "reth-optimism-evm 1.8.1", + "reth-optimism-forks 1.8.1", + "reth-optimism-primitives 1.8.1", + "reth-primitives-traits 1.8.1", + "reth-storage-api 1.8.1", + "reth-transaction-pool 1.8.1", "serde", "thiserror 2.0.17", "tokio", @@ -9122,21 +9579,78 @@ dependencies = [ ] [[package]] -name = "reth-payload-builder" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +name = "reth-optimism-txpool" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-json-rpc", + "alloy-primitives", + "alloy-rpc-client", + "alloy-rpc-types-eth", + "alloy-serde", + "c-kzg", + "derive_more", + "futures-util", + "metrics", + "op-alloy-consensus", + "op-alloy-flz", + "op-alloy-rpc-types", + "op-revm", + "parking_lot", + "reth-chain-state 1.8.2", + "reth-chainspec 1.8.2", + "reth-metrics 1.8.2", + "reth-optimism-evm 1.8.2", + "reth-optimism-forks 1.8.2", + "reth-optimism-primitives 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-storage-api 1.8.2", + "reth-transaction-pool 1.8.2", + "serde", + "thiserror 2.0.17", + "tokio", + "tracing", +] + +[[package]] +name = "reth-payload-builder" +version = "1.8.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rpc-types", + "futures-util", + "metrics", + "reth-chain-state 1.8.1", + "reth-ethereum-engine-primitives 1.8.1", + "reth-metrics 1.8.1", + "reth-payload-builder-primitives 1.8.1", + "reth-payload-primitives 1.8.1", + "reth-primitives-traits 1.8.1", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-builder" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-primitives", "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.8.2", + "reth-ethereum-engine-primitives 1.8.2", + "reth-metrics 1.8.2", + "reth-payload-builder-primitives 1.8.2", + "reth-payload-primitives 1.8.2", + "reth-primitives-traits 1.8.2", "tokio", "tokio-stream", "tracing", @@ -9148,7 +9662,19 @@ version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" dependencies = [ "pin-project", - "reth-payload-primitives", + "reth-payload-primitives 1.8.1", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-builder-primitives" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "pin-project", + "reth-payload-primitives 1.8.2", "tokio", "tokio-stream", "tracing", @@ -9165,10 +9691,30 @@ dependencies = [ "auto_impl", "either", "op-alloy-rpc-types-engine", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-primitives-traits", + "reth-chain-state 1.8.1", + "reth-chainspec 1.8.1", + "reth-errors 1.8.1", + "reth-primitives-traits 1.8.1", + "serde", + "thiserror 2.0.17", + "tokio", +] + +[[package]] +name = "reth-payload-primitives" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "either", + "op-alloy-rpc-types-engine", + "reth-chain-state 1.8.2", + "reth-chainspec 1.8.2", + "reth-errors 1.8.2", + "reth-primitives-traits 1.8.2", "serde", "thiserror 2.0.17", "tokio", @@ -9181,7 +9727,17 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e dependencies = [ "alloy-consensus", "alloy-primitives", - "reth-transaction-pool", + "reth-transaction-pool 1.8.1", +] + +[[package]] +name = "reth-payload-util" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "reth-transaction-pool 1.8.2", ] [[package]] @@ -9191,27 +9747,64 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits", + "reth-primitives-traits 1.8.1", +] + +[[package]] +name = "reth-payload-validator" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-consensus", + "alloy-rpc-types-engine", + "reth-primitives-traits 1.8.2", ] [[package]] name = "reth-primitives" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "c-kzg", "once_cell", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-static-file-types", + "reth-ethereum-forks 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-static-file-types 1.8.2", ] [[package]] name = "reth-primitives-traits" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-trie", + "auto_impl", + "bytes", + "derive_more", + "once_cell", + "op-alloy-consensus", + "reth-codecs 1.8.1", + "revm-bytecode", + "revm-primitives", + "revm-state", + "secp256k1 0.30.0", + "serde", + "serde_with", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-primitives-traits" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9231,7 +9824,7 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs", + "reth-codecs 1.8.2", "revm-bytecode", "revm-primitives", "revm-state", @@ -9243,8 +9836,8 @@ dependencies = [ [[package]] name = "reth-provider" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9257,27 +9850,27 @@ dependencies = [ "notify", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-codecs", + "reth-chain-state 1.8.2", + "reth-chainspec 1.8.2", + "reth-codecs 1.8.2", "reth-db", "reth-db-api", - "reth-errors", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", + "reth-errors 1.8.2", + "reth-ethereum-engine-primitives 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-evm 1.8.2", + "reth-execution-types 1.8.2", + "reth-fs-util 1.8.2", + "reth-metrics 1.8.2", "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-primitives-traits 1.8.2", + "reth-prune-types 1.8.2", + "reth-stages-types 1.8.2", + "reth-static-file-types 1.8.2", + "reth-storage-api 1.8.2", + "reth-storage-errors 1.8.2", + "reth-trie 1.8.2", "reth-trie-db", "revm-database", "revm-state", @@ -9288,8 +9881,8 @@ dependencies = [ [[package]] name = "reth-prune" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9297,16 +9890,16 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-chainspec", + "reth-chainspec 1.8.2", "reth-config", "reth-db-api", - "reth-errors", + "reth-errors 1.8.2", "reth-exex-types", - "reth-metrics", - "reth-primitives-traits", + "reth-metrics 1.8.2", + "reth-primitives-traits 1.8.2", "reth-provider", - "reth-prune-types", - "reth-static-file-types", + "reth-prune-types 1.8.2", + "reth-static-file-types 1.8.2", "reth-tokio-util", "rustc-hash 2.1.1", "thiserror 2.0.17", @@ -9318,30 +9911,40 @@ dependencies = [ name = "reth-prune-types" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-primitives", + "derive_more", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-prune-types" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs", + "reth-codecs 1.8.2", "serde", "thiserror 2.0.17", ] [[package]] name = "reth-ress-protocol" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-primitives", "alloy-rlp", "futures", "reth-eth-wire", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.8.2", "reth-network", "reth-network-api", - "reth-storage-errors", + "reth-storage-errors 1.8.2", "tokio", "tokio-stream", "tracing", @@ -9349,26 +9952,26 @@ dependencies = [ [[package]] name = "reth-ress-provider" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-primitives", "eyre", "futures", "parking_lot", - "reth-chain-state", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", + "reth-chain-state 1.8.2", + "reth-errors 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-evm 1.8.2", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.8.2", "reth-ress-protocol", - "reth-revm", - "reth-storage-api", - "reth-tasks", + "reth-revm 1.8.2", + "reth-storage-api 1.8.2", + "reth-tasks 1.8.2", "reth-tokio-util", - "reth-trie", + "reth-trie 1.8.2", "schnellru", "tokio", "tracing", @@ -9380,17 +9983,30 @@ version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" dependencies = [ "alloy-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", + "reth-primitives-traits 1.8.1", + "reth-storage-api 1.8.1", + "reth-storage-errors 1.8.1", + "reth-trie 1.8.1", + "revm", +] + +[[package]] +name = "reth-revm" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-primitives", + "reth-primitives-traits 1.8.2", + "reth-storage-api 1.8.2", + "reth-storage-errors 1.8.2", + "reth-trie 1.8.2", "revm", ] [[package]] name = "reth-rpc" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9426,32 +10042,32 @@ dependencies = [ "jsonwebtoken", "parking_lot", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-engine-primitives", - "reth-errors", - "reth-evm", + "reth-chain-state 1.8.2", + "reth-chainspec 1.8.2", + "reth-consensus 1.8.2", + "reth-consensus-common 1.8.2", + "reth-engine-primitives 1.8.2", + "reth-errors 1.8.2", + "reth-evm 1.8.2", "reth-evm-ethereum", - "reth-execution-types", - "reth-metrics", + "reth-execution-types 1.8.2", + "reth-metrics 1.8.2", "reth-network-api", - "reth-network-peers", + "reth-network-peers 1.8.2", "reth-network-types", "reth-node-api", - "reth-primitives-traits", - "reth-revm", + "reth-primitives-traits 1.8.2", + "reth-revm 1.8.2", "reth-rpc-api", "reth-rpc-convert", "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-storage-api 1.8.2", + "reth-tasks 1.8.2", + "reth-transaction-pool 1.8.2", + "reth-trie-common 1.8.2", "revm", "revm-inspectors", "revm-primitives", @@ -9468,8 +10084,8 @@ dependencies = [ [[package]] name = "reth-rpc-api" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-eips", "alloy-genesis", @@ -9487,17 +10103,17 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee 0.26.0", - "reth-chain-state", - "reth-engine-primitives", - "reth-network-peers", + "reth-chain-state 1.8.2", + "reth-engine-primitives 1.8.2", + "reth-network-peers 1.8.2", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 1.8.2", ] [[package]] name = "reth-rpc-builder" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-network", "alloy-provider", @@ -9506,24 +10122,24 @@ dependencies = [ "jsonrpsee 0.26.0", "metrics", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-evm", + "reth-chain-state 1.8.2", + "reth-chainspec 1.8.2", + "reth-consensus 1.8.2", + "reth-evm 1.8.2", "reth-ipc", - "reth-metrics", + "reth-metrics 1.8.2", "reth-network-api", "reth-node-core", - "reth-primitives-traits", + "reth-primitives-traits 1.8.2", "reth-rpc", "reth-rpc-api", "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-layer", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", + "reth-storage-api 1.8.2", + "reth-tasks 1.8.2", + "reth-transaction-pool 1.8.2", "serde", "thiserror 2.0.17", "tokio", @@ -9535,8 +10151,8 @@ dependencies = [ [[package]] name = "reth-rpc-convert" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-json-rpc", @@ -9551,19 +10167,19 @@ dependencies = [ "op-alloy-network", "op-alloy-rpc-types", "op-revm", - "reth-ethereum-primitives", - "reth-evm", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-storage-api", + "reth-ethereum-primitives 1.8.2", + "reth-evm 1.8.2", + "reth-optimism-primitives 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-storage-api 1.8.2", "revm-context", "thiserror 2.0.17", ] [[package]] name = "reth-rpc-engine-api" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9573,17 +10189,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.8.2", + "reth-engine-primitives 1.8.2", + "reth-metrics 1.8.2", + "reth-payload-builder 1.8.2", + "reth-payload-builder-primitives 1.8.2", + "reth-payload-primitives 1.8.2", + "reth-primitives-traits 1.8.2", "reth-rpc-api", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", + "reth-storage-api 1.8.2", + "reth-tasks 1.8.2", + "reth-transaction-pool 1.8.2", "serde", "thiserror 2.0.17", "tokio", @@ -9592,8 +10208,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9613,21 +10229,21 @@ dependencies = [ "jsonrpsee 0.26.0", "jsonrpsee-types 0.26.0", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", + "reth-chain-state 1.8.2", + "reth-chainspec 1.8.2", + "reth-errors 1.8.2", + "reth-evm 1.8.2", "reth-network-api", "reth-node-api", - "reth-primitives-traits", - "reth-revm", + "reth-primitives-traits 1.8.2", + "reth-revm 1.8.2", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie-common", + "reth-storage-api 1.8.2", + "reth-tasks 1.8.2", + "reth-transaction-pool 1.8.2", + "reth-trie-common 1.8.2", "revm", "revm-inspectors", "tokio", @@ -9636,8 +10252,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9656,21 +10272,21 @@ 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-chain-state 1.8.2", + "reth-chainspec 1.8.2", + "reth-errors 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-evm 1.8.2", + "reth-execution-types 1.8.2", + "reth-metrics 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-revm 1.8.2", "reth-rpc-convert", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", + "reth-storage-api 1.8.2", + "reth-tasks 1.8.2", + "reth-transaction-pool 1.8.2", + "reth-trie 1.8.2", "revm", "revm-inspectors", "schnellru", @@ -9683,8 +10299,8 @@ dependencies = [ [[package]] name = "reth-rpc-layer" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9697,15 +10313,15 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rpc-types-engine", "jsonrpsee-core 0.26.0", "jsonrpsee-types 0.26.0", - "reth-errors", + "reth-errors 1.8.2", "reth-network-api", "serde", "strum 0.27.2", @@ -9713,8 +10329,8 @@ dependencies = [ [[package]] name = "reth-stages" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9726,32 +10342,32 @@ dependencies = [ "num-traits", "rayon", "reqwest", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.8.2", + "reth-codecs 1.8.2", "reth-config", - "reth-consensus", + "reth-consensus 1.8.2", "reth-db", "reth-db-api", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.8.2", "reth-etl", - "reth-evm", - "reth-execution-types", + "reth-evm 1.8.2", + "reth-execution-types 1.8.2", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.8.2", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 1.8.2", "reth-provider", "reth-prune", - "reth-prune-types", - "reth-revm", + "reth-prune-types 1.8.2", + "reth-revm 1.8.2", "reth-stages-api", - "reth-static-file-types", - "reth-storage-errors", + "reth-static-file-types 1.8.2", + "reth-storage-errors 1.8.2", "reth-testing-utils", - "reth-trie", + "reth-trie 1.8.2", "reth-trie-db", "tempfile", "thiserror 2.0.17", @@ -9761,8 +10377,8 @@ dependencies = [ [[package]] name = "reth-stages-api" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9770,16 +10386,16 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus", - "reth-errors", - "reth-metrics", + "reth-consensus 1.8.2", + "reth-errors 1.8.2", + "reth-metrics 1.8.2", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 1.8.2", "reth-provider", "reth-prune", - "reth-stages-types", + "reth-stages-types 1.8.2", "reth-static-file", - "reth-static-file-types", + "reth-static-file-types 1.8.2", "reth-tokio-util", "thiserror 2.0.17", "tokio", @@ -9790,32 +10406,41 @@ dependencies = [ name = "reth-stages-types" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-primitives", + "reth-trie-common 1.8.1", +] + +[[package]] +name = "reth-stages-types" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-trie-common", + "reth-codecs 1.8.2", + "reth-trie-common 1.8.2", "serde", ] [[package]] name = "reth-static-file" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", "parking_lot", "rayon", - "reth-codecs", + "reth-codecs 1.8.2", "reth-db-api", - "reth-primitives-traits", + "reth-primitives-traits 1.8.2", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", + "reth-prune-types 1.8.2", + "reth-stages-types 1.8.2", + "reth-static-file-types 1.8.2", + "reth-storage-errors 1.8.2", "reth-tokio-util", "tracing", ] @@ -9824,6 +10449,17 @@ dependencies = [ name = "reth-static-file-types" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-primitives", + "derive_more", + "serde", + "strum 0.27.2", +] + +[[package]] +name = "reth-static-file-types" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", "clap", @@ -9842,16 +10478,38 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", + "reth-chainspec 1.8.1", + "reth-db-models 1.8.1", + "reth-ethereum-primitives 1.8.1", + "reth-execution-types 1.8.1", + "reth-primitives-traits 1.8.1", + "reth-prune-types 1.8.1", + "reth-stages-types 1.8.1", + "reth-storage-errors 1.8.1", + "reth-trie-common 1.8.1", + "revm-database", +] + +[[package]] +name = "reth-storage-api" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 1.8.2", "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-db-models 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-execution-types 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-prune-types 1.8.2", + "reth-stages-types 1.8.2", + "reth-storage-errors 1.8.2", + "reth-trie-common 1.8.2", "revm-database", ] @@ -9864,9 +10522,25 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", + "reth-primitives-traits 1.8.1", + "reth-prune-types 1.8.1", + "reth-static-file-types 1.8.1", + "revm-database-interface", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-storage-errors" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-primitives-traits 1.8.2", + "reth-prune-types 1.8.2", + "reth-static-file-types 1.8.2", "revm-database-interface", "thiserror 2.0.17", ] @@ -9875,6 +10549,22 @@ dependencies = [ name = "reth-tasks" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "auto_impl", + "dyn-clone", + "futures-util", + "metrics", + "reth-metrics 1.8.1", + "thiserror 2.0.17", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "reth-tasks" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "auto_impl", "dyn-clone", @@ -9882,7 +10572,7 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics", + "reth-metrics 1.8.2", "thiserror 2.0.17", "tokio", "tracing", @@ -9891,8 +10581,8 @@ dependencies = [ [[package]] name = "reth-testing-utils" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9900,15 +10590,15 @@ dependencies = [ "alloy-primitives", "rand 0.8.5", "rand 0.9.2", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.8.2", + "reth-primitives-traits 1.8.2", "secp256k1 0.30.0", ] [[package]] name = "reth-tokio-util" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "tokio", "tokio-stream", @@ -9917,8 +10607,8 @@ dependencies = [ [[package]] name = "reth-tracing" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "clap", "eyre", @@ -9934,6 +10624,45 @@ dependencies = [ name = "reth-transaction-pool" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "aquamarine", + "auto_impl", + "bitflags 2.9.4", + "futures-util", + "metrics", + "parking_lot", + "pin-project", + "reth-chain-state 1.8.1", + "reth-chainspec 1.8.1", + "reth-eth-wire-types 1.8.1", + "reth-ethereum-primitives 1.8.1", + "reth-execution-types 1.8.1", + "reth-fs-util 1.8.1", + "reth-metrics 1.8.1", + "reth-primitives-traits 1.8.1", + "reth-storage-api 1.8.1", + "reth-tasks 1.8.1", + "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.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9948,16 +10677,16 @@ 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.8.2", + "reth-chainspec 1.8.2", + "reth-eth-wire-types 1.8.2", + "reth-ethereum-primitives 1.8.2", + "reth-execution-types 1.8.2", + "reth-fs-util 1.8.2", + "reth-metrics 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-storage-api 1.8.2", + "reth-tasks 1.8.2", "revm-interpreter", "revm-primitives", "rustc-hash 2.1.1", @@ -9975,6 +10704,28 @@ dependencies = [ name = "reth-trie" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "itertools 0.14.0", + "reth-execution-errors 1.8.1", + "reth-primitives-traits 1.8.1", + "reth-stages-types 1.8.1", + "reth-storage-errors 1.8.1", + "reth-trie-common 1.8.1", + "reth-trie-sparse 1.8.1", + "revm-database", + "tracing", +] + +[[package]] +name = "reth-trie" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9984,13 +10735,13 @@ 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.8.2", + "reth-metrics 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-stages-types 1.8.2", + "reth-storage-errors 1.8.2", + "reth-trie-common 1.8.2", + "reth-trie-sparse 1.8.2", "revm-database", "tracing", "triehash", @@ -10000,6 +10751,23 @@ dependencies = [ name = "reth-trie-common" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "derive_more", + "itertools 0.14.0", + "nybbles", + "rayon", + "reth-primitives-traits 1.8.1", + "revm-database", +] + +[[package]] +name = "reth-trie-common" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10015,8 +10783,8 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.8.2", + "reth-primitives-traits 1.8.2", "revm-database", "serde", "serde_with", @@ -10024,21 +10792,21 @@ dependencies = [ [[package]] name = "reth-trie-db" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", "reth-db-api", - "reth-execution-errors", - "reth-primitives-traits", - "reth-trie", + "reth-execution-errors 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-trie 1.8.2", "tracing", ] [[package]] name = "reth-trie-parallel" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10047,14 +10815,14 @@ dependencies = [ "metrics", "rayon", "reth-db-api", - "reth-execution-errors", - "reth-metrics", + "reth-execution-errors 1.8.2", + "reth-metrics 1.8.2", "reth-provider", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", + "reth-storage-errors 1.8.2", + "reth-trie 1.8.2", + "reth-trie-common 1.8.2", "reth-trie-db", - "reth-trie-sparse", + "reth-trie-sparse 1.8.2", "thiserror 2.0.17", "tokio", "tracing", @@ -10064,6 +10832,22 @@ dependencies = [ name = "reth-trie-sparse" version = "1.8.1" source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "reth-execution-errors 1.8.1", + "reth-primitives-traits 1.8.1", + "reth-trie-common 1.8.1", + "smallvec", + "tracing", +] + +[[package]] +name = "reth-trie-sparse" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10071,28 +10855,28 @@ dependencies = [ "auto_impl", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-trie-common", + "reth-execution-errors 1.8.2", + "reth-metrics 1.8.2", + "reth-primitives-traits 1.8.2", + "reth-trie-common 1.8.2", "smallvec", "tracing", ] [[package]] name = "reth-trie-sparse-parallel" -version = "1.8.1" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.1#e6608be51ea34424b8e3693cf1f946a3eb224736" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-trie", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-trie-common", - "reth-trie-sparse", + "reth-execution-errors 1.8.2", + "reth-metrics 1.8.2", + "reth-trie-common 1.8.2", + "reth-trie-sparse 1.8.2", "smallvec", "tracing", ] @@ -10105,6 +10889,14 @@ dependencies = [ "zstd", ] +[[package]] +name = "reth-zstd-compressors" +version = "1.8.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.8.2#9c30bf7af5e0d45deaf5917375c9922c16654b28" +dependencies = [ + "zstd", +] + [[package]] name = "revm" version = "29.0.1" @@ -10445,7 +11237,7 @@ dependencies = [ "opentelemetry_sdk", "parking_lot", "paste", - "reth-optimism-payload-builder", + "reth-optimism-payload-builder 1.8.1", "rustls", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 0a96175..7490f9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,26 +38,26 @@ base-reth-node = { path = "crates/node" } base-reth-transaction-tracing = { path = "crates/transaction-tracing" } # reth -reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-optimism-node = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-rpc-convert = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-tracing = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-e2e-test-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-cli-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-testing-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } -reth-db-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.1" } +reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-optimism-node = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-rpc-convert = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-tracing = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-e2e-test-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-cli-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-testing-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } +reth-db-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.8.2" } # revm revm = { version = "29.0.0", default-features = false }