diff --git a/Cargo.lock b/Cargo.lock index 7f8105d..4332d0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,7 +95,7 @@ dependencies = [ "alloy-consensus", "alloy-contract", "alloy-core", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-network", "alloy-provider", "alloy-rpc-client", @@ -121,14 +121,14 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8c24c95e90c1608c2d91cff1b451d796474168d3310ccc8b7cd12502ca8169" +checksum = "e3d64da86c616b5092ea64eea648f311bbd58630a0b384c42d699175d6f9122b" dependencies = [ - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "alloy-trie", "alloy-tx-macros", "arbitrary", @@ -149,15 +149,15 @@ dependencies = [ [[package]] name = "alloy-consensus-any" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d211ad0ef468a70a7a829e49683ff59ad25f02b4ab3764344c4c2663329a52c" +checksum = "8fd98696ca3617d3a9ba1a6f2011880cbfd5618228dab6400c9f8bca457859a8" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "arbitrary", "serde", ] @@ -263,15 +263,17 @@ dependencies = [ [[package]] name = "alloy-eip7928" -version = "0.3.3" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8222b1d88f9a6d03be84b0f5e76bb60cd83991b43ad8ab6477f0e4a7809b98d" +checksum = "6b827a6d7784fe3eb3489d40699407a4cdcce74271421a01bdffe60cf573bb16" dependencies = [ "alloy-primitives", "alloy-rlp", "arbitrary", "borsh", + "once_cell", "serde", + "thiserror 2.0.18", ] [[package]] @@ -299,9 +301,9 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae69eaa5096b47ffe97e6a5d6bde7e7fa2dec106af22a9315621d11039c3de3c" +checksum = "64c0456f5f7a4497e9342d20f528e30f5288ddfa0d6a012bd5044afee46cd8a0" dependencies = [ "alloy-eip2124", "alloy-eip2930", @@ -309,7 +311,7 @@ dependencies = [ "alloy-eip7928", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "arbitrary", "auto_impl", "borsh", @@ -330,7 +332,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fc4b83cb672156663e6094d098beb509965b7fe684bb3d6e44bb9ca2e9ae714" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", + "alloy-hardforks", + "alloy-primitives", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth", + "alloy-sol-types", + "auto_impl", + "derive_more", + "revm", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "alloy-evm" +version = "0.34.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1ceeea6dcbbcd4e546b27700763a6f6c3b3fee30054209884f521078b6fda4f" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", "alloy-hardforks", "alloy-primitives", "alloy-rpc-types-engine", @@ -345,13 +367,13 @@ dependencies = [ [[package]] name = "alloy-genesis" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39789db0b3f3bbef0e6549c87bc6842b73886ebabee1405b6941685b1cc34083" +checksum = "a71ff8b55d2b8aa05259f474cae7dea0e4991724dc18936b81cb23ec492a0c2a" dependencies = [ - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "alloy-trie", "borsh", "serde", @@ -386,9 +408,9 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "662b525af73e86b2167dae923261c8edf440ba7e1426b30a8b993177bc214c02" +checksum = "19e352478b756bad5d7203148e4b461861282ea2ded3da406ba24868b52cd098" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -401,19 +423,19 @@ dependencies = [ [[package]] name = "alloy-network" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c657c2d9751d3c7d94990554b231e5372c3c2e4bad842806280b6151a0d6a05d" +checksum = "ed08ae169869e08370ed121612e0d3dadac33d1a256e9f2465926b23f0bd7d95" dependencies = [ "alloy-consensus", "alloy-consensus-any", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-json-rpc", "alloy-network-primitives", "alloy-primitives", "alloy-rpc-types-any", "alloy-rpc-types-eth", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "alloy-signer", "alloy-sol-types", "async-trait", @@ -427,14 +449,14 @@ dependencies = [ [[package]] name = "alloy-network-primitives" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59e7c4bb0ebbd6d7406d2808968f43c0d5186c69c5e58cedcbee7380f4cd1fcf" +checksum = "02e6c7ad28afe348a9a9c5624b67ee5b3607b8de98d5816b3056ecdfa6fa2697" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "serde", ] @@ -476,7 +498,7 @@ checksum = "c4fea0fc2628cdbc851aaa333124f9d8ab9f567ab8d4c20202819db13aa1a534" dependencies = [ "alloy-chains", "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-json-rpc", "alloy-network", "alloy-network-primitives", @@ -514,9 +536,9 @@ dependencies = [ [[package]] name = "alloy-pubsub" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edc7b42e514613c717887dc77bb58d35e845557ebd63a18c3f92a77094e4891f" +checksum = "a8d86958b02bca85103d64fa60d7b364a8b017c6e40f2b02c3f50ca22964a738" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -558,9 +580,9 @@ dependencies = [ [[package]] name = "alloy-rpc-client" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5ee7b51752c68fb95f21705e402700750e692b1d21ccc294ac48fadc8655d53" +checksum = "5beb5c2fe6b960c8e8b038e69fd502a90a2e930afa4770efb748b163b0767729" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -584,22 +606,22 @@ dependencies = [ [[package]] name = "alloy-rpc-types" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fa76988f54105ad4398828e8aaf1a39b3f07f91fb79091529056689514ee8c2" +checksum = "4ee1257a278f6d293e05c5162c5940a1561b1aa85ded0028b464c81de37ebfa5" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "serde", ] [[package]] name = "alloy-rpc-types-admin" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "670b3a8e0d1b32e9886b7a419b8efe6754ea00b9fdd4c0ea3c7411b6c30431f4" +checksum = "e2144d5b2866e651796eac0a997d3b5a056449c12e0d91be3184129e0c722885" dependencies = [ "alloy-genesis", "alloy-primitives", @@ -609,38 +631,38 @@ dependencies = [ [[package]] name = "alloy-rpc-types-anvil" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d276bea4e92e4991269d31b9abd3e722eed2565b82036478a4416adb8dd4992" +checksum = "df32156f085e74eac942b6103744be49b817c302341aaa8cb0c1c88dc29228d9" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "serde", ] [[package]] name = "alloy-rpc-types-any" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f1a9a3bda9be7f6515316eb792710532411878bbfc88934973f4b371376b00d" +checksum = "6a234bfbdf7a76c3d13808f729af5321852de3dedcaa6fc6d5f54787aaf54c6a" dependencies = [ "alloy-consensus-any", "alloy-network-primitives", "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "serde", "serde_json", ] [[package]] name = "alloy-rpc-types-beacon" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caf5d68ddca890854fb78291cbde06115473ded00b2337d0f815e92c0c1f8003" +checksum = "296450f5e76bece0116c939b9437b0421a5da9c5d40031bf4cf9b38d3d94e475" dependencies = [ - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rpc-types-engine", "derive_more", @@ -656,9 +678,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-debug" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea21739e232c221779741eba7e7b9bc19ad8ff777b72736647ae519f5c9f6f33" +checksum = "0ab075ac1c25bcf697f133b7cd92e2fb26afe213e872ef79fdf77f0d7bcb3793" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -669,15 +691,15 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f05338cfb4ee5508ff76f01c88142cab8a4579db74b7d9432936c26e4f11374" +checksum = "73b12366c96f4013e1aeebc96c6b56e5f33f07853c42ea2f485045c0c157a4a1" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "arbitrary", "derive_more", "ethereum_ssz", @@ -690,17 +712,17 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dda4ece0050154ab278241aeffade58916b04f38254832e8cb6e4671c6e72ed2" +checksum = "56a282daf869eeb7383d3d5c2deb35b0b3fb45ecb329513af4090fc61245ee18" dependencies = [ "alloy-consensus", "alloy-consensus-any", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-network-primitives", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "alloy-sol-types", "arbitrary", "itertools 0.14.0", @@ -712,28 +734,28 @@ dependencies = [ [[package]] name = "alloy-rpc-types-mev" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0df223478aec91d8fb0f8643234764042fa432e6111aca126774802b2618a3a5" +checksum = "7adc1243d55744a66b3a6cbbbba96436e8df5d248f2ee8186bef4238ef704ec7" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "serde", "serde_json", ] [[package]] name = "alloy-rpc-types-trace" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5905ac3663b0859d67b82d912acce20887d20682a0cadde79c8a763b133a515" +checksum = "6184b5d14152b68b0bb8beb621339d94f0b761a37958bb365fbf7c00922125c2" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "serde", "serde_json", "thiserror 2.0.18", @@ -741,13 +763,13 @@ dependencies = [ [[package]] name = "alloy-rpc-types-txpool" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7fbf71892d4df9cae8d35dc96f15d522384bb93806205465e2c8c012b7f0a34" +checksum = "f00b631c361e7c7baaf4f1f5a9877730f3507fed2acb9d4b34841b8184b2ec28" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "serde", ] @@ -764,9 +786,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beaa5c581a67e2743d95b4849eb9cfeb90866429cdaa6d8f6b75eb988b2d0cd9" +checksum = "a0eada2558e921b39dfcead33c487364df9b31374f5733c1c9d2c891c4529933" dependencies = [ "alloy-primitives", "arbitrary", @@ -776,9 +798,9 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5da9ae50f9b48d7b4e2e5cde87175257be7e5e56909a7794720597c1d9806f6" +checksum = "41eb29f7a8adcd8941fbb8e134022a133e6f8dfd345f2e3b7109599f8a7dca08" dependencies = [ "alloy-primitives", "async-trait", @@ -883,9 +905,9 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19dec9bfb59647254afdecbb5ddcddd7ba02edcd48ffa40510bddfbed0be1634" +checksum = "3ac7a80c0bac3e44559d53d002e34c461dc2f23262b42cafec019bc70551abbe" dependencies = [ "alloy-json-rpc", "auto_impl", @@ -906,9 +928,9 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2035f3c4d6bee20624da2dcf765d469b292398e48d766ffade61b0fcf8b4d45d" +checksum = "eed3ed3300a998f88639ed619fdbbd88bd82865e00c6a8ecb796c99eb12358f6" dependencies = [ "alloy-json-rpc", "alloy-transport", @@ -922,9 +944,9 @@ dependencies = [ [[package]] name = "alloy-transport-ipc" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfad7aa9206fcb831ae401b6a1c893a402b8eed74f9c8ffbb7a7323afb0d9a4c" +checksum = "1075d9d30fd4d71e50000fd4afb19ed2664ceab20c2a29f3889a6e988329e02d" dependencies = [ "alloy-json-rpc", "alloy-pubsub", @@ -942,9 +964,9 @@ dependencies = [ [[package]] name = "alloy-transport-ws" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5aa8ff49386df3e008b73c7fb0a5479410e8493fdb86a8b916877a16e8aead9" +checksum = "0e3bff84b2b2a46eb34cc522dc3f889a2867c70be90a377421429b662b3ec4ce" dependencies = [ "alloy-pubsub", "alloy-transport", @@ -981,9 +1003,9 @@ dependencies = [ [[package]] name = "alloy-tx-macros" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3520337f3d3d063a7fe20f47aaa62d695e3dc0372b34f601560dee24e76988b9" +checksum = "99fce0350197dcd4ba4e9a7dd43915d908c0eb0e7352755791709a705e1c76b6" dependencies = [ "darling 0.23.0", "proc-macro2", @@ -1036,7 +1058,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1047,7 +1069,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2503,7 +2525,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 1.0.109", + "syn 2.0.117", ] [[package]] @@ -2710,6 +2732,37 @@ dependencies = [ "zeroize", ] +[[package]] +name = "discv5" +version = "0.10.4" +source = "git+https://github.com/sigp/discv5?rev=7663c00#7663c00ee0837ea98547caaedede95d9d6736f4d" +dependencies = [ + "aes", + "aes-gcm", + "alloy-rlp", + "arrayvec", + "ctr", + "delay_map", + "enr", + "fnv", + "futures", + "hashlink", + "hex", + "hkdf", + "lazy_static", + "libp2p-identity", + "more-asserts", + "multiaddr", + "parking_lot", + "rand 0.8.5", + "smallvec", + "socket2", + "tokio", + "tracing", + "uint 0.10.0", + "zeroize", +] + [[package]] name = "displaydoc" version = "0.2.5" @@ -2894,7 +2947,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2986,7 +3039,7 @@ dependencies = [ "ev-node", "evolve-ev-reth", "eyre", - "reth-cli-util", + "reth-cli-util 2.1.0", "reth-ethereum-cli", "serde_json", "tempfile", @@ -3000,8 +3053,8 @@ version = "0.1.0" dependencies = [ "alloy-consensus", "alloy-consensus-any", - "alloy-eips 2.0.1", - "alloy-evm", + "alloy-eips 2.0.4", + "alloy-evm 0.33.2", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -3019,45 +3072,45 @@ dependencies = [ "eyre", "futures", "hex", - "reth-basic-payload-builder", - "reth-chainspec", + "reth-basic-payload-builder 2.1.0", + "reth-chainspec 2.1.0", "reth-cli", "reth-codecs", - "reth-consensus", - "reth-db", - "reth-engine-local", - "reth-engine-primitives", - "reth-errors", + "reth-consensus 2.1.0", + "reth-db 2.1.0", + "reth-engine-local 2.1.0", + "reth-engine-primitives 2.1.0", + "reth-errors 2.1.0", "reth-ethereum", - "reth-ethereum-forks", + "reth-ethereum-forks 2.1.0", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", - "reth-node-api", + "reth-ethereum-primitives 2.1.0", + "reth-evm 2.1.0", + "reth-evm-ethereum 2.1.0", + "reth-execution-types 2.1.0", + "reth-node-api 2.1.0", "reth-node-builder", - "reth-node-core", - "reth-node-types", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-node-core 2.1.0", + "reth-node-types 2.1.0", + "reth-payload-builder 2.1.0", + "reth-payload-builder-primitives 2.1.0", + "reth-payload-primitives 2.1.0", "reth-primitives-traits", - "reth-provider", - "reth-revm", + "reth-provider 2.1.0", + "reth-revm 2.1.0", "reth-rpc", - "reth-rpc-api", + "reth-rpc-api 2.1.0", "reth-rpc-builder", - "reth-rpc-convert", - "reth-rpc-engine-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", + "reth-rpc-convert 2.1.0", + "reth-rpc-engine-api 2.2.0", + "reth-rpc-eth-api 2.1.0", + "reth-rpc-eth-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-tasks 2.1.0", "reth-testing-utils", - "reth-tracing", - "reth-transaction-pool", - "reth-trie-db", + "reth-tracing 2.1.0", + "reth-transaction-pool 2.1.0", + "reth-trie-db 2.1.0", "serde", "serde_json", "tempfile", @@ -3072,12 +3125,12 @@ name = "ev-precompiles" version = "0.1.0" dependencies = [ "alloy", - "alloy-evm", + "alloy-evm 0.33.2", "alloy-primitives", "bytes", "eyre", "reth-ethereum", - "reth-revm", + "reth-revm 2.1.0", "revm", "tracing", ] @@ -3087,14 +3140,14 @@ name = "ev-primitives" version = "0.1.0" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "bytes", "reth-codecs", - "reth-db-api", - "reth-ethereum-primitives", + "reth-db-api 2.1.0", + "reth-ethereum-primitives 2.1.0", "reth-primitives-traits", "serde", ] @@ -3103,8 +3156,8 @@ dependencies = [ name = "ev-reth" version = "0.1.0" dependencies = [ - "alloy-eips 2.0.1", - "alloy-evm", + "alloy-eips 2.0.4", + "alloy-evm 0.33.2", "alloy-network", "alloy-primitives", "alloy-rpc-types", @@ -3115,25 +3168,25 @@ dependencies = [ "ev-revm", "evolve-ev-reth", "eyre", - "reth-basic-payload-builder", - "reth-chainspec", - "reth-cli-util", - "reth-consensus", - "reth-engine-local", + "reth-basic-payload-builder 2.1.0", + "reth-chainspec 2.1.0", + "reth-cli-util 2.1.0", + "reth-consensus 2.1.0", + "reth-engine-local 2.1.0", "reth-ethereum", "reth-ethereum-cli", - "reth-ethereum-forks", + "reth-ethereum-forks 2.1.0", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-node-api", + "reth-ethereum-primitives 2.1.0", + "reth-node-api 2.1.0", "reth-node-builder", - "reth-payload-builder", - "reth-payload-primitives", + "reth-payload-builder 2.1.0", + "reth-payload-primitives 2.1.0", "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-tracing-otlp", - "reth-trie-db", + "reth-provider 2.1.0", + "reth-revm 2.1.0", + "reth-tracing-otlp 2.1.0", + "reth-trie-db 2.1.0", "serde", "thiserror 2.0.18", "tokio", @@ -3146,14 +3199,14 @@ dependencies = [ name = "ev-revm" version = "0.1.0" dependencies = [ - "alloy-evm", + "alloy-evm 0.33.2", "alloy-primitives", "alloy-sol-types", "ev-precompiles", "ev-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-revm", + "reth-evm 2.1.0", + "reth-evm-ethereum 2.1.0", + "reth-revm 2.1.0", "revm-inspectors", "thiserror 2.0.18", ] @@ -3163,7 +3216,7 @@ name = "ev-tests" version = "0.1.0" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -3185,31 +3238,31 @@ dependencies = [ "hex", "rand 0.10.1", "reqwest 0.12.28", - "reth-basic-payload-builder", - "reth-chainspec", - "reth-consensus", - "reth-db", + "reth-basic-payload-builder 2.1.0", + "reth-chainspec 2.1.0", + "reth-consensus 2.1.0", + "reth-db 2.1.0", "reth-e2e-test-utils", - "reth-engine-local", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", - "reth-node-api", - "reth-node-types", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-engine-local 2.1.0", + "reth-engine-primitives 2.1.0", + "reth-errors 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-evm 2.1.0", + "reth-evm-ethereum 2.1.0", + "reth-execution-types 2.1.0", + "reth-node-api 2.1.0", + "reth-node-types 2.1.0", + "reth-payload-builder 2.1.0", + "reth-payload-builder-primitives 2.1.0", + "reth-payload-primitives 2.1.0", "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-rpc-api", - "reth-tasks", + "reth-provider 2.1.0", + "reth-revm 2.1.0", + "reth-rpc-api 2.1.0", + "reth-tasks 2.1.0", "reth-testing-utils", - "reth-tracing", - "reth-transaction-pool", + "reth-tracing 2.1.0", + "reth-transaction-pool 2.1.0", "serde", "serde_json", "tempfile", @@ -3222,7 +3275,7 @@ name = "evolve-ev-reth" version = "0.1.0" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rpc-types-engine", "alloy-rpc-types-txpool", @@ -3232,18 +3285,18 @@ dependencies = [ "jsonrpsee", "jsonrpsee-core", "jsonrpsee-proc-macros", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 2.1.0", + "reth-consensus 2.1.0", "reth-consensus-common", - "reth-engine-primitives", + "reth-engine-primitives 2.1.0", "reth-ethereum", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-node-api", - "reth-payload-primitives", + "reth-ethereum-primitives 2.1.0", + "reth-execution-types 2.1.0", + "reth-node-api 2.1.0", + "reth-payload-primitives 2.1.0", "reth-primitives-traits", - "reth-transaction-pool", + "reth-transaction-pool 2.1.0", "serde", "serde_json", "thiserror 2.0.18", @@ -3547,7 +3600,7 @@ dependencies = [ "libc", "log", "rustversion", - "windows-link 0.1.3", + "windows-link 0.2.1", "windows-result 0.4.1", ] @@ -5257,7 +5310,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -6456,22 +6509,49 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", + "alloy-primitives", + "futures-core", + "futures-util", + "metrics", + "reth-chain-state 2.1.0", + "reth-execution-cache 2.1.0", + "reth-metrics 2.1.0", + "reth-payload-builder 2.1.0", + "reth-payload-builder-primitives 2.1.0", + "reth-payload-primitives 2.1.0", + "reth-primitives-traits", + "reth-revm 2.1.0", + "reth-storage-api 2.1.0", + "reth-tasks 2.1.0", + "reth-trie-parallel 2.1.0", + "serde", + "tokio", + "tracing", +] + +[[package]] +name = "reth-basic-payload-builder" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", "alloy-primitives", "futures-core", "futures-util", "metrics", - "reth-chain-state", - "reth-execution-cache", - "reth-metrics", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-chain-state 2.2.0", + "reth-execution-cache 2.2.0", + "reth-metrics 2.2.0", + "reth-payload-builder 2.2.0", + "reth-payload-builder-primitives 2.2.0", + "reth-payload-primitives 2.2.0", "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-tasks", - "reth-trie-parallel", + "reth-revm 2.2.0", + "reth-storage-api 2.2.0", + "reth-tasks 2.2.0", + "reth-trie-parallel 2.2.0", "serde", "tokio", "tracing", @@ -6483,7 +6563,7 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-signer", "alloy-signer-local", @@ -6493,14 +6573,43 @@ dependencies = [ "pin-project", "rand 0.9.3", "rayon", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-metrics", + "reth-chainspec 2.1.0", + "reth-errors 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-execution-types 2.1.0", + "reth-metrics 2.1.0", + "reth-primitives-traits", + "reth-storage-api 2.1.0", + "reth-trie 2.1.0", + "revm-database", + "revm-state", + "serde", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-chain-state" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", + "alloy-primitives", + "derive_more", + "metrics", + "parking_lot", + "pin-project", + "rand 0.9.3", + "reth-chainspec 2.2.0", + "reth-errors 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-execution-types 2.2.0", + "reth-metrics 2.2.0", "reth-primitives-traits", - "reth-storage-api", - "reth-trie", + "reth-storage-api 2.2.0", + "reth-trie 2.2.0", "revm-database", "revm-state", "serde", @@ -6516,15 +6625,35 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28 dependencies = [ "alloy-chains", "alloy-consensus", - "alloy-eips 2.0.1", - "alloy-evm", + "alloy-eips 2.0.4", + "alloy-evm 0.33.2", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more", + "reth-ethereum-forks 2.1.0", + "reth-network-peers 2.1.0", + "reth-primitives-traits", + "serde_json", +] + +[[package]] +name = "reth-chainspec" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips 2.0.4", + "alloy-evm 0.34.0", "alloy-genesis", "alloy-primitives", "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 2.2.0", + "reth-network-peers 2.2.0", "reth-primitives-traits", "serde_json", ] @@ -6538,7 +6667,7 @@ dependencies = [ "clap", "eyre", "reth-cli-runner", - "reth-db", + "reth-db 2.1.0", "serde_json", ] @@ -6549,7 +6678,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28 dependencies = [ "alloy-chains", "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", "arbitrary", @@ -6572,52 +6701,52 @@ dependencies = [ "ratatui", "rayon", "reqwest 0.13.2", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-cli", "reth-cli-runner", - "reth-cli-util", + "reth-cli-util 2.1.0", "reth-codecs", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", + "reth-config 2.1.0", + "reth-consensus 2.1.0", + "reth-db 2.1.0", + "reth-db-api 2.1.0", "reth-db-common", - "reth-discv4", - "reth-discv5", + "reth-discv4 2.1.0", + "reth-discv5 2.1.0", "reth-downloaders", - "reth-ecies", + "reth-ecies 2.1.0", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-eth-wire", - "reth-ethereum-primitives", + "reth-eth-wire 2.1.0", + "reth-ethereum-primitives 2.1.0", "reth-etl", - "reth-evm", + "reth-evm 2.1.0", "reth-exex", - "reth-fs-util", - "reth-net-nat", - "reth-network", - "reth-network-p2p", - "reth-network-peers", - "reth-node-api", + "reth-fs-util 2.1.0", + "reth-net-nat 2.1.0", + "reth-network 2.1.0", + "reth-network-p2p 2.1.0", + "reth-network-peers 2.1.0", + "reth-node-api 2.1.0", "reth-node-builder", - "reth-node-core", + "reth-node-core 2.1.0", "reth-node-events", "reth-node-metrics", "reth-primitives-traits", - "reth-provider", + "reth-provider 2.1.0", "reth-prune", - "reth-prune-types", - "reth-revm", + "reth-prune-types 2.1.0", + "reth-revm 2.1.0", "reth-stages", - "reth-stages-types", + "reth-stages-types 2.1.0", "reth-static-file", - "reth-static-file-types", - "reth-storage-api", - "reth-tasks", - "reth-trie", - "reth-trie-common", - "reth-trie-db", + "reth-static-file-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-tasks 2.1.0", + "reth-trie 2.1.0", + "reth-trie-common 2.1.0", + "reth-trie-db 2.1.0", "secp256k1 0.30.0", "serde", "serde_json", @@ -6635,7 +6764,7 @@ name = "reth-cli-runner" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "reth-tasks", + "reth-tasks 2.1.0", "tokio", "tracing", ] @@ -6645,14 +6774,14 @@ name = "reth-cli-util" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "cfg-if", "eyre", "libc", "rand 0.8.5", - "reth-fs-util", - "reth-tracing", + "reth-fs-util 2.1.0", + "reth-tracing 2.1.0", "secp256k1 0.30.0", "serde", "thiserror 2.0.18", @@ -6661,6 +6790,23 @@ dependencies = [ "tracy-client", ] +[[package]] +name = "reth-cli-util" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-eips 2.0.4", + "alloy-primitives", + "cfg-if", + "eyre", + "libc", + "rand 0.8.5", + "reth-fs-util 2.2.0", + "secp256k1 0.30.0", + "serde", + "thiserror 2.0.18", +] + [[package]] name = "reth-codecs" version = "0.3.1" @@ -6668,7 +6814,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fce542a96bf888f31854803e80b3340bc233927743aa580838014e8a88fe0d66" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-genesis", "alloy-primitives", "alloy-trie", @@ -6700,10 +6846,26 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28 dependencies = [ "eyre", "humantime-serde", - "reth-network-types", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", + "reth-network-types 2.1.0", + "reth-prune-types 2.1.0", + "reth-stages-types 2.1.0", + "reth-static-file-types 2.1.0", + "serde", + "toml", + "url", +] + +[[package]] +name = "reth-config" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "eyre", + "humantime-serde", + "reth-network-types 2.2.0", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-static-file-types 2.2.0", "serde", "toml", "url", @@ -6717,7 +6879,20 @@ dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", - "reth-execution-types", + "reth-execution-types 2.1.0", + "reth-primitives-traits", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-consensus" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "auto_impl", + "reth-execution-types 2.2.0", "reth-primitives-traits", "thiserror 2.0.18", ] @@ -6728,10 +6903,10 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 2.1.0", + "reth-consensus 2.1.0", "reth-primitives-traits", ] @@ -6741,7 +6916,7 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-json-rpc", "alloy-primitives", "alloy-provider", @@ -6752,9 +6927,9 @@ dependencies = [ "eyre", "futures", "reqwest 0.13.2", - "reth-node-api", + "reth-node-api 2.1.0", "reth-primitives-traits", - "reth-tracing", + "reth-tracing 2.1.0", "ringbuffer", "serde", "serde_json", @@ -6773,14 +6948,14 @@ dependencies = [ "page_size", "parking_lot", "quanta", - "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 2.1.0", + "reth-fs-util 2.1.0", + "reth-libmdbx 2.1.0", + "reth-metrics 2.1.0", + "reth-nippy-jar 2.1.0", + "reth-static-file-types 2.1.0", + "reth-storage-errors 2.1.0", + "reth-tracing 2.1.0", "rustc-hash", "strum", "sysinfo", @@ -6789,6 +6964,33 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-db" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-primitives", + "derive_more", + "eyre", + "libc", + "metrics", + "page_size", + "quanta", + "reth-db-api 2.2.0", + "reth-fs-util 2.2.0", + "reth-libmdbx 2.2.0", + "reth-metrics 2.2.0", + "reth-nippy-jar 2.2.0", + "reth-static-file-types 2.2.0", + "reth-storage-errors 2.2.0", + "reth-tracing 2.2.0", + "rustc-hash", + "strum", + "sysinfo", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "reth-db-api" version = "2.1.0" @@ -6804,13 +7006,37 @@ dependencies = [ "modular-bitfield", "proptest", "reth-codecs", - "reth-db-models", - "reth-ethereum-primitives", + "reth-db-models 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-primitives-traits", + "reth-prune-types 2.1.0", + "reth-stages-types 2.1.0", + "reth-storage-errors 2.1.0", + "reth-trie-common 2.1.0", + "roaring", + "serde", +] + +[[package]] +name = "reth-db-api" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "arrayvec", + "bytes", + "derive_more", + "metrics", + "modular-bitfield", + "reth-codecs", + "reth-db-models 2.2.0", + "reth-ethereum-primitives 2.2.0", "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-storage-errors 2.2.0", + "reth-trie-common 2.2.0", "roaring", "serde", ] @@ -6825,20 +7051,20 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-codecs", - "reth-config", - "reth-db-api", + "reth-config 2.1.0", + "reth-db-api 2.1.0", "reth-etl", - "reth-execution-errors", - "reth-fs-util", - "reth-node-types", + "reth-execution-errors 2.1.0", + "reth-fs-util 2.1.0", + "reth-node-types 2.1.0", "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-static-file-types", - "reth-trie", - "reth-trie-db", + "reth-provider 2.1.0", + "reth-stages-types 2.1.0", + "reth-static-file-types 2.1.0", + "reth-trie 2.1.0", + "reth-trie-db 2.1.0", "serde", "serde_json", "thiserror 2.0.18", @@ -6850,7 +7076,7 @@ name = "reth-db-models" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "arbitrary", "bytes", @@ -6860,6 +7086,20 @@ dependencies = [ "serde", ] +[[package]] +name = "reth-db-models" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-eips 2.0.4", + "alloy-primitives", + "bytes", + "modular-bitfield", + "reth-codecs", + "reth-primitives-traits", + "serde", +] + [[package]] name = "reth-discv4" version = "2.1.0" @@ -6867,15 +7107,15 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28 dependencies = [ "alloy-primitives", "alloy-rlp", - "discv5", + "discv5 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", "enr", "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks", - "reth-net-banlist", - "reth-net-nat", - "reth-network-peers", + "reth-ethereum-forks 2.1.0", + "reth-net-banlist 2.1.0", + "reth-net-nat 2.1.0", + "reth-network-peers 2.1.0", "schnellru", "secp256k1 0.30.0", "serde", @@ -6886,23 +7126,72 @@ dependencies = [ ] [[package]] -name = "reth-discv5" -version = "2.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" +name = "reth-discv4" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-primitives", "alloy-rlp", - "derive_more", - "discv5", + "discv5 0.10.4 (git+https://github.com/sigp/discv5?rev=7663c00)", + "enr", + "itertools 0.14.0", + "parking_lot", + "rand 0.8.5", + "reth-ethereum-forks 2.2.0", + "reth-net-banlist 2.2.0", + "reth-net-nat 2.2.0", + "reth-network-peers 2.2.0", + "schnellru", + "secp256k1 0.30.0", + "serde", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-discv5" +version = "2.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "derive_more", + "discv5 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", + "enr", + "futures", + "itertools 0.14.0", + "metrics", + "rand 0.9.3", + "reth-chainspec 2.1.0", + "reth-ethereum-forks 2.1.0", + "reth-metrics 2.1.0", + "reth-network-peers 2.1.0", + "secp256k1 0.30.0", + "thiserror 2.0.18", + "tokio", + "tracing", +] + +[[package]] +name = "reth-discv5" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "derive_more", + "discv5 0.10.4 (git+https://github.com/sigp/discv5?rev=7663c00)", "enr", "futures", "itertools 0.14.0", "metrics", "rand 0.9.3", - "reth-chainspec", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", + "reth-chainspec 2.2.0", + "reth-ethereum-forks 2.2.0", + "reth-metrics 2.2.0", + "reth-network-peers 2.2.0", "secp256k1 0.30.0", "thiserror 2.0.18", "tokio", @@ -6920,9 +7209,33 @@ dependencies = [ "enr", "hickory-resolver", "linked_hash_set", - "reth-ethereum-forks", - "reth-network-peers", - "reth-tokio-util", + "reth-ethereum-forks 2.1.0", + "reth-network-peers 2.1.0", + "reth-tokio-util 2.1.0", + "schnellru", + "secp256k1 0.30.0", + "serde", + "serde_with", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-dns-discovery" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-primitives", + "dashmap", + "data-encoding", + "enr", + "hickory-resolver", + "linked_hash_set", + "reth-ethereum-forks 2.2.0", + "reth-network-peers 2.2.0", + "reth-tokio-util 2.2.0", "schnellru", "secp256k1 0.30.0", "serde", @@ -6939,7 +7252,7 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", "async-compression", @@ -6949,16 +7262,16 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-config", - "reth-consensus", - "reth-ethereum-primitives", - "reth-metrics", - "reth-network-p2p", - "reth-network-peers", + "reth-config 2.1.0", + "reth-consensus 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-metrics 2.1.0", + "reth-network-p2p 2.1.0", + "reth-network-peers 2.1.0", "reth-primitives-traits", - "reth-provider", - "reth-storage-api", - "reth-tasks", + "reth-provider 2.1.0", + "reth-storage-api 2.1.0", + "reth-tasks 2.1.0", "reth-testing-utils", "tempfile", "thiserror 2.0.18", @@ -6974,7 +7287,7 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-network", "alloy-primitives", "alloy-provider", @@ -6987,35 +7300,35 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-cli-commands", - "reth-config", - "reth-consensus", - "reth-db", + "reth-config 2.1.0", + "reth-consensus 2.1.0", + "reth-db 2.1.0", "reth-db-common", - "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-primitives", - "reth-network-api", - "reth-network-p2p", - "reth-network-peers", - "reth-node-api", + "reth-engine-local 2.1.0", + "reth-engine-primitives 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-network-api 2.1.0", + "reth-network-p2p 2.1.0", + "reth-network-peers 2.1.0", + "reth-node-api 2.1.0", "reth-node-builder", - "reth-node-core", + "reth-node-core 2.1.0", "reth-node-ethereum", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder 2.1.0", + "reth-payload-builder-primitives 2.1.0", + "reth-payload-primitives 2.1.0", "reth-primitives-traits", - "reth-provider", - "reth-rpc-api", + "reth-provider 2.1.0", + "reth-rpc-api 2.1.0", "reth-rpc-builder", - "reth-rpc-eth-api", - "reth-rpc-server-types", - "reth-stages-types", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", + "reth-rpc-eth-api 2.1.0", + "reth-rpc-server-types 2.1.0", + "reth-stages-types 2.1.0", + "reth-tasks 2.1.0", + "reth-tokio-util 2.1.0", + "reth-tracing 2.1.0", "revm", "serde_json", "tempfile", @@ -7043,7 +7356,35 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers", + "reth-network-peers 2.1.0", + "secp256k1 0.30.0", + "sha2", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-ecies" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "aes", + "alloy-primitives", + "alloy-rlp", + "block-padding", + "byteorder", + "cipher", + "concat-kdf", + "ctr", + "digest 0.10.7", + "futures", + "hmac", + "pin-project", + "rand 0.8.5", + "reth-network-peers 2.2.0", "secp256k1 0.30.0", "sha2", "thiserror 2.0.18", @@ -7063,14 +7404,37 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-chainspec", - "reth-engine-primitives", - "reth-ethereum-engine-primitives", - "reth-payload-builder", - "reth-payload-primitives", + "reth-chainspec 2.1.0", + "reth-engine-primitives 2.1.0", + "reth-ethereum-engine-primitives 2.1.0", + "reth-payload-builder 2.1.0", + "reth-payload-primitives 2.1.0", + "reth-primitives-traits", + "reth-storage-api 2.1.0", + "reth-transaction-pool 2.1.0", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-engine-local" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rpc-types-engine", + "eyre", + "futures-util", + "reth-chainspec 2.2.0", + "reth-engine-primitives 2.2.0", + "reth-ethereum-engine-primitives 2.2.0", + "reth-payload-builder 2.2.0", + "reth-payload-primitives 2.2.0", "reth-primitives-traits", - "reth-storage-api", - "reth-transaction-pool", + "reth-storage-api 2.2.0", + "reth-transaction-pool 2.2.0", "tokio", "tokio-stream", "tracing", @@ -7082,20 +7446,45 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "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-chain-state 2.1.0", + "reth-errors 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-evm 2.1.0", + "reth-execution-types 2.1.0", + "reth-payload-builder-primitives 2.1.0", + "reth-payload-primitives 2.1.0", "reth-primitives-traits", - "reth-trie-common", + "reth-trie-common 2.1.0", + "serde", + "thiserror 2.0.18", + "tokio", +] + +[[package]] +name = "reth-engine-primitives" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "futures", + "reth-chain-state 2.2.0", + "reth-errors 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-evm 2.2.0", + "reth-execution-types 2.2.0", + "reth-payload-builder-primitives 2.2.0", + "reth-payload-primitives 2.2.0", + "reth-primitives-traits", + "reth-trie-common 2.2.0", "serde", "thiserror 2.0.18", "tokio", @@ -7108,8 +7497,8 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28 dependencies = [ "alloy-consensus", "alloy-eip7928", - "alloy-eips 2.0.1", - "alloy-evm", + "alloy-eips 2.0.4", + "alloy-evm 0.33.2", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", @@ -7121,35 +7510,35 @@ dependencies = [ "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-cache", - "reth-execution-types", - "reth-metrics", - "reth-network-p2p", - "reth-payload-builder", - "reth-payload-primitives", + "reth-chain-state 2.1.0", + "reth-chainspec 2.1.0", + "reth-consensus 2.1.0", + "reth-db 2.1.0", + "reth-engine-primitives 2.1.0", + "reth-errors 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-evm 2.1.0", + "reth-execution-cache 2.1.0", + "reth-execution-types 2.1.0", + "reth-metrics 2.1.0", + "reth-network-p2p 2.1.0", + "reth-payload-builder 2.1.0", + "reth-payload-primitives 2.1.0", "reth-primitives-traits", - "reth-provider", + "reth-provider 2.1.0", "reth-prune", - "reth-prune-types", - "reth-revm", + "reth-prune-types 2.1.0", + "reth-revm 2.1.0", "reth-stages", "reth-stages-api", "reth-static-file", - "reth-tasks", - "reth-tracing", - "reth-trie", - "reth-trie-common", - "reth-trie-db", - "reth-trie-parallel", - "reth-trie-sparse", + "reth-tasks 2.1.0", + "reth-tracing 2.1.0", + "reth-trie 2.1.0", + "reth-trie-common 2.1.0", + "reth-trie-db 2.1.0", + "reth-trie-parallel 2.1.0", + "reth-trie-sparse 2.1.0", "revm", "revm-primitives", "schnellru", @@ -7169,16 +7558,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", - "reth-engine-primitives", + "reth-chainspec 2.1.0", + "reth-engine-primitives 2.1.0", "reth-engine-tree", - "reth-errors", - "reth-evm", - "reth-fs-util", - "reth-payload-primitives", + "reth-errors 2.1.0", + "reth-evm 2.1.0", + "reth-fs-util 2.1.0", + "reth-payload-primitives 2.1.0", "reth-primitives-traits", - "reth-revm", - "reth-storage-api", + "reth-revm 2.1.0", + "reth-storage-api 2.1.0", "serde", "serde_json", "tokio", @@ -7192,7 +7581,7 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", "ethereum_ssz", @@ -7212,7 +7601,7 @@ dependencies = [ "futures-util", "reqwest 0.13.2", "reth-era", - "reth-fs-util", + "reth-fs-util 2.1.0", "sha2", "tokio", ] @@ -7226,15 +7615,15 @@ dependencies = [ "alloy-primitives", "eyre", "futures-util", - "reth-db-api", + "reth-db-api 2.1.0", "reth-era", "reth-era-downloader", "reth-etl", - "reth-fs-util", + "reth-fs-util 2.1.0", "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-provider 2.1.0", + "reth-stages-types 2.1.0", + "reth-storage-api 2.1.0", "tokio", "tracing", ] @@ -7244,9 +7633,20 @@ name = "reth-errors" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "reth-consensus", - "reth-execution-errors", - "reth-storage-errors", + "reth-consensus 2.1.0", + "reth-execution-errors 2.1.0", + "reth-storage-errors 2.1.0", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-errors" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "reth-consensus 2.2.0", + "reth-execution-errors 2.2.0", + "reth-storage-errors 2.2.0", "thiserror 2.0.18", ] @@ -7264,11 +7664,39 @@ dependencies = [ "futures", "pin-project", "reth-codecs", - "reth-ecies", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", + "reth-ecies 2.1.0", + "reth-eth-wire-types 2.1.0", + "reth-ethereum-forks 2.1.0", + "reth-metrics 2.1.0", + "reth-network-peers 2.1.0", + "reth-primitives-traits", + "serde", + "snap", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-eth-wire" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-chains", + "alloy-primitives", + "alloy-rlp", + "bytes", + "derive_more", + "futures", + "pin-project", + "reth-codecs", + "reth-ecies 2.2.0", + "reth-eth-wire-types 2.2.0", + "reth-ethereum-forks 2.2.0", + "reth-metrics 2.2.0", + "reth-network-peers 2.2.0", "reth-primitives-traits", "serde", "snap", @@ -7287,7 +7715,7 @@ dependencies = [ "alloy-chains", "alloy-consensus", "alloy-eip7928", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-hardforks", "alloy-primitives", "alloy-rlp", @@ -7296,9 +7724,31 @@ dependencies = [ "derive_more", "proptest", "proptest-arbitrary-interop", - "reth-chainspec", + "reth-chainspec 2.1.0", + "reth-codecs-derive", + "reth-ethereum-primitives 2.1.0", + "reth-primitives-traits", + "serde", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-eth-wire-types" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eip7928", + "alloy-eips 2.0.4", + "alloy-hardforks", + "alloy-primitives", + "alloy-rlp", + "bytes", + "derive_more", + "reth-chainspec 2.2.0", "reth-codecs-derive", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-primitives-traits", "serde", "thiserror 2.0.18", @@ -7311,37 +7761,37 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28 dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "reth-chainspec", - "reth-cli-util", + "reth-chainspec 2.1.0", + "reth-cli-util 2.1.0", "reth-codecs", - "reth-consensus", + "reth-consensus 2.1.0", "reth-consensus-common", - "reth-db", - "reth-engine-local", - "reth-eth-wire", + "reth-db 2.1.0", + "reth-engine-local 2.1.0", + "reth-eth-wire 2.1.0", "reth-ethereum-cli", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-network", - "reth-network-api", - "reth-node-api", + "reth-ethereum-primitives 2.1.0", + "reth-evm 2.1.0", + "reth-evm-ethereum 2.1.0", + "reth-network 2.1.0", + "reth-network-api 2.1.0", + "reth-node-api 2.1.0", "reth-node-builder", - "reth-node-core", + "reth-node-core 2.1.0", "reth-node-ethereum", "reth-primitives-traits", - "reth-provider", - "reth-revm", + "reth-provider 2.1.0", + "reth-revm 2.1.0", "reth-rpc", - "reth-rpc-api", + "reth-rpc-api 2.1.0", "reth-rpc-builder", - "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", - "reth-trie-db", + "reth-rpc-eth-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-tasks 2.1.0", + "reth-transaction-pool 2.1.0", + "reth-trie 2.1.0", + "reth-trie-db 2.1.0", ] [[package]] @@ -7351,19 +7801,19 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28 dependencies = [ "clap", "eyre", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-cli", "reth-cli-commands", "reth-cli-runner", - "reth-db", - "reth-node-api", + "reth-db 2.1.0", + "reth-node-api 2.1.0", "reth-node-builder", - "reth-node-core", + "reth-node-core 2.1.0", "reth-node-ethereum", "reth-node-metrics", - "reth-rpc-server-types", - "reth-tasks", - "reth-tracing", + "reth-rpc-server-types 2.1.0", + "reth-tasks 2.1.0", + "reth-tracing 2.1.0", "tracing", ] @@ -7373,12 +7823,12 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 2.1.0", + "reth-consensus 2.1.0", "reth-consensus-common", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-primitives-traits", "tracing", ] @@ -7388,12 +7838,28 @@ name = "reth-ethereum-engine-primitives" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", + "alloy-primitives", + "alloy-rpc-types-engine", + "reth-engine-primitives 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-payload-primitives 2.1.0", + "reth-primitives-traits", + "serde", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-ethereum-engine-primitives" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rpc-types-engine", - "reth-engine-primitives", - "reth-ethereum-primitives", - "reth-payload-primitives", + "reth-engine-primitives 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-payload-primitives 2.2.0", "reth-primitives-traits", "serde", "thiserror 2.0.18", @@ -7413,32 +7879,45 @@ dependencies = [ "rustc-hash", ] +[[package]] +name = "reth-ethereum-forks" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "auto_impl", + "once_cell", + "rustc-hash", +] + [[package]] name = "reth-ethereum-payload-builder" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-basic-payload-builder", - "reth-chainspec", + "reth-basic-payload-builder 2.1.0", + "reth-chainspec 2.1.0", "reth-consensus-common", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-cache", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-errors 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-evm 2.1.0", + "reth-evm-ethereum 2.1.0", + "reth-execution-cache 2.1.0", + "reth-payload-builder 2.1.0", + "reth-payload-builder-primitives 2.1.0", + "reth-payload-primitives 2.1.0", "reth-payload-validator", "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-transaction-pool", + "reth-revm 2.1.0", + "reth-storage-api 2.1.0", + "reth-transaction-pool 2.1.0", "revm", "tracing", ] @@ -7449,7 +7928,21 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", + "alloy-primitives", + "alloy-rpc-types-eth", + "reth-codecs", + "reth-primitives-traits", + "serde", +] + +[[package]] +name = "reth-ethereum-primitives" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rpc-types-eth", "reth-codecs", @@ -7463,7 +7956,7 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "rayon", - "reth-db-api", + "reth-db-api 2.1.0", "tempfile", ] @@ -7473,21 +7966,43 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", - "alloy-evm", + "alloy-eips 2.0.4", + "alloy-evm 0.33.2", "alloy-primitives", "auto_impl", "derive_more", "futures-util", "metrics", "rayon", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", + "reth-execution-errors 2.1.0", + "reth-execution-types 2.1.0", + "reth-metrics 2.1.0", + "reth-primitives-traits", + "reth-storage-api 2.1.0", + "reth-storage-errors 2.1.0", + "reth-trie-common 2.1.0", + "revm", +] + +[[package]] +name = "reth-evm" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", + "alloy-evm 0.34.0", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures-util", + "rayon", + "reth-execution-errors 2.2.0", + "reth-execution-types 2.2.0", "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", + "reth-trie-common 2.2.0", "revm", ] @@ -7497,17 +8012,37 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", - "alloy-evm", + "alloy-eips 2.0.4", + "alloy-evm 0.33.2", "alloy-primitives", "alloy-rpc-types-engine", - "reth-chainspec", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", + "reth-chainspec 2.1.0", + "reth-ethereum-forks 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-evm 2.1.0", + "reth-execution-types 2.1.0", "reth-primitives-traits", - "reth-storage-errors", + "reth-storage-errors 2.1.0", + "revm", +] + +[[package]] +name = "reth-evm-ethereum" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", + "alloy-evm 0.34.0", + "alloy-primitives", + "alloy-rpc-types-engine", + "reth-chainspec 2.2.0", + "reth-ethereum-forks 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-evm 2.2.0", + "reth-execution-types 2.2.0", + "reth-primitives-traits", + "reth-storage-errors 2.2.0", "revm", ] @@ -7520,12 +8055,30 @@ dependencies = [ "fixed-cache", "metrics", "parking_lot", - "reth-errors", - "reth-metrics", + "reth-errors 2.1.0", + "reth-metrics 2.1.0", "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-trie", + "reth-provider 2.1.0", + "reth-revm 2.1.0", + "reth-trie 2.1.0", + "tracing", +] + +[[package]] +name = "reth-execution-cache" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-primitives", + "fixed-cache", + "metrics", + "parking_lot", + "reth-errors 2.2.0", + "reth-metrics 2.2.0", + "reth-primitives-traits", + "reth-provider 2.2.0", + "reth-revm 2.2.0", + "reth-trie 2.2.0", "tracing", ] @@ -7534,11 +8087,24 @@ name = "reth-execution-errors" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-evm", + "alloy-evm 0.33.2", "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors", + "reth-storage-errors 2.1.0", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-execution-errors" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-evm 0.34.0", + "alloy-primitives", + "alloy-rlp", + "nybbles", + "reth-storage-errors 2.2.0", "thiserror 2.0.18", ] @@ -7548,14 +8114,33 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", - "alloy-evm", + "alloy-eips 2.0.4", + "alloy-evm 0.33.2", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-ethereum-primitives 2.1.0", + "reth-primitives-traits", + "reth-trie-common 2.1.0", + "revm", + "serde", + "serde_with", +] + +[[package]] +name = "reth-execution-types" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", + "alloy-evm 0.34.0", "alloy-primitives", "alloy-rlp", "derive_more", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-primitives-traits", - "reth-trie-common", + "reth-trie-common 2.2.0", "revm", "serde", "serde_with", @@ -7567,31 +8152,31 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "eyre", "futures", "itertools 0.14.0", "metrics", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-config", - "reth-ethereum-primitives", - "reth-evm", + "reth-chain-state 2.1.0", + "reth-chainspec 2.1.0", + "reth-config 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-evm 2.1.0", "reth-exex-types", - "reth-fs-util", - "reth-metrics", - "reth-node-api", - "reth-node-core", - "reth-payload-builder", + "reth-fs-util 2.1.0", + "reth-metrics 2.1.0", + "reth-node-api 2.1.0", + "reth-node-core 2.1.0", + "reth-payload-builder 2.1.0", "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-revm", + "reth-provider 2.1.0", + "reth-prune-types 2.1.0", + "reth-revm 2.1.0", "reth-stages-api", - "reth-tasks", - "reth-tracing", + "reth-tasks 2.1.0", + "reth-tracing 2.1.0", "rmp-serde", "thiserror 2.0.18", "tokio", @@ -7604,10 +8189,10 @@ name = "reth-exex-types" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", - "reth-chain-state", - "reth-execution-types", + "reth-chain-state 2.1.0", + "reth-execution-types 2.1.0", "reth-primitives-traits", "serde", "serde_with", @@ -7623,6 +8208,16 @@ dependencies = [ "thiserror 2.0.18", ] +[[package]] +name = "reth-fs-util" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "serde", + "serde_json", + "thiserror 2.0.18", +] + [[package]] name = "reth-invalid-block-hooks" version = "2.1.0" @@ -7636,14 +8231,14 @@ dependencies = [ "futures", "jsonrpsee", "pretty_assertions", - "reth-engine-primitives", - "reth-evm", + "reth-engine-primitives 2.1.0", + "reth-evm 2.1.0", "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-rpc-api", - "reth-tracing", - "reth-trie", + "reth-provider 2.1.0", + "reth-revm 2.1.0", + "reth-rpc-api 2.1.0", + "reth-tracing 2.1.0", + "reth-trie 2.1.0", "revm", "revm-bytecode", "revm-database", @@ -7682,7 +8277,24 @@ dependencies = [ "dashmap", "derive_more", "parking_lot", - "reth-mdbx-sys", + "reth-mdbx-sys 2.1.0", + "smallvec", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "reth-libmdbx" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "bitflags 2.11.0", + "byteorder", + "crossbeam-queue", + "dashmap", + "derive_more", + "parking_lot", + "reth-mdbx-sys 2.2.0", "smallvec", "thiserror 2.0.18", "tracing", @@ -7697,6 +8309,15 @@ dependencies = [ "cc", ] +[[package]] +name = "reth-mdbx-sys" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "bindgen", + "cc", +] + [[package]] name = "reth-metrics" version = "2.1.0" @@ -7709,6 +8330,19 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "reth-metrics" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "futures", + "metrics", + "metrics-derive", + "reth-primitives-traits", + "tokio", + "tokio-util", +] + [[package]] name = "reth-net-banlist" version = "2.1.0" @@ -7718,6 +8352,15 @@ dependencies = [ "ipnet", ] +[[package]] +name = "reth-net-banlist" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-primitives", + "ipnet", +] + [[package]] name = "reth-net-nat" version = "2.1.0" @@ -7732,19 +8375,33 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-net-nat" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "futures-util", + "if-addrs", + "reqwest 0.13.2", + "serde_with", + "thiserror 2.0.18", + "tokio", + "tracing", +] + [[package]] name = "reth-network" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", "aquamarine", "auto_impl", "derive_more", - "discv5", + "discv5 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", "enr", "futures", "itertools 0.14.0", @@ -7754,29 +8411,29 @@ dependencies = [ "rand 0.8.5", "rand 0.9.3", "rayon", - "reth-chainspec", - "reth-consensus", - "reth-discv4", - "reth-discv5", - "reth-dns-discovery", - "reth-ecies", - "reth-eth-wire", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-evm-ethereum", - "reth-fs-util", - "reth-metrics", - "reth-net-banlist", - "reth-network-api", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", + "reth-chainspec 2.1.0", + "reth-consensus 2.1.0", + "reth-discv4 2.1.0", + "reth-discv5 2.1.0", + "reth-dns-discovery 2.1.0", + "reth-ecies 2.1.0", + "reth-eth-wire 2.1.0", + "reth-eth-wire-types 2.1.0", + "reth-ethereum-forks 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-evm-ethereum 2.1.0", + "reth-fs-util 2.1.0", + "reth-metrics 2.1.0", + "reth-net-banlist 2.1.0", + "reth-network-api 2.1.0", + "reth-network-p2p 2.1.0", + "reth-network-peers 2.1.0", + "reth-network-types 2.1.0", "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", + "reth-storage-api 2.1.0", + "reth-tasks 2.1.0", + "reth-tokio-util 2.1.0", + "reth-transaction-pool 2.1.0", "rustc-hash", "schnellru", "secp256k1 0.30.0", @@ -7789,6 +8446,63 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-network" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", + "alloy-primitives", + "alloy-rlp", + "aquamarine", + "auto_impl", + "derive_more", + "discv5 0.10.4 (git+https://github.com/sigp/discv5?rev=7663c00)", + "enr", + "futures", + "itertools 0.14.0", + "metrics", + "parking_lot", + "pin-project", + "rand 0.8.5", + "rand 0.9.3", + "rayon", + "reth-chainspec 2.2.0", + "reth-consensus 2.2.0", + "reth-discv4 2.2.0", + "reth-discv5 2.2.0", + "reth-dns-discovery 2.2.0", + "reth-ecies 2.2.0", + "reth-eth-wire 2.2.0", + "reth-eth-wire-types 2.2.0", + "reth-ethereum-forks 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-fs-util 2.2.0", + "reth-metrics 2.2.0", + "reth-net-banlist 2.2.0", + "reth-network-api 2.2.0", + "reth-network-p2p 2.2.0", + "reth-network-peers 2.2.0", + "reth-network-types 2.2.0", + "reth-primitives-traits", + "reth-storage-api 2.2.0", + "reth-tasks 2.2.0", + "reth-tokio-util 2.2.0", + "reth-transaction-pool 2.2.0", + "rustc-hash", + "schnellru", + "secp256k1 0.30.0", + "serde", + "smallvec", + "socket2", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + [[package]] name = "reth-network-api" version = "2.1.0" @@ -7802,12 +8516,37 @@ dependencies = [ "derive_more", "enr", "futures", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-tokio-util", + "reth-eth-wire-types 2.1.0", + "reth-ethereum-forks 2.1.0", + "reth-network-p2p 2.1.0", + "reth-network-peers 2.1.0", + "reth-network-types 2.1.0", + "reth-tokio-util 2.1.0", + "serde", + "thiserror 2.0.18", + "tokio", + "tokio-stream", +] + +[[package]] +name = "reth-network-api" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rpc-types-admin", + "alloy-rpc-types-eth", + "auto_impl", + "derive_more", + "enr", + "futures", + "reth-eth-wire-types 2.2.0", + "reth-ethereum-forks 2.2.0", + "reth-network-p2p 2.2.0", + "reth-network-peers 2.2.0", + "reth-network-types 2.2.0", + "reth-tokio-util 2.2.0", "serde", "thiserror 2.0.18", "tokio", @@ -7820,19 +8559,41 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "auto_impl", "derive_more", "futures", "parking_lot", - "reth-consensus", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", - "reth-network-types", + "reth-consensus 2.1.0", + "reth-eth-wire-types 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-network-peers 2.1.0", + "reth-network-types 2.1.0", "reth-primitives-traits", - "reth-storage-errors", + "reth-storage-errors 2.1.0", + "tokio", + "tracing", +] + +[[package]] +name = "reth-network-p2p" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures", + "reth-consensus 2.2.0", + "reth-eth-wire-types 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-network-peers 2.2.0", + "reth-network-types 2.2.0", + "reth-primitives-traits", + "reth-storage-errors 2.2.0", "tokio", "tracing", ] @@ -7852,31 +8613,77 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-peers" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "enr", + "secp256k1 0.30.0", + "serde_with", + "thiserror 2.0.18", + "tokio", + "url", +] + +[[package]] +name = "reth-network-types" +version = "2.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" +dependencies = [ + "alloy-eip2124", + "humantime-serde", + "reth-net-banlist 2.1.0", + "reth-network-peers 2.1.0", + "serde", + "serde_json", + "tracing", +] + [[package]] name = "reth-network-types" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-eip2124", + "humantime-serde", + "reth-net-banlist 2.2.0", + "reth-network-peers 2.2.0", + "serde", + "serde_json", + "tracing", +] + +[[package]] +name = "reth-nippy-jar" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-eip2124", - "humantime-serde", - "reth-net-banlist", - "reth-network-peers", + "anyhow", + "bincode", + "derive_more", + "lz4_flex", + "memmap2", + "reth-fs-util 2.1.0", "serde", - "serde_json", + "thiserror 2.0.18", "tracing", + "zstd", ] [[package]] name = "reth-nippy-jar" -version = "2.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "anyhow", "bincode", "derive_more", "lz4_flex", "memmap2", - "reth-fs-util", + "reth-fs-util 2.2.0", "serde", "thiserror 2.0.18", "tracing", @@ -7890,21 +8697,45 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28 dependencies = [ "alloy-rpc-types-engine", "eyre", - "reth-basic-payload-builder", - "reth-consensus", - "reth-db-api", - "reth-engine-primitives", - "reth-evm", - "reth-network-api", - "reth-node-core", - "reth-node-types", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-provider", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", + "reth-basic-payload-builder 2.1.0", + "reth-consensus 2.1.0", + "reth-db-api 2.1.0", + "reth-engine-primitives 2.1.0", + "reth-evm 2.1.0", + "reth-network-api 2.1.0", + "reth-node-core 2.1.0", + "reth-node-types 2.1.0", + "reth-payload-builder 2.1.0", + "reth-payload-builder-primitives 2.1.0", + "reth-payload-primitives 2.1.0", + "reth-provider 2.1.0", + "reth-tasks 2.1.0", + "reth-tokio-util 2.1.0", + "reth-transaction-pool 2.1.0", +] + +[[package]] +name = "reth-node-api" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-rpc-types-engine", + "eyre", + "reth-basic-payload-builder 2.2.0", + "reth-consensus 2.2.0", + "reth-db-api 2.2.0", + "reth-engine-primitives 2.2.0", + "reth-evm 2.2.0", + "reth-network-api 2.2.0", + "reth-node-core 2.2.0", + "reth-node-types 2.2.0", + "reth-payload-builder 2.2.0", + "reth-payload-builder-primitives 2.2.0", + "reth-payload-primitives 2.2.0", + "reth-provider 2.2.0", + "reth-tasks 2.2.0", + "reth-tokio-util 2.2.0", + "reth-transaction-pool 2.2.0", ] [[package]] @@ -7913,7 +8744,7 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-provider", "alloy-rpc-types", @@ -7925,49 +8756,49 @@ dependencies = [ "jsonrpsee", "parking_lot", "rayon", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", - "reth-config", - "reth-consensus", + "reth-basic-payload-builder 2.1.0", + "reth-chain-state 2.1.0", + "reth-chainspec 2.1.0", + "reth-config 2.1.0", + "reth-consensus 2.1.0", "reth-consensus-debug-client", - "reth-db", - "reth-db-api", + "reth-db 2.1.0", + "reth-db-api 2.1.0", "reth-db-common", "reth-downloaders", - "reth-engine-local", - "reth-engine-primitives", + "reth-engine-local 2.1.0", + "reth-engine-primitives 2.1.0", "reth-engine-tree", "reth-engine-util", - "reth-evm", + "reth-evm 2.1.0", "reth-exex", - "reth-fs-util", + "reth-fs-util 2.1.0", "reth-invalid-block-hooks", - "reth-network", - "reth-network-api", - "reth-network-p2p", - "reth-node-api", - "reth-node-core", + "reth-network 2.1.0", + "reth-network-api 2.1.0", + "reth-network-p2p 2.1.0", + "reth-node-api 2.1.0", + "reth-node-core 2.1.0", "reth-node-ethstats", "reth-node-events", "reth-node-metrics", - "reth-payload-builder", + "reth-payload-builder 2.1.0", "reth-primitives-traits", - "reth-provider", + "reth-provider 2.1.0", "reth-prune", "reth-rpc", - "reth-rpc-api", + "reth-rpc-api 2.1.0", "reth-rpc-builder", - "reth-rpc-engine-api", - "reth-rpc-eth-types", + "reth-rpc-engine-api 2.1.0", + "reth-rpc-eth-types 2.1.0", "reth-rpc-layer", "reth-stages", "reth-static-file", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", - "reth-transaction-pool", - "reth-trie-db", + "reth-tasks 2.1.0", + "reth-tokio-util 2.1.0", + "reth-tracing 2.1.0", + "reth-transaction-pool 2.1.0", + "reth-trie-db 2.1.0", "secp256k1 0.30.0", "serde_json", "tokio", @@ -7981,7 +8812,62 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", + "alloy-primitives", + "alloy-rpc-types-engine", + "clap", + "derive_more", + "dirs-next", + "eyre", + "futures", + "humantime", + "ipnet", + "rand 0.9.3", + "reth-chainspec 2.1.0", + "reth-cli-util 2.1.0", + "reth-config 2.1.0", + "reth-consensus 2.1.0", + "reth-db 2.1.0", + "reth-discv4 2.1.0", + "reth-discv5 2.1.0", + "reth-engine-local 2.1.0", + "reth-engine-primitives 2.1.0", + "reth-ethereum-forks 2.1.0", + "reth-net-banlist 2.1.0", + "reth-net-nat 2.1.0", + "reth-network 2.1.0", + "reth-network-p2p 2.1.0", + "reth-network-peers 2.1.0", + "reth-primitives-traits", + "reth-prune-types 2.1.0", + "reth-rpc-convert 2.1.0", + "reth-rpc-eth-types 2.1.0", + "reth-rpc-server-types 2.1.0", + "reth-stages-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-storage-errors 2.1.0", + "reth-tasks 2.1.0", + "reth-tracing 2.1.0", + "reth-tracing-otlp 2.1.0", + "reth-transaction-pool 2.1.0", + "secp256k1 0.30.0", + "serde", + "strum", + "thiserror 2.0.18", + "toml", + "tracing", + "url", + "vergen", + "vergen-git2", +] + +[[package]] +name = "reth-node-core" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rpc-types-engine", "clap", @@ -7992,33 +8878,33 @@ dependencies = [ "humantime", "ipnet", "rand 0.9.3", - "reth-chainspec", - "reth-cli-util", - "reth-config", - "reth-consensus", - "reth-db", - "reth-discv4", - "reth-discv5", - "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-forks", - "reth-net-banlist", - "reth-net-nat", - "reth-network", - "reth-network-p2p", - "reth-network-peers", + "reth-chainspec 2.2.0", + "reth-cli-util 2.2.0", + "reth-config 2.2.0", + "reth-consensus 2.2.0", + "reth-db 2.2.0", + "reth-discv4 2.2.0", + "reth-discv5 2.2.0", + "reth-engine-local 2.2.0", + "reth-engine-primitives 2.2.0", + "reth-ethereum-forks 2.2.0", + "reth-net-banlist 2.2.0", + "reth-net-nat 2.2.0", + "reth-network 2.2.0", + "reth-network-p2p 2.2.0", + "reth-network-peers 2.2.0", "reth-primitives-traits", - "reth-prune-types", - "reth-rpc-convert", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tasks", - "reth-tracing", - "reth-tracing-otlp", - "reth-transaction-pool", + "reth-prune-types 2.2.0", + "reth-rpc-convert 2.2.0", + "reth-rpc-eth-types 2.2.0", + "reth-rpc-server-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", + "reth-tasks 2.2.0", + "reth-tracing 2.2.0", + "reth-tracing-otlp 2.2.0", + "reth-transaction-pool 2.2.0", "secp256k1 0.30.0", "serde", "strum", @@ -8035,35 +8921,35 @@ name = "reth-node-ethereum" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-network", "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec", - "reth-engine-local", - "reth-engine-primitives", + "reth-chainspec 2.1.0", + "reth-engine-local 2.1.0", + "reth-engine-primitives 2.1.0", "reth-ethereum-consensus", - "reth-ethereum-engine-primitives", + "reth-ethereum-engine-primitives 2.1.0", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-network", - "reth-node-api", + "reth-ethereum-primitives 2.1.0", + "reth-evm 2.1.0", + "reth-evm-ethereum 2.1.0", + "reth-network 2.1.0", + "reth-node-api 2.1.0", "reth-node-builder", - "reth-payload-primitives", + "reth-payload-primitives 2.1.0", "reth-primitives-traits", - "reth-provider", - "reth-revm", + "reth-provider 2.1.0", + "reth-revm 2.1.0", "reth-rpc", - "reth-rpc-api", + "reth-rpc-api 2.1.0", "reth-rpc-builder", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-tracing", - "reth-transaction-pool", + "reth-rpc-eth-api 2.1.0", + "reth-rpc-eth-types 2.1.0", + "reth-rpc-server-types 2.1.0", + "reth-tracing 2.1.0", + "reth-transaction-pool 2.1.0", "revm", "tokio", ] @@ -8077,11 +8963,11 @@ dependencies = [ "alloy-primitives", "chrono", "futures-util", - "reth-chain-state", - "reth-network-api", + "reth-chain-state 2.1.0", + "reth-network-api 2.1.0", "reth-primitives-traits", - "reth-storage-api", - "reth-transaction-pool", + "reth-storage-api 2.1.0", + "reth-transaction-pool 2.1.0", "serde", "serde_json", "thiserror 2.0.18", @@ -8098,20 +8984,20 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rpc-types-engine", "derive_more", "futures", "humantime", "pin-project", - "reth-engine-primitives", - "reth-network-api", + "reth-engine-primitives 2.1.0", + "reth-network-api 2.1.0", "reth-primitives-traits", - "reth-prune-types", + "reth-prune-types 2.1.0", "reth-stages", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 2.1.0", + "reth-storage-api 2.1.0", "tokio", "tracing", ] @@ -8132,8 +9018,8 @@ dependencies = [ "metrics-util", "procfs", "reqwest 0.13.2", - "reth-metrics", - "reth-tasks", + "reth-metrics 2.1.0", + "reth-tasks 2.1.0", "tikv-jemalloc-ctl", "tokio", "tower", @@ -8145,10 +9031,22 @@ name = "reth-node-types" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "reth-chainspec", - "reth-db-api", - "reth-engine-primitives", - "reth-payload-primitives", + "reth-chainspec 2.1.0", + "reth-db-api 2.1.0", + "reth-engine-primitives 2.1.0", + "reth-payload-primitives 2.1.0", + "reth-primitives-traits", +] + +[[package]] +name = "reth-node-types" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "reth-chainspec 2.2.0", + "reth-db-api 2.2.0", + "reth-engine-primitives 2.2.0", + "reth-payload-primitives 2.2.0", "reth-primitives-traits", ] @@ -8163,14 +9061,38 @@ dependencies = [ "derive_more", "futures-util", "metrics", - "reth-chain-state", - "reth-ethereum-engine-primitives", - "reth-execution-cache", - "reth-metrics", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-chain-state 2.1.0", + "reth-ethereum-engine-primitives 2.1.0", + "reth-execution-cache 2.1.0", + "reth-metrics 2.1.0", + "reth-payload-builder-primitives 2.1.0", + "reth-payload-primitives 2.1.0", + "reth-primitives-traits", + "reth-trie-parallel 2.1.0", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-builder" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rpc-types", + "derive_more", + "futures-util", + "metrics", + "reth-chain-state 2.2.0", + "reth-ethereum-engine-primitives 2.2.0", + "reth-execution-cache 2.2.0", + "reth-metrics 2.2.0", + "reth-payload-builder-primitives 2.2.0", + "reth-payload-primitives 2.2.0", "reth-primitives-traits", - "reth-trie-parallel", + "reth-trie-parallel 2.2.0", "tokio", "tokio-stream", "tracing", @@ -8182,7 +9104,19 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "pin-project", - "reth-payload-primitives", + "reth-payload-primitives 2.1.0", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-builder-primitives" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "pin-project", + "reth-payload-primitives 2.2.0", "tokio", "tokio-stream", "tracing", @@ -8194,18 +9128,42 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine", + "auto_impl", + "either", + "reth-chain-state 2.1.0", + "reth-chainspec 2.1.0", + "reth-errors 2.1.0", + "reth-execution-types 2.1.0", + "reth-primitives-traits", + "reth-trie-common 2.1.0", + "serde", + "sha2", + "thiserror 2.0.18", + "tokio", +] + +[[package]] +name = "reth-payload-primitives" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", "auto_impl", "either", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-execution-types", + "reth-chain-state 2.2.0", + "reth-chainspec 2.2.0", + "reth-errors 2.2.0", + "reth-execution-types 2.2.0", "reth-primitives-traits", - "reth-trie-common", + "reth-trie-common 2.2.0", "serde", "sha2", "thiserror 2.0.18", @@ -8224,12 +9182,12 @@ dependencies = [ [[package]] name = "reth-primitives-traits" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc759fd87c3f65440e5d3bfa3107fe8a13a61a6807cd485c62c49d63c7bf6717" +checksum = "8ee12e304adbacbb32248c9806ebafbe1e2811fbfefe53c5e5b710a8438b7ec0" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-genesis", "alloy-primitives", "alloy-rlp", @@ -8261,7 +9219,7 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-genesis", "alloy-primitives", "alloy-rpc-types-engine", @@ -8271,28 +9229,28 @@ dependencies = [ "notify", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 2.1.0", + "reth-chainspec 2.1.0", "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-db 2.1.0", + "reth-db-api 2.1.0", + "reth-errors 2.1.0", + "reth-ethereum-engine-primitives 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-execution-types 2.1.0", + "reth-fs-util 2.1.0", + "reth-metrics 2.1.0", + "reth-nippy-jar 2.1.0", + "reth-node-types 2.1.0", "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tasks", - "reth-trie", - "reth-trie-db", + "reth-prune-types 2.1.0", + "reth-stages-types 2.1.0", + "reth-static-file-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-storage-errors 2.1.0", + "reth-tasks 2.1.0", + "reth-trie 2.1.0", + "reth-trie-db 2.1.0", "revm-database", "revm-state", "rocksdb", @@ -8301,29 +9259,72 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-provider" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", + "alloy-genesis", + "alloy-primitives", + "alloy-rpc-types-engine", + "eyre", + "itertools 0.14.0", + "metrics", + "notify", + "parking_lot", + "rayon", + "reth-chain-state 2.2.0", + "reth-chainspec 2.2.0", + "reth-codecs", + "reth-db 2.2.0", + "reth-db-api 2.2.0", + "reth-errors 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-execution-types 2.2.0", + "reth-fs-util 2.2.0", + "reth-metrics 2.2.0", + "reth-nippy-jar 2.2.0", + "reth-node-types 2.2.0", + "reth-primitives-traits", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-static-file-types 2.2.0", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", + "reth-tasks 2.2.0", + "reth-trie 2.2.0", + "reth-trie-db 2.2.0", + "revm-database", + "rocksdb", + "strum", + "tracing", +] + [[package]] name = "reth-prune" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "itertools 0.14.0", "metrics", "rayon", - "reth-config", - "reth-db-api", - "reth-errors", + "reth-config 2.1.0", + "reth-db-api 2.1.0", + "reth-errors 2.1.0", "reth-exex-types", - "reth-metrics", + "reth-metrics 2.1.0", "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-tokio-util", + "reth-provider 2.1.0", + "reth-prune-types 2.1.0", + "reth-stages-types 2.1.0", + "reth-static-file-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-tokio-util 2.1.0", "rustc-hash", "thiserror 2.0.18", "tokio", @@ -8346,6 +9347,21 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-prune-types" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-primitives", + "derive_more", + "modular-bitfield", + "reth-codecs", + "serde", + "strum", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "reth-revm" version = "2.1.0" @@ -8355,9 +9371,21 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-debug", "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", + "reth-storage-api 2.1.0", + "reth-storage-errors 2.1.0", + "reth-trie 2.1.0", + "revm", +] + +[[package]] +name = "reth-revm" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-primitives", + "reth-primitives-traits", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", "revm", ] @@ -8368,8 +9396,8 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28 dependencies = [ "alloy-consensus", "alloy-dyn-abi", - "alloy-eips 2.0.1", - "alloy-evm", + "alloy-eips 2.0.4", + "alloy-evm 0.33.2", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -8384,7 +9412,7 @@ dependencies = [ "alloy-rpc-types-mev", "alloy-rpc-types-trace", "alloy-rpc-types-txpool", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "alloy-signer", "alloy-signer-local", "async-trait", @@ -8396,35 +9424,35 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chain-state 2.1.0", + "reth-chainspec 2.1.0", + "reth-consensus 2.1.0", "reth-consensus-common", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", - "reth-metrics", - "reth-network-api", - "reth-network-peers", - "reth-network-types", - "reth-node-api", + "reth-engine-primitives 2.1.0", + "reth-errors 2.1.0", + "reth-ethereum-engine-primitives 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-evm 2.1.0", + "reth-evm-ethereum 2.1.0", + "reth-execution-types 2.1.0", + "reth-metrics 2.1.0", + "reth-network-api 2.1.0", + "reth-network-peers 2.1.0", + "reth-network-types 2.1.0", + "reth-node-api 2.1.0", "reth-primitives-traits", - "reth-revm", - "reth-rpc-api", - "reth-rpc-convert", - "reth-rpc-engine-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-tracing", - "reth-transaction-pool", - "reth-trie-common", + "reth-revm 2.1.0", + "reth-rpc-api 2.1.0", + "reth-rpc-convert 2.1.0", + "reth-rpc-engine-api 2.1.0", + "reth-rpc-eth-api 2.1.0", + "reth-rpc-eth-types 2.1.0", + "reth-rpc-server-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-tasks 2.1.0", + "reth-tracing 2.1.0", + "reth-transaction-pool 2.1.0", + "reth-trie-common 2.1.0", "revm", "revm-inspectors", "revm-primitives", @@ -8443,7 +9471,37 @@ name = "reth-rpc-api" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", + "alloy-genesis", + "alloy-json-rpc", + "alloy-primitives", + "alloy-rpc-types", + "alloy-rpc-types-admin", + "alloy-rpc-types-anvil", + "alloy-rpc-types-beacon", + "alloy-rpc-types-debug", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth", + "alloy-rpc-types-mev", + "alloy-rpc-types-trace", + "alloy-rpc-types-txpool", + "alloy-serde 2.0.4", + "jsonrpsee", + "reth-chain-state 2.1.0", + "reth-engine-primitives 2.1.0", + "reth-network-peers 2.1.0", + "reth-rpc-eth-api 2.1.0", + "reth-trie-common 2.1.0", + "serde", + "serde_json", +] + +[[package]] +name = "reth-rpc-api" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-eips 2.0.4", "alloy-genesis", "alloy-json-rpc", "alloy-primitives", @@ -8457,13 +9515,13 @@ dependencies = [ "alloy-rpc-types-mev", "alloy-rpc-types-trace", "alloy-rpc-types-txpool", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "jsonrpsee", - "reth-chain-state", - "reth-engine-primitives", - "reth-network-peers", - "reth-rpc-eth-api", - "reth-trie-common", + "reth-chain-state 2.2.0", + "reth-engine-primitives 2.2.0", + "reth-network-peers 2.2.0", + "reth-rpc-eth-api 2.2.0", + "reth-trie-common 2.2.0", "serde", "serde_json", ] @@ -8480,28 +9538,28 @@ dependencies = [ "jsonrpsee", "metrics", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", - "reth-evm", + "reth-chain-state 2.1.0", + "reth-chainspec 2.1.0", + "reth-consensus 2.1.0", + "reth-engine-primitives 2.1.0", + "reth-evm 2.1.0", "reth-ipc", - "reth-metrics", - "reth-network-api", - "reth-node-core", - "reth-payload-primitives", + "reth-metrics 2.1.0", + "reth-network-api 2.1.0", + "reth-node-core 2.1.0", + "reth-payload-primitives 2.1.0", "reth-primitives-traits", "reth-rpc", - "reth-rpc-api", - "reth-rpc-engine-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", + "reth-rpc-api 2.1.0", + "reth-rpc-engine-api 2.1.0", + "reth-rpc-eth-api 2.1.0", + "reth-rpc-eth-types 2.1.0", "reth-rpc-layer", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", + "reth-rpc-server-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-tasks 2.1.0", + "reth-tokio-util 2.1.0", + "reth-transaction-pool 2.1.0", "serde", "thiserror 2.0.18", "tokio", @@ -8517,7 +9575,27 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-evm", + "alloy-evm 0.33.2", + "alloy-json-rpc", + "alloy-network", + "alloy-primitives", + "alloy-rpc-types-eth", + "auto_impl", + "dyn-clone", + "jsonrpsee-types", + "reth-evm 2.1.0", + "reth-primitives-traits", + "reth-rpc-traits", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-rpc-convert" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-evm 0.34.0", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -8525,7 +9603,7 @@ dependencies = [ "auto_impl", "dyn-clone", "jsonrpsee-types", - "reth-evm", + "reth-evm 2.2.0", "reth-primitives-traits", "reth-rpc-traits", "thiserror 2.0.18", @@ -8536,7 +9614,38 @@ name = "reth-rpc-engine-api" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine", + "async-trait", + "jsonrpsee-core", + "jsonrpsee-types", + "metrics", + "reth-chainspec 2.1.0", + "reth-engine-primitives 2.1.0", + "reth-metrics 2.1.0", + "reth-network-api 2.1.0", + "reth-payload-builder 2.1.0", + "reth-payload-builder-primitives 2.1.0", + "reth-payload-primitives 2.1.0", + "reth-primitives-traits", + "reth-rpc-api 2.1.0", + "reth-storage-api 2.1.0", + "reth-tasks 2.1.0", + "reth-transaction-pool 2.1.0", + "serde", + "thiserror 2.0.18", + "tokio", + "tracing", +] + +[[package]] +name = "reth-rpc-engine-api" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", @@ -8544,18 +9653,18 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec", - "reth-engine-primitives", - "reth-metrics", - "reth-network-api", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-chainspec 2.2.0", + "reth-engine-primitives 2.2.0", + "reth-metrics 2.2.0", + "reth-network-api 2.2.0", + "reth-payload-builder 2.2.0", + "reth-payload-builder-primitives 2.2.0", + "reth-payload-primitives 2.2.0", "reth-primitives-traits", - "reth-rpc-api", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", + "reth-rpc-api 2.2.0", + "reth-storage-api 2.2.0", + "reth-tasks 2.2.0", + "reth-transaction-pool 2.2.0", "serde", "thiserror 2.0.18", "tokio", @@ -8570,15 +9679,61 @@ dependencies = [ "alloy-consensus", "alloy-dyn-abi", "alloy-eip7928", - "alloy-eips 2.0.1", - "alloy-evm", + "alloy-eips 2.0.4", + "alloy-evm 0.33.2", + "alloy-json-rpc", + "alloy-network", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-rpc-types-mev", + "alloy-serde 2.0.4", + "async-trait", + "auto_impl", + "dyn-clone", + "futures", + "jsonrpsee", + "jsonrpsee-types", + "parking_lot", + "reth-chain-state 2.1.0", + "reth-chainspec 2.1.0", + "reth-errors 2.1.0", + "reth-evm 2.1.0", + "reth-network-api 2.1.0", + "reth-node-api 2.1.0", + "reth-primitives-traits", + "reth-revm 2.1.0", + "reth-rpc-convert 2.1.0", + "reth-rpc-eth-types 2.1.0", + "reth-rpc-server-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-tasks 2.1.0", + "reth-transaction-pool 2.1.0", + "reth-trie-common 2.1.0", + "revm", + "revm-inspectors", + "serde_json", + "tokio", + "tracing", +] + +[[package]] +name = "reth-rpc-eth-api" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-dyn-abi", + "alloy-eip7928", + "alloy-eips 2.0.4", + "alloy-evm 0.34.0", "alloy-json-rpc", "alloy-network", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-eth", "alloy-rpc-types-mev", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "async-trait", "auto_impl", "dyn-clone", @@ -8586,36 +9741,84 @@ dependencies = [ "jsonrpsee", "jsonrpsee-types", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", - "reth-network-api", - "reth-node-api", + "reth-chain-state 2.2.0", + "reth-chainspec 2.2.0", + "reth-errors 2.2.0", + "reth-evm 2.2.0", + "reth-network-api 2.2.0", + "reth-node-api 2.2.0", + "reth-primitives-traits", + "reth-revm 2.2.0", + "reth-rpc-convert 2.2.0", + "reth-rpc-eth-types 2.2.0", + "reth-rpc-server-types 2.2.0", + "reth-storage-api 2.2.0", + "reth-tasks 2.2.0", + "reth-transaction-pool 2.2.0", + "reth-trie-common 2.2.0", + "revm", + "revm-inspectors", + "serde_json", + "tokio", + "tracing", +] + +[[package]] +name = "reth-rpc-eth-types" +version = "2.1.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", + "alloy-evm 0.33.2", + "alloy-network", + "alloy-primitives", + "alloy-rpc-client", + "alloy-rpc-types-eth", + "alloy-sol-types", + "alloy-transport", + "derive_more", + "futures", + "itertools 0.14.0", + "jsonrpsee-core", + "jsonrpsee-types", + "metrics", + "rand 0.9.3", + "reqwest 0.13.2", + "reth-chain-state 2.1.0", + "reth-chainspec 2.1.0", + "reth-errors 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-evm 2.1.0", + "reth-execution-types 2.1.0", + "reth-metrics 2.1.0", "reth-primitives-traits", - "reth-revm", - "reth-rpc-convert", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie-common", + "reth-revm 2.1.0", + "reth-rpc-convert 2.1.0", + "reth-rpc-server-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-tasks 2.1.0", + "reth-transaction-pool 2.1.0", + "reth-trie 2.1.0", "revm", "revm-inspectors", - "serde_json", + "schnellru", + "serde", + "thiserror 2.0.18", "tokio", + "tokio-stream", "tracing", + "url", ] [[package]] name = "reth-rpc-eth-types" -version = "2.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", - "alloy-evm", + "alloy-eips 2.0.4", + "alloy-evm 0.34.0", "alloy-network", "alloy-primitives", "alloy-rpc-client", @@ -8630,21 +9833,21 @@ dependencies = [ "metrics", "rand 0.9.3", "reqwest 0.13.2", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", + "reth-chain-state 2.2.0", + "reth-chainspec 2.2.0", + "reth-errors 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-evm 2.2.0", + "reth-execution-types 2.2.0", + "reth-metrics 2.2.0", "reth-primitives-traits", - "reth-revm", - "reth-rpc-convert", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", + "reth-revm 2.2.0", + "reth-rpc-convert 2.2.0", + "reth-rpc-server-types 2.2.0", + "reth-storage-api 2.2.0", + "reth-tasks 2.2.0", + "reth-transaction-pool 2.2.0", + "reth-trie 2.2.0", "revm", "revm-inspectors", "schnellru", @@ -8675,22 +9878,38 @@ name = "reth-rpc-server-types" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", + "alloy-primitives", + "alloy-rpc-types-engine", + "jsonrpsee-core", + "jsonrpsee-types", + "reth-errors 2.1.0", + "reth-network-api 2.1.0", + "serde", + "strum", +] + +[[package]] +name = "reth-rpc-server-types" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rpc-types-engine", "jsonrpsee-core", "jsonrpsee-types", - "reth-errors", - "reth-network-api", + "reth-errors 2.2.0", + "reth-network-api 2.2.0", "serde", "strum", ] [[package]] name = "reth-rpc-traits" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b766da61ec7c46596386b4bc88d9b57d1939d3da2bc9e927567a8a23650e5ce9" +checksum = "860fe223501a76ff14aa3bf164f739f31008c2a2905ac85708bfd88f042e6151" dependencies = [ "alloy-consensus", "alloy-network", @@ -8707,7 +9926,7 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", "eyre", @@ -8717,36 +9936,36 @@ dependencies = [ "page_size", "rayon", "reqwest 0.13.2", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-codecs", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", + "reth-config 2.1.0", + "reth-consensus 2.1.0", + "reth-db 2.1.0", + "reth-db-api 2.1.0", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-etl", - "reth-evm", - "reth-execution-types", + "reth-evm 2.1.0", + "reth-execution-types 2.1.0", "reth-exex", - "reth-fs-util", - "reth-libmdbx", - "reth-network-p2p", + "reth-fs-util 2.1.0", + "reth-libmdbx 2.1.0", + "reth-network-p2p 2.1.0", "reth-primitives-traits", - "reth-provider", + "reth-provider 2.1.0", "reth-prune", - "reth-prune-types", - "reth-revm", + "reth-prune-types 2.1.0", + "reth-revm 2.1.0", "reth-stages-api", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tasks", + "reth-static-file-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-storage-errors 2.1.0", + "reth-tasks 2.1.0", "reth-testing-utils", - "reth-trie", - "reth-trie-db", + "reth-trie 2.1.0", + "reth-trie-db 2.1.0", "tempfile", "thiserror 2.0.18", "tokio", @@ -8758,24 +9977,24 @@ name = "reth-stages-api" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "aquamarine", "auto_impl", "futures-util", "metrics", "reth-codecs", - "reth-consensus", - "reth-errors", - "reth-metrics", - "reth-network-p2p", + "reth-consensus 2.1.0", + "reth-errors 2.1.0", + "reth-metrics 2.1.0", + "reth-network-p2p 2.1.0", "reth-primitives-traits", - "reth-provider", + "reth-provider 2.1.0", "reth-prune", - "reth-stages-types", + "reth-stages-types 2.1.0", "reth-static-file", - "reth-static-file-types", - "reth-tokio-util", + "reth-static-file-types 2.1.0", + "reth-tokio-util 2.1.0", "thiserror 2.0.18", "tokio", "tracing", @@ -8791,7 +10010,20 @@ dependencies = [ "bytes", "modular-bitfield", "reth-codecs", - "reth-trie-common", + "reth-trie-common 2.1.0", + "serde", +] + +[[package]] +name = "reth-stages-types" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-primitives", + "bytes", + "modular-bitfield", + "reth-codecs", + "reth-trie-common 2.2.0", "serde", ] @@ -8804,14 +10036,14 @@ dependencies = [ "parking_lot", "rayon", "reth-codecs", - "reth-db-api", + "reth-db-api 2.1.0", "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", - "reth-tokio-util", + "reth-provider 2.1.0", + "reth-prune-types 2.1.0", + "reth-stages-types 2.1.0", + "reth-static-file-types 2.1.0", + "reth-storage-errors 2.1.0", + "reth-tokio-util 2.1.0", "tracing", ] @@ -8824,7 +10056,21 @@ dependencies = [ "clap", "derive_more", "fixed-map", - "reth-stages-types", + "reth-stages-types 2.1.0", + "serde", + "strum", + "tracing", +] + +[[package]] +name = "reth-static-file-types" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-primitives", + "derive_more", + "fixed-map", + "reth-stages-types 2.2.0", "serde", "strum", "tracing", @@ -8836,20 +10082,44 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", - "reth-db-api", - "reth-db-models", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-chainspec 2.1.0", + "reth-db-api 2.1.0", + "reth-db-models 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-execution-types 2.1.0", "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-prune-types 2.1.0", + "reth-stages-types 2.1.0", + "reth-storage-errors 2.1.0", + "reth-trie-common 2.1.0", + "revm-database", + "serde_json", +] + +[[package]] +name = "reth-storage-api" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 2.2.0", + "reth-db-api 2.2.0", + "reth-db-models 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-execution-types 2.2.0", + "reth-primitives-traits", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-storage-errors 2.2.0", + "reth-trie-common 2.2.0", "revm-database", "serde_json", ] @@ -8859,14 +10129,32 @@ name = "reth-storage-errors" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-codecs", + "reth-primitives-traits", + "reth-prune-types 2.1.0", + "reth-static-file-types 2.1.0", + "revm-database-interface", + "revm-state", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-storage-errors" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", "derive_more", "reth-codecs", "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", + "reth-prune-types 2.2.0", + "reth-static-file-types 2.2.0", "revm-database-interface", "revm-state", "thiserror 2.0.18", @@ -8885,7 +10173,28 @@ dependencies = [ "parking_lot", "pin-project", "rayon", - "reth-metrics", + "reth-metrics 2.1.0", + "thiserror 2.0.18", + "thread-priority", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "reth-tasks" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "crossbeam-utils", + "dashmap", + "futures-util", + "libc", + "metrics", + "parking_lot", + "pin-project", + "rayon", + "reth-metrics 2.2.0", "thiserror 2.0.18", "thread-priority", "tokio", @@ -8899,12 +10208,12 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-genesis", "alloy-primitives", "rand 0.8.5", "rand 0.9.3", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-primitives-traits", "secp256k1 0.30.0", ] @@ -8919,6 +10228,16 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-tokio-util" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-tracing" version = "2.1.0" @@ -8926,7 +10245,23 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28 dependencies = [ "clap", "eyre", - "reth-tracing-otlp", + "reth-tracing-otlp 2.1.0", + "rolling-file", + "tracing", + "tracing-appender", + "tracing-journald", + "tracing-logfmt", + "tracing-samply", + "tracing-subscriber 0.3.23", +] + +[[package]] +name = "reth-tracing" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "clap", + "eyre", "rolling-file", "tracing", "tracing-appender", @@ -8953,13 +10288,30 @@ dependencies = [ "url", ] +[[package]] +name = "reth-tracing-otlp" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "clap", + "eyre", + "opentelemetry", + "opentelemetry-otlp", + "opentelemetry-semantic-conventions", + "opentelemetry_sdk", + "tracing", + "tracing-opentelemetry", + "tracing-subscriber 0.3.23", + "url", +] + [[package]] name = "reth-transaction-pool" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", "aquamarine", @@ -8974,18 +10326,62 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.9.3", - "reth-chain-state", - "reth-chainspec", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", + "reth-chain-state 2.1.0", + "reth-chainspec 2.1.0", + "reth-eth-wire-types 2.1.0", + "reth-ethereum-primitives 2.1.0", + "reth-evm 2.1.0", + "reth-evm-ethereum 2.1.0", + "reth-execution-types 2.1.0", + "reth-fs-util 2.1.0", + "reth-metrics 2.1.0", + "reth-primitives-traits", + "reth-storage-api 2.1.0", + "reth-tasks 2.1.0", + "revm", + "revm-interpreter", + "revm-primitives", + "rustc-hash", + "schnellru", + "serde", + "serde_json", + "smallvec", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-transaction-pool" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", + "alloy-primitives", + "alloy-rlp", + "aquamarine", + "auto_impl", + "bitflags 2.11.0", + "futures-util", + "imbl", + "metrics", + "parking_lot", + "pin-project", + "rand 0.9.3", + "reth-chain-state 2.2.0", + "reth-chainspec 2.2.0", + "reth-eth-wire-types 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-evm 2.2.0", + "reth-evm-ethereum 2.2.0", + "reth-execution-types 2.2.0", + "reth-fs-util 2.2.0", + "reth-metrics 2.2.0", "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 2.2.0", + "reth-tasks 2.2.0", "revm", "revm-interpreter", "revm-primitives", @@ -9006,7 +10402,7 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rlp", "alloy-trie", @@ -9014,18 +10410,43 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-execution-errors", - "reth-metrics", + "reth-execution-errors 2.1.0", + "reth-metrics 2.1.0", "reth-primitives-traits", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "reth-trie-sparse", + "reth-stages-types 2.1.0", + "reth-storage-errors 2.1.0", + "reth-trie-common 2.1.0", + "reth-trie-sparse 2.1.0", "revm-database", "tracing", "triehash", ] +[[package]] +name = "reth-trie" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.4", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "itertools 0.14.0", + "metrics", + "parking_lot", + "reth-execution-errors 2.2.0", + "reth-metrics 2.2.0", + "reth-primitives-traits", + "reth-stages-types 2.2.0", + "reth-storage-errors 2.2.0", + "reth-trie-common 2.2.0", + "reth-trie-sparse 2.2.0", + "revm-database", + "tracing", +] + [[package]] name = "reth-trie-common" version = "2.1.0" @@ -9035,7 +10456,7 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-eth", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "alloy-trie", "arbitrary", "arrayvec", @@ -9053,6 +10474,30 @@ dependencies = [ "serde_with", ] +[[package]] +name = "reth-trie-common" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-serde 2.0.4", + "alloy-trie", + "arrayvec", + "bytes", + "derive_more", + "itertools 0.14.0", + "nybbles", + "rayon", + "reth-codecs", + "reth-primitives-traits", + "revm-database", + "serde", + "serde_with", +] + [[package]] name = "reth-trie-db" version = "2.1.0" @@ -9061,15 +10506,35 @@ dependencies = [ "alloy-primitives", "metrics", "parking_lot", - "reth-db-api", - "reth-execution-errors", - "reth-metrics", + "reth-db-api 2.1.0", + "reth-execution-errors 2.1.0", + "reth-metrics 2.1.0", + "reth-primitives-traits", + "reth-stages-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-storage-errors 2.1.0", + "reth-trie 2.1.0", + "reth-trie-common 2.1.0", + "tracing", +] + +[[package]] +name = "reth-trie-db" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-primitives", + "metrics", + "parking_lot", + "reth-db-api 2.2.0", + "reth-execution-errors 2.2.0", + "reth-metrics 2.2.0", "reth-primitives-traits", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", + "reth-stages-types 2.2.0", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", + "reth-trie 2.2.0", + "reth-trie-common 2.2.0", "tracing", ] @@ -9079,7 +10544,35 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-eip7928", - "alloy-evm", + "alloy-evm 0.33.2", + "alloy-primitives", + "alloy-rlp", + "crossbeam-channel", + "crossbeam-utils", + "derive_more", + "itertools 0.14.0", + "metrics", + "rayon", + "reth-execution-errors 2.1.0", + "reth-metrics 2.1.0", + "reth-primitives-traits", + "reth-provider 2.1.0", + "reth-storage-errors 2.1.0", + "reth-tasks 2.1.0", + "reth-trie 2.1.0", + "reth-trie-sparse 2.1.0", + "revm-state", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "reth-trie-parallel" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-eip7928", + "alloy-evm 0.34.0", "alloy-primitives", "alloy-rlp", "crossbeam-channel", @@ -9088,14 +10581,13 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", + "reth-execution-errors 2.2.0", + "reth-metrics 2.2.0", "reth-primitives-traits", - "reth-provider", - "reth-storage-errors", - "reth-tasks", - "reth-trie", - "reth-trie-sparse", + "reth-provider 2.2.0", + "reth-storage-errors 2.2.0", + "reth-tasks 2.2.0", + "reth-trie 2.2.0", "revm-state", "thiserror 2.0.18", "tracing", @@ -9112,10 +10604,10 @@ dependencies = [ "auto_impl", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", + "reth-execution-errors 2.1.0", + "reth-metrics 2.1.0", "reth-primitives-traits", - "reth-trie-common", + "reth-trie-common 2.1.0", "serde", "serde_json", "slotmap", @@ -9123,6 +10615,21 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-trie-sparse" +version = "2.2.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "reth-execution-errors 2.2.0", + "reth-primitives-traits", + "reth-trie-common 2.2.0", + "smallvec", + "tracing", +] + [[package]] name = "reth-zstd-compressors" version = "0.3.1" @@ -9538,7 +11045,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -9618,7 +11125,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs 1.0.6", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -10128,7 +11635,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -10303,7 +11810,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -11443,7 +12950,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]]