diff --git a/Cargo.lock b/Cargo.lock index be03a45f..47cee38e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,16 +239,16 @@ version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8010fc7e9e8643ef4e758cdccf3eef26734594aedf88a9d5ed35e51837d42ef" dependencies = [ - "alloy-consensus 2.0.4", + "alloy-consensus 2.1.1", "alloy-contract", "alloy-core", - "alloy-eips 2.0.4", - "alloy-genesis 2.0.4", + "alloy-eips 2.1.1", + "alloy-genesis 2.1.1", "alloy-network", "alloy-provider", "alloy-rpc-client", "alloy-rpc-types", - "alloy-serde 2.0.4", + "alloy-serde 2.1.1", "alloy-signer", "alloy-signer-local", "alloy-transport", @@ -289,7 +289,7 @@ dependencies = [ "k256", "once_cell", "rand 0.8.6", - "secp256k1", + "secp256k1 0.30.0", "serde", "serde_json", "serde_with", @@ -298,16 +298,16 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "2.0.4" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d64da86c616b5092ea64eea648f311bbd58630a0b384c42d699175d6f9122b" +checksum = "a6ff0c4adba2abdcd9fb5829ae5f4394c06f8585ed283a9ba79aa33763c802e1" dependencies = [ - "alloy-eips 2.0.4", + "alloy-eips 2.1.1", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.4", + "alloy-serde 2.1.1", "alloy-trie 0.9.5", - "alloy-tx-macros 2.0.4", + "alloy-tx-macros 2.1.1", "auto_impl", "borsh", "c-kzg", @@ -316,7 +316,7 @@ dependencies = [ "k256", "once_cell", "rand 0.8.6", - "secp256k1", + "secp256k1 0.30.0", "serde", "serde_json", "serde_with", @@ -343,11 +343,11 @@ version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fd98696ca3617d3a9ba1a6f2011880cbfd5618228dab6400c9f8bca457859a8" dependencies = [ - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.4", + "alloy-serde 2.1.1", "serde", ] @@ -357,7 +357,7 @@ version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de3df0aadc569a8b277808a7d0ad0e421180654ea36a3c59e9ed2bb968c9a1cd" dependencies = [ - "alloy-consensus 2.0.4", + "alloy-consensus 2.1.1", "alloy-dyn-abi", "alloy-json-abi", "alloy-network", @@ -456,6 +456,20 @@ dependencies = [ "serde", ] +[[package]] +name = "alloy-eip7928" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3b12337f74cbfa451cb04dac173974814a6ff463079e1793aa09600ba8813ab" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "borsh", + "once_cell", + "serde", + "thiserror", +] + [[package]] name = "alloy-eips" version = "1.8.3" @@ -465,7 +479,7 @@ dependencies = [ "alloy-eip2124", "alloy-eip2930", "alloy-eip7702", - "alloy-eip7928", + "alloy-eip7928 0.3.5", "alloy-primitives", "alloy-rlp", "alloy-serde 1.8.3", @@ -481,17 +495,17 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "2.0.4" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64c0456f5f7a4497e9342d20f528e30f5288ddfa0d6a012bd5044afee46cd8a0" +checksum = "ea4c0453065b9206acc0f869a258dc8dcbbd595e144b4446f2c493a24a814d1f" dependencies = [ "alloy-eip2124", "alloy-eip2930", "alloy-eip7702", - "alloy-eip7928", + "alloy-eip7928 0.4.5", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.4", + "alloy-serde 2.1.1", "auto_impl", "borsh", "c-kzg", @@ -508,14 +522,32 @@ version = "0.33.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f092eb6af80456e4ab41c9722e777d791335bc9c00b11bc3db7bf29a432dfd0" dependencies = [ - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", "alloy-hardforks", "alloy-primitives", "alloy-sol-types", "auto_impl", "derive_more", - "revm", + "revm 38.0.0", + "thiserror", + "tracing", +] + +[[package]] +name = "alloy-evm" +version = "0.37.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acde665074b478c97047dc2a461b4916cac77922d690e5b7415d1941ae7ff7bf" +dependencies = [ + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", + "alloy-hardforks", + "alloy-primitives", + "alloy-sol-types", + "auto_impl", + "derive_more", + "revm 41.0.0", "thiserror", "tracing", ] @@ -537,13 +569,13 @@ dependencies = [ [[package]] name = "alloy-genesis" -version = "2.0.4" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a71ff8b55d2b8aa05259f474cae7dea0e4991724dc18936b81cb23ec492a0c2a" +checksum = "027ba57264c5d05e4ff52e6090b3592e7526f5d5f5a844add6bbdd17c071c911" dependencies = [ - "alloy-eips 2.0.4", + "alloy-eips 2.1.1", "alloy-primitives", - "alloy-serde 2.0.4", + "alloy-serde 2.1.1", "alloy-trie 0.9.5", "borsh", "serde", @@ -596,15 +628,15 @@ version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed08ae169869e08370ed121612e0d3dadac33d1a256e9f2465926b23f0bd7d95" dependencies = [ - "alloy-consensus 2.0.4", + "alloy-consensus 2.1.1", "alloy-consensus-any 2.0.4", - "alloy-eips 2.0.4", + "alloy-eips 2.1.1", "alloy-json-rpc", "alloy-network-primitives 2.0.4", "alloy-primitives", "alloy-rpc-types-any", "alloy-rpc-types-eth 2.0.4", - "alloy-serde 2.0.4", + "alloy-serde 2.1.1", "alloy-signer", "alloy-sol-types", "async-trait", @@ -635,26 +667,27 @@ version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02e6c7ad28afe348a9a9c5624b67ee5b3607b8de98d5816b3056ecdfa6fa2697" dependencies = [ - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", "alloy-primitives", - "alloy-serde 2.0.4", + "alloy-serde 2.1.1", "serde", ] [[package]] name = "alloy-primitives" -version = "1.5.7" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3b431b4e72cd8bd0ec7a50b4be18e73dab74de0dba180eef171055e5d5926e" +checksum = "f007e257069855bdf21d27762fd3f3705a613f805c9a08309bf353503f081d71" dependencies = [ "alloy-rlp", "bytes", "cfg-if", "const-hex", "derive_more", + "fixed-cache", "foldhash 0.2.0", - "hashbrown 0.16.1", + "hashbrown 0.17.0", "indexmap 2.14.0", "itoa", "k256", @@ -665,8 +698,9 @@ dependencies = [ "rapidhash", "ruint", "rustc-hash", + "secp256k1 0.31.1", "serde", - "sha3", + "sha3 0.11.0", ] [[package]] @@ -676,8 +710,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93a7c17472b55482d4734154c2f5ed13f72e03f6752cebb927f6a2d8b52e646c" dependencies = [ "alloy-chains", - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", "alloy-json-rpc", "alloy-network", "alloy-network-primitives 2.0.4", @@ -712,9 +746,9 @@ dependencies = [ [[package]] name = "alloy-rlp" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc90b1e703d3c03f4ff7f48e82dd0bc1c8211ab7d079cd836a06fcfeb06651cb" +checksum = "24671b1f62edcf0f9b62994c7bf72cd621a04a4b99f5020ece1a647b40e2f103" dependencies = [ "alloy-rlp-derive", "arrayvec", @@ -723,9 +757,9 @@ dependencies = [ [[package]] name = "alloy-rlp-derive" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f36834a5c0a2fa56e171bf256c34d70fca07d0c0031583edea1c4946b7889c9e" +checksum = "9d4311c03125e8a18296504560b9de3d75ecbd0dcda7f71e6cf2a196d57e6fba" dependencies = [ "proc-macro2", "quote", @@ -765,7 +799,7 @@ dependencies = [ "alloy-rpc-types-debug", "alloy-rpc-types-eth 2.0.4", "alloy-rpc-types-trace", - "alloy-serde 2.0.4", + "alloy-serde 2.1.1", "serde", ] @@ -779,7 +813,7 @@ dependencies = [ "alloy-network-primitives 2.0.4", "alloy-primitives", "alloy-rpc-types-eth 2.0.4", - "alloy-serde 2.0.4", + "alloy-serde 2.1.1", "serde", "serde_json", ] @@ -799,12 +833,12 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "2.0.4" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73b12366c96f4013e1aeebc96c6b56e5f33f07853c42ea2f485045c0c157a4a1" +checksum = "5b1f682c4881aa7000ac7cc86d7aeeb3b09836a77a90b329820140233651aeea" dependencies = [ - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", "alloy-primitives", "alloy-rlp", "derive_more", @@ -838,13 +872,13 @@ version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56a282daf869eeb7383d3d5c2deb35b0b3fb45ecb329513af4090fc61245ee18" dependencies = [ - "alloy-consensus 2.0.4", + "alloy-consensus 2.1.1", "alloy-consensus-any 2.0.4", - "alloy-eips 2.0.4", + "alloy-eips 2.1.1", "alloy-network-primitives 2.0.4", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.4", + "alloy-serde 2.1.1", "alloy-sol-types", "itertools 0.14.0", "serde", @@ -861,7 +895,7 @@ checksum = "6184b5d14152b68b0bb8beb621339d94f0b761a37958bb365fbf7c00922125c2" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth 2.0.4", - "alloy-serde 2.0.4", + "alloy-serde 2.1.1", "serde", "serde_json", "thiserror", @@ -880,9 +914,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "2.0.4" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0eada2558e921b39dfcead33c487364df9b31374f5733c1c9d2c891c4529933" +checksum = "c1e97b3e0b9f816b25083045dcfa69431bd059a078e828e4d82d296d1949b96c" dependencies = [ "alloy-primitives", "serde", @@ -910,7 +944,7 @@ version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef839e7ce9b59aa60fa9a175e97986c6145c888d643b0f1fb0a3e7b8e56a2e2" dependencies = [ - "alloy-consensus 2.0.4", + "alloy-consensus 2.1.1", "alloy-network", "alloy-primitives", "alloy-signer", @@ -948,7 +982,7 @@ dependencies = [ "proc-macro-error2", "proc-macro2", "quote", - "sha3", + "sha3 0.10.9", "syn 2.0.117", "syn-solidity", ] @@ -1078,9 +1112,9 @@ dependencies = [ [[package]] name = "alloy-tx-macros" -version = "2.0.4" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99fce0350197dcd4ba4e9a7dd43915d908c0eb0e7352755791709a705e1c76b6" +checksum = "406bc1183f6843e0aba09f7b3365e828b597213d60793ba5cb41befc863e3a78" dependencies = [ "darling 0.23.0", "proc-macro2", @@ -1133,7 +1167,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -1144,7 +1178,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -1636,15 +1670,6 @@ dependencies = [ "serde", ] -[[package]] -name = "bit-set" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" -dependencies = [ - "bit-vec", -] - [[package]] name = "bit-vec" version = "0.8.0" @@ -2490,7 +2515,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -2676,7 +2701,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2723,6 +2748,16 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" +[[package]] +name = "fixed-cache" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2fe63500644ef0269fe6b744e7e5dc5c20b5eebf3d881bc2be53f194636f6583" +dependencies = [ + "equivalent", + "rapidhash", +] + [[package]] name = "fixed-hash" version = "0.8.0" @@ -3070,8 +3105,6 @@ dependencies = [ "allocator-api2", "equivalent", "foldhash 0.2.0", - "serde", - "serde_core", ] [[package]] @@ -3079,6 +3112,11 @@ name = "hashbrown" version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" +dependencies = [ + "foldhash 0.2.0", + "serde", + "serde_core", +] [[package]] name = "hashlink" @@ -3616,6 +3654,16 @@ dependencies = [ "cpufeatures 0.2.17", ] +[[package]] +name = "keccak" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e24a010dd405bd7ed803e5253182815b41bf2e6a80cc3bfc066658e03a198aa" +dependencies = [ + "cfg-if", + "cpufeatures 0.3.0", +] + [[package]] name = "keccak-asm" version = "0.1.6" @@ -3818,7 +3866,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" dependencies = [ "byteorder", - "keccak", + "keccak 0.1.6", "rand_core 0.6.4", "zeroize", ] @@ -3899,13 +3947,19 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5b0c77c1b780822bc749a33e39aeb2c07584ab93332303babeabb645298a76e" +[[package]] +name = "nonmax" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51" + [[package]] name = "nu-ansi-term" version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -4443,16 +4497,12 @@ version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744" dependencies = [ - "bit-set", - "bit-vec", "bitflags 2.11.1", "num-traits", "rand 0.9.4", "rand_chacha 0.9.0", "rand_xorshift", "regex-syntax", - "rusty-fork", - "tempfile", "unarray", ] @@ -4479,12 +4529,6 @@ dependencies = [ "syn 2.0.117", ] -[[package]] -name = "quick-error" -version = "1.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" - [[package]] name = "quinn" version = "0.11.9" @@ -4848,29 +4892,49 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-chains", - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", - "alloy-evm", - "alloy-genesis 2.0.4", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", + "alloy-evm 0.33.3", + "alloy-genesis 2.1.1", "alloy-primitives", "alloy-trie 0.9.5", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 2.1.0", + "reth-network-peers 2.1.0", "reth-primitives-traits 0.3.1", "serde_json", ] +[[package]] +name = "reth-chainspec" +version = "2.4.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" +dependencies = [ + "alloy-chains", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", + "alloy-evm 0.37.1", + "alloy-genesis 2.1.1", + "alloy-primitives", + "alloy-trie 0.9.5", + "auto_impl", + "derive_more", + "reth-ethereum-forks 2.4.0", + "reth-network-peers 2.4.0", + "reth-primitives-traits 0.5.2", + "serde_json", +] + [[package]] name = "reth-codecs" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fce542a96bf888f31854803e80b3340bc233927743aa580838014e8a88fe0d66" dependencies = [ - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", - "alloy-genesis 2.0.4", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", + "alloy-genesis 2.1.1", "alloy-primitives", "alloy-trie 0.9.5", "bytes", @@ -4880,6 +4944,19 @@ dependencies = [ "serde", ] +[[package]] +name = "reth-codecs" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb43f4858fef4e3b42b80954d2edf1ff67c8ad7498347083cdc7d0f6eff2f081" +dependencies = [ + "alloy-primitives", + "bytes", + "modular-bitfield", + "reth-codecs-derive 0.5.2", + "serde", +] + [[package]] name = "reth-codecs" version = "1.11.3" @@ -4909,6 +4986,17 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "reth-codecs-derive" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5798ae4d6b264764bc0d742468bd32c7fb515e774645d4930f95ff6311f3ae14" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + [[package]] name = "reth-codecs-derive" version = "1.11.3" @@ -4924,10 +5012,10 @@ name = "reth-consensus" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-consensus 2.0.4", + "alloy-consensus 2.1.1", "alloy-primitives", "auto_impl", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-primitives-traits 0.3.1", "thiserror", ] @@ -4937,10 +5025,10 @@ name = "reth-consensus-common" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", "alloy-primitives", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-consensus", "reth-primitives-traits 0.3.1", ] @@ -4950,23 +5038,33 @@ 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.4", + "alloy-eips 2.1.1", "alloy-primitives", "reth-primitives-traits 0.3.1", ] +[[package]] +name = "reth-db-models" +version = "2.4.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" +dependencies = [ + "alloy-eips 2.1.1", + "alloy-primitives", + "reth-primitives-traits 0.5.2", +] + [[package]] name = "reth-ethereum-consensus" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", "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 0.3.1", "tracing", ] @@ -4983,6 +5081,18 @@ dependencies = [ "once_cell", ] +[[package]] +name = "reth-ethereum-forks" +version = "2.4.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "auto_impl", + "once_cell", +] + [[package]] name = "reth-ethereum-primitives" version = "1.11.3" @@ -5005,8 +5115,8 @@ name = "reth-ethereum-primitives" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", "alloy-primitives", "alloy-rpc-types-eth 2.0.4", "reth-codecs 0.3.1", @@ -5014,25 +5124,36 @@ dependencies = [ "serde", ] +[[package]] +name = "reth-ethereum-primitives" +version = "2.4.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" +dependencies = [ + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", + "alloy-primitives", + "reth-primitives-traits 0.5.2", +] + [[package]] name = "reth-evm" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", - "alloy-evm", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", + "alloy-evm 0.33.3", "alloy-primitives", "auto_impl", "derive_more", "futures-util", "reth-execution-errors", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-primitives-traits 0.3.1", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", - "revm", + "reth-storage-api 2.1.0", + "reth-storage-errors 2.1.0", + "reth-trie-common 2.1.0", + "revm 38.0.0", ] [[package]] @@ -5040,19 +5161,19 @@ name = "reth-evm-ethereum" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", - "alloy-evm", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", + "alloy-evm 0.33.3", "alloy-primitives", "alloy-rpc-types-engine", - "reth-chainspec", - "reth-ethereum-forks", + "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 0.3.1", - "reth-storage-errors", - "revm", + "reth-storage-errors 2.1.0", + "revm 38.0.0", ] [[package]] @@ -5060,11 +5181,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.3", "alloy-primitives", "alloy-rlp", "nybbles 0.4.8", - "reth-storage-errors", + "reth-storage-errors 2.1.0", "thiserror", ] @@ -5073,15 +5194,31 @@ name = "reth-execution-types" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", - "alloy-evm", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", + "alloy-evm 0.33.3", "alloy-primitives", "derive_more", "reth-ethereum-primitives 2.1.0", "reth-primitives-traits 0.3.1", - "reth-trie-common", - "revm", + "reth-trie-common 2.1.0", + "revm 38.0.0", +] + +[[package]] +name = "reth-execution-types" +version = "2.4.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" +dependencies = [ + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", + "alloy-evm 0.37.1", + "alloy-primitives", + "derive_more", + "reth-ethereum-primitives 2.4.0", + "reth-primitives-traits 0.5.2", + "reth-trie-common 2.4.0", + "revm 41.0.0", ] [[package]] @@ -5096,15 +5233,27 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-peers" +version = "2.4.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "serde_with", + "thiserror", + "url", +] + [[package]] name = "reth-primitives-traits" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ee12e304adbacbb32248c9806ebafbe1e2811fbfefe53c5e5b710a8438b7ec0" dependencies = [ - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", - "alloy-genesis 2.0.4", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", + "alloy-genesis 2.1.1", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-eth 2.0.4", @@ -5117,11 +5266,32 @@ dependencies = [ "revm-bytecode 10.0.0", "revm-primitives 23.0.0", "revm-state 11.0.1", - "secp256k1", + "secp256k1 0.30.0", "serde", "thiserror", ] +[[package]] +name = "reth-primitives-traits" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59c928b2865af5bcdbce94800270b7f7798f27a22ca0aabdd2b7d3e6587c9ce" +dependencies = [ + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", + "alloy-genesis 2.1.1", + "alloy-primitives", + "alloy-rlp", + "alloy-trie 0.9.5", + "bytes", + "derive_more", + "once_cell", + "revm-bytecode 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", + "thiserror", +] + [[package]] name = "reth-primitives-traits" version = "1.11.3" @@ -5144,7 +5314,7 @@ dependencies = [ "revm-bytecode 8.0.0", "revm-primitives 22.1.0", "revm-state 9.0.0", - "secp256k1", + "secp256k1 0.30.0", "serde", "serde_with", "thiserror", @@ -5162,16 +5332,28 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-prune-types" +version = "2.4.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" +dependencies = [ + "alloy-primitives", + "derive_more", + "strum", + "thiserror", + "tracing", +] + [[package]] name = "reth-revm" -version = "2.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" +version = "2.4.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" dependencies = [ "alloy-primitives", - "reth-primitives-traits 0.3.1", - "reth-storage-api", - "reth-storage-errors", - "revm", + "reth-primitives-traits 0.5.2", + "reth-storage-api 2.4.0", + "reth-storage-errors 2.4.0", + "revm 41.0.0", ] [[package]] @@ -5180,7 +5362,16 @@ version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ "alloy-primitives", - "reth-trie-common", + "reth-trie-common 2.1.0", +] + +[[package]] +name = "reth-stages-types" +version = "2.4.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" +dependencies = [ + "alloy-primitives", + "reth-trie-common 2.4.0", ] [[package]] @@ -5191,7 +5382,20 @@ dependencies = [ "alloy-primitives", "derive_more", "fixed-map", - "reth-stages-types", + "reth-stages-types 2.1.0", + "serde", + "strum", +] + +[[package]] +name = "reth-static-file-types" +version = "2.4.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" +dependencies = [ + "alloy-primitives", + "derive_more", + "fixed-map", + "reth-stages-types 2.4.0", "serde", "strum", ] @@ -5201,21 +5405,44 @@ name = "reth-storage-api" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", - "reth-db-models", + "reth-chainspec 2.1.0", + "reth-db-models 2.1.0", "reth-ethereum-primitives 2.1.0", - "reth-execution-types", + "reth-execution-types 2.1.0", "reth-primitives-traits 0.3.1", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "revm-database", + "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 13.0.1", +] + +[[package]] +name = "reth-storage-api" +version = "2.4.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" +dependencies = [ + "alloy-consensus 2.1.1", + "alloy-eip7928 0.4.5", + "alloy-eips 2.1.1", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 2.4.0", + "reth-db-models 2.4.0", + "reth-ethereum-primitives 2.4.0", + "reth-execution-types 2.4.0", + "reth-primitives-traits 0.5.2", + "reth-prune-types 2.4.0", + "reth-stages-types 2.4.0", + "reth-storage-errors 2.4.0", + "reth-trie-common 2.4.0", + "revm 41.0.0", ] [[package]] @@ -5223,25 +5450,42 @@ 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.4", + "alloy-eips 2.1.1", "alloy-primitives", "alloy-rlp", "derive_more", "reth-codecs 0.3.1", "reth-primitives-traits 0.3.1", - "reth-prune-types", - "reth-static-file-types", - "revm-database-interface", + "reth-prune-types 2.1.0", + "reth-static-file-types 2.1.0", + "revm-database-interface 11.0.1", "revm-state 11.0.1", "thiserror", ] +[[package]] +name = "reth-storage-errors" +version = "2.4.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" +dependencies = [ + "alloy-eips 2.1.1", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-codecs 0.5.2", + "reth-primitives-traits 0.5.2", + "reth-prune-types 2.4.0", + "reth-static-file-types 2.4.0", + "revm 41.0.0", + "thiserror", +] + [[package]] name = "reth-trie-common" version = "2.1.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.1.0#d58c6e3d0723a28f655e89da83c3738e47dcc364" dependencies = [ - "alloy-consensus 2.0.4", + "alloy-consensus 2.1.1", "alloy-primitives", "alloy-rlp", "alloy-trie 0.9.5", @@ -5249,7 +5493,23 @@ dependencies = [ "itertools 0.14.0", "nybbles 0.4.8", "reth-primitives-traits 0.3.1", - "revm-database", + "revm-database 13.0.1", +] + +[[package]] +name = "reth-trie-common" +version = "2.4.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" +dependencies = [ + "alloy-consensus 2.1.1", + "alloy-primitives", + "alloy-rlp", + "alloy-trie 0.9.5", + "derive_more", + "itertools 0.14.0", + "nybbles 0.4.8", + "reth-primitives-traits 0.5.2", + "revm 41.0.0", ] [[package]] @@ -5263,7 +5523,7 @@ dependencies = [ "auto_impl", "reth-execution-errors", "reth-primitives-traits 0.3.1", - "reth-trie-common", + "reth-trie-common 2.1.0", "smallvec", "tracing", ] @@ -5292,18 +5552,37 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91202d39dbe8e8d10e9e8f2b76c30da68ecd1d25be69ba6d853ad0d03a3a398a" dependencies = [ "revm-bytecode 10.0.0", - "revm-context", - "revm-context-interface", - "revm-database", - "revm-database-interface", - "revm-handler", - "revm-inspector", - "revm-interpreter", - "revm-precompile", + "revm-context 16.0.1", + "revm-context-interface 17.0.1", + "revm-database 13.0.1", + "revm-database-interface 11.0.1", + "revm-handler 18.1.0", + "revm-inspector 19.0.0", + "revm-interpreter 35.0.1", + "revm-precompile 34.0.0", "revm-primitives 23.0.0", "revm-state 11.0.1", ] +[[package]] +name = "revm" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d51c254839fb36357d0b02d02e46ba57e683d7b017e2da33b47ae74685a9e59" +dependencies = [ + "revm-bytecode 41.0.0", + "revm-context 41.0.0", + "revm-context-interface 41.0.0", + "revm-database 41.0.0", + "revm-database-interface 41.0.0", + "revm-handler 41.0.0", + "revm-inspector 41.0.0", + "revm-interpreter 41.0.0", + "revm-precompile 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", +] + [[package]] name = "revm-bytecode" version = "8.0.0" @@ -5328,6 +5607,16 @@ dependencies = [ "serde", ] +[[package]] +name = "revm-bytecode" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e33493cf6d996e9242db4f2002caef48ec9aa8c4f3fff3b18aed10ef3942eec7" +dependencies = [ + "bitvec", + "revm-primitives 41.0.0", +] + [[package]] name = "revm-context" version = "16.0.1" @@ -5338,12 +5627,28 @@ dependencies = [ "cfg-if", "derive-where", "revm-bytecode 10.0.0", - "revm-context-interface", - "revm-database-interface", + "revm-context-interface 17.0.1", + "revm-database-interface 11.0.1", "revm-primitives 23.0.0", "revm-state 11.0.1", ] +[[package]] +name = "revm-context" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86e48fc736d9542c082ea5305be44b6a14b53a615f0147ad57f62189fd813068" +dependencies = [ + "bitvec", + "cfg-if", + "derive-where", + "revm-bytecode 41.0.0", + "revm-context-interface 41.0.0", + "revm-database-interface 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", +] + [[package]] name = "revm-context-interface" version = "17.0.1" @@ -5354,11 +5659,26 @@ dependencies = [ "alloy-eip7702", "auto_impl", "either", - "revm-database-interface", + "revm-database-interface 11.0.1", "revm-primitives 23.0.0", "revm-state 11.0.1", ] +[[package]] +name = "revm-context-interface" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac68282a454318246817486835a446519291dd0a8167d09de14c7e96f2147696" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702", + "auto_impl", + "either", + "revm-database-interface 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", +] + [[package]] name = "revm-database" version = "13.0.1" @@ -5366,11 +5686,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c281a1f11d3bcb8c0bba1199ed6bcb001d1aeb3d4fb366819e14f88723989a4e" dependencies = [ "revm-bytecode 10.0.0", - "revm-database-interface", + "revm-database-interface 11.0.1", "revm-primitives 23.0.0", "revm-state 11.0.1", ] +[[package]] +name = "revm-database" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d761681a43e48408ea23f7f66ff56ff7b6128cadb8f9135d1b94787d0c0fc6b4" +dependencies = [ + "derive_more", + "either", + "revm-bytecode 41.0.0", + "revm-database-interface 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", +] + [[package]] name = "revm-database-interface" version = "11.0.1" @@ -5384,6 +5718,19 @@ dependencies = [ "thiserror", ] +[[package]] +name = "revm-database-interface" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b96e37d62fa60b45987b408486c84ebef4af4e7ddf1b3b96b4955a7263fd4e92" +dependencies = [ + "auto_impl", + "either", + "revm-primitives 41.0.0", + "revm-state 41.0.0", + "thiserror", +] + [[package]] name = "revm-handler" version = "18.1.0" @@ -5393,15 +5740,33 @@ dependencies = [ "auto_impl", "derive-where", "revm-bytecode 10.0.0", - "revm-context", - "revm-context-interface", - "revm-database-interface", - "revm-interpreter", - "revm-precompile", + "revm-context 16.0.1", + "revm-context-interface 17.0.1", + "revm-database-interface 11.0.1", + "revm-interpreter 35.0.1", + "revm-precompile 34.0.0", "revm-primitives 23.0.0", "revm-state 11.0.1", ] +[[package]] +name = "revm-handler" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5e043ebfc0899c435e44475796285898e4f822e637bd67856da79cc170bd9df" +dependencies = [ + "auto_impl", + "derive-where", + "revm-bytecode 41.0.0", + "revm-context 41.0.0", + "revm-context-interface 41.0.0", + "revm-database-interface 41.0.0", + "revm-interpreter 41.0.0", + "revm-precompile 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", +] + [[package]] name = "revm-inspector" version = "19.0.0" @@ -5410,14 +5775,30 @@ checksum = "8216ad58422090d0daa9eb430e0a081f7ad07e7fd30681dee71f8420c99624e0" dependencies = [ "auto_impl", "either", - "revm-context", - "revm-database-interface", - "revm-handler", - "revm-interpreter", + "revm-context 16.0.1", + "revm-database-interface 11.0.1", + "revm-handler 18.1.0", + "revm-interpreter 35.0.1", "revm-primitives 23.0.0", "revm-state 11.0.1", ] +[[package]] +name = "revm-inspector" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e470b2a5e177918944d8cd26174455b61b8fbfbbe7fe411d28b4097e410d11e" +dependencies = [ + "auto_impl", + "either", + "revm-context 41.0.0", + "revm-database-interface 41.0.0", + "revm-handler 41.0.0", + "revm-interpreter 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", +] + [[package]] name = "revm-interpreter" version = "35.0.1" @@ -5425,11 +5806,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ece9f41b69658c15d748288a4dbdfc06a63f3ce93d983af440de3f1631dce6a" dependencies = [ "revm-bytecode 10.0.0", - "revm-context-interface", + "revm-context-interface 17.0.1", "revm-primitives 23.0.0", "revm-state 11.0.1", ] +[[package]] +name = "revm-interpreter" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa5547f653f9e4c47b4f9a9075a0b7c0faea5fa29b7873f392733a943837825d" +dependencies = [ + "revm-bytecode 41.0.0", + "revm-context-interface 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", +] + [[package]] name = "revm-precompile" version = "34.0.0" @@ -5446,12 +5839,34 @@ dependencies = [ "cfg-if", "k256", "p256", - "revm-context-interface", + "revm-context-interface 17.0.1", "revm-primitives 23.0.0", "ripemd", "sha2", ] +[[package]] +name = "revm-precompile" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d785931e4b8750cf9d79c808c22f05979c8d191baafc8badd4651db82584c1c" +dependencies = [ + "ark-bls12-381", + "ark-bn254", + "ark-ec", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "arrayref", + "aurora-engine-modexp", + "cfg-if", + "k256", + "p256", + "revm-context-interface 41.0.0", + "revm-primitives 41.0.0", + "ripemd", + "sha2", +] + [[package]] name = "revm-primitives" version = "22.1.0" @@ -5476,13 +5891,23 @@ dependencies = [ "serde", ] +[[package]] +name = "revm-primitives" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66f39151a31afe93d97f7ac894dd9dcc989368d5ccba19ce079bfc1d73b77452" +dependencies = [ + "alloy-primitives", + "once_cell", +] + [[package]] name = "revm-state" version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "311720d4f0f239b041375e7ddafdbd20032a33b7bae718562ea188e188ed9fd3" dependencies = [ - "alloy-eip7928", + "alloy-eip7928 0.3.5", "bitflags 2.11.1", "revm-bytecode 8.0.0", "revm-primitives 22.1.0", @@ -5495,13 +5920,26 @@ version = "11.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c32490ed687dba31c3c882beb8c20408bdd30ef96690d8f145b0ee9a87040bfe" dependencies = [ - "alloy-eip7928", + "alloy-eip7928 0.3.5", "bitflags 2.11.1", "revm-bytecode 10.0.0", "revm-primitives 23.0.0", "serde", ] +[[package]] +name = "revm-state" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73ef2fffc28acc41e8ef7525f2b1d16288a10f80579a1b33e7e62abc9892314a" +dependencies = [ + "alloy-eip7928 0.4.5", + "bitflags 2.11.1", + "nonmax", + "revm-bytecode 41.0.0", + "revm-primitives 41.0.0", +] + [[package]] name = "rfc6979" version = "0.4.0" @@ -5911,7 +6349,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -5969,7 +6407,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -5996,18 +6434,6 @@ version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" -[[package]] -name = "rusty-fork" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2" -dependencies = [ - "fnv", - "quick-error", - "tempfile", - "wait-timeout", -] - [[package]] name = "ryu" version = "1.0.23" @@ -6104,10 +6530,21 @@ checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" dependencies = [ "bitcoin_hashes", "rand 0.8.6", - "secp256k1-sys", + "secp256k1-sys 0.10.1", "serde", ] +[[package]] +name = "secp256k1" +version = "0.31.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c3c81b43dc2d8877c216a3fccf76677ee1ebccd429566d3e67447290d0c42b2" +dependencies = [ + "bitcoin_hashes", + "rand 0.9.4", + "secp256k1-sys 0.11.0", +] + [[package]] name = "secp256k1-sys" version = "0.10.1" @@ -6117,6 +6554,15 @@ dependencies = [ "cc", ] +[[package]] +name = "secp256k1-sys" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dcb913707158fadaf0d8702c2db0e857de66eb003ccfdda5924b5f5ac98efb38" +dependencies = [ + "cc", +] + [[package]] name = "security-framework" version = "3.7.0" @@ -6302,7 +6748,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77fd7028345d415a4034cf8777cd4f8ab1851274233b45f84e3d955502d93874" dependencies = [ "digest 0.10.7", - "keccak", + "keccak 0.1.6", +] + +[[package]] +name = "sha3" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be176f1a57ce4e3d31c1a166222d9768de5954f811601fb7ca06fc8203905ce1" +dependencies = [ + "digest 0.11.3", + "keccak 0.2.0", ] [[package]] @@ -6410,7 +6866,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -6450,21 +6906,21 @@ name = "stateless" version = "0.1.0" source = "git+https://github.com/paradigmxyz/stateless.git?rev=6e55612#6e55612692421c60f1a5ed18617c0d247c28a5fe" dependencies = [ - "alloy-consensus 2.0.4", - "alloy-eips 2.0.4", - "alloy-genesis 2.0.4", + "alloy-consensus 2.1.1", + "alloy-eips 2.1.1", + "alloy-genesis 2.1.1", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-debug", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-consensus", "reth-ethereum-consensus", "reth-ethereum-primitives 2.1.0", "reth-evm", "reth-primitives-traits 0.3.1", - "reth-trie-common", + "reth-trie-common 2.1.0", "revm-bytecode 10.0.0", - "revm-database-interface", + "revm-database-interface 11.0.1", "revm-state 11.0.1", "serde", "serde_with", @@ -6602,7 +7058,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -7004,10 +7460,10 @@ dependencies = [ "alloy-rpc-types-debug", "alloy-trie 0.9.5", "itertools 0.14.0", - "reth-trie-common", + "reth-trie-common 2.1.0", "reth-trie-sparse", "revm-bytecode 10.0.0", - "revm-database-interface", + "revm-database-interface 11.0.1", "thiserror", "zeth-mpt", ] @@ -7120,15 +7576,6 @@ version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" -[[package]] -name = "wait-timeout" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" -dependencies = [ - "libc", -] - [[package]] name = "walkdir" version = "2.5.0" @@ -7332,7 +7779,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -7820,13 +8267,13 @@ dependencies = [ name = "zeth-chainspec" version = "0.3.0" dependencies = [ - "alloy-eips 2.0.4", - "alloy-genesis 2.0.4", + "alloy-eips 2.1.1", + "alloy-genesis 2.1.1", "alloy-primitives", - "reth-chainspec", - "reth-ethereum-forks", + "reth-chainspec 2.1.0", + "reth-ethereum-forks 2.1.0", "reth-evm", - "reth-network-peers", + "reth-network-peers 2.1.0", "reth-primitives-traits 0.3.1", ] @@ -7836,12 +8283,12 @@ version = "0.3.0" dependencies = [ "alloy-primitives", "alloy-rlp", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-ethereum-primitives 2.1.0", "reth-evm", "reth-evm-ethereum", "reth-primitives-traits 0.3.1", - "reth-trie-common", + "reth-trie-common 2.1.0", "risc0-crypto-evm", "risc0-ethereum-trie", "serde", @@ -7861,7 +8308,7 @@ dependencies = [ "clap", "guests", "humansize", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-ethereum-primitives 1.11.3", "reth-ethereum-primitives 2.1.0", "reth-primitives-traits 1.11.3", @@ -7903,12 +8350,12 @@ dependencies = [ "itertools 0.14.0", "rayon", "reqwest 0.13.3", - "reth-chainspec", + "reth-chainspec 2.1.0", "reth-evm", "reth-evm-ethereum", "reth-primitives-traits 0.3.1", "reth-revm", - "reth-trie-common", + "reth-trie-common 2.1.0", "risc0-ethereum-trie", "serde", "serde_json",