diff --git a/Cargo.lock b/Cargo.lock index 6dab449..966311e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,7 +95,7 @@ dependencies = [ "alloy-consensus", "alloy-contract", "alloy-core", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-network", "alloy-provider", "alloy-rpc-client", @@ -121,14 +121,14 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "2.0.5" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83447eeb17816e172f1dfc0db1f9dc0b7c5d069bd1f7cecbecceb382bf931015" +checksum = "1f0f42ee16e9eaffa4df5aa3a17b1df88dd222310d13152ab91357a2551fd054" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "alloy-trie", "alloy-tx-macros", "arbitrary", @@ -149,15 +149,15 @@ dependencies = [ [[package]] name = "alloy-consensus-any" -version = "2.0.5" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5406343e306856dc2be762700e98a16904de45dee14a07f233e742ce68daff2f" +checksum = "db388e804269d977d60fa7530ccfefe9184ca48d4055dad3ec7e649a29186a06" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "arbitrary", "serde", ] @@ -275,6 +275,21 @@ 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", + "arbitrary", + "borsh", + "once_cell", + "serde", + "thiserror 2.0.18", +] + [[package]] name = "alloy-eips" version = "1.8.3" @@ -284,7 +299,7 @@ dependencies = [ "alloy-eip2124", "alloy-eip2930", "alloy-eip7702", - "alloy-eip7928", + "alloy-eip7928 0.3.5", "alloy-primitives", "alloy-rlp", "alloy-serde 1.8.3", @@ -300,17 +315,17 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "2.0.5" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dca4c89ace90684b4b77366d00631ed498c9af962079af2a5dbc593a0618a77" +checksum = "52010e7c255f45b0ef3ca18144cbfbe0c044b055fe53f59323f3df5d95f265b1" dependencies = [ "alloy-eip2124", "alloy-eip2930", "alloy-eip7702", - "alloy-eip7928", + "alloy-eip7928 0.4.5", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "arbitrary", "auto_impl", "borsh", @@ -331,7 +346,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1ceeea6dcbbcd4e546b27700763a6f6c3b3fee30054209884f521078b6fda4f" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", + "alloy-hardforks", + "alloy-primitives", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth", + "alloy-sol-types", + "auto_impl", + "derive_more", + "revm 38.0.0", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "alloy-evm" +version = "0.37.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acde665074b478c97047dc2a461b4916cac77922d690e5b7415d1941ae7ff7bf" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.2.0", "alloy-hardforks", "alloy-primitives", "alloy-rpc-types-engine", @@ -339,20 +374,20 @@ dependencies = [ "alloy-sol-types", "auto_impl", "derive_more", - "revm", + "revm 41.0.0", "thiserror 2.0.18", "tracing", ] [[package]] name = "alloy-genesis" -version = "2.0.4" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a71ff8b55d2b8aa05259f474cae7dea0e4991724dc18936b81cb23ec492a0c2a" +checksum = "2a60fa6337a6af8bae818de3030448827bf55c1321c90c7d1f6f3b79257ead2a" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "alloy-trie", "borsh", "serde", @@ -408,13 +443,13 @@ checksum = "a7db7b095b0b1db1d18ce7e91dcd2e82007f2d52bfb8125e6b64633a74a06bc3" dependencies = [ "alloy-consensus", "alloy-consensus-any", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-json-rpc", "alloy-network-primitives", "alloy-primitives", "alloy-rpc-types-any", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "alloy-signer", "alloy-sol-types", "async-trait", @@ -428,22 +463,22 @@ dependencies = [ [[package]] name = "alloy-network-primitives" -version = "2.0.5" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd28d9bfd11729037d194f2b1d43db8642eb3f342032691f4ca96bb745479c3c" +checksum = "fb920286c4a71fb0ff3bbb207a640a531a42fceef5b43d4a943f7d5265789876" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "serde", ] [[package]] name = "alloy-primitives" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4885c1409b6936c4898e646ef58baf6ec54edaf6d8179f79df805a7b85b7cf3e" +checksum = "f007e257069855bdf21d27762fd3f3705a613f805c9a08309bf353503f081d71" dependencies = [ "alloy-rlp", "arbitrary", @@ -451,6 +486,7 @@ dependencies = [ "cfg-if", "const-hex", "derive_more", + "fixed-cache", "foldhash 0.2.0", "getrandom 0.4.2", "hashbrown 0.17.0", @@ -478,7 +514,7 @@ checksum = "8955ab30418343de57b356de2ea60200f9fb8016a7ea3bc7f5c6176f01a8b1cf" dependencies = [ "alloy-chains", "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-json-rpc", "alloy-network", "alloy-network-primitives", @@ -538,9 +574,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", @@ -549,9 +585,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", @@ -593,7 +629,7 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "serde", ] @@ -617,7 +653,7 @@ checksum = "df32156f085e74eac942b6103744be49b817c302341aaa8cb0c1c88dc29228d9" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "serde", ] @@ -631,7 +667,7 @@ dependencies = [ "alloy-network-primitives", "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "serde", "serde_json", ] @@ -642,7 +678,7 @@ version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "296450f5e76bece0116c939b9437b0421a5da9c5d40031bf4cf9b38d3d94e475" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rpc-types-engine", "derive_more", @@ -671,15 +707,15 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "2.0.4" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73b12366c96f4013e1aeebc96c6b56e5f33f07853c42ea2f485045c0c157a4a1" +checksum = "d30ff2e8f7d05433c1d36cf0f1ba045bf071a3d139f63923742fbdfb171dfe44" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "arbitrary", "derive_more", "ethereum_ssz", @@ -692,17 +728,17 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "2.0.5" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "175a2a5b6017d7f61b5e4b800d21215fe8e94fe729d00828e13bb6d93dcf3492" +checksum = "04f60a196df184facc9acbb61bd765a36cfb3c9d27eb6b43d5bd26340df1b96a" dependencies = [ "alloy-consensus", "alloy-consensus-any", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-network-primitives", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "alloy-sol-types", "arbitrary", "itertools 0.14.0", @@ -719,10 +755,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7adc1243d55744a66b3a6cbbbba96436e8df5d248f2ee8186bef4238ef704ec7" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "serde", "serde_json", ] @@ -735,7 +771,7 @@ checksum = "514b4b1ce3354f65067b4fc7eb75358e0f2ec8be3340c96dea65d6894f9ca435" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "serde", "serde_json", "thiserror 2.0.18", @@ -749,7 +785,7 @@ checksum = "f00b631c361e7c7baaf4f1f5a9877730f3507fed2acb9d4b34841b8184b2ec28" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "serde", ] @@ -766,9 +802,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "2.0.5" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc21a8772af7d78bba286726aa245bd2ff81cd9abe230afea2e91578996831c9" +checksum = "07758cbde42596b66da52bb661d77e253c3f7f9b3f553faf07adbadeb6419502" dependencies = [ "alloy-primitives", "arbitrary", @@ -983,9 +1019,9 @@ dependencies = [ [[package]] name = "alloy-tx-macros" -version = "2.0.5" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01a0035943b75fe1e249f52e688492d7a1b1826bc2d19b8e1d5d3c24a2ad8f50" +checksum = "e50185b84799c8b5f016a0c9da74309fe28d1c70fbe590a4e8d9cae6df3eebb0" dependencies = [ "darling 0.23.0", "proc-macro2", @@ -1038,7 +1074,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]] @@ -1049,7 +1085,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2593,7 +2629,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]] @@ -2917,9 +2953,9 @@ dependencies = [ [[package]] name = "either" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" +checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" dependencies = [ "serde", ] @@ -3009,7 +3045,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]] @@ -3139,8 +3175,8 @@ version = "0.1.0" dependencies = [ "alloy-consensus", "alloy-consensus-any", - "alloy-eips 2.0.5", - "alloy-evm", + "alloy-eips 2.2.0", + "alloy-evm 0.34.0", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -3159,21 +3195,21 @@ dependencies = [ "futures", "hex", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-cli", - "reth-codecs", + "reth-codecs 0.3.1", "reth-consensus", "reth-db", "reth-engine-local", "reth-engine-primitives", "reth-errors", "reth-ethereum", - "reth-ethereum-forks", + "reth-ethereum-forks 2.2.0", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -3181,7 +3217,7 @@ dependencies = [ "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-revm", "reth-rpc", @@ -3191,12 +3227,12 @@ dependencies = [ "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-testing-utils", "reth-tracing", "reth-transaction-pool", - "reth-trie-db", + "reth-trie-db 2.4.1", "serde", "serde_json", "tempfile", @@ -3211,13 +3247,13 @@ name = "ev-precompiles" version = "0.1.0" dependencies = [ "alloy", - "alloy-evm", + "alloy-evm 0.34.0", "alloy-primitives", "bytes", "eyre", "reth-ethereum", "reth-revm", - "revm", + "revm 38.0.0", "tracing", ] @@ -3226,15 +3262,15 @@ name = "ev-primitives" version = "0.1.0" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "bytes", - "reth-codecs", - "reth-db-api", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-codecs 0.3.1", + "reth-db-api 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-primitives-traits 0.3.1", "serde", ] @@ -3242,8 +3278,8 @@ dependencies = [ name = "ev-reth" version = "0.1.0" dependencies = [ - "alloy-eips 2.0.5", - "alloy-evm", + "alloy-eips 2.2.0", + "alloy-evm 0.34.0", "alloy-network", "alloy-primitives", "alloy-rpc-types", @@ -3255,24 +3291,24 @@ dependencies = [ "evolve-ev-reth", "eyre", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-cli-util", "reth-consensus", "reth-engine-local", "reth-ethereum", "reth-ethereum-cli", - "reth-ethereum-forks", + "reth-ethereum-forks 2.2.0", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-node-api", "reth-node-builder", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-revm", "reth-tracing-otlp", - "reth-trie-db", + "reth-trie-db 2.4.1", "serde", "thiserror 2.0.18", "tokio", @@ -3285,7 +3321,7 @@ dependencies = [ name = "ev-revm" version = "0.1.0" dependencies = [ - "alloy-evm", + "alloy-evm 0.34.0", "alloy-primitives", "alloy-sol-types", "ev-precompiles", @@ -3302,7 +3338,7 @@ name = "ev-tests" version = "0.1.0" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -3325,23 +3361,23 @@ dependencies = [ "rand 0.10.1", "reqwest 0.12.28", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", "reth-db", "reth-e2e-test-utils", "reth-engine-local", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-node-api", "reth-node-types", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-revm", "reth-rpc-api", @@ -3361,7 +3397,7 @@ name = "evolve-ev-reth" version = "0.1.0" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rpc-types-engine", "alloy-rpc-types-txpool", @@ -3371,17 +3407,17 @@ dependencies = [ "jsonrpsee", "jsonrpsee-core", "jsonrpsee-proc-macros", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", "reth-consensus-common", "reth-engine-primitives", "reth-ethereum", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 2.2.0", + "reth-execution-types 2.2.0", "reth-node-api", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-transaction-pool", "serde", "serde_json", @@ -3734,7 +3770,7 @@ dependencies = [ "libc", "log", "rustversion", - "windows-link 0.1.3", + "windows-link 0.2.1", "windows-result 0.4.1", ] @@ -5513,6 +5549,15 @@ dependencies = [ "minimal-lexical", ] +[[package]] +name = "nonmax" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51" +dependencies = [ + "serde", +] + [[package]] name = "notify" version = "8.2.0" @@ -5555,7 +5600,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]] @@ -6981,7 +7026,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "futures-core", "futures-util", @@ -6992,9 +7037,9 @@ dependencies = [ "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-revm", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-trie-parallel", "serde", @@ -7008,7 +7053,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-signer", "alloy-signer-local", @@ -7018,16 +7063,16 @@ dependencies = [ "pin-project", "rand 0.9.3", "rayon", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 2.2.0", + "reth-execution-types 2.2.0", "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-trie", - "revm-database", - "revm-state", + "reth-primitives-traits 0.3.1", + "reth-storage-api 2.2.0", + "reth-trie 2.2.0", + "revm-database 13.0.1", + "revm-state 11.0.1", "serde", "tokio", "tokio-stream", @@ -7041,16 +7086,36 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-chains", "alloy-consensus", - "alloy-eips 2.0.5", - "alloy-evm", + "alloy-eips 2.2.0", + "alloy-evm 0.34.0", "alloy-genesis", "alloy-primitives", "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 2.2.0", + "reth-network-peers 2.2.0", + "reth-primitives-traits 0.3.1", + "serde_json", +] + +[[package]] +name = "reth-chainspec" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips 2.2.0", + "alloy-evm 0.37.1", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more", + "reth-ethereum-forks 2.4.1", + "reth-network-peers 2.4.1", + "reth-primitives-traits 0.5.2", "serde_json", ] @@ -7074,7 +7139,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-chains", "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", "arbitrary", @@ -7097,15 +7162,15 @@ dependencies = [ "ratatui", "rayon", "reqwest 0.13.2", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-cli", "reth-cli-runner", "reth-cli-util", - "reth-codecs", + "reth-codecs 0.3.1", "reth-config", "reth-consensus", "reth-db", - "reth-db-api", + "reth-db-api 2.2.0", "reth-db-common", "reth-discv4", "reth-discv5", @@ -7115,7 +7180,7 @@ dependencies = [ "reth-era-downloader", "reth-era-utils", "reth-eth-wire", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-etl", "reth-evm", "reth-exex", @@ -7123,26 +7188,26 @@ dependencies = [ "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.2.0", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 2.2.0", "reth-revm", "reth-stages", - "reth-stages-types", + "reth-stages-types 2.2.0", "reth-static-file", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 2.2.0", + "reth-storage-api 2.2.0", "reth-tasks", - "reth-trie", - "reth-trie-common", - "reth-trie-db", + "reth-trie 2.2.0", + "reth-trie-common 2.2.0", + "reth-trie-db 2.2.0", "secp256k1 0.30.0", "serde", "serde_json", @@ -7170,7 +7235,7 @@ name = "reth-cli-util" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "cfg-if", "eyre", @@ -7193,7 +7258,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fce542a96bf888f31854803e80b3340bc233927743aa580838014e8a88fe0d66" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-genesis", "alloy-primitives", "alloy-trie", @@ -7201,12 +7266,31 @@ dependencies = [ "bytes", "modular-bitfield", "parity-scale-codec", - "reth-codecs-derive", - "reth-zstd-compressors", + "reth-codecs-derive 0.3.1", + "reth-zstd-compressors 0.3.1", "serde", "visibility", ] +[[package]] +name = "reth-codecs" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb43f4858fef4e3b42b80954d2edf1ff67c8ad7498347083cdc7d0f6eff2f081" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.2.0", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "bytes", + "modular-bitfield", + "parity-scale-codec", + "reth-codecs-derive 0.5.2", + "reth-zstd-compressors 0.5.2", + "serde", +] + [[package]] name = "reth-codecs-derive" version = "0.3.1" @@ -7218,6 +7302,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-config" version = "2.2.0" @@ -7226,9 +7321,9 @@ dependencies = [ "eyre", "humantime-serde", "reth-network-types", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-static-file-types 2.2.0", "serde", "toml 0.9.12+spec-1.1.0", "url", @@ -7242,8 +7337,8 @@ dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 2.2.0", + "reth-primitives-traits 0.3.1", "thiserror 2.0.18", ] @@ -7253,11 +7348,11 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", ] [[package]] @@ -7266,7 +7361,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-json-rpc", "alloy-primitives", "alloy-provider", @@ -7278,7 +7373,7 @@ dependencies = [ "futures", "reqwest 0.13.2", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-tracing", "ringbuffer", "serde", @@ -7299,13 +7394,13 @@ dependencies = [ "page_size", "parking_lot", "quanta", - "reth-db-api", + "reth-db-api 2.2.0", "reth-fs-util", "reth-libmdbx", "reth-metrics", "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", + "reth-static-file-types 2.2.0", + "reth-storage-errors 2.2.0", "reth-tracing", "rustc-hash", "strum", @@ -7329,14 +7424,38 @@ dependencies = [ "metrics", "modular-bitfield", "proptest", - "reth-codecs", - "reth-db-models", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-codecs 0.3.1", + "reth-db-models 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-primitives-traits 0.3.1", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-storage-errors 2.2.0", + "reth-trie-common 2.2.0", + "roaring", + "serde", +] + +[[package]] +name = "reth-db-api" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "arrayvec", + "bytes", + "derive_more", + "metrics", + "modular-bitfield", + "reth-codecs 0.5.2", + "reth-db-models 2.4.1", + "reth-ethereum-primitives 2.4.1", + "reth-primitives-traits 0.5.2", + "reth-prune-types 2.4.1", + "reth-stages-types 2.4.1", + "reth-storage-errors 2.4.1", + "reth-trie-common 2.4.1", "roaring", "serde", ] @@ -7351,20 +7470,20 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 2.2.0", + "reth-codecs 0.3.1", "reth-config", - "reth-db-api", + "reth-db-api 2.2.0", "reth-etl", - "reth-execution-errors", + "reth-execution-errors 2.2.0", "reth-fs-util", "reth-node-types", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-stages-types", - "reth-static-file-types", - "reth-trie", - "reth-trie-db", + "reth-stages-types 2.2.0", + "reth-static-file-types 2.2.0", + "reth-trie 2.2.0", + "reth-trie-db 2.2.0", "serde", "serde_json", "thiserror 2.0.18", @@ -7376,13 +7495,27 @@ 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.5", + "alloy-eips 2.2.0", "alloy-primitives", "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 0.3.1", + "reth-primitives-traits 0.3.1", + "serde", +] + +[[package]] +name = "reth-db-models" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-eips 2.2.0", + "alloy-primitives", + "bytes", + "modular-bitfield", + "reth-codecs 0.5.2", + "reth-primitives-traits 0.5.2", "serde", ] @@ -7398,10 +7531,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks", + "reth-ethereum-forks 2.2.0", "reth-net-banlist", "reth-net-nat", - "reth-network-peers", + "reth-network-peers 2.2.0", "schnellru", "secp256k1 0.30.0", "serde", @@ -7425,10 +7558,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.3", - "reth-chainspec", - "reth-ethereum-forks", + "reth-chainspec 2.2.0", + "reth-ethereum-forks 2.2.0", "reth-metrics", - "reth-network-peers", + "reth-network-peers 2.2.0", "secp256k1 0.30.0", "thiserror 2.0.18", "tokio", @@ -7446,8 +7579,8 @@ dependencies = [ "enr", "hickory-resolver", "linked_hash_set", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 2.2.0", + "reth-network-peers 2.2.0", "reth-tokio-util", "schnellru", "secp256k1 0.30.0", @@ -7465,7 +7598,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", "async-compression", @@ -7477,13 +7610,13 @@ dependencies = [ "rayon", "reth-config", "reth-consensus", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-metrics", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", + "reth-network-peers 2.2.0", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-testing-utils", "tempfile", @@ -7500,7 +7633,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-network", "alloy-primitives", "alloy-provider", @@ -7513,7 +7646,7 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-cli-commands", "reth-config", "reth-consensus", @@ -7521,10 +7654,10 @@ dependencies = [ "reth-db-common", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.2.0", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -7532,17 +7665,17 @@ dependencies = [ "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", "reth-rpc-server-types", - "reth-stages-types", + "reth-stages-types 2.2.0", "reth-tasks", "reth-tokio-util", "reth-tracing", - "revm", + "revm 38.0.0", "serde_json", "tempfile", "tokio", @@ -7569,7 +7702,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers", + "reth-network-peers 2.2.0", "secp256k1 0.30.0", "sha2", "thiserror 2.0.18", @@ -7589,13 +7722,13 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-engine-primitives", "reth-ethereum-engine-primitives", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 0.3.1", + "reth-storage-api 2.2.0", "reth-transaction-pool", "tokio", "tokio-stream", @@ -7608,20 +7741,20 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", "futures", "reth-chain-state", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-primitives-traits 0.3.1", + "reth-trie-common 2.2.0", "serde", "thiserror 2.0.18", "tokio", @@ -7633,9 +7766,9 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eip7928", - "alloy-eips 2.0.5", - "alloy-evm", + "alloy-eip7928 0.3.5", + "alloy-eips 2.2.0", + "alloy-evm 0.34.0", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", @@ -7648,36 +7781,36 @@ dependencies = [ "parking_lot", "rayon", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", "reth-db", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-execution-cache", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-metrics", "reth-network-p2p", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 2.2.0", "reth-revm", "reth-stages", "reth-stages-api", "reth-static-file", "reth-tasks", "reth-tracing", - "reth-trie", - "reth-trie-common", - "reth-trie-db", + "reth-trie 2.2.0", + "reth-trie-common 2.2.0", + "reth-trie-db 2.2.0", "reth-trie-parallel", - "reth-trie-sparse", - "revm", - "revm-primitives", + "reth-trie-sparse 2.2.0", + "revm 38.0.0", + "revm-primitives 23.0.0", "schnellru", "thiserror 2.0.18", "tokio", @@ -7695,16 +7828,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-engine-primitives", "reth-engine-tree", "reth-errors", "reth-evm", "reth-fs-util", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-revm", - "reth-storage-api", + "reth-storage-api 2.2.0", "serde", "serde_json", "tokio", @@ -7718,7 +7851,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", "ethereum_ssz", @@ -7753,15 +7886,15 @@ dependencies = [ "alloy-primitives", "eyre", "futures-util", - "reth-db-api", + "reth-db-api 2.2.0", "reth-era", "reth-era-downloader", "reth-etl", "reth-fs-util", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-stages-types 2.2.0", + "reth-storage-api 2.2.0", "tokio", "tracing", ] @@ -7772,8 +7905,8 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "reth-consensus", - "reth-execution-errors", - "reth-storage-errors", + "reth-execution-errors 2.2.0", + "reth-storage-errors 2.2.0", "thiserror 2.0.18", ] @@ -7790,13 +7923,13 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs", + "reth-codecs 0.3.1", "reth-ecies", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 2.2.0", "reth-metrics", - "reth-network-peers", - "reth-primitives-traits", + "reth-network-peers 2.2.0", + "reth-primitives-traits 0.3.1", "serde", "snap", "thiserror 2.0.18", @@ -7813,8 +7946,8 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-chains", "alloy-consensus", - "alloy-eip7928", - "alloy-eips 2.0.5", + "alloy-eip7928 0.3.5", + "alloy-eips 2.2.0", "alloy-hardforks", "alloy-primitives", "alloy-rlp", @@ -7823,10 +7956,10 @@ dependencies = [ "derive_more", "proptest", "proptest-arbitrary-interop", - "reth-chainspec", - "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-chainspec 2.2.0", + "reth-codecs-derive 0.3.1", + "reth-ethereum-primitives 2.2.0", + "reth-primitives-traits 0.3.1", "serde", "thiserror 2.0.18", ] @@ -7838,9 +7971,9 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-cli-util", - "reth-codecs", + "reth-codecs 0.3.1", "reth-consensus", "reth-consensus-common", "reth-db", @@ -7848,7 +7981,7 @@ dependencies = [ "reth-eth-wire", "reth-ethereum-cli", "reth-ethereum-consensus", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-evm-ethereum", "reth-network", @@ -7857,18 +7990,18 @@ dependencies = [ "reth-node-builder", "reth-node-core", "reth-node-ethereum", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-revm", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-types", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-transaction-pool", - "reth-trie", - "reth-trie-db", + "reth-trie 2.2.0", + "reth-trie-db 2.2.0", ] [[package]] @@ -7878,7 +8011,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "clap", "eyre", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-cli", "reth-cli-commands", "reth-cli-runner", @@ -7900,13 +8033,13 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", "reth-consensus-common", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 2.2.0", + "reth-primitives-traits 0.3.1", "tracing", ] @@ -7915,13 +8048,13 @@ name = "reth-ethereum-engine-primitives" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rpc-types-engine", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "serde", "thiserror 2.0.18", ] @@ -7940,21 +8073,33 @@ dependencies = [ "rustc-hash", ] +[[package]] +name = "reth-ethereum-forks" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "auto_impl", + "once_cell", +] + [[package]] name = "reth-ethereum-payload-builder" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus-common", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-evm-ethereum", "reth-execution-cache", @@ -7962,11 +8107,11 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-payload-validator", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-revm", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-transaction-pool", - "revm", + "revm 38.0.0", "tracing", ] @@ -7976,11 +8121,25 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rpc-types-eth", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 0.3.1", + "reth-primitives-traits 0.3.1", + "serde", +] + +[[package]] +name = "reth-ethereum-primitives" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.2.0", + "alloy-primitives", + "alloy-rpc-types-eth", + "reth-codecs 0.5.2", + "reth-primitives-traits 0.5.2", "serde", ] @@ -7990,7 +8149,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "rayon", - "reth-db-api", + "reth-db-api 2.2.0", "tempfile", ] @@ -8000,22 +8159,22 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", - "alloy-evm", + "alloy-eips 2.2.0", + "alloy-evm 0.34.0", "alloy-primitives", "auto_impl", "derive_more", "futures-util", "metrics", "rayon", - "reth-execution-errors", - "reth-execution-types", + "reth-execution-errors 2.2.0", + "reth-execution-types 2.2.0", "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", - "revm", + "reth-primitives-traits 0.3.1", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", + "reth-trie-common 2.2.0", + "revm 38.0.0", ] [[package]] @@ -8024,18 +8183,18 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", - "alloy-evm", + "alloy-eips 2.2.0", + "alloy-evm 0.34.0", "alloy-primitives", "alloy-rpc-types-engine", - "reth-chainspec", - "reth-ethereum-forks", - "reth-ethereum-primitives", + "reth-chainspec 2.2.0", + "reth-ethereum-forks 2.2.0", + "reth-ethereum-primitives 2.2.0", "reth-evm", - "reth-execution-types", - "reth-primitives-traits", - "reth-storage-errors", - "revm", + "reth-execution-types 2.2.0", + "reth-primitives-traits 0.3.1", + "reth-storage-errors 2.2.0", + "revm 38.0.0", ] [[package]] @@ -8049,10 +8208,10 @@ dependencies = [ "parking_lot", "reth-errors", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-revm", - "reth-trie", + "reth-trie 2.2.0", "tracing", ] @@ -8061,11 +8220,24 @@ name = "reth-execution-errors" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-evm", + "alloy-evm 0.34.0", "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors", + "reth-storage-errors 2.2.0", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-execution-errors" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-evm 0.37.1", + "alloy-primitives", + "alloy-rlp", + "nybbles", + "reth-storage-errors 2.4.1", "thiserror 2.0.18", ] @@ -8075,26 +8247,42 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", - "alloy-evm", + "alloy-eips 2.2.0", + "alloy-evm 0.34.0", "alloy-primitives", "alloy-rlp", "derive_more", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-trie-common", - "revm", + "reth-ethereum-primitives 2.2.0", + "reth-primitives-traits 0.3.1", + "reth-trie-common 2.2.0", + "revm 38.0.0", "serde", "serde_with", ] +[[package]] +name = "reth-execution-types" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.2.0", + "alloy-evm 0.37.1", + "alloy-primitives", + "derive_more", + "reth-ethereum-primitives 2.4.1", + "reth-primitives-traits 0.5.2", + "reth-trie-common 2.4.1", + "revm 41.0.0", +] + [[package]] name = "reth-exex" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "eyre", "futures", @@ -8102,9 +8290,9 @@ dependencies = [ "metrics", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-config", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-exex-types", "reth-fs-util", @@ -8112,9 +8300,9 @@ dependencies = [ "reth-node-api", "reth-node-core", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-prune-types", + "reth-prune-types 2.2.0", "reth-revm", "reth-stages-api", "reth-tasks", @@ -8131,11 +8319,11 @@ name = "reth-exex-types" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "reth-chain-state", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 2.2.0", + "reth-primitives-traits 0.3.1", "serde", "serde_with", ] @@ -8165,15 +8353,15 @@ dependencies = [ "pretty_assertions", "reth-engine-primitives", "reth-evm", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-revm", "reth-rpc-api", "reth-tracing", - "reth-trie", - "revm", - "revm-bytecode", - "revm-database", + "reth-trie 2.2.0", + "revm 38.0.0", + "revm-bytecode 10.0.0", + "revm-database 13.0.1", "serde", "serde_json", ] @@ -8232,7 +8420,7 @@ dependencies = [ "futures", "metrics", "metrics-derive", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "tokio", "tokio-util", ] @@ -8266,7 +8454,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", "aquamarine", @@ -8282,7 +8470,7 @@ dependencies = [ "rand 0.8.5", "rand 0.9.3", "rayon", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", "reth-discv4", "reth-discv5", @@ -8290,18 +8478,18 @@ dependencies = [ "reth-ecies", "reth-eth-wire", "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-ethereum-primitives", + "reth-ethereum-forks 2.2.0", + "reth-ethereum-primitives 2.2.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.2.0", "reth-network-types", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 0.3.1", + "reth-storage-api 2.2.0", "reth-tasks", "reth-tokio-util", "reth-transaction-pool", @@ -8332,9 +8520,9 @@ dependencies = [ "enr", "futures", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 2.2.0", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.2.0", "reth-network-types", "reth-tokio-util", "serde", @@ -8349,7 +8537,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "auto_impl", "derive_more", @@ -8357,11 +8545,11 @@ dependencies = [ "parking_lot", "reth-consensus", "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", + "reth-ethereum-primitives 2.2.0", + "reth-network-peers 2.2.0", "reth-network-types", - "reth-primitives-traits", - "reth-storage-errors", + "reth-primitives-traits 0.3.1", + "reth-storage-errors 2.2.0", "tokio", "tracing", ] @@ -8381,6 +8569,18 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-peers" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "serde_with", + "thiserror 2.0.18", + "url", +] + [[package]] name = "reth-network-types" version = "2.2.0" @@ -8389,7 +8589,7 @@ dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers", + "reth-network-peers 2.2.0", "serde", "serde_json", "tracing", @@ -8421,7 +8621,7 @@ dependencies = [ "eyre", "reth-basic-payload-builder", "reth-consensus", - "reth-db-api", + "reth-db-api 2.2.0", "reth-engine-primitives", "reth-evm", "reth-network-api", @@ -8442,7 +8642,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-provider", "alloy-rpc-types", @@ -8456,12 +8656,12 @@ dependencies = [ "rayon", "reth-basic-payload-builder", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-config", "reth-consensus", "reth-consensus-debug-client", "reth-db", - "reth-db-api", + "reth-db-api 2.2.0", "reth-db-common", "reth-downloaders", "reth-engine-local", @@ -8481,7 +8681,7 @@ dependencies = [ "reth-node-events", "reth-node-metrics", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-prune", "reth-rpc", @@ -8496,7 +8696,7 @@ dependencies = [ "reth-tokio-util", "reth-tracing", "reth-transaction-pool", - "reth-trie-db", + "reth-trie-db 2.2.0", "secp256k1 0.30.0", "serde_json", "tokio", @@ -8510,7 +8710,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rpc-types-engine", "clap", @@ -8521,7 +8721,7 @@ dependencies = [ "humantime", "ipnet", "rand 0.9.3", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-cli-util", "reth-config", "reth-consensus", @@ -8530,20 +8730,20 @@ dependencies = [ "reth-discv5", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-forks", + "reth-ethereum-forks 2.2.0", "reth-net-banlist", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-prune-types", + "reth-network-peers 2.2.0", + "reth-primitives-traits 0.3.1", + "reth-prune-types 2.2.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.2.0", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", "reth-tasks", "reth-tracing", "reth-tracing-otlp", @@ -8564,25 +8764,25 @@ name = "reth-node-ethereum" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-network", "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec", + "reth-chainspec 2.2.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.2.0", "reth-evm", "reth-evm-ethereum", "reth-network", "reth-node-api", "reth-node-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-revm", "reth-rpc", @@ -8593,7 +8793,7 @@ dependencies = [ "reth-rpc-server-types", "reth-tracing", "reth-transaction-pool", - "revm", + "revm 38.0.0", "tokio", ] @@ -8608,8 +8808,8 @@ dependencies = [ "futures-util", "reth-chain-state", "reth-network-api", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 0.3.1", + "reth-storage-api 2.2.0", "reth-transaction-pool", "serde", "serde_json", @@ -8627,7 +8827,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rpc-types-engine", "derive_more", @@ -8636,11 +8836,11 @@ dependencies = [ "pin-project", "reth-engine-primitives", "reth-network-api", - "reth-primitives-traits", - "reth-prune-types", + "reth-primitives-traits 0.3.1", + "reth-prune-types 2.2.0", "reth-stages", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 2.2.0", + "reth-storage-api 2.2.0", "tokio", "tracing", ] @@ -8674,11 +8874,11 @@ name = "reth-node-types" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "reth-chainspec", - "reth-db-api", + "reth-chainspec 2.2.0", + "reth-db-api 2.2.0", "reth-engine-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", ] [[package]] @@ -8698,7 +8898,7 @@ dependencies = [ "reth-metrics", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-trie-parallel", "tokio", "tokio-stream", @@ -8723,18 +8923,18 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", "auto_impl", "either", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-errors", - "reth-execution-types", - "reth-primitives-traits", - "reth-trie-common", + "reth-execution-types 2.2.0", + "reth-primitives-traits 0.3.1", + "reth-trie-common 2.2.0", "serde", "sha2", "thiserror 2.0.18", @@ -8748,7 +8948,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", ] [[package]] @@ -8758,7 +8958,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ee12e304adbacbb32248c9806ebafbe1e2811fbfefe53c5e5b710a8438b7ec0" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-genesis", "alloy-primitives", "alloy-rlp", @@ -8775,10 +8975,40 @@ dependencies = [ "proptest-arbitrary-interop", "quanta", "rayon", - "reth-codecs", - "revm-bytecode", - "revm-primitives", - "revm-state", + "reth-codecs 0.3.1", + "revm-bytecode 10.0.0", + "revm-primitives 23.0.0", + "revm-state 11.0.1", + "secp256k1 0.30.0", + "serde", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-primitives-traits" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f59c928b2865af5bcdbce94800270b7f7798f27a22ca0aabdd2b7d3e6587c9ce" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.2.0", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-trie", + "byteorder", + "bytes", + "dashmap", + "derive_more", + "modular-bitfield", + "once_cell", + "quanta", + "rayon", + "reth-codecs 0.5.2", + "revm-bytecode 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", "secp256k1 0.30.0", "serde", "thiserror 2.0.18", @@ -8790,7 +9020,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-genesis", "alloy-primitives", "alloy-rpc-types-engine", @@ -8801,29 +9031,29 @@ dependencies = [ "parking_lot", "rayon", "reth-chain-state", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 2.2.0", + "reth-codecs 0.3.1", "reth-db", - "reth-db-api", + "reth-db-api 2.2.0", "reth-errors", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 2.2.0", + "reth-execution-types 2.2.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-primitives-traits 0.3.1", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-static-file-types 2.2.0", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", "reth-tasks", - "reth-trie", - "reth-trie-db", - "revm-database", - "revm-state", + "reth-trie 2.2.0", + "reth-trie-db 2.2.0", + "revm-database 13.0.1", + "revm-state 11.0.1", "rocksdb", "strum", "tokio", @@ -8836,22 +9066,22 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "itertools 0.14.0", "metrics", "rayon", "reth-config", - "reth-db-api", + "reth-db-api 2.2.0", "reth-errors", "reth-exex-types", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-static-file-types 2.2.0", + "reth-storage-api 2.2.0", "reth-tokio-util", "rustc-hash", "thiserror 2.0.18", @@ -8868,7 +9098,22 @@ dependencies = [ "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs", + "reth-codecs 0.3.1", + "serde", + "strum", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "reth-prune-types" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-primitives", + "derive_more", + "modular-bitfield", + "reth-codecs 0.5.2", "serde", "strum", "thiserror 2.0.18", @@ -8883,11 +9128,11 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-debug", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "revm", + "reth-primitives-traits 0.3.1", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", + "reth-trie 2.2.0", + "revm 38.0.0", ] [[package]] @@ -8897,8 +9142,8 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-consensus", "alloy-dyn-abi", - "alloy-eips 2.0.5", - "alloy-evm", + "alloy-eips 2.2.0", + "alloy-evm 0.34.0", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -8913,7 +9158,7 @@ dependencies = [ "alloy-rpc-types-mev", "alloy-rpc-types-trace", "alloy-rpc-types-txpool", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "alloy-signer", "alloy-signer-local", "async-trait", @@ -8926,22 +9171,22 @@ dependencies = [ "parking_lot", "pin-project", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", "reth-consensus-common", "reth-engine-primitives", "reth-errors", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-metrics", "reth-network-api", - "reth-network-peers", + "reth-network-peers 2.2.0", "reth-network-types", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-revm", "reth-rpc-api", "reth-rpc-convert", @@ -8949,14 +9194,14 @@ dependencies = [ "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-tracing", "reth-transaction-pool", - "reth-trie-common", - "revm", + "reth-trie-common 2.2.0", + "revm 38.0.0", "revm-inspectors", - "revm-primitives", + "revm-primitives 23.0.0", "serde", "serde_json", "sha2", @@ -8972,7 +9217,7 @@ name = "reth-rpc-api" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-genesis", "alloy-json-rpc", "alloy-primitives", @@ -8986,13 +9231,13 @@ dependencies = [ "alloy-rpc-types-mev", "alloy-rpc-types-trace", "alloy-rpc-types-txpool", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "jsonrpsee", "reth-chain-state", "reth-engine-primitives", - "reth-network-peers", + "reth-network-peers 2.2.0", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 2.2.0", "serde", "serde_json", ] @@ -9010,7 +9255,7 @@ dependencies = [ "metrics", "pin-project", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", "reth-engine-primitives", "reth-evm", @@ -9019,7 +9264,7 @@ dependencies = [ "reth-network-api", "reth-node-core", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-rpc", "reth-rpc-api", "reth-rpc-engine-api", @@ -9027,7 +9272,7 @@ dependencies = [ "reth-rpc-eth-types", "reth-rpc-layer", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-tokio-util", "reth-transaction-pool", @@ -9046,7 +9291,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-evm", + "alloy-evm 0.34.0", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -9055,7 +9300,7 @@ dependencies = [ "dyn-clone", "jsonrpsee-types", "reth-evm", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-rpc-traits", "thiserror 2.0.18", ] @@ -9065,7 +9310,7 @@ name = "reth-rpc-engine-api" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", @@ -9073,16 +9318,16 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-engine-primitives", "reth-metrics", "reth-network-api", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-rpc-api", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-transaction-pool", "serde", @@ -9098,16 +9343,16 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-consensus", "alloy-dyn-abi", - "alloy-eip7928", - "alloy-eips 2.0.5", - "alloy-evm", + "alloy-eip7928 0.3.5", + "alloy-eips 2.2.0", + "alloy-evm 0.34.0", "alloy-json-rpc", "alloy-network", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-eth", "alloy-rpc-types-mev", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "async-trait", "auto_impl", "dyn-clone", @@ -9116,21 +9361,21 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-errors", "reth-evm", "reth-network-api", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-revm", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-transaction-pool", - "reth-trie-common", - "revm", + "reth-trie-common 2.2.0", + "revm 38.0.0", "revm-inspectors", "serde_json", "tokio", @@ -9143,8 +9388,8 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", - "alloy-evm", + "alloy-eips 2.2.0", + "alloy-evm 0.34.0", "alloy-network", "alloy-primitives", "alloy-rpc-client", @@ -9160,21 +9405,21 @@ dependencies = [ "rand 0.9.3", "reqwest 0.13.2", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-revm", "reth-rpc-convert", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-transaction-pool", - "reth-trie", - "revm", + "reth-trie 2.2.0", + "revm 38.0.0", "revm-inspectors", "schnellru", "serde", @@ -9204,7 +9449,7 @@ name = "reth-rpc-server-types" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rpc-types-engine", "jsonrpsee-core", @@ -9226,7 +9471,7 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", "alloy-signer", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "thiserror 2.0.18", ] @@ -9236,7 +9481,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", "eyre", @@ -9246,36 +9491,36 @@ dependencies = [ "page_size", "rayon", "reqwest 0.13.2", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 2.2.0", + "reth-codecs 0.3.1", "reth-config", "reth-consensus", "reth-db", - "reth-db-api", + "reth-db-api 2.2.0", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-etl", "reth-evm", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-exex", "reth-fs-util", "reth-libmdbx", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 2.2.0", "reth-revm", "reth-stages-api", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", + "reth-static-file-types 2.2.0", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", "reth-tasks", "reth-testing-utils", - "reth-trie", - "reth-trie-db", + "reth-trie 2.2.0", + "reth-trie-db 2.2.0", "tempfile", "thiserror 2.0.18", "tokio", @@ -9287,23 +9532,23 @@ name = "reth-stages-api" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "aquamarine", "auto_impl", "futures-util", "metrics", - "reth-codecs", + "reth-codecs 0.3.1", "reth-consensus", "reth-errors", "reth-metrics", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-prune", - "reth-stages-types", + "reth-stages-types 2.2.0", "reth-static-file", - "reth-static-file-types", + "reth-static-file-types 2.2.0", "reth-tokio-util", "thiserror 2.0.18", "tokio", @@ -9319,8 +9564,21 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-trie-common", + "reth-codecs 0.3.1", + "reth-trie-common 2.2.0", + "serde", +] + +[[package]] +name = "reth-stages-types" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-primitives", + "bytes", + "modular-bitfield", + "reth-codecs 0.5.2", + "reth-trie-common 2.4.1", "serde", ] @@ -9332,14 +9590,14 @@ dependencies = [ "alloy-primitives", "parking_lot", "rayon", - "reth-codecs", - "reth-db-api", - "reth-primitives-traits", + "reth-codecs 0.3.1", + "reth-db-api 2.2.0", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-static-file-types 2.2.0", + "reth-storage-errors 2.2.0", "reth-tokio-util", "tracing", ] @@ -9353,7 +9611,21 @@ dependencies = [ "clap", "derive_more", "fixed-map", - "reth-stages-types", + "reth-stages-types 2.2.0", + "serde", + "strum", + "tracing", +] + +[[package]] +name = "reth-static-file-types" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-primitives", + "derive_more", + "fixed-map", + "reth-stages-types 2.4.1", "serde", "strum", "tracing", @@ -9365,21 +9637,46 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", - "reth-db-api", - "reth-db-models", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "revm-database", + "reth-chainspec 2.2.0", + "reth-db-api 2.2.0", + "reth-db-models 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-execution-types 2.2.0", + "reth-primitives-traits 0.3.1", + "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 13.0.1", + "serde_json", +] + +[[package]] +name = "reth-storage-api" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-consensus", + "alloy-eip7928 0.4.5", + "alloy-eips 2.2.0", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 2.4.1", + "reth-db-api 2.4.1", + "reth-db-models 2.4.1", + "reth-ethereum-primitives 2.4.1", + "reth-execution-types 2.4.1", + "reth-primitives-traits 0.5.2", + "reth-prune-types 2.4.1", + "reth-stages-types 2.4.1", + "reth-storage-errors 2.4.1", + "reth-trie-common 2.4.1", + "revm 41.0.0", "serde_json", ] @@ -9388,16 +9685,33 @@ 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.5", + "alloy-eips 2.2.0", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-codecs 0.3.1", + "reth-primitives-traits 0.3.1", + "reth-prune-types 2.2.0", + "reth-static-file-types 2.2.0", + "revm-database-interface 11.0.1", + "revm-state 11.0.1", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-storage-errors" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", "derive_more", - "reth-codecs", - "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", - "revm-database-interface", - "revm-state", + "reth-codecs 0.5.2", + "reth-primitives-traits 0.5.2", + "reth-prune-types 2.4.1", + "reth-static-file-types 2.4.1", + "revm 41.0.0", "thiserror 2.0.18", ] @@ -9428,13 +9742,13 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-genesis", "alloy-primitives", "rand 0.8.5", "rand 0.9.3", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 2.2.0", + "reth-primitives-traits 0.3.1", "secp256k1 0.30.0", ] @@ -9488,7 +9802,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", "aquamarine", @@ -9504,20 +9818,20 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.9.3", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-eth-wire-types", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-fs-util", "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 0.3.1", + "reth-storage-api 2.2.0", "reth-tasks", - "revm", - "revm-interpreter", - "revm-primitives", + "revm 38.0.0", + "revm-interpreter 35.0.1", + "revm-primitives 23.0.0", "rustc-hash", "schnellru", "serde", @@ -9535,7 +9849,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eips 2.0.5", + "alloy-eips 2.2.0", "alloy-primitives", "alloy-rlp", "alloy-trie", @@ -9543,18 +9857,39 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-execution-errors", + "reth-execution-errors 2.2.0", "reth-metrics", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "reth-trie-sparse", - "revm-database", + "reth-primitives-traits 0.3.1", + "reth-stages-types 2.2.0", + "reth-storage-errors 2.2.0", + "reth-trie-common 2.2.0", + "reth-trie-sparse 2.2.0", + "revm-database 13.0.1", "tracing", "triehash", ] +[[package]] +name = "reth-trie" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.2.0", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "itertools 0.14.0", + "reth-execution-errors 2.4.1", + "reth-primitives-traits 0.5.2", + "reth-stages-types 2.4.1", + "reth-storage-errors 2.4.1", + "reth-trie-common 2.4.1", + "reth-trie-sparse 2.4.1", + "tracing", +] + [[package]] name = "reth-trie-common" version = "2.2.0" @@ -9564,7 +9899,7 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-eth", - "alloy-serde 2.0.5", + "alloy-serde 2.2.0", "alloy-trie", "arbitrary", "arrayvec", @@ -9575,9 +9910,33 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs", - "reth-primitives-traits", - "revm-database", + "reth-codecs 0.3.1", + "reth-primitives-traits 0.3.1", + "revm-database 13.0.1", + "serde", + "serde_with", +] + +[[package]] +name = "reth-trie-common" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-serde 2.2.0", + "alloy-trie", + "arrayvec", + "bytes", + "derive_more", + "itertools 0.14.0", + "nybbles", + "rayon", + "reth-codecs 0.5.2", + "reth-primitives-traits 0.5.2", + "revm 41.0.0", "serde", "serde_with", ] @@ -9590,15 +9949,32 @@ dependencies = [ "alloy-primitives", "metrics", "parking_lot", - "reth-db-api", - "reth-execution-errors", + "reth-db-api 2.2.0", + "reth-execution-errors 2.2.0", "reth-metrics", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", + "reth-primitives-traits 0.3.1", + "reth-stages-types 2.2.0", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", + "reth-trie 2.2.0", + "reth-trie-common 2.2.0", + "tracing", +] + +[[package]] +name = "reth-trie-db" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-primitives", + "parking_lot", + "reth-db-api 2.4.1", + "reth-execution-errors 2.4.1", + "reth-primitives-traits 0.5.2", + "reth-storage-api 2.4.1", + "reth-storage-errors 2.4.1", + "reth-trie 2.4.1", + "reth-trie-common 2.4.1", "tracing", ] @@ -9607,8 +9983,8 @@ name = "reth-trie-parallel" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eip7928", - "alloy-evm", + "alloy-eip7928 0.3.5", + "alloy-evm 0.34.0", "alloy-primitives", "alloy-rlp", "crossbeam-channel", @@ -9617,15 +9993,15 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-execution-errors", + "reth-execution-errors 2.2.0", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-storage-errors", + "reth-storage-errors 2.2.0", "reth-tasks", - "reth-trie", - "reth-trie-sparse", - "revm-state", + "reth-trie 2.2.0", + "reth-trie-sparse 2.2.0", + "revm-state 11.0.1", "thiserror 2.0.18", "tracing", ] @@ -9640,10 +10016,10 @@ dependencies = [ "alloy-trie", "metrics", "rayon", - "reth-execution-errors", + "reth-execution-errors 2.2.0", "reth-metrics", - "reth-primitives-traits", - "reth-trie-common", + "reth-primitives-traits 0.3.1", + "reth-trie-common 2.2.0", "serde", "serde_json", "slotmap", @@ -9651,6 +10027,26 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-trie-sparse" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-primitives", + "alloy-trie", + "either", + "rayon", + "reth-execution-errors 2.4.1", + "reth-primitives-traits 0.5.2", + "reth-trie-common 2.4.1", + "serde", + "serde_json", + "slotmap", + "smallvec", + "strum", + "tracing", +] + [[package]] name = "reth-zstd-compressors" version = "0.3.1" @@ -9660,23 +10056,51 @@ dependencies = [ "zstd", ] +[[package]] +name = "reth-zstd-compressors" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1bd4ae4f54a2ba813eef082910bc646bd31cab8ed134308fa71f1068331fb84" +dependencies = [ + "zstd", +] + [[package]] name = "revm" version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91202d39dbe8e8d10e9e8f2b76c30da68ecd1d25be69ba6d853ad0d03a3a398a" dependencies = [ - "revm-bytecode", - "revm-context", - "revm-context-interface", - "revm-database", - "revm-database-interface", - "revm-handler", - "revm-inspector", - "revm-interpreter", - "revm-precompile", - "revm-primitives", - "revm-state", + "revm-bytecode 10.0.0", + "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]] @@ -9687,7 +10111,19 @@ checksum = "bdbb3a3d735efa94c91f2ef6bf20a35f99a77bc78f3e25bd758336901bdf9661" dependencies = [ "bitvec", "phf 0.13.1", - "revm-primitives", + "revm-primitives 23.0.0", + "serde", +] + +[[package]] +name = "revm-bytecode" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e33493cf6d996e9242db4f2002caef48ec9aa8c4f3fff3b18aed10ef3942eec7" +dependencies = [ + "bitvec", + "phf 0.13.1", + "revm-primitives 41.0.0", "serde", ] @@ -9700,11 +10136,28 @@ dependencies = [ "bitvec", "cfg-if", "derive-where", - "revm-bytecode", - "revm-context-interface", - "revm-database-interface", - "revm-primitives", - "revm-state", + "revm-bytecode 10.0.0", + "revm-context-interface 17.0.1", + "revm-database-interface 11.0.1", + "revm-primitives 23.0.0", + "revm-state 11.0.1", + "serde", +] + +[[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", "serde", ] @@ -9718,9 +10171,25 @@ dependencies = [ "alloy-eip7702", "auto_impl", "either", - "revm-database-interface", - "revm-primitives", - "revm-state", + "revm-database-interface 11.0.1", + "revm-primitives 23.0.0", + "revm-state 11.0.1", + "serde", +] + +[[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", "serde", ] @@ -9731,10 +10200,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c281a1f11d3bcb8c0bba1199ed6bcb001d1aeb3d4fb366819e14f88723989a4e" dependencies = [ "alloy-eips 1.8.3", - "revm-bytecode", - "revm-database-interface", - "revm-primitives", - "revm-state", + "revm-bytecode 10.0.0", + "revm-database-interface 11.0.1", + "revm-primitives 23.0.0", + "revm-state 11.0.1", + "serde", +] + +[[package]] +name = "revm-database" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d761681a43e48408ea23f7f66ff56ff7b6128cadb8f9135d1b94787d0c0fc6b4" +dependencies = [ + "alloy-eips 2.2.0", + "derive_more", + "either", + "revm-bytecode 41.0.0", + "revm-database-interface 41.0.0", + "revm-primitives 41.0.0", + "revm-state 41.0.0", "serde", ] @@ -9746,8 +10231,22 @@ checksum = "d89efb9832a4e3742bb4ded5f7fe5bf905e8860e69427d4dfec153484fc6d304" dependencies = [ "auto_impl", "either", - "revm-primitives", - "revm-state", + "revm-primitives 23.0.0", + "revm-state 11.0.1", + "serde", + "thiserror 2.0.18", +] + +[[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", "serde", "thiserror 2.0.18", ] @@ -9760,14 +10259,33 @@ checksum = "783e903d6922b7f5f9a940d1bb229530502d2924b1aed9d5ca5a94ebf065d460" dependencies = [ "auto_impl", "derive-where", - "revm-bytecode", - "revm-context", - "revm-context-interface", - "revm-database-interface", - "revm-interpreter", - "revm-precompile", - "revm-primitives", - "revm-state", + "revm-bytecode 10.0.0", + "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", + "serde", +] + +[[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", "serde", ] @@ -9779,12 +10297,30 @@ checksum = "8216ad58422090d0daa9eb430e0a081f7ad07e7fd30681dee71f8420c99624e0" dependencies = [ "auto_impl", "either", - "revm-context", - "revm-database-interface", - "revm-handler", - "revm-interpreter", - "revm-primitives", - "revm-state", + "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", + "serde", + "serde_json", +] + +[[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", "serde", "serde_json", ] @@ -9801,7 +10337,7 @@ dependencies = [ "alloy-sol-types", "anstyle", "colorchoice", - "revm", + "revm 38.0.0", "serde", "serde_json", "thiserror 2.0.18", @@ -9813,10 +10349,23 @@ version = "35.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ece9f41b69658c15d748288a4dbdfc06a63f3ce93d983af440de3f1631dce6a" dependencies = [ - "revm-bytecode", - "revm-context-interface", - "revm-primitives", - "revm-state", + "revm-bytecode 10.0.0", + "revm-context-interface 17.0.1", + "revm-primitives 23.0.0", + "revm-state 11.0.1", + "serde", +] + +[[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", "serde", ] @@ -9839,8 +10388,32 @@ dependencies = [ "cfg-if", "k256", "p256", - "revm-context-interface", - "revm-primitives", + "revm-context-interface 17.0.1", + "revm-primitives 23.0.0", + "ripemd", + "secp256k1 0.31.1", + "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", + "c-kzg", + "cfg-if", + "k256", + "p256", + "revm-context-interface 41.0.0", + "revm-primitives 41.0.0", "ripemd", "secp256k1 0.31.1", "sha2", @@ -9858,16 +10431,41 @@ 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", + "serde", +] + [[package]] name = "revm-state" 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.0", + "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.0", - "revm-bytecode", - "revm-primitives", + "nonmax", + "revm-bytecode 41.0.0", + "revm-primitives 41.0.0", "serde", ] @@ -10067,7 +10665,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -10147,7 +10745,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs 1.0.6", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -10667,7 +11265,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]] @@ -10842,7 +11440,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -12162,7 +12760,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]]