diff --git a/Cargo.lock b/Cargo.lock index 6574ffb..8715548 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", @@ -154,10 +154,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d211ad0ef468a70a7a829e49683ff59ad25f02b4ab3764344c4c2663329a52c" 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", ] @@ -299,9 +299,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 +309,7 @@ dependencies = [ "alloy-eip7928", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "arbitrary", "auto_impl", "borsh", @@ -330,7 +330,7 @@ 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", @@ -343,15 +343,33 @@ dependencies = [ "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-sol-types", + "auto_impl", + "derive_more", + "revm", + "thiserror 2.0.18", + "tracing", +] + [[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", @@ -407,13 +425,13 @@ checksum = "c657c2d9751d3c7d94990554b231e5372c3c2e4bad842806280b6151a0d6a05d" 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", @@ -432,9 +450,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59e7c4bb0ebbd6d7406d2808968f43c0d5186c69c5e58cedcbee7380f4cd1fcf" 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 +494,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", @@ -591,7 +609,7 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "serde", ] @@ -615,7 +633,7 @@ checksum = "3d276bea4e92e4991269d31b9abd3e722eed2565b82036478a4416adb8dd4992" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "serde", ] @@ -629,7 +647,7 @@ dependencies = [ "alloy-network-primitives", "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "serde", "serde_json", ] @@ -640,7 +658,7 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "caf5d68ddca890854fb78291cbde06115473ded00b2337d0f815e92c0c1f8003" dependencies = [ - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-primitives", "alloy-rpc-types-engine", "derive_more", @@ -669,15 +687,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", @@ -696,11 +714,11 @@ checksum = "dda4ece0050154ab278241aeffade58916b04f38254832e8cb6e4671c6e72ed2" 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", @@ -717,10 +735,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0df223478aec91d8fb0f8643234764042fa432e6111aca126774802b2618a3a5" 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", ] @@ -733,7 +751,7 @@ checksum = "f5905ac3663b0859d67b82d912acce20887d20682a0cadde79c8a763b133a515" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "serde", "serde_json", "thiserror 2.0.18", @@ -747,7 +765,7 @@ checksum = "f7fbf71892d4df9cae8d35dc96f15d522384bb93806205465e2c8c012b7f0a34" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "serde", ] @@ -764,9 +782,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", @@ -981,9 +999,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 +1054,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 +1065,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2503,7 +2521,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]] @@ -2894,7 +2912,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]] @@ -2993,8 +3011,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", @@ -3013,7 +3031,7 @@ dependencies = [ "futures", "hex", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-cli", "reth-codecs", "reth-consensus", @@ -3022,12 +3040,12 @@ dependencies = [ "reth-engine-primitives", "reth-errors", "reth-ethereum", - "reth-ethereum-forks", + "reth-ethereum-forks 2.1.0", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -3037,7 +3055,7 @@ dependencies = [ "reth-payload-primitives", "reth-primitives-traits", "reth-provider", - "reth-revm", + "reth-revm 2.2.0", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", @@ -3045,7 +3063,7 @@ dependencies = [ "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", - "reth-storage-api", + "reth-storage-api 2.1.0", "reth-tasks", "reth-testing-utils", "reth-tracing", @@ -3065,12 +3083,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.2.0", "revm", "tracing", ] @@ -3080,14 +3098,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-ethereum-primitives 2.1.0", "reth-primitives-traits", "serde", ] @@ -3096,8 +3114,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", @@ -3109,22 +3127,22 @@ dependencies = [ "evolve-ev-reth", "eyre", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-cli-util", "reth-consensus", "reth-engine-local", "reth-ethereum", "reth-ethereum-cli", - "reth-ethereum-forks", + "reth-ethereum-forks 2.1.0", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-node-api", "reth-node-builder", "reth-payload-builder", "reth-payload-primitives", "reth-primitives-traits", "reth-provider", - "reth-revm", + "reth-revm 2.2.0", "reth-tracing-otlp", "reth-trie-db", "serde", @@ -3139,14 +3157,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-revm 2.2.0", "revm-inspectors", "thiserror 2.0.18", ] @@ -3156,7 +3174,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", @@ -3179,17 +3197,17 @@ dependencies = [ "rand 0.10.1", "reqwest 0.12.28", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-consensus", "reth-db", "reth-e2e-test-utils", "reth-engine-local", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-node-api", "reth-node-types", "reth-payload-builder", @@ -3197,7 +3215,7 @@ dependencies = [ "reth-payload-primitives", "reth-primitives-traits", "reth-provider", - "reth-revm", + "reth-revm 2.2.0", "reth-rpc-api", "reth-tasks", "reth-testing-utils", @@ -3215,7 +3233,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", @@ -3225,14 +3243,14 @@ dependencies = [ "jsonrpsee", "jsonrpsee-core", "jsonrpsee-proc-macros", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-consensus", "reth-consensus-common", "reth-engine-primitives", "reth-ethereum", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 2.1.0", + "reth-execution-types 2.1.0", "reth-node-api", "reth-payload-primitives", "reth-primitives-traits", @@ -3540,7 +3558,7 @@ dependencies = [ "libc", "log", "rustversion", - "windows-link 0.1.3", + "windows-link 0.2.1", "windows-result 0.4.1", ] @@ -5250,7 +5268,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]] @@ -6449,7 +6467,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", "futures-core", "futures-util", @@ -6461,8 +6479,8 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives-traits", - "reth-revm", - "reth-storage-api", + "reth-revm 2.1.0", + "reth-storage-api 2.1.0", "reth-tasks", "reth-trie-parallel", "serde", @@ -6476,7 +6494,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", @@ -6486,13 +6504,13 @@ dependencies = [ "pin-project", "rand 0.9.3", "rayon", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 2.1.0", + "reth-execution-types 2.1.0", "reth-metrics", "reth-primitives-traits", - "reth-storage-api", + "reth-storage-api 2.1.0", "reth-trie", "revm-database", "revm-state", @@ -6509,15 +6527,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", ] @@ -6542,7 +6580,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", @@ -6565,7 +6603,7 @@ dependencies = [ "ratatui", "rayon", "reqwest 0.13.2", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-cli", "reth-cli-runner", "reth-cli-util", @@ -6583,7 +6621,7 @@ dependencies = [ "reth-era-downloader", "reth-era-utils", "reth-eth-wire", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-etl", "reth-evm", "reth-exex", @@ -6591,7 +6629,7 @@ dependencies = [ "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.1.0", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -6600,16 +6638,16 @@ dependencies = [ "reth-primitives-traits", "reth-provider", "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-static-file-types 2.1.0", + "reth-storage-api 2.1.0", "reth-tasks", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.1.0", "reth-trie-db", "secp256k1 0.30.0", "serde", @@ -6638,7 +6676,7 @@ 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", @@ -6661,7 +6699,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", @@ -6694,9 +6732,9 @@ dependencies = [ "eyre", "humantime-serde", "reth-network-types", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", + "reth-prune-types 2.1.0", + "reth-stages-types 2.1.0", + "reth-static-file-types 2.1.0", "serde", "toml", "url", @@ -6710,7 +6748,7 @@ dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-primitives-traits", "thiserror 2.0.18", ] @@ -6721,9 +6759,9 @@ 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-chainspec 2.1.0", "reth-consensus", "reth-primitives-traits", ] @@ -6734,7 +6772,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", @@ -6771,8 +6809,8 @@ dependencies = [ "reth-libmdbx", "reth-metrics", "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", + "reth-static-file-types 2.1.0", + "reth-storage-errors 2.1.0", "reth-tracing", "rustc-hash", "strum", @@ -6797,13 +6835,13 @@ 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", - "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", "roaring", "serde", ] @@ -6818,7 +6856,7 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-codecs", "reth-config", "reth-db-api", @@ -6828,8 +6866,8 @@ dependencies = [ "reth-node-types", "reth-primitives-traits", "reth-provider", - "reth-stages-types", - "reth-static-file-types", + "reth-stages-types 2.1.0", + "reth-static-file-types 2.1.0", "reth-trie", "reth-trie-db", "serde", @@ -6843,7 +6881,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", @@ -6853,6 +6891,16 @@ 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", + "reth-primitives-traits", +] + [[package]] name = "reth-discv4" version = "2.1.0" @@ -6865,10 +6913,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks", + "reth-ethereum-forks 2.1.0", "reth-net-banlist", "reth-net-nat", - "reth-network-peers", + "reth-network-peers 2.1.0", "schnellru", "secp256k1 0.30.0", "serde", @@ -6892,10 +6940,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.3", - "reth-chainspec", - "reth-ethereum-forks", + "reth-chainspec 2.1.0", + "reth-ethereum-forks 2.1.0", "reth-metrics", - "reth-network-peers", + "reth-network-peers 2.1.0", "secp256k1 0.30.0", "thiserror 2.0.18", "tokio", @@ -6913,8 +6961,8 @@ dependencies = [ "enr", "hickory-resolver", "linked_hash_set", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 2.1.0", + "reth-network-peers 2.1.0", "reth-tokio-util", "schnellru", "secp256k1 0.30.0", @@ -6932,7 +6980,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", @@ -6944,13 +6992,13 @@ dependencies = [ "rayon", "reth-config", "reth-consensus", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-metrics", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.1.0", "reth-primitives-traits", "reth-provider", - "reth-storage-api", + "reth-storage-api 2.1.0", "reth-tasks", "reth-testing-utils", "tempfile", @@ -6967,7 +7015,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", @@ -6980,7 +7028,7 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-cli-commands", "reth-config", "reth-consensus", @@ -6988,10 +7036,10 @@ dependencies = [ "reth-db-common", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.1.0", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -7005,7 +7053,7 @@ dependencies = [ "reth-rpc-builder", "reth-rpc-eth-api", "reth-rpc-server-types", - "reth-stages-types", + "reth-stages-types 2.1.0", "reth-tasks", "reth-tokio-util", "reth-tracing", @@ -7036,7 +7084,7 @@ 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", @@ -7056,13 +7104,13 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-engine-primitives", "reth-ethereum-engine-primitives", "reth-payload-builder", "reth-payload-primitives", "reth-primitives-traits", - "reth-storage-api", + "reth-storage-api 2.1.0", "reth-transaction-pool", "tokio", "tokio-stream", @@ -7075,20 +7123,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", "auto_impl", "futures", "reth-chain-state", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-evm", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives-traits", - "reth-trie-common", + "reth-trie-common 2.1.0", "serde", "thiserror 2.0.18", "tokio", @@ -7101,8 +7149,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", @@ -7115,15 +7163,15 @@ dependencies = [ "parking_lot", "rayon", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-consensus", "reth-db", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-evm", "reth-execution-cache", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-metrics", "reth-network-p2p", "reth-payload-builder", @@ -7131,15 +7179,15 @@ dependencies = [ "reth-primitives-traits", "reth-provider", "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-common 2.1.0", "reth-trie-db", "reth-trie-parallel", "reth-trie-sparse", @@ -7162,7 +7210,7 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-engine-primitives", "reth-engine-tree", "reth-errors", @@ -7170,8 +7218,8 @@ dependencies = [ "reth-fs-util", "reth-payload-primitives", "reth-primitives-traits", - "reth-revm", - "reth-storage-api", + "reth-revm 2.1.0", + "reth-storage-api 2.1.0", "serde", "serde_json", "tokio", @@ -7185,7 +7233,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", @@ -7226,8 +7274,8 @@ dependencies = [ "reth-fs-util", "reth-primitives-traits", "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-stages-types 2.1.0", + "reth-storage-api 2.1.0", "tokio", "tracing", ] @@ -7239,7 +7287,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28 dependencies = [ "reth-consensus", "reth-execution-errors", - "reth-storage-errors", + "reth-storage-errors 2.1.0", "thiserror 2.0.18", ] @@ -7259,9 +7307,9 @@ dependencies = [ "reth-codecs", "reth-ecies", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 2.1.0", "reth-metrics", - "reth-network-peers", + "reth-network-peers 2.1.0", "reth-primitives-traits", "serde", "snap", @@ -7280,7 +7328,7 @@ dependencies = [ "alloy-chains", "alloy-consensus", "alloy-eip7928", - "alloy-eips 2.0.1", + "alloy-eips 2.0.4", "alloy-hardforks", "alloy-primitives", "alloy-rlp", @@ -7289,9 +7337,9 @@ dependencies = [ "derive_more", "proptest", "proptest-arbitrary-interop", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-codecs-derive", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-primitives-traits", "serde", "thiserror 2.0.18", @@ -7304,7 +7352,7 @@ 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-chainspec 2.1.0", "reth-cli-util", "reth-codecs", "reth-consensus", @@ -7314,7 +7362,7 @@ dependencies = [ "reth-eth-wire", "reth-ethereum-cli", "reth-ethereum-consensus", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-evm", "reth-evm-ethereum", "reth-network", @@ -7325,12 +7373,12 @@ dependencies = [ "reth-node-ethereum", "reth-primitives-traits", "reth-provider", - "reth-revm", + "reth-revm 2.1.0", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-types", - "reth-storage-api", + "reth-storage-api 2.1.0", "reth-tasks", "reth-transaction-pool", "reth-trie", @@ -7344,7 +7392,7 @@ 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", @@ -7366,12 +7414,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-chainspec 2.1.0", "reth-consensus", "reth-consensus-common", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-primitives-traits", "tracing", ] @@ -7381,11 +7429,11 @@ 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", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-payload-primitives", "reth-primitives-traits", "serde", @@ -7406,21 +7454,33 @@ 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", +] + [[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-chainspec 2.1.0", "reth-consensus-common", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-evm", "reth-evm-ethereum", "reth-execution-cache", @@ -7429,8 +7489,8 @@ dependencies = [ "reth-payload-primitives", "reth-payload-validator", "reth-primitives-traits", - "reth-revm", - "reth-storage-api", + "reth-revm 2.1.0", + "reth-storage-api 2.1.0", "reth-transaction-pool", "revm", "tracing", @@ -7442,7 +7502,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-rpc-types-eth", "reth-codecs", @@ -7450,6 +7510,17 @@ dependencies = [ "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", + "reth-primitives-traits", +] + [[package]] name = "reth-etl" version = "2.1.0" @@ -7466,8 +7537,8 @@ 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", @@ -7475,12 +7546,12 @@ dependencies = [ "metrics", "rayon", "reth-execution-errors", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-metrics", "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", + "reth-storage-api 2.1.0", + "reth-storage-errors 2.1.0", + "reth-trie-common 2.1.0", "revm", ] @@ -7490,17 +7561,17 @@ 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-chainspec 2.1.0", + "reth-ethereum-forks 2.1.0", + "reth-ethereum-primitives 2.1.0", "reth-evm", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-primitives-traits", - "reth-storage-errors", + "reth-storage-errors 2.1.0", "revm", ] @@ -7517,7 +7588,7 @@ dependencies = [ "reth-metrics", "reth-primitives-traits", "reth-provider", - "reth-revm", + "reth-revm 2.1.0", "reth-trie", "tracing", ] @@ -7527,11 +7598,11 @@ 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", ] @@ -7541,26 +7612,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-evm", + "alloy-eips 2.0.4", + "alloy-evm 0.33.2", "alloy-primitives", "alloy-rlp", "derive_more", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-primitives-traits", - "reth-trie-common", + "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", + "derive_more", + "reth-ethereum-primitives 2.2.0", + "reth-primitives-traits", + "reth-trie-common 2.2.0", + "revm", +] + [[package]] name = "reth-exex" 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", @@ -7568,9 +7655,9 @@ dependencies = [ "metrics", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-config", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-evm", "reth-exex-types", "reth-fs-util", @@ -7580,8 +7667,8 @@ dependencies = [ "reth-payload-builder", "reth-primitives-traits", "reth-provider", - "reth-prune-types", - "reth-revm", + "reth-prune-types 2.1.0", + "reth-revm 2.1.0", "reth-stages-api", "reth-tasks", "reth-tracing", @@ -7597,10 +7684,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-execution-types 2.1.0", "reth-primitives-traits", "serde", "serde_with", @@ -7633,7 +7720,7 @@ dependencies = [ "reth-evm", "reth-primitives-traits", "reth-provider", - "reth-revm", + "reth-revm 2.1.0", "reth-rpc-api", "reth-tracing", "reth-trie", @@ -7731,7 +7818,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", "aquamarine", @@ -7747,7 +7834,7 @@ dependencies = [ "rand 0.8.5", "rand 0.9.3", "rayon", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-consensus", "reth-discv4", "reth-discv5", @@ -7755,18 +7842,18 @@ dependencies = [ "reth-ecies", "reth-eth-wire", "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-ethereum-primitives", + "reth-ethereum-forks 2.1.0", + "reth-ethereum-primitives 2.1.0", "reth-evm-ethereum", "reth-fs-util", "reth-metrics", "reth-net-banlist", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.1.0", "reth-network-types", "reth-primitives-traits", - "reth-storage-api", + "reth-storage-api 2.1.0", "reth-tasks", "reth-tokio-util", "reth-transaction-pool", @@ -7796,9 +7883,9 @@ dependencies = [ "enr", "futures", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 2.1.0", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.1.0", "reth-network-types", "reth-tokio-util", "serde", @@ -7813,7 +7900,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", "auto_impl", "derive_more", @@ -7821,11 +7908,11 @@ dependencies = [ "parking_lot", "reth-consensus", "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", + "reth-ethereum-primitives 2.1.0", + "reth-network-peers 2.1.0", "reth-network-types", "reth-primitives-traits", - "reth-storage-errors", + "reth-storage-errors 2.1.0", "tokio", "tracing", ] @@ -7845,6 +7932,18 @@ 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", + "serde_with", + "thiserror 2.0.18", + "url", +] + [[package]] name = "reth-network-types" version = "2.1.0" @@ -7853,7 +7952,7 @@ dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers", + "reth-network-peers 2.1.0", "serde", "serde_json", "tracing", @@ -7906,7 +8005,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", @@ -7920,7 +8019,7 @@ dependencies = [ "rayon", "reth-basic-payload-builder", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-config", "reth-consensus", "reth-consensus-debug-client", @@ -7974,7 +8073,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-rpc-types-engine", "clap", @@ -7985,7 +8084,7 @@ dependencies = [ "humantime", "ipnet", "rand 0.9.3", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-cli-util", "reth-config", "reth-consensus", @@ -7994,20 +8093,20 @@ dependencies = [ "reth-discv5", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-forks", + "reth-ethereum-forks 2.1.0", "reth-net-banlist", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.1.0", "reth-primitives-traits", - "reth-prune-types", + "reth-prune-types 2.1.0", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", + "reth-stages-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-storage-errors 2.1.0", "reth-tasks", "reth-tracing", "reth-tracing-otlp", @@ -8028,18 +8127,18 @@ 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-chainspec 2.1.0", "reth-engine-local", "reth-engine-primitives", "reth-ethereum-consensus", "reth-ethereum-engine-primitives", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-evm", "reth-evm-ethereum", "reth-network", @@ -8048,7 +8147,7 @@ dependencies = [ "reth-payload-primitives", "reth-primitives-traits", "reth-provider", - "reth-revm", + "reth-revm 2.1.0", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", @@ -8073,7 +8172,7 @@ dependencies = [ "reth-chain-state", "reth-network-api", "reth-primitives-traits", - "reth-storage-api", + "reth-storage-api 2.1.0", "reth-transaction-pool", "serde", "serde_json", @@ -8091,7 +8190,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-rpc-types-engine", "derive_more", @@ -8101,10 +8200,10 @@ dependencies = [ "reth-engine-primitives", "reth-network-api", "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", ] @@ -8138,7 +8237,7 @@ 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-chainspec 2.1.0", "reth-db-api", "reth-engine-primitives", "reth-payload-primitives", @@ -8187,18 +8286,18 @@ 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", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-errors", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-primitives-traits", - "reth-trie-common", + "reth-trie-common 2.1.0", "serde", "sha2", "thiserror 2.0.18", @@ -8217,12 +8316,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", @@ -8254,7 +8353,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", @@ -8265,24 +8364,24 @@ dependencies = [ "parking_lot", "rayon", "reth-chain-state", - "reth-chainspec", + "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-ethereum-primitives 2.1.0", + "reth-execution-types 2.1.0", "reth-fs-util", "reth-metrics", "reth-nippy-jar", "reth-node-types", "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", + "reth-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", "reth-trie", "reth-trie-db", @@ -8300,7 +8399,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", "itertools 0.14.0", "metrics", @@ -8312,10 +8411,10 @@ dependencies = [ "reth-metrics", "reth-primitives-traits", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", + "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", "rustc-hash", "thiserror 2.0.18", @@ -8339,6 +8438,18 @@ 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", + "strum", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "reth-revm" version = "2.1.0" @@ -8348,12 +8459,24 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-debug", "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", + "reth-storage-api 2.1.0", + "reth-storage-errors 2.1.0", "reth-trie", "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", +] + [[package]] name = "reth-rpc" version = "2.1.0" @@ -8361,8 +8484,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", @@ -8377,7 +8500,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", @@ -8390,34 +8513,34 @@ dependencies = [ "parking_lot", "pin-project", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-consensus", "reth-consensus-common", "reth-engine-primitives", "reth-errors", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-metrics", "reth-network-api", - "reth-network-peers", + "reth-network-peers 2.1.0", "reth-network-types", "reth-node-api", "reth-primitives-traits", - "reth-revm", + "reth-revm 2.1.0", "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-storage-api 2.1.0", "reth-tasks", "reth-tracing", "reth-transaction-pool", - "reth-trie-common", + "reth-trie-common 2.1.0", "revm", "revm-inspectors", "revm-primitives", @@ -8436,7 +8559,7 @@ 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", @@ -8450,13 +8573,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-network-peers 2.1.0", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 2.1.0", "serde", "serde_json", ] @@ -8474,7 +8597,7 @@ dependencies = [ "metrics", "pin-project", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-consensus", "reth-engine-primitives", "reth-evm", @@ -8491,7 +8614,7 @@ dependencies = [ "reth-rpc-eth-types", "reth-rpc-layer", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.1.0", "reth-tasks", "reth-tokio-util", "reth-transaction-pool", @@ -8510,7 +8633,7 @@ 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", @@ -8529,7 +8652,7 @@ 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", @@ -8537,7 +8660,7 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-engine-primitives", "reth-metrics", "reth-network-api", @@ -8546,7 +8669,7 @@ dependencies = [ "reth-payload-primitives", "reth-primitives-traits", "reth-rpc-api", - "reth-storage-api", + "reth-storage-api 2.1.0", "reth-tasks", "reth-transaction-pool", "serde", @@ -8563,15 +8686,15 @@ 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.1", + "alloy-serde 2.0.4", "async-trait", "auto_impl", "dyn-clone", @@ -8580,20 +8703,20 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-errors", "reth-evm", "reth-network-api", "reth-node-api", "reth-primitives-traits", - "reth-revm", + "reth-revm 2.1.0", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.1.0", "reth-tasks", "reth-transaction-pool", - "reth-trie-common", + "reth-trie-common 2.1.0", "revm", "revm-inspectors", "serde_json", @@ -8607,8 +8730,8 @@ 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-network", "alloy-primitives", "alloy-rpc-client", @@ -8624,17 +8747,17 @@ dependencies = [ "rand 0.9.3", "reqwest 0.13.2", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-evm", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-metrics", "reth-primitives-traits", - "reth-revm", + "reth-revm 2.1.0", "reth-rpc-convert", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.1.0", "reth-tasks", "reth-transaction-pool", "reth-trie", @@ -8668,7 +8791,7 @@ 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", @@ -8700,7 +8823,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", @@ -8710,7 +8833,7 @@ dependencies = [ "page_size", "rayon", "reqwest 0.13.2", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-codecs", "reth-config", "reth-consensus", @@ -8719,10 +8842,10 @@ dependencies = [ "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-execution-types 2.1.0", "reth-exex", "reth-fs-util", "reth-libmdbx", @@ -8730,12 +8853,12 @@ dependencies = [ "reth-primitives-traits", "reth-provider", "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-static-file-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-storage-errors 2.1.0", "reth-tasks", "reth-testing-utils", "reth-trie", @@ -8751,7 +8874,7 @@ 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", @@ -8765,9 +8888,9 @@ dependencies = [ "reth-primitives-traits", "reth-provider", "reth-prune", - "reth-stages-types", + "reth-stages-types 2.1.0", "reth-static-file", - "reth-static-file-types", + "reth-static-file-types 2.1.0", "reth-tokio-util", "thiserror 2.0.18", "tokio", @@ -8784,10 +8907,19 @@ 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", + "reth-trie-common 2.2.0", +] + [[package]] name = "reth-static-file" version = "2.1.0" @@ -8800,10 +8932,10 @@ dependencies = [ "reth-db-api", "reth-primitives-traits", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", + "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", "tracing", ] @@ -8817,49 +8949,102 @@ 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", +] + [[package]] name = "reth-storage-api" 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-chainspec 2.1.0", "reth-db-api", - "reth-db-models", - "reth-ethereum-primitives", - "reth-execution-types", + "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-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", +] + [[package]] 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", @@ -8892,12 +9077,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", ] @@ -8952,7 +9137,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", "aquamarine", @@ -8968,16 +9153,16 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.9.3", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-eth-wire-types", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.1.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-fs-util", "reth-metrics", "reth-primitives-traits", - "reth-storage-api", + "reth-storage-api 2.1.0", "reth-tasks", "revm", "revm-interpreter", @@ -8999,7 +9184,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", @@ -9010,9 +9195,9 @@ dependencies = [ "reth-execution-errors", "reth-metrics", "reth-primitives-traits", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-stages-types 2.1.0", + "reth-storage-errors 2.1.0", + "reth-trie-common 2.1.0", "reth-trie-sparse", "revm-database", "tracing", @@ -9028,7 +9213,7 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-eth", - "alloy-serde 2.0.1", + "alloy-serde 2.0.4", "alloy-trie", "arbitrary", "arrayvec", @@ -9046,6 +9231,22 @@ 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-trie", + "derive_more", + "itertools 0.14.0", + "nybbles", + "reth-primitives-traits", + "revm-database", +] + [[package]] name = "reth-trie-db" version = "2.1.0" @@ -9058,11 +9259,11 @@ dependencies = [ "reth-execution-errors", "reth-metrics", "reth-primitives-traits", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", + "reth-stages-types 2.1.0", + "reth-storage-api 2.1.0", + "reth-storage-errors 2.1.0", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.1.0", "tracing", ] @@ -9072,7 +9273,7 @@ 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", @@ -9085,7 +9286,7 @@ dependencies = [ "reth-metrics", "reth-primitives-traits", "reth-provider", - "reth-storage-errors", + "reth-storage-errors 2.1.0", "reth-tasks", "reth-trie", "reth-trie-sparse", @@ -9108,7 +9309,7 @@ dependencies = [ "reth-execution-errors", "reth-metrics", "reth-primitives-traits", - "reth-trie-common", + "reth-trie-common 2.1.0", "serde", "serde_json", "slotmap", @@ -9531,7 +9732,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -9611,7 +9812,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs 1.0.6", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -10121,7 +10322,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]] @@ -10296,7 +10497,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -11436,7 +11637,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]]