From 6cac4013718bb243fad72d172a2a30861a07e4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:41:29 +0000 Subject: [PATCH] chore(deps): bump reth-provider from v1.9.3 to v1.11.0 Bumps [reth-provider](https://github.com/paradigmxyz/reth) from v1.9.3 to v1.11.0. - [Release notes](https://github.com/paradigmxyz/reth/releases) - [Changelog](https://github.com/paradigmxyz/reth/blob/main/docs/release.md) - [Commits](https://github.com/paradigmxyz/reth/compare/27a8c0f5a6dfb27dea84c5751776ecabdd069646...564ffa586845fa4a8bb066f0c7b015ff36b26c08) --- updated-dependencies: - dependency-name: reth-provider dependency-version: 564ffa586845fa4a8bb066f0c7b015ff36b26c08 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 3262 ++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 2273 insertions(+), 989 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cae8c5..3bbbffd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -559,7 +559,7 @@ version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4bc32535569185cbcb6ad5fa64d989a47bccb9a08e27284b1f2a3ccf16e6d010" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "num_enum", "serde", @@ -568,12 +568,12 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "1.1.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6440213a22df93a87ed512d2f668e7dc1d62a05642d107f82d61edc9e12370" +checksum = "b0c0dc44157867da82c469c13186015b86abef209bf0e41625e4b68bac61d728" dependencies = [ "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-serde", "alloy-trie", @@ -596,13 +596,13 @@ dependencies = [ [[package]] name = "alloy-consensus-any" -version = "1.1.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15d0bea09287942405c4f9d2a4f22d1e07611c2dbd9d5bf94b75366340f9e6e0" +checksum = "ba4cdb42df3871cd6b346d6a938ec2ba69a9a0f49d1f82714bc5c48349268434" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-serde", "arbitrary", @@ -616,7 +616,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3fdff496dd4e98a81f4861e66f7eaf5f2488971848bb42d9c892f871730245c8" dependencies = [ "alloy-json-abi", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-sol-type-parser", "alloy-sol-types", "derive_more 2.0.1", @@ -632,7 +632,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "741bdd7499908b3aa0b159bba11e71c8cddd009a2c2eb7a06e825f1ec87900a5" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "arbitrary", "crc", @@ -658,7 +658,7 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9441120fa82df73e8959ae0e4ab8ade03de2aaae61be313fbf5746277847ce25" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "arbitrary", "borsh", @@ -685,7 +685,7 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2919c5a56a1007492da313e7a3b6d45ef5edc5d33416fdec63c0d7a2702a0d20" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "arbitrary", "borsh", @@ -696,16 +696,30 @@ dependencies = [ "thiserror 2.0.17", ] +[[package]] +name = "alloy-eip7928" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3231de68d5d6e75332b7489cfcc7f4dfabeba94d990a10e4b923af0e6623540" +dependencies = [ + "alloy-primitives 1.5.7", + "alloy-rlp", + "arbitrary", + "borsh", + "serde", +] + [[package]] name = "alloy-eips" -version = "1.1.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bd2c7ae05abcab4483ce821f12f285e01c0b33804e6883dd9ca1569a87ee2be" +checksum = "b9f7ef09f21bd1e9cb8a686f168cb4a206646804567f0889eadb8dcc4c9288c8" dependencies = [ "alloy-eip2124", "alloy-eip2930 0.2.3", "alloy-eip7702 0.6.3", - "alloy-primitives 1.4.1", + "alloy-eip7928", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-serde", "arbitrary", @@ -732,27 +746,48 @@ dependencies = [ "alloy-eips", "alloy-hardforks", "alloy-op-hardforks", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth", + "alloy-sol-types", + "auto_impl", + "derive_more 2.0.1", + "op-alloy-consensus 0.22.4", + "op-alloy-rpc-types-engine 0.22.4", + "op-revm 12.0.2", + "revm 31.0.2", + "thiserror 2.0.17", +] + +[[package]] +name = "alloy-evm" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2ccfe6d724ceabd5518350cfb34f17dd3a6c3cc33579eee94d98101d3a511ff" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-hardforks", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "alloy-rpc-types-eth", "alloy-sol-types", "auto_impl", "derive_more 2.0.1", - "op-alloy-consensus", - "op-alloy-rpc-types-engine", - "op-revm", - "revm", + "op-alloy", + "op-revm 15.0.0", + "revm 34.0.0", "thiserror 2.0.17", ] [[package]] name = "alloy-genesis" -version = "1.1.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc47eaae86488b07ea8e20236184944072a78784a1f4993f8ec17b3aa5d08c21" +checksum = "7c9cf3b99f46615fbf7dc1add0c96553abb7bf88fc9ec70dfbe7ad0b47ba7fe8" dependencies = [ "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-serde", "alloy-trie", "borsh", @@ -762,13 +797,13 @@ dependencies = [ [[package]] name = "alloy-hardforks" -version = "0.4.4" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e29d7eacf42f89c21d7f089916d0bdb4f36139a31698790e8837d2dbbd4b2c3" +checksum = "83ba208044232d14d4adbfa77e57d6329f51bc1acc21f5667bb7db72d88a0831" dependencies = [ "alloy-chains", "alloy-eip2124", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "auto_impl", "dyn-clone", "serde", @@ -780,7 +815,7 @@ version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5513d5e6bd1cba6bdcf5373470f559f320c05c8c59493b6e98912fbe6733943f" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-sol-type-parser", "serde", "serde_json", @@ -788,11 +823,11 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "1.1.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "003f46c54f22854a32b9cc7972660a476968008ad505427eabab49225309ec40" +checksum = "ff42cd777eea61f370c0b10f2648a1c81e0b783066cd7269228aa993afd487f7" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-sol-types", "http 1.4.0", "serde", @@ -803,16 +838,16 @@ dependencies = [ [[package]] name = "alloy-network" -version = "1.1.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4029954d9406a40979f3a3b46950928a0fdcfe3ea8a9b0c17490d57e8aa0e3" +checksum = "8cbca04f9b410fdc51aaaf88433cbac761213905a65fe832058bcf6690585762" dependencies = [ "alloy-consensus", "alloy-consensus-any", "alloy-eips", "alloy-json-rpc", "alloy-network-primitives", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-any", "alloy-rpc-types-eth", "alloy-serde", @@ -829,13 +864,13 @@ dependencies = [ [[package]] name = "alloy-network-primitives" -version = "1.1.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7805124ad69e57bbae7731c9c344571700b2a18d351bda9e0eba521c991d1bcb" +checksum = "42d6d15e069a8b11f56bef2eccbad2a873c6dd4d4c81d04dda29710f5ea52f04" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-serde", "serde", ] @@ -848,13 +883,13 @@ checksum = "6eea81517a852d9e3b03979c10febe00aacc3d50fbd34c5c30281051773285f7" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.23.3", "alloy-op-hardforks", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "auto_impl", - "op-alloy-consensus", - "op-revm", - "revm", + "op-alloy-consensus 0.22.4", + "op-revm 12.0.2", + "revm 31.0.2", "thiserror 2.0.17", ] @@ -866,7 +901,7 @@ checksum = "95ac97adaba4c26e17192d81f49186ac20c1e844e35a00e169c8d3d58bc84e6b" dependencies = [ "alloy-chains", "alloy-hardforks", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "auto_impl", ] @@ -899,9 +934,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "1.4.1" +version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "355bf68a433e0fd7f7d33d5a9fc2583fde70bf5c530f63b80845f8da5505cf28" +checksum = "de3b431b4e72cd8bd0ec7a50b4be18e73dab74de0dba180eef171055e5d5926e" dependencies = [ "alloy-rlp", "arbitrary", @@ -910,7 +945,7 @@ dependencies = [ "const-hex", "derive_more 2.0.1", "foldhash 0.2.0", - "getrandom 0.3.4", + "getrandom 0.4.1", "hashbrown 0.16.1", "indexmap 2.12.1", "itoa", @@ -918,13 +953,13 @@ dependencies = [ "keccak-asm", "paste", "proptest", - "proptest-derive 0.6.0", + "proptest-derive", "rand 0.9.2", + "rapidhash", "ruint", "rustc-hash 2.1.1", "serde", "sha3", - "tiny-keccak", ] [[package]] @@ -939,7 +974,7 @@ dependencies = [ "alloy-json-rpc", "alloy-network", "alloy-network-primitives", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-pubsub", "alloy-rpc-client", "alloy-rpc-types-eth", @@ -976,7 +1011,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f77d20cdbb68a614c7a86b3ffef607b37d087bb47a03c58f4c3f8f99bc3ace3b" dependencies = [ "alloy-json-rpc", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-transport", "auto_impl", "bimap", @@ -993,9 +1028,9 @@ dependencies = [ [[package]] name = "alloy-rlp" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f70d83b765fdc080dbcd4f4db70d8d23fe4761f2f02ebfa9146b833900634b4" +checksum = "e93e50f64a77ad9c5470bf2ad0ca02f228da70c792a8f06634801e202579f35e" dependencies = [ "alloy-rlp-derive", "arrayvec", @@ -1004,9 +1039,9 @@ dependencies = [ [[package]] name = "alloy-rlp-derive" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64b728d511962dda67c1bc7ea7c03736ec275ed2cf4c35d9585298ac9ccf3b73" +checksum = "ce8849c74c9ca0f5a03da1c865e3eb6f768df816e67dd3721a398a8a7e398011" dependencies = [ "proc-macro2", "quote", @@ -1020,7 +1055,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "31c89883fe6b7381744cbe80fef638ac488ead4f1956a4278956a1362c71cd2e" dependencies = [ "alloy-json-rpc", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-pubsub", "alloy-transport", "alloy-transport-http", @@ -1045,7 +1080,7 @@ version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64e279e6d40ee40fe8f76753b678d8d5d260cb276dc6c8a8026099b16d2b43f4" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "alloy-rpc-types-eth", "alloy-serde", @@ -1059,7 +1094,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2bcf50ccb65d29b8599f8f5e23dcac685f1d79459654c830cba381345760e901" dependencies = [ "alloy-genesis", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "serde", "serde_json", ] @@ -1070,7 +1105,7 @@ version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e176c26fdd87893b6afeb5d92099d8f7e7a1fe11d6f4fe0883d6e33ac5f31ba" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-eth", "alloy-serde", "serde", @@ -1078,9 +1113,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-any" -version = "1.1.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b43c1622aac2508d528743fd4cfdac1dea92d5a8fa894038488ff7edd0af0b32" +checksum = "dd720b63f82b457610f2eaaf1f32edf44efffe03ae25d537632e7d23e7929e1a" dependencies = [ "alloy-consensus-any", "alloy-rpc-types-eth", @@ -1094,7 +1129,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1786681640d4c60f22b6b8376b0f3fa200360bf1c3c2cb913e6c97f51928eb1b" dependencies = [ "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "derive_more 2.0.1", "ethereum_ssz", @@ -1113,7 +1148,7 @@ version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b2ca3a434a6d49910a7e8e51797eb25db42ef8a5578c52d877fcb26d0afe7bc" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "derive_more 2.0.1", "serde", "serde_with", @@ -1121,13 +1156,13 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "1.1.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c4c53a8b0905d931e7921774a1830609713bd3e8222347963172b03a3ecc68" +checksum = "e4ac61f03f1edabccde1c687b5b25fff28f183afee64eaa2e767def3929e4457" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-serde", "derive_more 2.0.1", @@ -1141,15 +1176,15 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "1.1.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed5fafb741c19b3cca4cdd04fa215c89413491f9695a3e928dee2ae5657f607e" +checksum = "9b2dc411f13092f237d2bf6918caf80977fc2f51485f9b90cb2a2f956912c8c9" dependencies = [ "alloy-consensus", "alloy-consensus-any", "alloy-eips", "alloy-network-primitives", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-serde", "alloy-sol-types", @@ -1169,7 +1204,7 @@ checksum = "49a97bfc6d9b411c85bb08e1174ddd3e5d61b10d3bd13f529d6609f733cb2f6f" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-eth", "alloy-serde", "serde", @@ -1182,7 +1217,7 @@ version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c55324323aa634b01bdecb2d47462a8dce05f5505b14a6e5db361eef16eda476" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-eth", "alloy-serde", "serde", @@ -1196,7 +1231,7 @@ version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96b1aa28effb6854be356ce92ed64cea3b323acd04c3f8bfb5126e2839698043" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-eth", "alloy-serde", "serde", @@ -1204,11 +1239,11 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "1.1.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f180c399ca7c1e2fe17ea58343910cad0090878a696ff5a50241aee12fc529" +checksum = "e2ce1e0dbf7720eee747700e300c99aac01b1a95bb93f493a01e78ee28bb1a37" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "arbitrary", "serde", "serde_json", @@ -1216,11 +1251,11 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "1.1.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc39ad2c0a3d2da8891f4081565780703a593f090f768f884049aa3aa929cbc" +checksum = "2425c6f314522c78e8198979c8cbf6769362be4da381d4152ea8eefce383535d" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "async-trait", "auto_impl", "either", @@ -1231,13 +1266,13 @@ dependencies = [ [[package]] name = "alloy-signer-local" -version = "1.1.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930e17cb1e46446a193a593a3bfff8d0ecee4e510b802575ebe300ae2e43ef75" +checksum = "c3ecb71ee53d8d9c3fa7bac17542c8116ebc7a9726c91b1bf333ec3d04f5a789" dependencies = [ "alloy-consensus", "alloy-network", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-signer", "async-trait", "coins-bip32", @@ -1313,7 +1348,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70319350969a3af119da6fb3e9bddb1bce66c9ea933600cb297c8b1850ad2a3c" dependencies = [ "alloy-json-abi", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-sol-macro", "serde", ] @@ -1396,11 +1431,11 @@ dependencies = [ [[package]] name = "alloy-trie" -version = "0.9.1" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3412d52bb97c6c6cc27ccc28d4e6e8cf605469101193b50b0bd5813b1f990b5" +checksum = "4d7fd448ab0a017de542de1dcca7a58e7019fe0e7a34ed3f9543ebddf6aceffa" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "arbitrary", "arrayvec", @@ -1408,17 +1443,18 @@ dependencies = [ "derive_more 2.0.1", "nybbles", "proptest", - "proptest-derive 0.5.1", + "proptest-derive", "serde", "smallvec", + "thiserror 2.0.17", "tracing", ] [[package]] name = "alloy-tx-macros" -version = "1.1.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae109e33814b49fc0a62f2528993aa8a2dd346c26959b151f05441dc0b9da292" +checksum = "6fa0c53e8c1e1ef4d01066b01c737fb62fc9397ab52c6e7bb5669f97d281b9bc" dependencies = [ "darling 0.21.3", "proc-macro2", @@ -2099,7 +2135,7 @@ dependencies = [ "bitflags 2.10.0", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools 0.12.1", "proc-macro2", "quote", "regex", @@ -2117,7 +2153,7 @@ dependencies = [ "bitflags 2.10.0", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools 0.12.1", "proc-macro2", "quote", "regex", @@ -2534,9 +2570,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" dependencies = [ "serde", ] @@ -3519,12 +3555,14 @@ version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" dependencies = [ + "arbitrary", "cfg-if", "crossbeam-utils", "hashbrown 0.14.5", "lock_api", "once_cell", "parking_lot_core", + "serde", ] [[package]] @@ -4197,7 +4235,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3dc1355dbb41fbbd34ec28d4fb2a57d9a70c67ac3c19f6a5ca4d4a176b9e997a" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "hex", "serde", "serde_derive", @@ -4210,7 +4248,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dcddb2554d19cde19b099fadddde576929d7a4d0c1cd3512d1fd95cf174375c" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "ethereum_serde_utils", "itertools 0.13.0", "serde", @@ -4361,6 +4399,27 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "fixed-map" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86ed19add84e8cb9e8cc5f7074de0324247149ffef0b851e215fb0edc50c229b" +dependencies = [ + "fixed-map-derive", + "serde", +] + +[[package]] +name = "fixed-map-derive" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6dc7a9cb3326bafb80642c5ce99b39a2c0702d4bfa8ee8a3e773791a6cbe2407" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.111", +] + [[package]] name = "fixedbitset" version = "0.5.7" @@ -4664,6 +4723,19 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "getrandom" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" +dependencies = [ + "cfg-if", + "libc", + "r-efi", + "wasip2", + "wasip3", +] + [[package]] name = "ghash" version = "0.5.1" @@ -5325,7 +5397,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "socket2 0.6.1", - "system-configuration 0.6.1", + "system-configuration", "tokio", "tower-service", "tracing", @@ -5491,6 +5563,12 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5360a2fbe97f617c4f8b944356dedb36d423f7da7f13c070995cf89e59f01220" +[[package]] +name = "id-arena" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" + [[package]] name = "ident_case" version = "1.0.1" @@ -6115,9 +6193,9 @@ dependencies = [ [[package]] name = "keccak-asm" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "505d1856a39b200489082f90d897c3f07c455563880bc5952e38eabf731c83b6" +checksum = "b646a74e746cd25045aa0fd42f4f7f78aa6d119380182c7e63a5593c4ab8df6f" dependencies = [ "digest 0.10.7", "sha3-asm", @@ -6161,6 +6239,12 @@ version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" +[[package]] +name = "leb128fmt" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" + [[package]] name = "libc" version = "0.2.177" @@ -6466,6 +6550,12 @@ version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a" +[[package]] +name = "lz4_flex" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab6473172471198271ff72e9379150e9dfd70d8e533e0752a27e515b48dd375e" + [[package]] name = "mac" version = "0.1.1" @@ -6728,11 +6818,11 @@ dependencies = [ "alith", "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.23.3", "alloy-genesis", "alloy-hardforks", "alloy-op-evm", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "alloy-sol-types", "async-trait", @@ -6745,18 +6835,18 @@ dependencies = [ "metis-pe", "metis-primitives", "num_cpus", - "op-alloy-consensus", - "op-alloy-rpc-types-engine", + "op-alloy-consensus 0.22.4", + "op-alloy-rpc-types-engine 0.22.4", "pretty_assertions", "rand 0.8.5", "rand 0.9.2", "reth", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", "reth-cli-util", "reth-ethereum", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-evm-ethereum", "reth-exex-test-utils", "reth-node-api", @@ -6772,10 +6862,10 @@ dependencies = [ "reth-optimism-primitives", "reth-optimism-rpc", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-testing-utils", - "reth-tracing", - "revm", + "reth-tracing 1.9.3", + "revm 31.0.2", "revmc-build", "secp256k1 0.30.0", "serde", @@ -6796,11 +6886,11 @@ version = "0.8.0" name = "metis-hook" version = "0.8.0" dependencies = [ - "alloy-evm", - "alloy-primitives 1.4.1", + "alloy-evm 0.23.3", + "alloy-primitives 1.5.7", "metis-primitives", - "reth-evm", - "revm", + "reth-evm 1.9.3", + "revm 31.0.2", ] [[package]] @@ -6808,8 +6898,8 @@ name = "metis-pe" version = "0.8.0" dependencies = [ "alloy-consensus", - "alloy-evm", - "alloy-primitives 1.4.1", + "alloy-evm 0.23.3", + "alloy-primitives 1.5.7", "alloy-provider", "alloy-rlp", "alloy-rpc-types-eth", @@ -6823,16 +6913,16 @@ dependencies = [ "flate2", "metis-primitives", "metis-vm", - "op-alloy-consensus", - "op-alloy-network", - "op-alloy-rpc-types", - "op-revm", + "op-alloy-consensus 0.22.4", + "op-alloy-network 0.22.4", + "op-alloy-rpc-types 0.22.4", + "op-revm 12.0.2", "pretty_assertions", "rand 0.9.2", "rayon", "reqwest 0.12.24", "reth-primitives", - "revm", + "revm 31.0.2", "revmc-build", "serde", "serde_json", @@ -6847,8 +6937,8 @@ dependencies = [ name = "metis-primitives" version = "0.8.0" dependencies = [ - "alloy-evm", - "revm", + "alloy-evm 0.23.3", + "revm 31.0.2", "rustc-hash 2.1.1", "serde", ] @@ -6859,8 +6949,8 @@ version = "0.8.0" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", - "alloy-primitives 1.4.1", + "alloy-evm 0.23.3", + "alloy-primitives 1.5.7", "alloy-provider", "alloy-rlp", "alloy-rpc-types-eth", @@ -6880,15 +6970,15 @@ dependencies = [ "pretty_assertions", "rayon", "reqwest 0.12.24", - "reth-chainspec", - "reth-db", - "reth-db-api", + "reth-chainspec 1.9.3", + "reth-db 1.9.3", + "reth-db-api 1.9.3", "reth-ethereum-consensus", "reth-evm-ethereum", "reth-primitives", - "reth-provider", + "reth-provider 1.11.0", "reth-stages", - "revm", + "revm 31.0.2", "serde", "serde_json", "thiserror 2.0.17", @@ -6909,7 +6999,7 @@ dependencies = [ "metis-primitives", "moka", "reth", - "revm", + "revm 31.0.2", "revmc", "revmc-build", "serde", @@ -6931,13 +7021,12 @@ dependencies = [ [[package]] name = "metrics-derive" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3dbdd96ed57d565ec744cba02862d707acf373c5772d152abae6ec5c4e24f6c" +checksum = "161ab904c2c62e7bda0f7562bf22f96440ca35ff79e66c800cbac298f2f4f5ec" dependencies = [ "proc-macro2", "quote", - "regex", "syn 2.0.111", ] @@ -7078,7 +7167,17 @@ version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a53d79ba8304ac1c4f9eb3b9d281f21f7be9d4626f72ce7df4ad8fbde4f38a74" dependencies = [ - "modular-bitfield-impl", + "modular-bitfield-impl 0.11.2", + "static_assertions", +] + +[[package]] +name = "modular-bitfield" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2956e537fc68236d2aa048f55704f231cc93f1c4de42fe1ecb5bd7938061fc4a" +dependencies = [ + "modular-bitfield-impl 0.13.1", "static_assertions", ] @@ -7093,6 +7192,17 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "modular-bitfield-impl" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59b43b4fd69e3437618106f7754f34021b831a514f9e1a98ae863cabcd8d8dad" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.111", +] + [[package]] name = "moka" version = "0.12.11" @@ -7424,9 +7534,9 @@ dependencies = [ [[package]] name = "nybbles" -version = "0.4.6" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c4b5ecbd0beec843101bffe848217f770e8b8da81d8355b7d6e226f2199b3dc" +checksum = "0d49ff0c0d00d4a502b39df9af3a525e1efeb14b9dabb5bb83335284c1309210" dependencies = [ "alloy-rlp", "arbitrary", @@ -7546,6 +7656,19 @@ version = "11.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" +[[package]] +name = "op-alloy" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9b8fee21003dd4f076563de9b9d26f8c97840157ef78593cd7f262c5ca99848" +dependencies = [ + "op-alloy-consensus 0.23.1", + "op-alloy-network 0.23.1", + "op-alloy-provider", + "op-alloy-rpc-types 0.23.1", + "op-alloy-rpc-types-engine 0.23.1", +] + [[package]] name = "op-alloy-consensus" version = "0.22.4" @@ -7555,7 +7678,7 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-network", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-rpc-types-eth", "alloy-serde", @@ -7566,6 +7689,25 @@ dependencies = [ "thiserror 2.0.17", ] +[[package]] +name = "op-alloy-consensus" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "736381a95471d23e267263cfcee9e1d96d30b9754a94a2819148f83379de8a86" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-network", + "alloy-primitives 1.5.7", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-serde", + "arbitrary", + "derive_more 2.0.1", + "serde", + "thiserror 2.0.17", +] + [[package]] name = "op-alloy-flz" version = "0.13.1" @@ -7580,12 +7722,43 @@ checksum = "f63f27e65be273ec8fcb0b6af0fd850b550979465ab93423705ceb3dfddbd2ab" dependencies = [ "alloy-consensus", "alloy-network", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", + "alloy-provider", + "alloy-rpc-types-eth", + "alloy-signer", + "op-alloy-consensus 0.22.4", + "op-alloy-rpc-types 0.22.4", +] + +[[package]] +name = "op-alloy-network" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4034183dca6bff6632e7c24c92e75ff5f0eabb58144edb4d8241814851334d47" +dependencies = [ + "alloy-consensus", + "alloy-network", + "alloy-primitives 1.5.7", "alloy-provider", "alloy-rpc-types-eth", "alloy-signer", - "op-alloy-consensus", - "op-alloy-rpc-types", + "op-alloy-consensus 0.23.1", + "op-alloy-rpc-types 0.23.1", +] + +[[package]] +name = "op-alloy-provider" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6753d90efbaa8ea8bcb89c1737408ca85fa60d7adb875049d3f382c063666f86" +dependencies = [ + "alloy-network", + "alloy-primitives 1.5.7", + "alloy-provider", + "alloy-rpc-types-engine", + "alloy-transport", + "async-trait", + "op-alloy-rpc-types-engine 0.23.1", ] [[package]] @@ -7594,7 +7767,7 @@ version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ef9114426b16172254555aad34a8ea96c01895e40da92f5d12ea680a1baeaa7" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "jsonrpsee 0.26.0", ] @@ -7607,11 +7780,30 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-network-primitives", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", + "alloy-rpc-types-eth", + "alloy-serde", + "derive_more 2.0.1", + "op-alloy-consensus 0.22.4", + "serde", + "serde_json", + "thiserror 2.0.17", +] + +[[package]] +name = "op-alloy-rpc-types" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddd87c6b9e5b6eee8d6b76f41b04368dca0e9f38d83338e5b00e730c282098a4" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-network-primitives", + "alloy-primitives 1.5.7", "alloy-rpc-types-eth", "alloy-serde", "derive_more 2.0.1", - "op-alloy-consensus", + "op-alloy-consensus 0.23.1", "serde", "serde_json", "thiserror 2.0.17", @@ -7625,15 +7817,37 @@ checksum = "d8f24b8cb66e4b33e6c9e508bf46b8ecafc92eadd0b93fedd306c0accb477657" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", + "alloy-rlp", + "alloy-rpc-types-engine", + "alloy-serde", + "derive_more 2.0.1", + "ethereum_ssz", + "ethereum_ssz_derive", + "op-alloy-consensus 0.22.4", + "serde", + "snap", + "thiserror 2.0.17", +] + +[[package]] +name = "op-alloy-rpc-types-engine" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77727699310a18cdeed32da3928c709e2704043b6584ed416397d5da65694efc" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-rpc-types-engine", "alloy-serde", "derive_more 2.0.1", "ethereum_ssz", "ethereum_ssz_derive", - "op-alloy-consensus", + "op-alloy-consensus 0.23.1", "serde", + "sha2 0.10.9", "snap", "thiserror 2.0.17", ] @@ -7645,7 +7859,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e31622d03b29c826e48800f4c8f389c8a9c440eb796a3e35203561a288f12985" dependencies = [ "auto_impl", - "revm", + "revm 31.0.2", + "serde", +] + +[[package]] +name = "op-revm" +version = "15.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79c92b75162c2ed1661849fa51683b11254a5b661798360a2c24be918edafd40" +dependencies = [ + "auto_impl", + "revm 34.0.0", "serde", ] @@ -8323,20 +8548,9 @@ dependencies = [ [[package]] name = "proptest-derive" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee1c9ac207483d5e7db4940700de86a9aae46ef90c48b57f99fe7edb8345e49" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.111", -] - -[[package]] -name = "proptest-derive" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "095a99f75c69734802359b682be8daaf8980296731f6470434ea2c652af1dd30" +checksum = "fb6dc647500e84a25a85b100e76c85b8ace114c209432dc174f20aac11d4ed6c" dependencies = [ "proc-macro2", "quote", @@ -8370,7 +8584,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.111", @@ -8383,7 +8597,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.111", @@ -8603,6 +8817,16 @@ version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbbbbea733ec66275512d0b9694f34102e7d5406fdbe2ad8d21b28dce92887c" +[[package]] +name = "rapidhash" +version = "4.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5e48930979c155e2f33aa36ab3119b5ee81332beb6482199a8ecd6029b80b59" +dependencies = [ + "rand 0.9.2", + "rustversion", +] + [[package]] name = "ratatui" version = "0.29.0" @@ -8808,7 +9032,7 @@ dependencies = [ "serde_json", "serde_urlencoded", "sync_wrapper 0.1.2", - "system-configuration 0.5.1", + "system-configuration", "tokio", "tokio-rustls 0.24.1", "tokio-util", @@ -8884,16 +9108,16 @@ dependencies = [ "aquamarine", "clap", "eyre", - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-cli-runner", "reth-cli-util", - "reth-consensus", + "reth-consensus 1.9.3", "reth-consensus-common", - "reth-db", + "reth-db 1.9.3", "reth-ethereum-cli", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-network", "reth-network-api", "reth-node-api", @@ -8902,9 +9126,9 @@ dependencies = [ "reth-node-ethereum", "reth-node-metrics", "reth-payload-builder", - "reth-payload-primitives", + "reth-payload-primitives 1.9.3", "reth-primitives", - "reth-provider", + "reth-provider 1.9.3", "reth-ress-protocol", "reth-ress-provider", "reth-revm", @@ -8914,7 +9138,7 @@ dependencies = [ "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-tasks", + "reth-tasks 1.9.3", "reth-tokio-util", "reth-transaction-pool", "tokio", @@ -8928,19 +9152,19 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "futures-core", "futures-util", "metrics", - "reth-chain-state", - "reth-metrics", + "reth-chain-state 1.9.3", + "reth-metrics 1.9.3", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "reth-revm", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "tokio", "tracing", ] @@ -8952,7 +9176,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-signer", "alloy-signer-local", "derive_more 2.0.1", @@ -8960,22 +9184,52 @@ 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", - "revm-database", - "revm-state", + "reth-chainspec 1.9.3", + "reth-errors 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-execution-types 1.9.3", + "reth-metrics 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "reth-trie 1.9.3", + "revm-database 9.0.6", + "revm-state 8.1.1", "serde", "tokio", "tokio-stream", "tracing", ] +[[package]] +name = "reth-chain-state" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives 1.5.7", + "alloy-signer", + "alloy-signer-local", + "derive_more 2.0.1", + "metrics", + "parking_lot", + "pin-project", + "rand 0.9.2", + "reth-chainspec 1.11.0", + "reth-errors 1.11.0", + "reth-ethereum-primitives 1.11.0", + "reth-execution-types 1.11.0", + "reth-metrics 1.11.0", + "reth-primitives-traits 1.11.0", + "reth-storage-api 1.11.0", + "reth-trie 1.11.0", + "revm-database 10.0.0", + "revm-state 9.0.0", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-chainspec" version = "1.9.3" @@ -8984,28 +9238,48 @@ dependencies = [ "alloy-chains", "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.23.3", "alloy-genesis", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-trie", "auto_impl", "derive_more 2.0.1", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 1.9.3", + "reth-network-peers 1.9.3", + "reth-primitives-traits 1.9.3", "serde_json", ] [[package]] -name = "reth-cli" -version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +name = "reth-chainspec" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-evm 0.27.2", + "alloy-genesis", + "alloy-primitives 1.5.7", + "alloy-trie", + "auto_impl", + "derive_more 2.0.1", + "reth-ethereum-forks 1.11.0", + "reth-network-peers 1.11.0", + "reth-primitives-traits 1.11.0", + "serde_json", +] + +[[package]] +name = "reth-cli" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-genesis", "clap", "eyre", "reth-cli-runner", - "reth-db", + "reth-db 1.9.3", "serde_json", "shellexpand", ] @@ -9018,7 +9292,7 @@ dependencies = [ "alloy-chains", "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "backon", "clap", @@ -9033,15 +9307,15 @@ dependencies = [ "lz4", "ratatui", "reqwest 0.12.24", - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-cli", "reth-cli-runner", "reth-cli-util", - "reth-codecs", + "reth-codecs 1.9.3", "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", + "reth-consensus 1.9.3", + "reth-db 1.9.3", + "reth-db-api 1.9.3", "reth-db-common", "reth-discv4", "reth-discv5", @@ -9052,28 +9326,28 @@ dependencies = [ "reth-era-utils", "reth-eth-wire", "reth-etl", - "reth-evm", + "reth-evm 1.9.3", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.9.3", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.9.3", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", "reth-prune", "reth-revm", "reth-stages", "reth-static-file", - "reth-static-file-types", - "reth-trie", - "reth-trie-common", - "reth-trie-db", + "reth-static-file-types 1.9.3", + "reth-trie 1.9.3", + "reth-trie-common 1.9.3", + "reth-trie-db 1.9.3", "secp256k1 0.30.0", "serde", "serde_json", @@ -9090,7 +9364,7 @@ name = "reth-cli-runner" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "reth-tasks", + "reth-tasks 1.9.3", "tokio", "tracing", ] @@ -9101,12 +9375,12 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "cfg-if", "eyre", "libc", "rand 0.8.5", - "reth-fs-util", + "reth-fs-util 1.9.3", "secp256k1 0.30.0", "serde", "thiserror 2.0.17", @@ -9121,14 +9395,34 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-genesis", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-trie", "arbitrary", "bytes", - "modular-bitfield", - "op-alloy-consensus", - "reth-codecs-derive", - "reth-zstd-compressors", + "modular-bitfield 0.11.2", + "op-alloy-consensus 0.22.4", + "reth-codecs-derive 1.9.3", + "reth-zstd-compressors 1.9.3", + "serde", + "visibility", +] + +[[package]] +name = "reth-codecs" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives 1.5.7", + "alloy-trie", + "arbitrary", + "bytes", + "modular-bitfield 0.13.1", + "op-alloy-consensus 0.23.1", + "reth-codecs-derive 1.11.0", + "reth-zstd-compressors 1.11.0", "serde", "visibility", ] @@ -9143,6 +9437,16 @@ dependencies = [ "syn 2.0.111", ] +[[package]] +name = "reth-codecs-derive" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.111", +] + [[package]] name = "reth-config" version = "1.9.3" @@ -9151,8 +9455,8 @@ dependencies = [ "eyre", "humantime-serde", "reth-network-types", - "reth-prune-types", - "reth-stages-types", + "reth-prune-types 1.9.3", + "reth-stages-types 1.9.3", "serde", "toml", "url", @@ -9164,10 +9468,23 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "auto_impl", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.9.3", + "reth-primitives-traits 1.9.3", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-consensus" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-consensus", + "alloy-primitives 1.5.7", + "auto_impl", + "reth-execution-types 1.11.0", + "reth-primitives-traits 1.11.0", "thiserror 2.0.17", ] @@ -9178,9 +9495,9 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec", - "reth-consensus", - "reth-primitives-traits", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", + "reth-primitives-traits 1.9.3", ] [[package]] @@ -9191,7 +9508,7 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-json-rpc", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-provider", "alloy-rpc-types-engine", "alloy-transport", @@ -9201,8 +9518,8 @@ dependencies = [ "futures", "reqwest 0.12.24", "reth-node-api", - "reth-primitives-traits", - "reth-tracing", + "reth-primitives-traits 1.9.3", + "reth-tracing 1.9.3", "ringbuffer", "serde", "serde_json", @@ -9214,20 +9531,20 @@ name = "reth-db" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "derive_more 2.0.1", "eyre", "metrics", "page_size", "parking_lot", - "reth-db-api", - "reth-fs-util", - "reth-libmdbx", - "reth-metrics", - "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", - "reth-tracing", + "reth-db-api 1.9.3", + "reth-fs-util 1.9.3", + "reth-libmdbx 1.9.3", + "reth-metrics 1.9.3", + "reth-nippy-jar 1.9.3", + "reth-static-file-types 1.9.3", + "reth-storage-errors 1.9.3", + "reth-tracing 1.9.3", "rustc-hash 2.1.1", "strum 0.27.2", "sysinfo 0.33.1", @@ -9235,6 +9552,33 @@ dependencies = [ "thiserror 2.0.17", ] +[[package]] +name = "reth-db" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-primitives 1.5.7", + "derive_more 2.0.1", + "eyre", + "metrics", + "page_size", + "parking_lot", + "reth-db-api 1.11.0", + "reth-fs-util 1.11.0", + "reth-libmdbx 1.11.0", + "reth-metrics 1.11.0", + "reth-nippy-jar 1.11.0", + "reth-static-file-types 1.11.0", + "reth-storage-errors 1.11.0", + "reth-tracing 1.11.0", + "rustc-hash 2.1.1", + "strum 0.27.2", + "sysinfo 0.38.0", + "tempfile", + "thiserror 2.0.17", + "tracing", +] + [[package]] name = "reth-db-api" version = "1.9.3" @@ -9242,24 +9586,53 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-genesis", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "arbitrary", "bytes", "derive_more 2.0.1", "metrics", - "modular-bitfield", + "modular-bitfield 0.11.2", "parity-scale-codec", "proptest", - "reth-codecs", - "reth-db-models", - "reth-ethereum-primitives", + "reth-codecs 1.9.3", + "reth-db-models 1.9.3", + "reth-ethereum-primitives 1.9.3", "reth-optimism-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "roaring", + "reth-primitives-traits 1.9.3", + "reth-prune-types 1.9.3", + "reth-stages-types 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie-common 1.9.3", + "roaring 0.10.12", + "serde", +] + +[[package]] +name = "reth-db-api" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-consensus", + "alloy-genesis", + "alloy-primitives 1.5.7", + "arbitrary", + "arrayvec", + "bytes", + "derive_more 2.0.1", + "metrics", + "modular-bitfield 0.13.1", + "op-alloy-consensus 0.23.1", + "parity-scale-codec", + "proptest", + "reth-codecs 1.11.0", + "reth-db-models 1.11.0", + "reth-ethereum-primitives 1.11.0", + "reth-primitives-traits 1.11.0", + "reth-prune-types 1.11.0", + "reth-stages-types 1.11.0", + "reth-storage-errors 1.11.0", + "reth-trie-common 1.11.0", + "roaring 0.11.3", "serde", ] @@ -9270,23 +9643,23 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-genesis", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "boyer-moore-magiclen", "eyre", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.9.3", + "reth-codecs 1.9.3", "reth-config", - "reth-db-api", + "reth-db-api 1.9.3", "reth-etl", - "reth-execution-errors", - "reth-fs-util", - "reth-node-types", - "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-static-file-types", - "reth-trie", - "reth-trie-db", + "reth-execution-errors 1.9.3", + "reth-fs-util 1.9.3", + "reth-node-types 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", + "reth-stages-types 1.9.3", + "reth-static-file-types 1.9.3", + "reth-trie 1.9.3", + "reth-trie-db 1.9.3", "serde", "serde_json", "thiserror 2.0.17", @@ -9299,12 +9672,27 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", + "arbitrary", + "bytes", + "modular-bitfield 0.11.2", + "reth-codecs 1.9.3", + "reth-primitives-traits 1.9.3", + "serde", +] + +[[package]] +name = "reth-db-models" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-eips", + "alloy-primitives 1.5.7", "arbitrary", "bytes", - "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", + "modular-bitfield 0.13.1", + "reth-codecs 1.11.0", + "reth-primitives-traits 1.11.0", "serde", ] @@ -9313,17 +9701,17 @@ name = "reth-discv4" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "discv5", "enr", "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks", + "reth-ethereum-forks 1.9.3", "reth-net-banlist", "reth-net-nat", - "reth-network-peers", + "reth-network-peers 1.9.3", "schnellru", "secp256k1 0.30.0", "serde", @@ -9338,7 +9726,7 @@ name = "reth-discv5" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "derive_more 2.0.1", "discv5", @@ -9347,10 +9735,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.2", - "reth-chainspec", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", + "reth-chainspec 1.9.3", + "reth-ethereum-forks 1.9.3", + "reth-metrics 1.9.3", + "reth-network-peers 1.9.3", "secp256k1 0.30.0", "thiserror 2.0.17", "tokio", @@ -9362,14 +9750,14 @@ name = "reth-dns-discovery" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "data-encoding", "enr", "hickory-resolver", "linked_hash_set", "parking_lot", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 1.9.3", + "reth-network-peers 1.9.3", "reth-tokio-util", "schnellru", "secp256k1 0.30.0", @@ -9388,7 +9776,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "async-compression", "futures", @@ -9398,15 +9786,15 @@ dependencies = [ "pin-project", "rayon", "reth-config", - "reth-consensus", - "reth-ethereum-primitives", - "reth-metrics", + "reth-consensus 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-metrics 1.9.3", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-provider", - "reth-storage-api", - "reth-tasks", + "reth-network-peers 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "reth-testing-utils", "tempfile", "thiserror 2.0.17", @@ -9422,7 +9810,7 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "aes", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "block-padding", "byteorder", @@ -9435,7 +9823,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers", + "reth-network-peers 1.9.3", "secp256k1 0.30.0", "sha2 0.10.9", "sha3", @@ -9453,18 +9841,18 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "eyre", "futures-util", - "op-alloy-rpc-types-engine", - "reth-chainspec", - "reth-engine-primitives", - "reth-ethereum-engine-primitives", + "op-alloy-rpc-types-engine 0.22.4", + "reth-chainspec 1.9.3", + "reth-engine-primitives 1.9.3", + "reth-ethereum-engine-primitives 1.9.3", "reth-optimism-chainspec", "reth-payload-builder", - "reth-payload-primitives", - "reth-storage-api", + "reth-payload-primitives 1.9.3", + "reth-storage-api 1.9.3", "reth-transaction-pool", "tokio", "tokio-stream", @@ -9478,19 +9866,44 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "auto_impl", "futures", - "reth-chain-state", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-chain-state 1.9.3", + "reth-errors 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", + "reth-execution-types 1.9.3", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-trie-common 1.9.3", + "serde", + "thiserror 2.0.17", + "tokio", +] + +[[package]] +name = "reth-engine-primitives" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives 1.5.7", + "alloy-rpc-types-engine", + "auto_impl", + "futures", + "reth-chain-state 1.11.0", + "reth-errors 1.11.0", + "reth-ethereum-primitives 1.11.0", + "reth-evm 1.11.0", + "reth-execution-types 1.11.0", + "reth-payload-builder-primitives 1.11.0", + "reth-payload-primitives 1.11.0", + "reth-primitives-traits 1.11.0", + "reth-trie-common 1.11.0", "serde", "thiserror 2.0.17", "tokio", @@ -9503,19 +9916,19 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "futures", "pin-project", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", + "reth-engine-primitives 1.9.3", "reth-engine-tree", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-network-p2p", - "reth-node-types", + "reth-node-types 1.9.3", "reth-payload-builder", - "reth-provider", + "reth-provider 1.9.3", "reth-prune", "reth-stages-api", - "reth-tasks", + "reth-tasks 1.9.3", ] [[package]] @@ -9525,8 +9938,8 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", - "alloy-primitives 1.4.1", + "alloy-evm 0.23.3", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-rpc-types-engine", "crossbeam-channel", @@ -9537,34 +9950,34 @@ dependencies = [ "mini-moka", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-db", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", + "reth-db 1.9.3", + "reth-engine-primitives 1.9.3", + "reth-errors 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", + "reth-execution-types 1.9.3", + "reth-metrics 1.9.3", "reth-network-p2p", "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", "reth-prune", - "reth-prune-types", + "reth-prune-types 1.9.3", "reth-revm", "reth-stages", "reth-stages-api", "reth-static-file", - "reth-tasks", - "reth-tracing", - "reth-trie", + "reth-tasks 1.9.3", + "reth-tracing 1.9.3", + "reth-trie 1.9.3", "reth-trie-parallel", - "reth-trie-sparse", + "reth-trie-sparse 1.9.3", "reth-trie-sparse-parallel", - "revm", + "revm 31.0.2", "revm-primitives 21.0.2", "schnellru", "smallvec", @@ -9584,16 +9997,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", - "reth-engine-primitives", + "reth-chainspec 1.9.3", + "reth-engine-primitives 1.9.3", "reth-engine-tree", - "reth-errors", - "reth-evm", - "reth-fs-util", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-errors 1.9.3", + "reth-evm 1.9.3", + "reth-fs-util 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "reth-revm", - "reth-storage-api", + "reth-storage-api 1.9.3", "serde", "serde_json", "tokio", @@ -9608,11 +10021,11 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "ethereum_ssz", "ethereum_ssz_derive", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.9.3", "snap", "thiserror 2.0.17", ] @@ -9622,12 +10035,12 @@ name = "reth-era-downloader" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "bytes", "eyre", "futures-util", "reqwest 0.12.24", - "reth-fs-util", + "reth-fs-util 1.9.3", "sha2 0.10.9", "tokio", ] @@ -9638,18 +10051,18 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "eyre", "futures-util", - "reth-db-api", + "reth-db-api 1.9.3", "reth-era", "reth-era-downloader", "reth-etl", - "reth-fs-util", - "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-fs-util 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", + "reth-stages-types 1.9.3", + "reth-storage-api 1.9.3", "tokio", "tracing", ] @@ -9659,9 +10072,20 @@ name = "reth-errors" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "reth-consensus", - "reth-execution-errors", - "reth-storage-errors", + "reth-consensus 1.9.3", + "reth-execution-errors 1.9.3", + "reth-storage-errors 1.9.3", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-errors" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "reth-consensus 1.11.0", + "reth-execution-errors 1.11.0", + "reth-storage-errors 1.11.0", "thiserror 2.0.17", ] @@ -9671,19 +10095,19 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-chains", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "bytes", "derive_more 2.0.1", "futures", "pin-project", - "reth-codecs", + "reth-codecs 1.9.3", "reth-ecies", "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 1.9.3", + "reth-metrics 1.9.3", + "reth-network-peers 1.9.3", + "reth-primitives-traits 1.9.3", "serde", "snap", "thiserror 2.0.17", @@ -9702,14 +10126,14 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-hardforks", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "bytes", "derive_more 2.0.1", - "reth-chainspec", - "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-chainspec 1.9.3", + "reth-codecs-derive 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "serde", "thiserror 2.0.17", ] @@ -9721,16 +10145,16 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "reth-chainspec", - "reth-codecs", - "reth-consensus", + "reth-chainspec 1.9.3", + "reth-codecs 1.9.3", + "reth-consensus 1.9.3", "reth-consensus-common", - "reth-db", + "reth-db 1.9.3", "reth-engine-local", "reth-eth-wire", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-evm-ethereum", "reth-exex", "reth-network", @@ -9739,18 +10163,18 @@ dependencies = [ "reth-node-builder", "reth-node-core", "reth-node-ethereum", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", "reth-revm", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "reth-transaction-pool", - "reth-trie", - "reth-trie-db", + "reth-trie 1.9.3", + "reth-trie-db 1.9.3", ] [[package]] @@ -9760,18 +10184,18 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "clap", "eyre", - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-cli", "reth-cli-commands", "reth-cli-runner", - "reth-db", + "reth-db 1.9.3", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-ethereum", "reth-node-metrics", "reth-rpc-server-types", - "reth-tracing", + "reth-tracing 1.9.3", "reth-tracing-otlp", "tracing", "url", @@ -9784,12 +10208,12 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", - "reth-chainspec", - "reth-consensus", + "alloy-primitives 1.5.7", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", "reth-consensus-common", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.9.3", + "reth-primitives-traits 1.9.3", "tracing", ] @@ -9799,13 +10223,31 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", + "alloy-rlp", + "alloy-rpc-types-engine", + "reth-engine-primitives 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "serde", + "sha2 0.10.9", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-ethereum-engine-primitives" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-eips", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-rpc-types-engine", - "reth-engine-primitives", - "reth-ethereum-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-engine-primitives 1.11.0", + "reth-ethereum-primitives 1.11.0", + "reth-payload-primitives 1.11.0", + "reth-primitives-traits 1.11.0", "serde", "sha2 0.10.9", "thiserror 2.0.17", @@ -9818,7 +10260,20 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-eip2124", "alloy-hardforks", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", + "auto_impl", + "once_cell", + "rustc-hash 2.1.1", +] + +[[package]] +name = "reth-ethereum-forks" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives 1.5.7", "auto_impl", "once_cell", "rustc-hash 2.1.1", @@ -9831,25 +10286,25 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-rpc-types-engine", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-consensus-common", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", + "reth-errors 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-evm-ethereum", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", "reth-payload-validator", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-revm", - "reth-storage-api", + "reth-storage-api 1.9.3", "reth-transaction-pool", - "revm", + "revm 31.0.2", "tracing", ] @@ -9860,15 +10315,35 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-rpc-types-eth", "alloy-serde", "arbitrary", - "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "modular-bitfield 0.11.2", + "reth-codecs 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-zstd-compressors 1.9.3", + "serde", + "serde_with", +] + +[[package]] +name = "reth-ethereum-primitives" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives 1.5.7", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-serde", + "arbitrary", + "modular-bitfield 0.13.1", + "reth-codecs 1.11.0", + "reth-primitives-traits 1.11.0", + "reth-zstd-compressors 1.11.0", "serde", "serde_with", ] @@ -9879,7 +10354,7 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "rayon", - "reth-db-api", + "reth-db-api 1.9.3", "tempfile", ] @@ -9890,20 +10365,42 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", - "alloy-primitives 1.4.1", + "alloy-evm 0.23.3", + "alloy-primitives 1.5.7", "auto_impl", "derive_more 2.0.1", "futures-util", "metrics", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", - "revm", + "reth-execution-errors 1.9.3", + "reth-execution-types 1.9.3", + "reth-metrics 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie-common 1.9.3", + "revm 31.0.2", +] + +[[package]] +name = "reth-evm" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm 0.27.2", + "alloy-primitives 1.5.7", + "auto_impl", + "derive_more 2.0.1", + "futures-util", + "rayon", + "reth-execution-errors 1.11.0", + "reth-execution-types 1.11.0", + "reth-primitives-traits 1.11.0", + "reth-storage-api 1.11.0", + "reth-storage-errors 1.11.0", + "reth-trie-common 1.11.0", + "revm 34.0.0", ] [[package]] @@ -9913,19 +10410,19 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", - "alloy-primitives 1.4.1", + "alloy-evm 0.23.3", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "derive_more 2.0.1", "parking_lot", - "reth-chainspec", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-primitives-traits", - "reth-storage-errors", - "revm", + "reth-chainspec 1.9.3", + "reth-ethereum-forks 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", + "reth-execution-types 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-storage-errors 1.9.3", + "revm 31.0.2", ] [[package]] @@ -9933,11 +10430,24 @@ name = "reth-execution-errors" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-evm", - "alloy-primitives 1.4.1", + "alloy-evm 0.23.3", + "alloy-primitives 1.5.7", "alloy-rlp", "nybbles", - "reth-storage-errors", + "reth-storage-errors 1.9.3", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-execution-errors" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-evm 0.27.2", + "alloy-primitives 1.5.7", + "alloy-rlp", + "nybbles", + "reth-storage-errors 1.11.0", "thiserror 2.0.17", ] @@ -9948,13 +10458,31 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", - "alloy-primitives 1.4.1", + "alloy-evm 0.23.3", + "alloy-primitives 1.5.7", "derive_more 2.0.1", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-trie-common", - "revm", + "reth-ethereum-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-trie-common 1.9.3", + "revm 31.0.2", + "serde", + "serde_with", +] + +[[package]] +name = "reth-execution-types" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm 0.27.2", + "alloy-primitives 1.5.7", + "derive_more 2.0.1", + "reth-ethereum-primitives 1.11.0", + "reth-primitives-traits 1.11.0", + "reth-trie-common 1.11.0", + "revm 34.0.0", "serde", "serde_with", ] @@ -9966,30 +10494,30 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "eyre", "futures", "itertools 0.14.0", "metrics", "parking_lot", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", "reth-config", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-exex-types", - "reth-fs-util", - "reth-metrics", + "reth-fs-util 1.9.3", + "reth-metrics 1.9.3", "reth-node-api", "reth-node-core", "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", + "reth-prune-types 1.9.3", "reth-revm", "reth-stages-api", - "reth-tasks", - "reth-tracing", + "reth-tasks 1.9.3", + "reth-tracing 1.9.3", "rmp-serde", "thiserror 2.0.17", "tokio", @@ -10005,14 +10533,14 @@ dependencies = [ "alloy-eips", "eyre", "futures-util", - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-config", - "reth-consensus", - "reth-db", + "reth-consensus 1.9.3", + "reth-db 1.9.3", "reth-db-common", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.9.3", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 1.9.3", "reth-exex", "reth-network", "reth-node-api", @@ -10020,9 +10548,9 @@ dependencies = [ "reth-node-core", "reth-node-ethereum", "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", - "reth-tasks", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", + "reth-tasks 1.9.3", "reth-transaction-pool", "tempfile", "thiserror 2.0.17", @@ -10035,10 +10563,10 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", - "alloy-primitives 1.4.1", - "reth-chain-state", - "reth-execution-types", - "reth-primitives-traits", + "alloy-primitives 1.5.7", + "reth-chain-state 1.9.3", + "reth-execution-types 1.9.3", + "reth-primitives-traits 1.9.3", "serde", "serde_with", ] @@ -10053,30 +10581,40 @@ dependencies = [ "thiserror 2.0.17", ] +[[package]] +name = "reth-fs-util" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "serde", + "serde_json", + "thiserror 2.0.17", +] + [[package]] name = "reth-invalid-block-hooks" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-rpc-types-debug", "eyre", "futures", "jsonrpsee 0.26.0", "pretty_assertions", - "reth-engine-primitives", - "reth-evm", - "reth-primitives-traits", - "reth-provider", + "reth-engine-primitives 1.9.3", + "reth-evm 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", "reth-revm", "reth-rpc-api", - "reth-tracing", - "reth-trie", - "revm", - "revm-bytecode", - "revm-database", + "reth-tracing 1.9.3", + "reth-trie 1.9.3", + "revm 31.0.2", + "revm-bytecode 7.1.1", + "revm-database 9.0.6", "serde", "serde_json", ] @@ -10111,7 +10649,23 @@ dependencies = [ "dashmap 6.1.0", "derive_more 2.0.1", "parking_lot", - "reth-mdbx-sys", + "reth-mdbx-sys 1.9.3", + "smallvec", + "thiserror 2.0.17", + "tracing", +] + +[[package]] +name = "reth-libmdbx" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "bitflags 2.10.0", + "byteorder", + "dashmap 6.1.0", + "derive_more 2.0.1", + "parking_lot", + "reth-mdbx-sys 1.11.0", "smallvec", "thiserror 2.0.17", "tracing", @@ -10126,6 +10680,15 @@ dependencies = [ "cc", ] +[[package]] +name = "reth-mdbx-sys" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "bindgen 0.72.1", + "cc", +] + [[package]] name = "reth-metrics" version = "1.9.3" @@ -10138,12 +10701,21 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "reth-metrics" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "metrics", + "metrics-derive", +] + [[package]] name = "reth-net-banlist" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", ] [[package]] @@ -10167,7 +10739,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "aquamarine", "auto_impl", @@ -10181,26 +10753,26 @@ dependencies = [ "pin-project", "rand 0.8.5", "rand 0.9.2", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", "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-ethereum-forks 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-fs-util 1.9.3", + "reth-metrics 1.9.3", "reth-net-banlist", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.9.3", "reth-network-types", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "reth-tokio-util", "reth-transaction-pool", "rustc-hash 2.1.1", @@ -10221,7 +10793,7 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-admin", "alloy-rpc-types-eth", "auto_impl", @@ -10229,9 +10801,9 @@ dependencies = [ "enr", "futures", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 1.9.3", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.9.3", "reth-network-types", "reth-tokio-util", "serde", @@ -10247,18 +10819,18 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "auto_impl", "derive_more 2.0.1", "futures", "parking_lot", - "reth-consensus", + "reth-consensus 1.9.3", "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", + "reth-ethereum-primitives 1.9.3", + "reth-network-peers 1.9.3", "reth-network-types", - "reth-primitives-traits", - "reth-storage-errors", + "reth-primitives-traits 1.9.3", + "reth-storage-errors 1.9.3", "tokio", "tracing", ] @@ -10268,7 +10840,7 @@ name = "reth-network-peers" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "enr", "secp256k1 0.30.0", @@ -10278,6 +10850,19 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-peers" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-primitives 1.5.7", + "alloy-rlp", + "secp256k1 0.30.0", + "serde_with", + "thiserror 2.0.17", + "url", +] + [[package]] name = "reth-network-types" version = "1.9.3" @@ -10286,7 +10871,7 @@ dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers", + "reth-network-peers 1.9.3", "serde", "serde_json", "tracing", @@ -10300,9 +10885,26 @@ dependencies = [ "anyhow", "bincode 1.3.3", "derive_more 2.0.1", - "lz4_flex", + "lz4_flex 0.11.5", + "memmap2", + "reth-fs-util 1.9.3", + "serde", + "thiserror 2.0.17", + "tracing", + "zstd", +] + +[[package]] +name = "reth-nippy-jar" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "anyhow", + "bincode 1.3.3", + "derive_more 2.0.1", + "lz4_flex 0.12.0", "memmap2", - "reth-fs-util", + "reth-fs-util 1.11.0", "serde", "thiserror 2.0.17", "tracing", @@ -10317,18 +10919,18 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "reth-basic-payload-builder", - "reth-consensus", - "reth-db-api", - "reth-engine-primitives", - "reth-evm", + "reth-consensus 1.9.3", + "reth-db-api 1.9.3", + "reth-engine-primitives 1.9.3", + "reth-evm 1.9.3", "reth-network-api", "reth-node-core", - "reth-node-types", + "reth-node-types 1.9.3", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-provider", - "reth-tasks", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-provider 1.9.3", + "reth-tasks 1.9.3", "reth-tokio-util", "reth-transaction-pool", ] @@ -10340,7 +10942,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-provider", "alloy-rpc-types", "alloy-rpc-types-engine", @@ -10351,24 +10953,24 @@ dependencies = [ "jsonrpsee 0.26.0", "rayon", "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", "reth-cli-util", "reth-config", - "reth-consensus", + "reth-consensus 1.9.3", "reth-consensus-debug-client", - "reth-db", - "reth-db-api", + "reth-db 1.9.3", + "reth-db-api 1.9.3", "reth-db-common", "reth-downloaders", "reth-engine-local", - "reth-engine-primitives", + "reth-engine-primitives 1.9.3", "reth-engine-service", "reth-engine-tree", "reth-engine-util", - "reth-evm", + "reth-evm 1.9.3", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.9.3", "reth-invalid-block-hooks", "reth-network", "reth-network-api", @@ -10379,8 +10981,8 @@ dependencies = [ "reth-node-events", "reth-node-metrics", "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", "reth-prune", "reth-rpc", "reth-rpc-api", @@ -10390,9 +10992,9 @@ dependencies = [ "reth-rpc-layer", "reth-stages", "reth-static-file", - "reth-tasks", + "reth-tasks 1.9.3", "reth-tokio-util", - "reth-tracing", + "reth-tracing 1.9.3", "reth-transaction-pool", "secp256k1 0.30.0", "serde_json", @@ -10408,7 +11010,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "clap", "derive_more 2.0.1", @@ -10417,29 +11019,29 @@ dependencies = [ "futures", "humantime", "rand 0.9.2", - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-cli-util", "reth-config", - "reth-consensus", - "reth-db", + "reth-consensus 1.9.3", + "reth-db 1.9.3", "reth-discv4", "reth-discv5", "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-forks", + "reth-engine-primitives 1.9.3", + "reth-ethereum-forks 1.9.3", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-prune-types", + "reth-network-peers 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-prune-types 1.9.3", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tracing", + "reth-stages-types 1.9.3", + "reth-storage-api 1.9.3", + "reth-storage-errors 1.9.3", + "reth-tracing 1.9.3", "reth-tracing-otlp", "reth-transaction-pool", "secp256k1 0.30.0", @@ -10464,21 +11066,21 @@ dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-engine-local", - "reth-engine-primitives", + "reth-engine-primitives 1.9.3", "reth-ethereum-consensus", - "reth-ethereum-engine-primitives", + "reth-ethereum-engine-primitives 1.9.3", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-evm-ethereum", "reth-network", "reth-node-api", "reth-node-builder", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", "reth-revm", "reth-rpc", "reth-rpc-api", @@ -10486,9 +11088,9 @@ dependencies = [ "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-tracing", + "reth-tracing 1.9.3", "reth-transaction-pool", - "revm", + "revm 31.0.2", "tokio", ] @@ -10498,13 +11100,13 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "chrono", "futures-util", - "reth-chain-state", + "reth-chain-state 1.9.3", "reth-network-api", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", "reth-transaction-pool", "serde", "serde_json", @@ -10523,19 +11125,19 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "derive_more 2.0.1", "futures", "humantime", "pin-project", - "reth-engine-primitives", + "reth-engine-primitives 1.9.3", "reth-network-api", - "reth-primitives-traits", - "reth-prune-types", + "reth-primitives-traits 1.9.3", + "reth-prune-types 1.9.3", "reth-stages", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 1.9.3", + "reth-storage-api 1.9.3", "tokio", "tracing", ] @@ -10554,8 +11156,8 @@ dependencies = [ "metrics-util", "procfs 0.17.0", "reqwest 0.12.24", - "reth-metrics", - "reth-tasks", + "reth-metrics 1.9.3", + "reth-tasks 1.9.3", "tikv-jemalloc-ctl", "tokio", "tower 0.5.2", @@ -10567,11 +11169,23 @@ name = "reth-node-types" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "reth-chainspec", - "reth-db-api", - "reth-engine-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-chainspec 1.9.3", + "reth-db-api 1.9.3", + "reth-engine-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", +] + +[[package]] +name = "reth-node-types" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "reth-chainspec 1.11.0", + "reth-db-api 1.11.0", + "reth-engine-primitives 1.11.0", + "reth-payload-primitives 1.11.0", + "reth-primitives-traits 1.11.0", ] [[package]] @@ -10584,18 +11198,18 @@ dependencies = [ "alloy-eips", "alloy-genesis", "alloy-hardforks", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "derive_more 2.0.1", "miniz_oxide", - "op-alloy-consensus", - "op-alloy-rpc-types", + "op-alloy-consensus 0.22.4", + "op-alloy-rpc-types 0.22.4", "paste", - "reth-chainspec", - "reth-ethereum-forks", - "reth-network-peers", + "reth-chainspec 1.9.3", + "reth-ethereum-forks 1.9.3", + "reth-network-peers 1.9.3", "reth-optimism-forks", "reth-optimism-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "serde", "serde_json", "tar-no-std", @@ -10609,24 +11223,24 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "clap", "derive_more 2.0.1", "eyre", "futures-util", - "op-alloy-consensus", - "reth-chainspec", + "op-alloy-consensus 0.22.4", + "reth-chainspec 1.9.3", "reth-cli", "reth-cli-commands", "reth-cli-runner", - "reth-consensus", - "reth-db", - "reth-db-api", + "reth-consensus 1.9.3", + "reth-db 1.9.3", + "reth-db-api 1.9.3", "reth-db-common", "reth-downloaders", - "reth-execution-types", - "reth-fs-util", + "reth-execution-types 1.9.3", + "reth-fs-util 1.9.3", "reth-node-builder", "reth-node-core", "reth-node-events", @@ -10636,14 +11250,14 @@ dependencies = [ "reth-optimism-evm", "reth-optimism-node", "reth-optimism-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", "reth-prune", "reth-rpc-server-types", "reth-stages", "reth-static-file", - "reth-static-file-types", - "reth-tracing", + "reth-static-file-types 1.9.3", + "reth-tracing 1.9.3", "reth-tracing-otlp", "serde", "tokio", @@ -10659,20 +11273,20 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-trie", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", "reth-consensus-common", - "reth-execution-types", + "reth-execution-types 1.9.3", "reth-optimism-chainspec", "reth-optimism-forks", "reth-optimism-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", - "revm", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie-common 1.9.3", + "revm 31.0.2", "thiserror 2.0.17", "tracing", ] @@ -10684,24 +11298,24 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.23.3", "alloy-op-evm", - "alloy-primitives 1.4.1", - "op-alloy-consensus", - "op-alloy-rpc-types-engine", - "op-revm", - "reth-chainspec", - "reth-evm", - "reth-execution-errors", - "reth-execution-types", + "alloy-primitives 1.5.7", + "op-alloy-consensus 0.22.4", + "op-alloy-rpc-types-engine 0.22.4", + "op-revm 12.0.2", + "reth-chainspec 1.9.3", + "reth-evm 1.9.3", + "reth-execution-errors 1.9.3", + "reth-execution-types 1.9.3", "reth-optimism-chainspec", "reth-optimism-consensus", "reth-optimism-forks", "reth-optimism-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-rpc-eth-api", - "reth-storage-errors", - "revm", + "reth-storage-errors 1.9.3", + "revm 31.0.2", "thiserror 2.0.17", ] @@ -10712,7 +11326,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "alloy-serde", "brotli", @@ -10720,21 +11334,21 @@ dependencies = [ "eyre", "futures-util", "metrics", - "reth-chain-state", - "reth-engine-primitives", - "reth-errors", - "reth-evm", - "reth-execution-types", - "reth-metrics", + "reth-chain-state 1.9.3", + "reth-engine-primitives 1.9.3", + "reth-errors 1.9.3", + "reth-evm 1.9.3", + "reth-execution-types 1.9.3", + "reth-metrics 1.9.3", "reth-optimism-evm", "reth-optimism-payload-builder", "reth-optimism-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "reth-revm", "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "ringbuffer", "serde", "serde_json", @@ -10750,9 +11364,9 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-op-hardforks", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "once_cell", - "reth-ethereum-forks", + "reth-ethereum-forks 1.9.3", ] [[package]] @@ -10761,18 +11375,18 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "alloy-rpc-types-eth", "clap", "eyre", - "op-alloy-consensus", - "op-alloy-rpc-types-engine", - "op-revm", - "reth-chainspec", - "reth-consensus", + "op-alloy-consensus 0.22.4", + "op-alloy-rpc-types-engine 0.22.4", + "op-revm 12.0.2", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", "reth-engine-local", - "reth-evm", + "reth-evm 1.9.3", "reth-network", "reth-node-api", "reth-node-builder", @@ -10787,15 +11401,15 @@ dependencies = [ "reth-optimism-storage", "reth-optimism-txpool", "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", "reth-rpc-api", "reth-rpc-engine-api", "reth-rpc-server-types", - "reth-tracing", + "reth-tracing 1.9.3", "reth-transaction-pool", - "reth-trie-common", - "revm", + "reth-trie-common 1.9.3", + "revm 31.0.2", "serde", "tokio", "url", @@ -10808,33 +11422,33 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", - "alloy-primitives 1.4.1", + "alloy-evm 0.23.3", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-rpc-types-debug", "alloy-rpc-types-engine", "derive_more 2.0.1", - "op-alloy-consensus", - "op-alloy-rpc-types-engine", + "op-alloy-consensus 0.22.4", + "op-alloy-rpc-types-engine 0.22.4", "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", - "reth-evm", - "reth-execution-types", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-evm 1.9.3", + "reth-execution-types 1.9.3", "reth-optimism-evm", "reth-optimism-forks", "reth-optimism-primitives", "reth-optimism-txpool", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", "reth-payload-util", "reth-payload-validator", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-revm", - "reth-storage-api", + "reth-storage-api 1.9.3", "reth-transaction-pool", - "revm", + "revm 31.0.2", "serde", "sha2 0.10.9", "thiserror 2.0.17", @@ -10848,15 +11462,15 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "arbitrary", "bytes", - "modular-bitfield", - "op-alloy-consensus", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "modular-bitfield 0.11.2", + "op-alloy-consensus 0.22.4", + "reth-codecs 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-zstd-compressors 1.9.3", "serde", "serde_with", ] @@ -10869,7 +11483,7 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-json-rpc", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-client", "alloy-rpc-types-debug", "alloy-rpc-types-engine", @@ -10884,17 +11498,17 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "op-alloy-consensus", - "op-alloy-network", + "op-alloy-consensus 0.22.4", + "op-alloy-network 0.22.4", "op-alloy-rpc-jsonrpsee", - "op-alloy-rpc-types", - "op-alloy-rpc-types-engine", - "op-revm", + "op-alloy-rpc-types 0.22.4", + "op-alloy-rpc-types-engine 0.22.4", + "op-revm 12.0.2", "reqwest 0.12.24", - "reth-chain-state", - "reth-chainspec", - "reth-evm", - "reth-metrics", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-evm 1.9.3", + "reth-metrics 1.9.3", "reth-node-api", "reth-node-builder", "reth-optimism-evm", @@ -10903,17 +11517,17 @@ dependencies = [ "reth-optimism-payload-builder", "reth-optimism-primitives", "reth-optimism-txpool", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-rpc", "reth-rpc-api", "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "reth-transaction-pool", - "revm", + "revm 31.0.2", "serde_json", "thiserror 2.0.17", "tokio", @@ -10929,7 +11543,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "reth-optimism-primitives", - "reth-storage-api", + "reth-storage-api 1.9.3", ] [[package]] @@ -10940,7 +11554,7 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-json-rpc", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-client", "alloy-rpc-types-eth", "alloy-serde", @@ -10948,19 +11562,19 @@ dependencies = [ "derive_more 2.0.1", "futures-util", "metrics", - "op-alloy-consensus", + "op-alloy-consensus 0.22.4", "op-alloy-flz", - "op-alloy-rpc-types", - "op-revm", + "op-alloy-rpc-types 0.22.4", + "op-revm 12.0.2", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-metrics", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-metrics 1.9.3", "reth-optimism-evm", "reth-optimism-forks", "reth-optimism-primitives", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", "reth-transaction-pool", "serde", "thiserror 2.0.17", @@ -10974,16 +11588,16 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types", "futures-util", "metrics", - "reth-chain-state", - "reth-ethereum-engine-primitives", - "reth-metrics", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-chain-state 1.9.3", + "reth-ethereum-engine-primitives 1.9.3", + "reth-metrics 1.9.3", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "tokio", "tokio-stream", "tracing", @@ -10995,7 +11609,19 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "pin-project", - "reth-payload-primitives", + "reth-payload-primitives 1.9.3", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-builder-primitives" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "pin-project", + "reth-payload-primitives 1.11.0", "tokio", "tokio-stream", "tracing", @@ -11007,15 +11633,38 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "auto_impl", "either", - "op-alloy-rpc-types-engine", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-primitives-traits", + "op-alloy-rpc-types-engine 0.22.4", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-errors 1.9.3", + "reth-primitives-traits 1.9.3", + "serde", + "thiserror 2.0.17", + "tokio", +] + +[[package]] +name = "reth-payload-primitives" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives 1.5.7", + "alloy-rpc-types-engine", + "auto_impl", + "either", + "op-alloy-rpc-types-engine 0.23.1", + "reth-chain-state 1.11.0", + "reth-chainspec 1.11.0", + "reth-errors 1.11.0", + "reth-execution-types 1.11.0", + "reth-primitives-traits 1.11.0", + "reth-trie-common 1.11.0", "serde", "thiserror 2.0.17", "tokio", @@ -11027,7 +11676,7 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "reth-transaction-pool", ] @@ -11038,7 +11687,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", ] [[package]] @@ -11049,10 +11698,10 @@ dependencies = [ "alloy-consensus", "c-kzg", "once_cell", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-static-file-types", + "reth-ethereum-forks 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-static-file-types 1.9.3", ] [[package]] @@ -11063,7 +11712,7 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-genesis", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-rpc-types-eth", "alloy-trie", @@ -11072,16 +11721,50 @@ dependencies = [ "byteorder", "bytes", "derive_more 2.0.1", - "modular-bitfield", + "modular-bitfield 0.11.2", "once_cell", - "op-alloy-consensus", + "op-alloy-consensus 0.22.4", "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs", - "revm-bytecode", + "reth-codecs 1.9.3", + "revm-bytecode 7.1.1", "revm-primitives 21.0.2", - "revm-state", + "revm-state 8.1.1", + "secp256k1 0.30.0", + "serde", + "serde_with", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-primitives-traits" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives 1.5.7", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-trie", + "arbitrary", + "auto_impl", + "byteorder", + "bytes", + "dashmap 6.1.0", + "derive_more 2.0.1", + "modular-bitfield 0.13.1", + "once_cell", + "op-alloy-consensus 0.23.1", + "proptest", + "proptest-arbitrary-interop", + "rayon", + "reth-codecs 1.11.0", + "revm-bytecode 8.0.0", + "revm-primitives 22.0.0", + "revm-state 9.0.0", "secp256k1 0.30.0", "serde", "serde_with", @@ -11095,7 +11778,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "dashmap 6.1.0", "eyre", @@ -11104,29 +11787,73 @@ dependencies = [ "notify", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-codecs", - "reth-db", - "reth-db-api", - "reth-errors", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-nippy-jar", - "reth-node-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-db", - "revm-database", - "revm-state", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-codecs 1.9.3", + "reth-db 1.9.3", + "reth-db-api 1.9.3", + "reth-errors 1.9.3", + "reth-ethereum-engine-primitives 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-execution-types 1.9.3", + "reth-fs-util 1.9.3", + "reth-metrics 1.9.3", + "reth-nippy-jar 1.9.3", + "reth-node-types 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-prune-types 1.9.3", + "reth-stages-types 1.9.3", + "reth-static-file-types 1.9.3", + "reth-storage-api 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie 1.9.3", + "reth-trie-db 1.9.3", + "revm-database 9.0.6", + "revm-state 8.1.1", + "strum 0.27.2", + "tokio", + "tracing", +] + +[[package]] +name = "reth-provider" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives 1.5.7", + "alloy-rpc-types-engine", + "eyre", + "itertools 0.14.0", + "metrics", + "notify", + "parking_lot", + "rayon", + "reth-chain-state 1.11.0", + "reth-chainspec 1.11.0", + "reth-codecs 1.11.0", + "reth-db 1.11.0", + "reth-db-api 1.11.0", + "reth-errors 1.11.0", + "reth-ethereum-engine-primitives 1.11.0", + "reth-ethereum-primitives 1.11.0", + "reth-execution-types 1.11.0", + "reth-fs-util 1.11.0", + "reth-metrics 1.11.0", + "reth-nippy-jar 1.11.0", + "reth-node-types 1.11.0", + "reth-primitives-traits 1.11.0", + "reth-prune-types 1.11.0", + "reth-stages-types 1.11.0", + "reth-static-file-types 1.11.0", + "reth-storage-api 1.11.0", + "reth-storage-errors 1.11.0", + "reth-tasks 1.11.0", + "reth-trie 1.11.0", + "reth-trie-db 1.11.0", + "revm-database 10.0.0", + "revm-state 9.0.0", "strum 0.27.2", "tokio", "tracing", @@ -11139,19 +11866,19 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "itertools 0.14.0", "metrics", "rayon", "reth-config", - "reth-db-api", - "reth-errors", + "reth-db-api 1.9.3", + "reth-errors 1.9.3", "reth-exex-types", - "reth-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-static-file-types", + "reth-metrics 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", + "reth-prune-types 1.9.3", + "reth-static-file-types 1.9.3", "reth-tokio-util", "rustc-hash 2.1.1", "thiserror 2.0.17", @@ -11164,14 +11891,30 @@ name = "reth-prune-types" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", + "arbitrary", + "derive_more 2.0.1", + "modular-bitfield 0.11.2", + "reth-codecs 1.9.3", + "serde", + "strum 0.27.2", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-prune-types" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-primitives 1.5.7", "arbitrary", "derive_more 2.0.1", - "modular-bitfield", - "reth-codecs", + "modular-bitfield 0.13.1", + "reth-codecs 1.11.0", "serde", "strum 0.27.2", "thiserror 2.0.17", + "tracing", ] [[package]] @@ -11180,14 +11923,14 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "futures", "reth-eth-wire", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.9.3", "reth-network", "reth-network-api", - "reth-storage-errors", + "reth-storage-errors 1.9.3", "tokio", "tokio-stream", "tracing", @@ -11199,22 +11942,22 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "eyre", "futures", "parking_lot", - "reth-chain-state", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", + "reth-chain-state 1.9.3", + "reth-errors 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-ress-protocol", "reth-revm", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "reth-tokio-util", - "reth-trie", + "reth-trie 1.9.3", "schnellru", "tokio", "tracing", @@ -11225,12 +11968,12 @@ name = "reth-revm" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "revm", + "alloy-primitives 1.5.7", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie 1.9.3", + "revm 31.0.2", ] [[package]] @@ -11241,10 +11984,10 @@ dependencies = [ "alloy-consensus", "alloy-dyn-abi", "alloy-eips", - "alloy-evm", + "alloy-evm 0.23.3", "alloy-genesis", "alloy-network", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-rpc-client", "alloy-rpc-types", @@ -11272,21 +12015,21 @@ dependencies = [ "jsonwebtoken", "parking_lot", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", "reth-consensus-common", - "reth-engine-primitives", - "reth-errors", - "reth-evm", + "reth-engine-primitives 1.9.3", + "reth-errors 1.9.3", + "reth-evm 1.9.3", "reth-evm-ethereum", - "reth-execution-types", - "reth-metrics", + "reth-execution-types 1.9.3", + "reth-metrics 1.9.3", "reth-network-api", - "reth-network-peers", + "reth-network-peers 1.9.3", "reth-network-types", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-revm", "reth-rpc-api", "reth-rpc-convert", @@ -11294,11 +12037,11 @@ dependencies = [ "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "reth-transaction-pool", - "reth-trie-common", - "revm", + "reth-trie-common 1.9.3", + "revm 31.0.2", "revm-inspectors", "revm-primitives 21.0.2", "serde", @@ -11320,7 +12063,7 @@ dependencies = [ "alloy-eips", "alloy-genesis", "alloy-json-rpc", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types", "alloy-rpc-types-admin", "alloy-rpc-types-anvil", @@ -11333,11 +12076,11 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee 0.26.0", - "reth-chain-state", - "reth-engine-primitives", - "reth-network-peers", + "reth-chain-state 1.9.3", + "reth-engine-primitives 1.9.3", + "reth-network-peers 1.9.3", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 1.9.3", ] [[package]] @@ -11352,23 +12095,23 @@ dependencies = [ "jsonrpsee 0.26.0", "metrics", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-evm", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", + "reth-evm 1.9.3", "reth-ipc", - "reth-metrics", + "reth-metrics 1.9.3", "reth-network-api", "reth-node-core", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "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-storage-api 1.9.3", + "reth-tasks 1.9.3", "reth-transaction-pool", "serde", "thiserror 2.0.17", @@ -11387,22 +12130,22 @@ dependencies = [ "alloy-consensus", "alloy-json-rpc", "alloy-network", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-eth", "alloy-signer", "auto_impl", "dyn-clone", "jsonrpsee-types", - "op-alloy-consensus", - "op-alloy-network", - "op-alloy-rpc-types", - "op-revm", - "reth-ethereum-primitives", - "reth-evm", + "op-alloy-consensus 0.22.4", + "op-alloy-network 0.22.4", + "op-alloy-rpc-types 0.22.4", + "op-revm 12.0.2", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-optimism-primitives", - "reth-primitives-traits", - "reth-storage-api", - "revm-context", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "revm-context 11.0.2", "thiserror 2.0.17", ] @@ -11412,23 +12155,23 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "async-trait", "jsonrpsee-core", "jsonrpsee-types", "metrics", "parking_lot", - "reth-chainspec", - "reth-engine-primitives", - "reth-metrics", + "reth-chainspec 1.9.3", + "reth-engine-primitives 1.9.3", + "reth-metrics 1.9.3", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "reth-rpc-api", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "reth-transaction-pool", "serde", "thiserror 2.0.17", @@ -11444,10 +12187,10 @@ dependencies = [ "alloy-consensus", "alloy-dyn-abi", "alloy-eips", - "alloy-evm", + "alloy-evm 0.23.3", "alloy-json-rpc", "alloy-network", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-rpc-types-eth", "alloy-rpc-types-mev", @@ -11459,22 +12202,22 @@ dependencies = [ "jsonrpsee 0.26.0", "jsonrpsee-types", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-errors 1.9.3", + "reth-evm 1.9.3", "reth-network-api", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-revm", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "reth-transaction-pool", - "reth-trie-common", - "revm", + "reth-trie-common 1.9.3", + "revm 31.0.2", "revm-inspectors", "tokio", "tracing", @@ -11487,9 +12230,9 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.23.3", "alloy-network", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-client", "alloy-rpc-types-eth", "alloy-sol-types", @@ -11502,22 +12245,22 @@ dependencies = [ "metrics", "rand 0.9.2", "reqwest 0.12.24", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-errors 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", + "reth-execution-types 1.9.3", + "reth-metrics 1.9.3", + "reth-primitives-traits 1.9.3", "reth-revm", "reth-rpc-convert", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "reth-transaction-pool", - "reth-trie", - "revm", + "reth-trie 1.9.3", + "revm 31.0.2", "revm-inspectors", "schnellru", "serde", @@ -11547,11 +12290,11 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "jsonrpsee-core", "jsonrpsee-types", - "reth-errors", + "reth-errors 1.9.3", "reth-network-api", "serde", "strum 0.27.2", @@ -11564,7 +12307,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "bincode 1.3.3", "eyre", "futures-util", @@ -11572,33 +12315,33 @@ dependencies = [ "num-traits", "rayon", "reqwest 0.12.24", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.9.3", + "reth-codecs 1.9.3", "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", + "reth-consensus 1.9.3", + "reth-db 1.9.3", + "reth-db-api 1.9.3", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.9.3", "reth-etl", - "reth-evm", - "reth-execution-types", + "reth-evm 1.9.3", + "reth-execution-types 1.9.3", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.9.3", "reth-network-p2p", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", "reth-prune", - "reth-prune-types", + "reth-prune-types 1.9.3", "reth-revm", "reth-stages-api", - "reth-static-file-types", - "reth-storage-errors", + "reth-static-file-types 1.9.3", + "reth-storage-errors 1.9.3", "reth-testing-utils", - "reth-trie", - "reth-trie-db", + "reth-trie 1.9.3", + "reth-trie-db 1.9.3", "tempfile", "thiserror 2.0.17", "tokio", @@ -11611,21 +12354,21 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "aquamarine", "auto_impl", "futures-util", "metrics", - "reth-consensus", - "reth-errors", - "reth-metrics", + "reth-consensus 1.9.3", + "reth-errors 1.9.3", + "reth-metrics 1.9.3", "reth-network-p2p", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", "reth-prune", - "reth-stages-types", + "reth-stages-types 1.9.3", "reth-static-file", - "reth-static-file-types", + "reth-static-file-types 1.9.3", "reth-tokio-util", "thiserror 2.0.17", "tokio", @@ -11637,12 +12380,26 @@ name = "reth-stages-types" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "arbitrary", "bytes", - "modular-bitfield", - "reth-codecs", - "reth-trie-common", + "modular-bitfield 0.11.2", + "reth-codecs 1.9.3", + "reth-trie-common 1.9.3", + "serde", +] + +[[package]] +name = "reth-stages-types" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-primitives 1.5.7", + "arbitrary", + "bytes", + "modular-bitfield 0.13.1", + "reth-codecs 1.11.0", + "reth-trie-common 1.11.0", "serde", ] @@ -11651,17 +12408,17 @@ name = "reth-static-file" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "parking_lot", "rayon", - "reth-codecs", - "reth-db-api", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", + "reth-codecs 1.9.3", + "reth-db-api 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-provider 1.9.3", + "reth-prune-types 1.9.3", + "reth-stages-types 1.9.3", + "reth-static-file-types 1.9.3", + "reth-storage-errors 1.9.3", "reth-tokio-util", "tracing", ] @@ -11671,13 +12428,27 @@ name = "reth-static-file-types" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "clap", "derive_more 2.0.1", "serde", "strum 0.27.2", ] +[[package]] +name = "reth-static-file-types" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-primitives 1.5.7", + "derive_more 2.0.1", + "fixed-map", + "reth-stages-types 1.11.0", + "serde", + "strum 0.27.2", + "tracing", +] + [[package]] name = "reth-storage-api" version = "1.9.3" @@ -11685,20 +12456,44 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 1.9.3", + "reth-db-api 1.9.3", + "reth-db-models 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-execution-types 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-prune-types 1.9.3", + "reth-stages-types 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie-common 1.9.3", + "revm-database 9.0.6", +] + +[[package]] +name = "reth-storage-api" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives 1.5.7", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", - "reth-db-api", - "reth-db-models", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "revm-database", + "reth-chainspec 1.11.0", + "reth-db-api 1.11.0", + "reth-db-models 1.11.0", + "reth-ethereum-primitives 1.11.0", + "reth-execution-types 1.11.0", + "reth-primitives-traits 1.11.0", + "reth-prune-types 1.11.0", + "reth-stages-types 1.11.0", + "reth-storage-errors 1.11.0", + "reth-trie-common 1.11.0", + "revm-database 10.0.0", + "serde_json", ] [[package]] @@ -11707,13 +12502,30 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", + "alloy-rlp", + "derive_more 2.0.1", + "reth-primitives-traits 1.9.3", + "reth-prune-types 1.9.3", + "reth-static-file-types 1.9.3", + "revm-database-interface 8.0.5", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-storage-errors" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-eips", + "alloy-primitives 1.5.7", "alloy-rlp", "derive_more 2.0.1", - "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", - "revm-database-interface", + "reth-primitives-traits 1.11.0", + "reth-prune-types 1.11.0", + "reth-static-file-types 1.11.0", + "revm-database-interface 9.0.0", + "revm-state 9.0.0", "thiserror 2.0.17", ] @@ -11728,7 +12540,25 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics", + "reth-metrics 1.9.3", + "thiserror 2.0.17", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "reth-tasks" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "auto_impl", + "dyn-clone", + "futures-util", + "metrics", + "pin-project", + "rayon", + "reth-metrics 1.11.0", "thiserror 2.0.17", "tokio", "tracing", @@ -11743,11 +12573,11 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-genesis", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "rand 0.8.5", "rand 0.9.2", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "secp256k1 0.30.0", ] @@ -11778,6 +12608,22 @@ dependencies = [ "url", ] +[[package]] +name = "reth-tracing" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "clap", + "eyre", + "rolling-file", + "tracing", + "tracing-appender", + "tracing-journald", + "tracing-logfmt", + "tracing-samply", + "tracing-subscriber 0.3.22", +] + [[package]] name = "reth-tracing-otlp" version = "1.9.3" @@ -11802,7 +12648,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "aquamarine", "auto_impl", @@ -11813,16 +12659,16 @@ dependencies = [ "paste", "pin-project", "rand 0.9.2", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", + "reth-ethereum-primitives 1.9.3", + "reth-execution-types 1.9.3", + "reth-fs-util 1.9.3", + "reth-metrics 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "revm-interpreter 29.0.1", "revm-primitives 21.0.2", "rustc-hash 2.1.1", @@ -11843,20 +12689,46 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-trie", "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", - "revm-database", + "reth-execution-errors 1.9.3", + "reth-metrics 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-stages-types 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie-common 1.9.3", + "reth-trie-sparse 1.9.3", + "revm-database 9.0.6", + "tracing", + "triehash", +] + +[[package]] +name = "reth-trie" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives 1.5.7", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "itertools 0.14.0", + "metrics", + "parking_lot", + "reth-execution-errors 1.11.0", + "reth-metrics 1.11.0", + "reth-primitives-traits 1.11.0", + "reth-stages-types 1.11.0", + "reth-storage-errors 1.11.0", + "reth-trie-common 1.11.0", + "reth-trie-sparse 1.11.0", + "revm-database 10.0.0", "tracing", "triehash", ] @@ -11867,7 +12739,34 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-serde", + "alloy-trie", + "arbitrary", + "arrayvec", + "bytes", + "derive_more 2.0.1", + "hash-db", + "itertools 0.14.0", + "nybbles", + "plain_hasher", + "rayon", + "reth-codecs 1.9.3", + "reth-primitives-traits 1.9.3", + "revm-database 9.0.6", + "serde", + "serde_with", +] + +[[package]] +name = "reth-trie-common" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-consensus", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-rpc-types-eth", "alloy-serde", @@ -11881,9 +12780,9 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs", - "reth-primitives-traits", - "revm-database", + "reth-codecs 1.11.0", + "reth-primitives-traits 1.11.0", + "revm-database 10.0.0", "serde", "serde_with", ] @@ -11893,11 +12792,31 @@ name = "reth-trie-db" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", - "reth-db-api", - "reth-execution-errors", - "reth-primitives-traits", - "reth-trie", + "alloy-primitives 1.5.7", + "reth-db-api 1.9.3", + "reth-execution-errors 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-trie 1.9.3", + "tracing", +] + +[[package]] +name = "reth-trie-db" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-primitives 1.5.7", + "metrics", + "parking_lot", + "reth-db-api 1.11.0", + "reth-execution-errors 1.11.0", + "reth-metrics 1.11.0", + "reth-primitives-traits 1.11.0", + "reth-stages-types 1.11.0", + "reth-storage-api 1.11.0", + "reth-storage-errors 1.11.0", + "reth-trie 1.11.0", + "reth-trie-common 1.11.0", "tracing", ] @@ -11906,7 +12825,7 @@ name = "reth-trie-parallel" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "crossbeam-channel", "dashmap 6.1.0", @@ -11914,13 +12833,13 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-provider", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", - "reth-trie-sparse", + "reth-execution-errors 1.9.3", + "reth-metrics 1.9.3", + "reth-provider 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie 1.9.3", + "reth-trie-common 1.9.3", + "reth-trie-sparse 1.9.3", "thiserror 2.0.17", "tokio", "tracing", @@ -11931,16 +12850,33 @@ name = "reth-trie-sparse" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-trie", "auto_impl", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-trie-common", + "reth-execution-errors 1.9.3", + "reth-metrics 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-trie-common 1.9.3", + "smallvec", + "tracing", +] + +[[package]] +name = "reth-trie-sparse" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" +dependencies = [ + "alloy-primitives 1.5.7", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "rayon", + "reth-execution-errors 1.11.0", + "reth-primitives-traits 1.11.0", + "reth-trie-common 1.11.0", "smallvec", "tracing", ] @@ -11950,23 +12886,31 @@ name = "reth-trie-sparse-parallel" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rlp", "alloy-trie", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-trie-common", - "reth-trie-sparse", + "reth-execution-errors 1.9.3", + "reth-metrics 1.9.3", + "reth-trie-common 1.9.3", + "reth-trie-sparse 1.9.3", "smallvec", "tracing", ] [[package]] name = "reth-zstd-compressors" -version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "zstd", +] + +[[package]] +name = "reth-zstd-compressors" +version = "1.11.0" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.0#564ffa586845fa4a8bb066f0c7b015ff36b26c08" dependencies = [ "zstd", ] @@ -11977,17 +12921,36 @@ version = "31.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb67a5223602113cae59a305acde2d9936bc18f2478dda879a6124b267cebfb6" dependencies = [ - "revm-bytecode", - "revm-context", - "revm-context-interface", - "revm-database", - "revm-database-interface", - "revm-handler", - "revm-inspector", + "revm-bytecode 7.1.1", + "revm-context 11.0.2", + "revm-context-interface 12.0.1", + "revm-database 9.0.6", + "revm-database-interface 8.0.5", + "revm-handler 12.0.2", + "revm-inspector 12.0.2", "revm-interpreter 29.0.1", - "revm-precompile", + "revm-precompile 29.0.1", "revm-primitives 21.0.2", - "revm-state", + "revm-state 8.1.1", +] + +[[package]] +name = "revm" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2aabdebaa535b3575231a88d72b642897ae8106cf6b0d12eafc6bfdf50abfc7" +dependencies = [ + "revm-bytecode 8.0.0", + "revm-context 13.0.0", + "revm-context-interface 14.0.0", + "revm-database 10.0.0", + "revm-database-interface 9.0.0", + "revm-handler 15.0.0", + "revm-inspector 15.0.0", + "revm-interpreter 32.0.0", + "revm-precompile 32.0.0", + "revm-primitives 22.0.0", + "revm-state 9.0.0", ] [[package]] @@ -12002,6 +12965,18 @@ dependencies = [ "serde", ] +[[package]] +name = "revm-bytecode" +version = "8.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74d1e5c1eaa44d39d537f668bc5c3409dc01e5c8be954da6c83370bbdf006457" +dependencies = [ + "bitvec", + "phf 0.13.1", + "revm-primitives 22.0.0", + "serde", +] + [[package]] name = "revm-context" version = "11.0.2" @@ -12011,11 +12986,28 @@ dependencies = [ "bitvec", "cfg-if", "derive-where", - "revm-bytecode", - "revm-context-interface", - "revm-database-interface", + "revm-bytecode 7.1.1", + "revm-context-interface 12.0.1", + "revm-database-interface 8.0.5", "revm-primitives 21.0.2", - "revm-state", + "revm-state 8.1.1", + "serde", +] + +[[package]] +name = "revm-context" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "892ff3e6a566cf8d72ffb627fdced3becebbd9ba64089c25975b9b028af326a5" +dependencies = [ + "bitvec", + "cfg-if", + "derive-where", + "revm-bytecode 8.0.0", + "revm-context-interface 14.0.0", + "revm-database-interface 9.0.0", + "revm-primitives 22.0.0", + "revm-state 9.0.0", "serde", ] @@ -12029,9 +13021,25 @@ dependencies = [ "alloy-eip7702 0.6.3", "auto_impl", "either", - "revm-database-interface", + "revm-database-interface 8.0.5", "revm-primitives 21.0.2", - "revm-state", + "revm-state 8.1.1", + "serde", +] + +[[package]] +name = "revm-context-interface" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57f61cc6d23678c4840af895b19f8acfbbd546142ec8028b6526c53cc1c16c98" +dependencies = [ + "alloy-eip2930 0.2.3", + "alloy-eip7702 0.6.3", + "auto_impl", + "either", + "revm-database-interface 9.0.0", + "revm-primitives 22.0.0", + "revm-state 9.0.0", "serde", ] @@ -12044,14 +13052,28 @@ dependencies = [ "alloy-eips", "alloy-provider", "alloy-transport", - "revm-bytecode", - "revm-database-interface", + "revm-bytecode 7.1.1", + "revm-database-interface 8.0.5", "revm-primitives 21.0.2", - "revm-state", + "revm-state 8.1.1", "serde", "tokio", ] +[[package]] +name = "revm-database" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "529528d0b05fe646be86223032c3e77aa8b05caa2a35447d538c55965956a511" +dependencies = [ + "alloy-eips", + "revm-bytecode 8.0.0", + "revm-database-interface 9.0.0", + "revm-primitives 22.0.0", + "revm-state 9.0.0", + "serde", +] + [[package]] name = "revm-database-interface" version = "8.0.5" @@ -12061,11 +13083,25 @@ dependencies = [ "auto_impl", "either", "revm-primitives 21.0.2", - "revm-state", + "revm-state 8.1.1", "serde", "tokio", ] +[[package]] +name = "revm-database-interface" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7bf93ac5b91347c057610c0d96e923db8c62807e03f036762d03e981feddc1d" +dependencies = [ + "auto_impl", + "either", + "revm-primitives 22.0.0", + "revm-state 9.0.0", + "serde", + "thiserror 2.0.17", +] + [[package]] name = "revm-handler" version = "12.0.2" @@ -12074,14 +13110,33 @@ checksum = "b45418ed95cfdf0cb19effdbb7633cf2144cab7fb0e6ffd6b0eb9117a50adff6" dependencies = [ "auto_impl", "derive-where", - "revm-bytecode", - "revm-context", - "revm-context-interface", - "revm-database-interface", + "revm-bytecode 7.1.1", + "revm-context 11.0.2", + "revm-context-interface 12.0.1", + "revm-database-interface 8.0.5", "revm-interpreter 29.0.1", - "revm-precompile", + "revm-precompile 29.0.1", "revm-primitives 21.0.2", - "revm-state", + "revm-state 8.1.1", + "serde", +] + +[[package]] +name = "revm-handler" +version = "15.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cd0e43e815a85eded249df886c4badec869195e70cdd808a13cfca2794622d2" +dependencies = [ + "auto_impl", + "derive-where", + "revm-bytecode 8.0.0", + "revm-context 13.0.0", + "revm-context-interface 14.0.0", + "revm-database-interface 9.0.0", + "revm-interpreter 32.0.0", + "revm-precompile 32.0.0", + "revm-primitives 22.0.0", + "revm-state 9.0.0", "serde", ] @@ -12093,12 +13148,30 @@ checksum = "c99801eac7da06cc112df2244bd5a64024f4ef21240e923b26e73c4b4a0e5da6" dependencies = [ "auto_impl", "either", - "revm-context", - "revm-database-interface", - "revm-handler", + "revm-context 11.0.2", + "revm-database-interface 8.0.5", + "revm-handler 12.0.2", "revm-interpreter 29.0.1", "revm-primitives 21.0.2", - "revm-state", + "revm-state 8.1.1", + "serde", + "serde_json", +] + +[[package]] +name = "revm-inspector" +version = "15.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f3ccad59db91ef93696536a0dbaf2f6f17cfe20d4d8843ae118edb7e97947ef" +dependencies = [ + "auto_impl", + "either", + "revm-context 13.0.0", + "revm-database-interface 9.0.0", + "revm-handler 15.0.0", + "revm-interpreter 32.0.0", + "revm-primitives 22.0.0", + "revm-state 9.0.0", "serde", "serde_json", ] @@ -12109,7 +13182,7 @@ version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21caa99f22184a6818946362778cccd3ff02f743c1e085bee87700671570ecb7" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "alloy-rpc-types-eth", "alloy-rpc-types-trace", "alloy-sol-types", @@ -12117,7 +13190,7 @@ dependencies = [ "boa_engine", "boa_gc", "colorchoice", - "revm", + "revm 31.0.2", "serde", "serde_json", "thiserror 2.0.17", @@ -12139,10 +13212,23 @@ version = "29.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22789ce92c5808c70185e3bc49732f987dc6fd907f77828c8d3470b2299c9c65" dependencies = [ - "revm-bytecode", - "revm-context-interface", + "revm-bytecode 7.1.1", + "revm-context-interface 12.0.1", "revm-primitives 21.0.2", - "revm-state", + "revm-state 8.1.1", + "serde", +] + +[[package]] +name = "revm-interpreter" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11406408597bc249392d39295831c4b641b3a6f5c471a7c41104a7a1e3564c07" +dependencies = [ + "revm-bytecode 8.0.0", + "revm-context-interface 14.0.0", + "revm-primitives 22.0.0", + "revm-state 9.0.0", "serde", ] @@ -12171,6 +13257,29 @@ dependencies = [ "sha2 0.10.9", ] +[[package]] +name = "revm-precompile" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50c1285c848d240678bf69cb0f6179ff5a4aee6fc8e921d89708087197a0aff3" +dependencies = [ + "ark-bls12-381", + "ark-bn254", + "ark-ec", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "arrayref", + "aurora-engine-modexp", + "c-kzg", + "cfg-if", + "k256", + "p256", + "revm-primitives 22.0.0", + "ripemd", + "secp256k1 0.31.1", + "sha2 0.10.9", +] + [[package]] name = "revm-primitives" version = "15.2.0" @@ -12196,7 +13305,19 @@ version = "21.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29e161db429d465c09ba9cbff0df49e31049fe6b549e28eb0b7bd642fcbd4412" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", + "num_enum", + "once_cell", + "serde", +] + +[[package]] +name = "revm-primitives" +version = "22.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba580c56a8ec824a64f8a1683577876c2e1dbe5247044199e9b881421ad5dcf9" +dependencies = [ + "alloy-primitives 1.5.7", "num_enum", "once_cell", "serde", @@ -12209,11 +13330,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d8be953b7e374dbdea0773cf360debed8df394ea8d82a8b240a6b5da37592fc" dependencies = [ "bitflags 2.10.0", - "revm-bytecode", + "revm-bytecode 7.1.1", "revm-primitives 21.0.2", "serde", ] +[[package]] +name = "revm-state" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "311720d4f0f239b041375e7ddafdbd20032a33b7bae718562ea188e188ed9fd3" +dependencies = [ + "alloy-eip7928", + "bitflags 2.10.0", + "revm-bytecode 8.0.0", + "revm-primitives 22.0.0", + "serde", +] + [[package]] name = "revmc" version = "0.1.0" @@ -12370,6 +13504,16 @@ dependencies = [ "byteorder", ] +[[package]] +name = "roaring" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ba9ce64a8f45d7fc86358410bb1a82e8c987504c0d4900e9141d69a9f26c885" +dependencies = [ + "bytemuck", + "byteorder", +] + [[package]] name = "rolling-file" version = "0.2.0" @@ -13159,9 +14303,9 @@ dependencies = [ [[package]] name = "sha3-asm" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28efc5e327c837aa837c59eae585fc250715ef939ac32881bcc11677cd02d46" +checksum = "b31139435f327c93c6038ed350ae4588e2c70a13d50599509fee6349967ba35a" dependencies = [ "cc", "cfg-if", @@ -13608,25 +14752,28 @@ dependencies = [ ] [[package]] -name = "system-configuration" -version = "0.5.1" +name = "sysinfo" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" +checksum = "fe840c5b1afe259a5657392a4dbb74473a14c8db999c3ec2f4ae812e028a94da" dependencies = [ - "bitflags 1.3.2", - "core-foundation 0.9.4", - "system-configuration-sys 0.5.0", + "libc", + "memchr", + "ntapi", + "objc2-core-foundation", + "objc2-io-kit", + "windows 0.62.2", ] [[package]] name = "system-configuration" -version = "0.6.1" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" +checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" dependencies = [ - "bitflags 2.10.0", + "bitflags 1.3.2", "core-foundation 0.9.4", - "system-configuration-sys 0.6.0", + "system-configuration-sys", ] [[package]] @@ -13639,16 +14786,6 @@ dependencies = [ "libc", ] -[[package]] -name = "system-configuration-sys" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" -dependencies = [ - "core-foundation-sys", - "libc", -] - [[package]] name = "tag_ptr" version = "0.1.0" @@ -14428,6 +15565,22 @@ dependencies = [ "web-time", ] +[[package]] +name = "tracing-samply" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c175f7ecc002b6ef04776a39f440503e4e788790ddbdbfac8259b7a069526334" +dependencies = [ + "cfg-if", + "itoa", + "libc", + "mach2 0.5.0", + "memmap2", + "smallvec", + "tracing-core", + "tracing-subscriber 0.3.22", +] + [[package]] name = "tracing-serde" version = "0.2.0" @@ -14474,7 +15627,7 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee44f4cef85f88b4dea21c0b1f58320bdf35715cf56d840969487cff00613321" dependencies = [ - "alloy-primitives 1.4.1", + "alloy-primitives 1.5.7", "ethereum_hashing", "ethereum_ssz", "smallvec", @@ -14876,7 +16029,16 @@ version = "1.0.1+wasi-0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" dependencies = [ - "wit-bindgen", + "wit-bindgen 0.46.0", +] + +[[package]] +name = "wasip3" +version = "0.4.0+wasi-0.3.0-rc-2026-01-06" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" +dependencies = [ + "wit-bindgen 0.51.0", ] [[package]] @@ -14937,6 +16099,28 @@ dependencies = [ "unicode-ident", ] +[[package]] +name = "wasm-encoder" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" +dependencies = [ + "leb128fmt", + "wasmparser", +] + +[[package]] +name = "wasm-metadata" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" +dependencies = [ + "anyhow", + "indexmap 2.12.1", + "wasm-encoder", + "wasmparser", +] + [[package]] name = "wasm-streams" version = "0.4.2" @@ -14950,6 +16134,18 @@ dependencies = [ "web-sys", ] +[[package]] +name = "wasmparser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" +dependencies = [ + "bitflags 2.10.0", + "hashbrown 0.15.5", + "indexmap 2.12.1", + "semver 1.0.27", +] + [[package]] name = "wasmtimer" version = "0.4.3" @@ -15687,6 +16883,94 @@ version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" +[[package]] +name = "wit-bindgen" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" +dependencies = [ + "wit-bindgen-rust-macro", +] + +[[package]] +name = "wit-bindgen-core" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" +dependencies = [ + "anyhow", + "heck", + "wit-parser", +] + +[[package]] +name = "wit-bindgen-rust" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" +dependencies = [ + "anyhow", + "heck", + "indexmap 2.12.1", + "prettyplease", + "syn 2.0.111", + "wasm-metadata", + "wit-bindgen-core", + "wit-component", +] + +[[package]] +name = "wit-bindgen-rust-macro" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" +dependencies = [ + "anyhow", + "prettyplease", + "proc-macro2", + "quote", + "syn 2.0.111", + "wit-bindgen-core", + "wit-bindgen-rust", +] + +[[package]] +name = "wit-component" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" +dependencies = [ + "anyhow", + "bitflags 2.10.0", + "indexmap 2.12.1", + "log", + "serde", + "serde_derive", + "serde_json", + "wasm-encoder", + "wasm-metadata", + "wasmparser", + "wit-parser", +] + +[[package]] +name = "wit-parser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" +dependencies = [ + "anyhow", + "id-arena", + "indexmap 2.12.1", + "log", + "semver 1.0.27", + "serde", + "serde_derive", + "serde_json", + "unicode-xid", + "wasmparser", +] + [[package]] name = "wrapcenum-derive" version = "0.4.1"