diff --git a/Cargo.lock b/Cargo.lock index 5fbcb5e..b6cecb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,9 +91,9 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy-chains" @@ -112,14 +112,15 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae09ffd7c29062431dd86061deefe4e3c6f07fa0d674930095f8dcedb0baf02c" +checksum = "73dd0ab7003dfa3efd252e423873cd3bc241d1456147e752f995cc8aabd1d1f6" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rlp", "alloy-serde", + "alloy-trie", "arbitrary", "auto_impl", "c-kzg", @@ -129,11 +130,25 @@ dependencies = [ "serde_with", ] +[[package]] +name = "alloy-consensus-any" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d08234c0eece0e08602db5095a16dc942cad91967cccfcfc2c6a42c25563964f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-serde", + "serde", +] + [[package]] name = "alloy-dyn-abi" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cf633ae9a1f0c82fdb9e559ed2be1c8e415c3e48fc47e1feaf32c6078ec0cdd" +checksum = "80759b3f57b3b20fa7cd8fef6479930fc95461b58ff8adea6e87e618449c8a1d" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -178,9 +193,9 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b6aa3961694b30ba53d41006131a2fca3bdab22e4c344e46db2c639e7c2dfdd" +checksum = "50c242de43a1869bcb2fbce3b377130959d10dfd562b87ac7aa2f04d98baac51" dependencies = [ "alloy-eip2930", "alloy-eip7702", @@ -197,9 +212,9 @@ dependencies = [ [[package]] name = "alloy-genesis" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e53f7877ded3921d18a0a9556d55bedf84535567198c9edab2aa23106da91855" +checksum = "9dd39b72f860cb0c542fac925f91d1939c2b14a0970b39d0ae304b5b7574a0ac" dependencies = [ "alloy-primitives", "alloy-serde", @@ -208,9 +223,9 @@ dependencies = [ [[package]] name = "alloy-json-abi" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a500037938085feed8a20dbfc8fce58c599db68c948cfae711147175dee392c" +checksum = "ac4b22b3e51cac09fd2adfcc73b55f447b4df669f983c13f7894ec82b607c63f" dependencies = [ "alloy-primitives", "alloy-sol-type-parser", @@ -220,29 +235,31 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3694b7e480728c0b3e228384f223937f14c10caef5a4c766021190fc8f283d35" +checksum = "6c15c11661571a19a06896663c93e804ccf013159275a89a98e892014df514d8" dependencies = [ "alloy-primitives", "alloy-sol-types", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.4", "tracing", ] [[package]] name = "alloy-network" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea94b8ceb5c75d7df0a93ba0acc53b55a22b47b532b600a800a87ef04eb5b0b4" +checksum = "60dd0b99eaa5e715dd90d42021f7f08a0a70976ea84f41a0ad233770e0c1962b" dependencies = [ "alloy-consensus", + "alloy-consensus-any", "alloy-eips", "alloy-json-rpc", "alloy-network-primitives", "alloy-primitives", + "alloy-rpc-types-any", "alloy-rpc-types-eth", "alloy-serde", "alloy-signer", @@ -252,14 +269,14 @@ dependencies = [ "futures-utils-wasm", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.4", ] [[package]] name = "alloy-network-primitives" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df9f3e281005943944d15ee8491534a1c7b3cbf7a7de26f8c433b842b93eb5f9" +checksum = "18abfc73ce48f074c8bc6e05c1f08ef0b1ddc9b04f191a821d0beb9470a42a29" dependencies = [ "alloy-consensus", "alloy-eips", @@ -270,9 +287,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3aeeb5825c2fc8c2662167058347cd0cafc3cb15bcb5cdb1758a63c2dca0409e" +checksum = "9db948902dfbae96a73c2fbf1f7abec62af034ab883e4c777c3fd29702bd6e2c" dependencies = [ "alloy-rlp", "arbitrary", @@ -285,7 +302,7 @@ dependencies = [ "getrandom", "hashbrown 0.15.2", "hex-literal", - "indexmap 2.6.0", + "indexmap 2.7.0", "itoa", "k256", "keccak-asm", @@ -294,7 +311,7 @@ dependencies = [ "proptest-derive", "rand", "ruint", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "serde", "sha3", "tiny-keccak", @@ -302,9 +319,9 @@ dependencies = [ [[package]] name = "alloy-provider" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40c1f9eede27bf4c13c099e8e64d54efd7ce80ef6ea47478aa75d5d74e2dba3b" +checksum = "4933c761f10e44d5e901804b56efb2ce6e0945e6c57d2fa1e5ace303fae6f74a" dependencies = [ "alloy-chains", "alloy-consensus", @@ -332,7 +349,7 @@ dependencies = [ "schnellru", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tracing", "url", @@ -341,9 +358,9 @@ dependencies = [ [[package]] name = "alloy-pubsub" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90f1f34232f77341076541c405482e4ae12f0ee7153d8f9969fc1691201b2247" +checksum = "808719714bfb2aa24b0eb2a38411ce8e654ba11c0ebf2a6648fcbe9fabfe696d" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -377,14 +394,14 @@ checksum = "2b09cae092c27b6f1bde952653a22708691802e57bfef4a2973b80bea21efd3f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "alloy-rpc-client" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374dbe0dc3abdc2c964f36b3d3edf9cdb3db29d16bda34aa123f03d810bec1dd" +checksum = "6ce26c25efb8290b6ba559ae6c40bf6630d337e107ae242e5790501420dba7b7" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -407,9 +424,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c74832aa474b670309c20fffc2a869fa141edab7c79ff7963fad0a08de60bae1" +checksum = "41080ce2640928f0df45c41d2af629b88db3cb31af3abbe614964ae10001ddac" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -420,9 +437,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-admin" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bfd9b2cc3a1985f1f6da5afc41120256f9f9316fcd89e054cea99dbb10172f6" +checksum = "db981579da4d597d9d35f56ad7641b929bf8f551ab696715132f554863c83540" dependencies = [ "alloy-genesis", "alloy-primitives", @@ -432,9 +449,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-anvil" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca97963132f78ddfc60e43a017348e6d52eea983925c23652f5b330e8e02291" +checksum = "252b7433e731e5d24f7eb7a54a368bc813a1086aaf84643ab10e99599a6ff16c" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -442,25 +459,37 @@ dependencies = [ "serde", ] +[[package]] +name = "alloy-rpc-types-any" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abca110e59f760259e26d0c84912121468008aba48dd227af0f306cfd7bce9ae" +dependencies = [ + "alloy-consensus-any", + "alloy-rpc-types-eth", + "alloy-serde", +] + [[package]] name = "alloy-rpc-types-beacon" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "922fa76678d2f9f07ea1b19309b5cfbf244c6029dcba3515227b515fdd6ed4a7" +checksum = "45c8db5fb70d2fece7bc1cd5adf42e72fc8a23547adeff8f558d9063f1e7788c" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rpc-types-engine", + "alloy-serde", "serde", "serde_with", - "thiserror 1.0.69", + "thiserror 2.0.4", ] [[package]] name = "alloy-rpc-types-debug" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba2253bee958658ebd614c07a61c40580e09dd1fad3f017684314442332ab753" +checksum = "ea3a662ced0bfbe582d26ed85d6a0092310787331555c8f7a86f843c7ca272ef" dependencies = [ "alloy-primitives", "serde", @@ -468,9 +497,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f56294dce86af23ad6ee8df46cf8b0d292eb5d1ff67dc88a0886051e32b1faf" +checksum = "d3b000c7f3469e7faa575ba70207294cf07e91dfd6ce4d04d5d5d8069f974a66" dependencies = [ "alloy-consensus", "alloy-eips", @@ -487,11 +516,12 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8a477281940d82d29315846c7216db45b15e90bcd52309da9f54bcf7ad94a11" +checksum = "3468e7385fbb86b0fde5497d685c02f765ea09d36f7e07c5d1c9a52b077d38e2" dependencies = [ "alloy-consensus", + "alloy-consensus-any", "alloy-eips", "alloy-network-primitives", "alloy-primitives", @@ -508,12 +538,13 @@ dependencies = [ [[package]] name = "alloy-rpc-types-mev" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8647f8135ee3d5de1cf196706c905c05728a4e38bb4a5b61a7214bd1ba8f60a6" +checksum = "26988fb56d87414c96b8fd9b69ad6ce3768bc9acc953ed02c18a66f74ab98c66" dependencies = [ "alloy-eips", "alloy-primitives", + "alloy-rpc-types-eth", "alloy-serde", "serde", "serde_json", @@ -521,23 +552,23 @@ dependencies = [ [[package]] name = "alloy-rpc-types-trace" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecd8b4877ef520c138af702097477cdd19504a8e1e4675ba37e92ba40f2d3c6f" +checksum = "7a90be1bc8e3659db1c9512191873a268a917efbc62b8bd39a92c12bf613b193" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", "alloy-serde", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.4", ] [[package]] name = "alloy-rpc-types-txpool" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d4ab49acf90a71f7fb894dc5fd485f1f07a1e348966c714c4d1e0b7478850a8" +checksum = "beade2858d292442f5be6fce452c923072a7ac4d3898d333abf42703945444d0" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -547,9 +578,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dfa4a7ccf15b2492bb68088692481fd6b2604ccbee1d0d6c44c21427ae4df83" +checksum = "42de6002e2154b50b3568aea27e26bd9caf7b754658f43065f2e9b6ee0a8c839" dependencies = [ "alloy-primitives", "arbitrary", @@ -559,23 +590,23 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e10aec39d60dc27edcac447302c7803d2371946fb737245320a05b78eb2fafd" +checksum = "f288a9a25e2578dab17845fd8d2be1d32de33565783ed185ded161a65f92381b" dependencies = [ "alloy-primitives", "async-trait", "auto_impl", "elliptic-curve", "k256", - "thiserror 1.0.69", + "thiserror 2.0.4", ] [[package]] name = "alloy-signer-local" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8396f6dff60700bc1d215ee03d86ff56de268af96e2bf833a14d0bafcab9882" +checksum = "0d8081f589ddc11a959605e30c723d51cad2562d9072305f8e3ef311f077e5eb" dependencies = [ "alloy-consensus", "alloy-network", @@ -584,61 +615,61 @@ dependencies = [ "async-trait", "k256", "rand", - "thiserror 1.0.69", + "thiserror 2.0.4", ] [[package]] name = "alloy-sol-macro" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c0279d09463a4695788a3622fd95443625f7be307422deba4b55dd491a9c7a1" +checksum = "3bfd7853b65a2b4f49629ec975fee274faf6dff15ab8894c620943398ef283c0" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "alloy-sol-macro-expander" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4feea540fc8233df2ad1156efd744b2075372f43a8f942a68b3b19c8a00e2c12" +checksum = "82ec42f342d9a9261699f8078e57a7a4fda8aaa73c1a212ed3987080e6a9cd13" dependencies = [ "alloy-sol-macro-input", "const-hex", "heck", - "indexmap 2.6.0", + "indexmap 2.7.0", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", "syn-solidity", "tiny-keccak", ] [[package]] name = "alloy-sol-macro-input" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0ad281f3d1b613af814b66977ee698e443d4644a1510962d0241f26e0e53ae" +checksum = "ed2c50e6a62ee2b4f7ab3c6d0366e5770a21cad426e109c2f40335a1b3aff3df" dependencies = [ "const-hex", "dunce", "heck", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", "syn-solidity", ] [[package]] name = "alloy-sol-type-parser" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96eff16c797438add6c37bb335839d015b186c5421ee5626f5559a7bfeb38ef5" +checksum = "ac17c6e89a50fb4a758012e4b409d9a0ba575228e69b539fe37d7a1bd507ca4a" dependencies = [ "serde", "winnow", @@ -646,9 +677,9 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cff34e0682d6665da243a3e81da96f07a2dd50f7e64073e382b1a141f5a2a2f6" +checksum = "c9dc0fffe397aa17628160e16b89f704098bf3c9d74d5d369ebc239575936de5" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -659,9 +690,9 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99acddb34000d104961897dbb0240298e8b775a7efffb9fda2a1a3efedd65b3" +checksum = "90352f4cf78017905c3244f48b38fadc345970bbc9095087c0f985a580550488" dependencies = [ "alloy-json-rpc", "base64 0.22.1", @@ -669,7 +700,7 @@ dependencies = [ "futures-utils-wasm", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tower 0.5.1", "tracing", @@ -679,9 +710,9 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dc013132e34eeadaa0add7e74164c1503988bfba8bae885b32e0918ba85a8a6" +checksum = "7d26c94d51fa8b1aee3d15db113dd0773776c02bb36dbaa2590b900dadd7e7d0" dependencies = [ "alloy-json-rpc", "alloy-transport", @@ -694,9 +725,9 @@ dependencies = [ [[package]] name = "alloy-transport-ws" -version = "0.6.4" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abd170e600801116d5efe64f74a4fc073dbbb35c807013a7d0a388742aeebba0" +checksum = "cd7b21335b55c9f715e2acca0228dc1d6880d961756916c13a9ce70f9f413e70" dependencies = [ "alloy-pubsub", "alloy-transport", @@ -811,7 +842,7 @@ dependencies = [ "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -1003,7 +1034,7 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -1014,7 +1045,7 @@ checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -1052,7 +1083,7 @@ checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -1152,7 +1183,7 @@ dependencies = [ "regex", "rustc-hash 1.1.0", "shlex", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -1247,9 +1278,9 @@ dependencies = [ "bitflags 2.6.0", "boa_interner", "boa_macros", - "indexmap 2.6.0", + "indexmap 2.7.0", "num-bigint", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", ] [[package]] @@ -1273,7 +1304,7 @@ dependencies = [ "fast-float", "hashbrown 0.14.5", "icu_normalizer", - "indexmap 2.6.0", + "indexmap 2.7.0", "intrusive-collections", "itertools 0.13.0", "num-bigint", @@ -1285,7 +1316,7 @@ dependencies = [ "portable-atomic", "rand", "regress", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "ryu-js", "serde", "serde_json", @@ -1319,10 +1350,10 @@ dependencies = [ "boa_gc", "boa_macros", "hashbrown 0.14.5", - "indexmap 2.6.0", + "indexmap 2.7.0", "once_cell", "phf", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "static_assertions", ] @@ -1334,7 +1365,7 @@ checksum = "240f4126219a83519bad05c9a40bfc0303921eeb571fc2d7e44c17ffac99d3f1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", "synstructure", ] @@ -1354,7 +1385,7 @@ dependencies = [ "num-bigint", "num-traits", "regress", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", ] [[package]] @@ -1371,7 +1402,7 @@ checksum = "ae85205289bab1f2c7c8a30ddf0541cf89ba2ff7dbd144feef50bbfa664288d4" dependencies = [ "fast-float", "paste", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "sptr", "static_assertions", ] @@ -1455,7 +1486,7 @@ checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -1466,9 +1497,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" dependencies = [ "serde", ] @@ -1499,9 +1530,9 @@ dependencies = [ [[package]] name = "cargo-platform" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" +checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" dependencies = [ "serde", ] @@ -1537,9 +1568,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" +checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc" dependencies = [ "jobserver", "libc", @@ -1640,7 +1671,7 @@ dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -1714,9 +1745,9 @@ dependencies = [ [[package]] name = "const-hex" -version = "1.13.2" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487981fa1af147182687064d0a2c336586d337a606595ced9ffb0c685c250c73" +checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c" dependencies = [ "cfg-if", "cpufeatures", @@ -1867,7 +1898,7 @@ checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" dependencies = [ "bitflags 2.6.0", "crossterm_winapi", - "mio 1.0.2", + "mio 1.0.3", "parking_lot", "rustix", "signal-hook", @@ -1956,7 +1987,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -1980,7 +2011,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -1991,7 +2022,7 @@ checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" dependencies = [ "darling_core", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2104,7 +2135,7 @@ checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2125,7 +2156,7 @@ dependencies = [ "convert_case", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", "unicode-xid", ] @@ -2239,7 +2270,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2359,7 +2390,7 @@ dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2370,7 +2401,7 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2381,12 +2412,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" +checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2574,7 +2605,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2739,7 +2770,7 @@ dependencies = [ "futures-core", "futures-sink", "http", - "indexmap 2.6.0", + "indexmap 2.7.0", "slab", "tokio", "tokio-util", @@ -2918,9 +2949,9 @@ dependencies = [ [[package]] name = "http-range-header" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a" +checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" [[package]] name = "httparse" @@ -3153,7 +3184,7 @@ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -3220,7 +3251,7 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -3261,9 +3292,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" +checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" dependencies = [ "arbitrary", "equivalent", @@ -3318,7 +3349,7 @@ dependencies = [ "pretty_assertions", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -3434,10 +3465,11 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.72" +version = "0.3.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" +checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705" dependencies = [ + "once_cell", "wasm-bindgen", ] @@ -3501,7 +3533,7 @@ dependencies = [ "parking_lot", "pin-project", "rand", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "serde", "serde_json", "thiserror 1.0.69", @@ -3546,7 +3578,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -3706,15 +3738,15 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.166" +version = "0.2.167" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36" +checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" [[package]] name = "libloading" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" +checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", "windows-targets 0.52.6", @@ -3951,7 +3983,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -3961,7 +3993,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85b6f8152da6d7892ff1b7a1c0fa3f435e92b5918ad67035c3bb432111d9a29b" dependencies = [ "base64 0.22.1", - "indexmap 2.6.0", + "indexmap 2.7.0", "metrics", "metrics-util", "quanta", @@ -4043,11 +4075,10 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" +checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" dependencies = [ - "hermit-abi", "libc", "log", "wasi", @@ -4278,7 +4309,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -4325,9 +4356,9 @@ dependencies = [ [[package]] name = "op-alloy-consensus" -version = "0.6.8" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fce158d886815d419222daa67fcdf949a34f7950653a4498ebeb4963331f70ed" +checksum = "77284451ec70602f148f4f3bc6d1106fdfefd57c11ff459c4b2985e400ed1a18" dependencies = [ "alloy-consensus", "alloy-eips", @@ -4338,14 +4369,14 @@ dependencies = [ "derive_more", "serde", "serde_with", - "thiserror 2.0.3", + "thiserror 2.0.4", ] [[package]] name = "op-alloy-rpc-types" -version = "0.6.8" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "060ebeaea8c772e396215f69bb86d231ec8b7f36aca0dd6ce367ceaa9a8c33e6" +checksum = "2bdc32eba4d43bbd23f1f16dece7afd991d41ab4ffc2494a72b048e9f38db622" dependencies = [ "alloy-consensus", "alloy-eips", @@ -4396,9 +4427,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.7.0" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8be4817d39f3272f69c59fe05d0535ae6456c2dc2fa1ba02910296c7e0a5c590" +checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" dependencies = [ "arbitrary", "arrayvec", @@ -4407,20 +4438,19 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec-derive", - "rustversion", "serde", ] [[package]] name = "parity-scale-codec-derive" -version = "3.7.0" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8781a75c6205af67215f382092b6e0a4ff3734798523e69073d4bcd294ec767b" +checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.89", + "syn 1.0.109", ] [[package]] @@ -4519,7 +4549,7 @@ dependencies = [ "phf_shared", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -4548,7 +4578,7 @@ checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -4676,7 +4706,7 @@ dependencies = [ "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -4774,7 +4804,7 @@ checksum = "6ff7ff745a347b87471d859a377a9a404361e7efc2a971d73424a6d183c0fc77" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -4817,10 +4847,10 @@ dependencies = [ "pin-project-lite", "quinn-proto", "quinn-udp", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "rustls", "socket2", - "thiserror 2.0.3", + "thiserror 2.0.4", "tokio", "tracing", ] @@ -4835,11 +4865,11 @@ dependencies = [ "getrandom", "rand", "ring", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.3", + "thiserror 2.0.4", "tinyvec", "tracing", "web-time", @@ -5099,7 +5129,7 @@ dependencies = [ [[package]] name = "reth" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5172,7 +5202,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5201,7 +5231,7 @@ dependencies = [ [[package]] name = "reth-beacon-consensus" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5211,6 +5241,8 @@ dependencies = [ "itertools 0.13.0", "metrics", "reth-blockchain-tree-api", + "reth-codecs", + "reth-db-api", "reth-engine-primitives", "reth-errors", "reth-ethereum-consensus", @@ -5222,6 +5254,7 @@ dependencies = [ "reth-payload-primitives", "reth-payload-validator", "reth-primitives", + "reth-primitives-traits", "reth-provider", "reth-prune", "reth-stages-api", @@ -5229,7 +5262,7 @@ dependencies = [ "reth-tasks", "reth-tokio-util", "schnellru", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tokio-stream", "tracing", @@ -5238,7 +5271,7 @@ dependencies = [ [[package]] name = "reth-blockchain-tree" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-eips", "alloy-primitives", @@ -5271,7 +5304,7 @@ dependencies = [ [[package]] name = "reth-blockchain-tree-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-eips", "alloy-primitives", @@ -5279,20 +5312,19 @@ dependencies = [ "reth-execution-errors", "reth-primitives", "reth-storage-errors", - "thiserror 1.0.69", + "thiserror 2.0.4", ] [[package]] name = "reth-chain-state" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-signer", "alloy-signer-local", - "auto_impl", "derive_more", "metrics", "parking_lot", @@ -5303,6 +5335,7 @@ dependencies = [ "reth-execution-types", "reth-metrics", "reth-primitives", + "reth-primitives-traits", "reth-storage-api", "reth-trie", "revm", @@ -5314,7 +5347,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-chains", "alloy-consensus", @@ -5334,7 +5367,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-genesis", "clap", @@ -5348,7 +5381,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "ahash", "alloy-consensus", @@ -5370,6 +5403,7 @@ dependencies = [ "reth-cli", "reth-cli-runner", "reth-cli-util", + "reth-codecs", "reth-config", "reth-consensus", "reth-db", @@ -5385,6 +5419,7 @@ dependencies = [ "reth-network", "reth-network-p2p", "reth-network-peers", + "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-events", @@ -5408,7 +5443,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "reth-tasks", "tokio", @@ -5418,7 +5453,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-eips", "alloy-primitives", @@ -5429,14 +5464,14 @@ dependencies = [ "reth-fs-util", "secp256k1", "serde", - "thiserror 1.0.69", + "thiserror 2.0.4", "tikv-jemallocator", ] [[package]] name = "reth-codecs" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5455,18 +5490,18 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "convert_case", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "reth-config" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "eyre", "humantime-serde", @@ -5480,7 +5515,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5494,7 +5529,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5502,13 +5537,14 @@ dependencies = [ "reth-chainspec", "reth-consensus", "reth-primitives", + "reth-primitives-traits", "revm-primitives", ] [[package]] name = "reth-consensus-debug-client" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5532,7 +5568,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -5542,7 +5578,6 @@ dependencies = [ "metrics", "page_size", "parking_lot", - "paste", "reth-db-api", "reth-fs-util", "reth-libmdbx", @@ -5555,18 +5590,18 @@ dependencies = [ "reth-storage-errors", "reth-tracing", "reth-trie-common", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "serde", "strum", "sysinfo", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.4", ] [[package]] name = "reth-db-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -5586,14 +5621,16 @@ dependencies = [ "reth-stages-types", "reth-storage-errors", "reth-trie-common", + "roaring", "serde", ] [[package]] name = "reth-db-common" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ + "alloy-consensus", "alloy-genesis", "alloy-primitives", "boyer-moore-magiclen", @@ -5613,14 +5650,14 @@ dependencies = [ "reth-trie-db", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.4", "tracing", ] [[package]] name = "reth-db-models" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-eips", "alloy-primitives", @@ -5636,7 +5673,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -5653,7 +5690,7 @@ dependencies = [ "schnellru", "secp256k1", "serde", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tokio-stream", "tracing", @@ -5662,7 +5699,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -5678,7 +5715,7 @@ dependencies = [ "reth-metrics", "reth-network-peers", "secp256k1", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tracing", ] @@ -5686,7 +5723,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-primitives", "data-encoding", @@ -5700,7 +5737,7 @@ dependencies = [ "secp256k1", "serde", "serde_with", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tokio-stream", "tracing", @@ -5710,7 +5747,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5731,7 +5768,7 @@ dependencies = [ "reth-primitives-traits", "reth-storage-api", "reth-tasks", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tokio-stream", "tokio-util", @@ -5741,7 +5778,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "aes", "alloy-primitives", @@ -5761,7 +5798,7 @@ dependencies = [ "secp256k1", "sha2 0.10.8", "sha3", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tokio-stream", "tokio-util", @@ -5772,8 +5809,9 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ + "alloy-consensus", "alloy-primitives", "alloy-rpc-types-engine", "eyre", @@ -5786,10 +5824,10 @@ dependencies = [ "reth-engine-tree", "reth-ethereum-engine-primitives", "reth-evm", + "reth-node-types", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-payload-validator", "reth-provider", "reth-prune", "reth-rpc-types-compat", @@ -5803,8 +5841,9 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ + "alloy-consensus", "alloy-primitives", "alloy-rpc-types-engine", "futures", @@ -5813,16 +5852,17 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives", + "reth-primitives-traits", "reth-trie", "serde", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", ] [[package]] name = "reth-engine-service" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "futures", "pin-project", @@ -5835,30 +5875,30 @@ dependencies = [ "reth-network-p2p", "reth-node-types", "reth-payload-builder", - "reth-payload-validator", "reth-provider", "reth-prune", "reth-stages-api", "reth-tasks", - "thiserror 1.0.69", + "thiserror 2.0.4", ] [[package]] name = "reth-engine-tree" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", + "alloy-rlp", "alloy-rpc-types-engine", "futures", "metrics", + "rayon", "reth-beacon-consensus", "reth-blockchain-tree", "reth-blockchain-tree-api", "reth-chain-state", - "reth-chainspec", "reth-consensus", "reth-engine-primitives", "reth-errors", @@ -5868,7 +5908,6 @@ dependencies = [ "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-payload-validator", "reth-primitives", "reth-provider", "reth-prune", @@ -5876,9 +5915,11 @@ dependencies = [ "reth-stages-api", "reth-tasks", "reth-trie", + "reth-trie-db", "reth-trie-parallel", + "reth-trie-sparse", "revm-primitives", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tracing", ] @@ -5886,7 +5927,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5896,6 +5937,7 @@ dependencies = [ "futures", "itertools 0.13.0", "pin-project", + "reth-consensus-common", "reth-engine-primitives", "reth-errors", "reth-ethereum-forks", @@ -5918,20 +5960,20 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "reth-blockchain-tree-api", "reth-consensus", "reth-execution-errors", "reth-fs-util", "reth-storage-errors", - "thiserror 1.0.69", + "thiserror 2.0.4", ] [[package]] name = "reth-eth-wire" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-chains", "alloy-primitives", @@ -5949,7 +5991,7 @@ dependencies = [ "reth-primitives-traits", "serde", "snap", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tokio-stream", "tokio-util", @@ -5959,7 +6001,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-chains", "alloy-consensus", @@ -5970,16 +6012,17 @@ dependencies = [ "derive_more", "reth-chainspec", "reth-codecs-derive", + "reth-ethereum-forks", "reth-primitives", "reth-primitives-traits", "serde", - "thiserror 1.0.69", + "thiserror 2.0.4", ] [[package]] name = "reth-ethereum-cli" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "eyre", "reth-chainspec", @@ -5989,7 +6032,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6005,7 +6048,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6015,6 +6058,7 @@ dependencies = [ "reth-chainspec", "reth-engine-primitives", "reth-payload-primitives", + "reth-payload-validator", "reth-primitives", "reth-rpc-types-compat", "serde", @@ -6024,7 +6068,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-chains", "alloy-primitives", @@ -6036,15 +6080,15 @@ dependencies = [ "once_cell", "proptest", "proptest-derive", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "serde", - "thiserror-no-std", + "thiserror 2.0.4", ] [[package]] name = "reth-ethereum-payload-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6071,7 +6115,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "rayon", "reth-db-api", @@ -6081,7 +6125,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6108,7 +6152,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6127,30 +6171,32 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rlp", - "derive_more", "nybbles", "reth-consensus", "reth-prune-types", "reth-storage-errors", "revm-primitives", + "thiserror 2.0.4", ] [[package]] name = "reth-execution-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ + "alloy-consensus", "alloy-eips", "alloy-primitives", "reth-execution-errors", "reth-primitives", "reth-primitives-traits", "reth-trie", + "reth-trie-common", "revm", "serde", "serde_with", @@ -6159,8 +6205,9 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ + "alloy-consensus", "alloy-eips", "alloy-primitives", "eyre", @@ -6194,12 +6241,14 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-eips", "alloy-primitives", "reth-chain-state", "reth-execution-types", + "reth-primitives", + "reth-primitives-traits", "serde", "serde_with", ] @@ -6207,17 +6256,17 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.4", ] [[package]] name = "reth-invalid-block-hooks" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -6231,6 +6280,7 @@ dependencies = [ "reth-engine-primitives", "reth-evm", "reth-primitives", + "reth-primitives-traits", "reth-provider", "reth-revm", "reth-rpc-api", @@ -6243,7 +6293,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "async-trait", "bytes", @@ -6253,7 +6303,7 @@ dependencies = [ "jsonrpsee", "pin-project", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tokio-stream", "tokio-util", @@ -6264,24 +6314,24 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "bitflags 2.6.0", "byteorder", "dashmap 6.1.0", "derive_more", - "indexmap 2.6.0", + "indexmap 2.7.0", "parking_lot", "reth-mdbx-sys", "smallvec", - "thiserror 1.0.69", + "thiserror 2.0.4", "tracing", ] [[package]] name = "reth-mdbx-sys" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "bindgen", "cc", @@ -6290,7 +6340,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "futures", "metrics", @@ -6302,7 +6352,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-primitives", ] @@ -6310,13 +6360,13 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "futures-util", "if-addrs", "reqwest", "serde_with", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tracing", ] @@ -6324,7 +6374,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6349,6 +6399,7 @@ dependencies = [ "reth-ecies", "reth-eth-wire", "reth-eth-wire-types", + "reth-ethereum-forks", "reth-fs-util", "reth-metrics", "reth-net-banlist", @@ -6363,12 +6414,12 @@ dependencies = [ "reth-tasks", "reth-tokio-util", "reth-transaction-pool", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "schnellru", "secp256k1", "serde", "smallvec", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tokio-stream", "tokio-util", @@ -6378,7 +6429,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-primitives", "alloy-rpc-types-admin", @@ -6393,7 +6444,7 @@ dependencies = [ "reth-network-types", "reth-tokio-util", "serde", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tokio-stream", ] @@ -6401,7 +6452,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6424,14 +6475,14 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-primitives", "alloy-rlp", "enr", "secp256k1", "serde_with", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "url", ] @@ -6439,7 +6490,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "humantime-serde", "reth-ethereum-forks", @@ -6453,7 +6504,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "anyhow", "bincode", @@ -6462,7 +6513,7 @@ dependencies = [ "memmap2", "reth-fs-util", "serde", - "thiserror 1.0.69", + "thiserror 2.0.4", "tracing", "zstd", ] @@ -6470,7 +6521,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -6492,7 +6543,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -6556,7 +6607,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6577,6 +6628,7 @@ dependencies = [ "reth-db", "reth-discv4", "reth-discv5", + "reth-ethereum-forks", "reth-net-nat", "reth-network", "reth-network-p2p", @@ -6596,7 +6648,7 @@ dependencies = [ "serde", "shellexpand", "strum", - "thiserror 1.0.69", + "thiserror 2.0.4", "toml", "tracing", "vergen", @@ -6605,7 +6657,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "eyre", @@ -6634,7 +6686,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6647,7 +6699,7 @@ dependencies = [ "reth-engine-primitives", "reth-network-api", "reth-primitives-traits", - "reth-prune", + "reth-prune-types", "reth-stages", "reth-static-file-types", "reth-storage-api", @@ -6658,20 +6710,17 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "eyre", "http", - "jsonrpsee", + "jsonrpsee-server", "metrics", "metrics-exporter-prometheus", "metrics-process", "metrics-util", "procfs 0.16.0", - "reth-db-api", "reth-metrics", - "reth-primitives-traits", - "reth-provider", "reth-tasks", "tikv-jemalloc-ctl", "tokio", @@ -6683,7 +6732,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "reth-chainspec", "reth-db-api", @@ -6695,25 +6744,29 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-rlp", + "arbitrary", "bytes", "derive_more", "op-alloy-consensus", + "rand", "reth-codecs", "reth-primitives", "reth-primitives-traits", + "revm-primitives", + "secp256k1", "serde", ] [[package]] name = "reth-payload-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-rpc-types", "async-trait", @@ -6732,7 +6785,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-rpc-types-engine", "async-trait", @@ -6746,7 +6799,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6757,14 +6810,14 @@ dependencies = [ "reth-primitives", "revm-primitives", "serde", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", ] [[package]] name = "reth-payload-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -6774,7 +6827,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-rpc-types", "reth-chainspec", @@ -6785,7 +6838,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6820,7 +6873,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6833,11 +6886,11 @@ dependencies = [ "bytes", "derive_more", "modular-bitfield", + "op-alloy-consensus", "proptest", "proptest-arbitrary-interop", "reth-codecs", "revm-primitives", - "roaring", "serde", "serde_with", ] @@ -6845,7 +6898,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6875,6 +6928,7 @@ dependencies = [ "reth-node-types", "reth-optimism-primitives", "reth-primitives", + "reth-primitives-traits", "reth-prune-types", "reth-stages-types", "reth-storage-api", @@ -6890,8 +6944,10 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ + "alloy-consensus", + "alloy-eips", "alloy-primitives", "itertools 0.13.0", "metrics", @@ -6903,12 +6959,13 @@ dependencies = [ "reth-errors", "reth-exex-types", "reth-metrics", + "reth-primitives-traits", "reth-provider", "reth-prune-types", "reth-static-file-types", "reth-tokio-util", - "rustc-hash 2.0.0", - "thiserror 1.0.69", + "rustc-hash 2.1.0", + "thiserror 2.0.4", "tokio", "tracing", ] @@ -6916,7 +6973,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-primitives", "arbitrary", @@ -6925,13 +6982,13 @@ dependencies = [ "modular-bitfield", "reth-codecs", "serde", - "thiserror 1.0.69", + "thiserror 2.0.4", ] [[package]] name = "reth-revm" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6948,7 +7005,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -6991,6 +7048,7 @@ dependencies = [ "reth-network-types", "reth-payload-validator", "reth-primitives", + "reth-primitives-traits", "reth-provider", "reth-revm", "reth-rpc-api", @@ -7007,7 +7065,7 @@ dependencies = [ "revm-primitives", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tokio-stream", "tower 0.4.13", @@ -7018,7 +7076,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-eips", "alloy-json-rpc", @@ -7043,7 +7101,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "http", @@ -7058,6 +7116,7 @@ dependencies = [ "reth-metrics", "reth-network-api", "reth-node-core", + "reth-primitives", "reth-provider", "reth-rpc", "reth-rpc-api", @@ -7068,7 +7127,7 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "serde", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tokio-util", "tower 0.4.13", @@ -7079,7 +7138,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7104,7 +7163,7 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "serde", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tracing", ] @@ -7112,7 +7171,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -7145,6 +7204,7 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "reth-trie", + "reth-trie-common", "revm", "revm-inspectors", "revm-primitives", @@ -7155,7 +7215,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7172,10 +7232,10 @@ dependencies = [ "reth-chain-state", "reth-chainspec", "reth-errors", - "reth-evm", "reth-execution-types", "reth-metrics", "reth-primitives", + "reth-primitives-traits", "reth-revm", "reth-rpc-server-types", "reth-rpc-types-compat", @@ -7188,7 +7248,7 @@ dependencies = [ "revm-primitives", "schnellru", "serde", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tokio-stream", "tracing", @@ -7197,7 +7257,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-rpc-types-engine", "http", @@ -7211,7 +7271,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7227,7 +7287,7 @@ dependencies = [ [[package]] name = "reth-rpc-types-compat" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7235,19 +7295,18 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "alloy-serde", "jsonrpsee-types", "reth-primitives", - "reth-trie-common", "serde", ] [[package]] name = "reth-stages" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", + "alloy-eips", "alloy-primitives", "bincode", "futures-util", @@ -7274,7 +7333,7 @@ dependencies = [ "reth-storage-errors", "reth-trie", "reth-trie-db", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tracing", ] @@ -7282,7 +7341,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-primitives", "aquamarine", @@ -7300,7 +7359,7 @@ dependencies = [ "reth-static-file", "reth-static-file-types", "reth-tokio-util", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tracing", ] @@ -7308,7 +7367,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-primitives", "arbitrary", @@ -7322,13 +7381,15 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-primitives", "parking_lot", "rayon", + "reth-codecs", "reth-db", "reth-db-api", + "reth-primitives-traits", "reth-provider", "reth-prune-types", "reth-stages-types", @@ -7341,7 +7402,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-primitives", "clap", @@ -7353,7 +7414,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7366,29 +7427,32 @@ dependencies = [ "reth-db-models", "reth-execution-types", "reth-primitives", + "reth-primitives-traits", "reth-prune-types", "reth-stages-types", "reth-storage-errors", "reth-trie", + "reth-trie-db", ] [[package]] name = "reth-storage-errors" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rlp", "derive_more", "reth-fs-util", - "reth-primitives", + "reth-primitives-traits", + "reth-static-file-types", ] [[package]] name = "reth-tasks" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "auto_impl", "dyn-clone", @@ -7397,7 +7461,7 @@ dependencies = [ "pin-project", "rayon", "reth-metrics", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tracing", "tracing-futures", @@ -7406,7 +7470,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "tokio", "tokio-stream", @@ -7416,7 +7480,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "clap", "eyre", @@ -7431,7 +7495,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7456,11 +7520,11 @@ dependencies = [ "reth-storage-api", "reth-tasks", "revm", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "schnellru", "serde", "smallvec", - "thiserror 1.0.69", + "thiserror 2.0.4", "tokio", "tokio-stream", "tracing", @@ -7469,7 +7533,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7485,9 +7549,8 @@ dependencies = [ "reth-stages-types", "reth-storage-errors", "reth-trie-common", + "reth-trie-sparse", "revm", - "serde", - "serde_with", "tracing", "triehash", ] @@ -7495,12 +7558,14 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-consensus", "alloy-genesis", "alloy-primitives", "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-serde", "alloy-trie", "arbitrary", "bytes", @@ -7513,12 +7578,13 @@ dependencies = [ "reth-primitives-traits", "revm-primitives", "serde", + "serde_with", ] [[package]] name = "reth-trie-db" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7531,7 +7597,6 @@ dependencies = [ "reth-primitives", "reth-storage-errors", "reth-trie", - "reth-trie-common", "revm", "serde", "tracing", @@ -7541,7 +7606,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.1.2" -source = "git+https://github.com/paradigmxyz/reth?rev=496bf0bf715f0a1fafc198f8d72ccd71913d1a40#496bf0bf715f0a1fafc198f8d72ccd71913d1a40" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7557,10 +7622,24 @@ dependencies = [ "reth-trie", "reth-trie-common", "reth-trie-db", - "thiserror 1.0.69", + "thiserror 2.0.4", "tracing", ] +[[package]] +name = "reth-trie-sparse" +version = "1.1.2" +source = "git+https://github.com/paradigmxyz/reth?rev=8f61af0136e1a20119832925081c341ae89b93f0#8f61af0136e1a20119832925081c341ae89b93f0" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "reth-primitives-traits", + "reth-tracing", + "reth-trie-common", + "smallvec", + "thiserror 2.0.4", +] + [[package]] name = "reth_gnosis" version = "0.1.0" @@ -7611,7 +7690,7 @@ dependencies = [ "serde", "serde_json", "serde_with", - "thiserror 1.0.69", + "thiserror 2.0.4", "thiserror-no-std", "tikv-jemalloc-ctl", "tikv-jemallocator", @@ -7636,9 +7715,9 @@ dependencies = [ [[package]] name = "revm-inspectors" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "747291a18ad6726a08dd73f8b6a6b3a844db582ecae2063ccf0a04880c44f482" +checksum = "41bbeb6004cc4ed48d27756f0479011df91a6f5642a3abab9309eda5ce67c4ad" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -7791,7 +7870,6 @@ checksum = "f81dc953b2244ddd5e7860cb0bb2a790494b898ef321d4aff8e260efab60cc88" dependencies = [ "bytemuck", "byteorder", - "serde", ] [[package]] @@ -7854,9 +7932,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-hash" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" +checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" dependencies = [ "rand", ] @@ -8161,7 +8239,7 @@ checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -8170,7 +8248,7 @@ version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.7.0", "itoa", "memchr", "ryu", @@ -8208,7 +8286,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.6.0", + "indexmap 2.7.0", "serde", "serde_derive", "serde_json", @@ -8225,7 +8303,7 @@ dependencies = [ "darling", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -8324,7 +8402,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" dependencies = [ "libc", - "mio 1.0.2", + "mio 1.0.3", "signal-hook", ] @@ -8419,9 +8497,9 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] name = "socket2" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" +checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" dependencies = [ "libc", "windows-sys 0.52.0", @@ -8429,9 +8507,9 @@ dependencies = [ [[package]] name = "soketto" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" +checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721" dependencies = [ "base64 0.22.1", "bytes", @@ -8502,7 +8580,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -8537,9 +8615,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.89" +version = "2.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e" +checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" dependencies = [ "proc-macro2", "quote", @@ -8548,14 +8626,14 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bdaa7b9e815582ba343a20c66627437cf45f1c6fba7f69772cbfd1358c7e197" +checksum = "da0523f59468a2696391f2a772edc089342aacd53c3caa2ac3264e598edf119b" dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -8581,14 +8659,14 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "sysinfo" -version = "0.31.4" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" +checksum = "4c33cd241af0f2e9e3b5c32163b873b29956890b5342e6745b917ce9d490f4af" dependencies = [ "core-foundation-sys", "libc", @@ -8633,11 +8711,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" dependencies = [ - "thiserror-impl 2.0.3", + "thiserror-impl 2.0.4", ] [[package]] @@ -8648,18 +8726,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "thiserror-impl" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" +checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -8734,9 +8812,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.36" +version = "0.3.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" dependencies = [ "deranged", "itoa", @@ -8758,9 +8836,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" +checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" dependencies = [ "num-conv", "time-core", @@ -8802,14 +8880,14 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", "libc", - "mio 1.0.2", + "mio 1.0.3", "parking_lot", "pin-project-lite", "signal-hook-registry", @@ -8826,7 +8904,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -8910,7 +8988,7 @@ version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.7.0", "serde", "serde_spanned", "toml_datetime", @@ -9027,7 +9105,7 @@ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -9052,26 +9130,15 @@ dependencies = [ [[package]] name = "tracing-journald" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba316a74e8fc3c3896a850dba2375928a9fa171b085ecddfc7c054d39970f3fd" +checksum = "fc0b4143302cf1022dac868d521e36e8b27691f72c84b3311750d5188ebba657" dependencies = [ "libc", "tracing-core", "tracing-subscriber", ] -[[package]] -name = "tracing-log" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" -dependencies = [ - "log", - "once_cell", - "tracing-core", -] - [[package]] name = "tracing-logfmt" version = "0.3.5" @@ -9086,9 +9153,9 @@ dependencies = [ [[package]] name = "tracing-serde" -version = "0.1.3" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" +checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" dependencies = [ "serde", "tracing-core", @@ -9096,9 +9163,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" dependencies = [ "matchers", "nu-ansi-term", @@ -9107,11 +9174,9 @@ dependencies = [ "serde", "serde_json", "sharded-slab", - "smallvec", "thread_local", "tracing", "tracing-core", - "tracing-log", "tracing-serde", ] @@ -9402,7 +9467,7 @@ checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -9441,9 +9506,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.95" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" +checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c" dependencies = [ "cfg-if", "once_cell", @@ -9452,36 +9517,37 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.95" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" +checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.45" +version = "0.4.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" +checksum = "9dfaf8f50e5f293737ee323940c7d8b08a66a95a419223d9f41610ca08b0833d" dependencies = [ "cfg-if", "js-sys", + "once_cell", "wasm-bindgen", "web-sys", ] [[package]] name = "wasm-bindgen-macro" -version = "0.2.95" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" +checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -9489,22 +9555,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.95" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" +checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.95" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" +checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49" [[package]] name = "wasmtimer" @@ -9522,9 +9588,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.72" +version = "0.3.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" +checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c" dependencies = [ "js-sys", "wasm-bindgen", @@ -9648,7 +9714,7 @@ checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -9659,7 +9725,7 @@ checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -9670,7 +9736,7 @@ checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -9681,7 +9747,7 @@ checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -9956,7 +10022,7 @@ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", "synstructure", ] @@ -9978,7 +10044,7 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -9998,7 +10064,7 @@ checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", "synstructure", ] @@ -10019,7 +10085,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -10041,7 +10107,7 @@ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index dcc03fc..5751dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,62 +12,62 @@ name = "reth" path = "src/main.rs" [dependencies] -reth = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-evm = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-engine-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-ethereum-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-chainspec = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-chain-state = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-cli-util = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -# reth-auto-seal-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-prune-types = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-ethereum-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-ethereum-engine-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-provider = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40", features = ["test-utils"] } -reth-errors = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-db = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-db-api = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-rpc = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-stages = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-stages-api = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-stages-types = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-trie = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } -reth-trie-db = { git = "https://github.com/paradigmxyz/reth", rev = "496bf0bf715f0a1fafc198f8d72ccd71913d1a40" } +reth = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-evm = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-engine-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-ethereum-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-chainspec = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-chain-state = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-cli-util = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +# reth-auto-seal-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-prune-types = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-ethereum-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-ethereum-engine-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-provider = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0", features = ["test-utils"] } +reth-errors = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-db = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-db-api = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-rpc = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-stages = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-stages-api = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-stages-types = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-trie = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } +reth-trie-db = { git = "https://github.com/paradigmxyz/reth", rev = "8f61af0136e1a20119832925081c341ae89b93f0" } eyre = "0.6" clap = { version = "4.5.6", features = ["derive"] } # revm revm = { version = "18.0.0", features = ["std"], default-features = false } -revm-inspectors = "0.11.0" +revm-inspectors = "0.12.0" revm-primitives = { version = "14.0.0", features = [ "std", ], default-features = false } -serde_json = "1.0.94" serde = { version = "1.0", default-features = false } +serde_json = "1.0.94" serde_with = "3.3.0" hex = "0.4.3" walkdir = "2.3.3" -thiserror = "1.0" +thiserror = { version = "2.0.0", default-features = false } thiserror-no-std = { version = "2.0.2", default-features = false } # eth -alloy-chains = "0.1.32" +alloy-chains = { version = "0.1.32", default-features = false } alloy-dyn-abi = "0.8.11" alloy-primitives = { version = "0.8.11", default-features = false } -alloy-rlp = "0.3.4" +alloy-rlp = { version = "0.3.4", default-features = false } alloy-sol-types = "0.8.11" alloy-trie = { version = "0.7", default-features = false } -alloy-consensus = { version = "0.6.4", default-features = false } -alloy-eips = { version = "0.6.4", default-features = false } +alloy-consensus = { version = "0.7.2", default-features = false } +alloy-eips = { version = "0.7.2", default-features = false } alloy-sol-macro = "0.8.9" -alloy-serde = { version = "0.6.4", default-features = false } +alloy-serde = { version = "0.7.2", default-features = false } rayon = "1.7" tracing = "0.1.0" diff --git a/src/evm_config.rs b/src/evm_config.rs index 6552720..a9a3b6c 100644 --- a/src/evm_config.rs +++ b/src/evm_config.rs @@ -2,10 +2,10 @@ use alloy_consensus::Header; use alloy_primitives::{Address, U256}; use reth::revm::{inspector_handle_register, Database, GetInspector}; use reth::revm::{Evm, EvmBuilder}; -use reth_chainspec::ChainSpec; +use reth_chainspec::{ChainSpec, Head}; use reth_evm::{ConfigureEvm, ConfigureEvmEnv}; use reth_evm_ethereum::{revm_spec, revm_spec_by_timestamp_after_merge}; -use reth_primitives::{transaction::FillTxEnv, Head, TransactionSigned}; +use reth_primitives::{transaction::FillTxEnv, TransactionSigned}; use revm::{ handler::mainnet::reward_beneficiary as reward_beneficiary_mainnet, interpreter::Gas, Context, }; diff --git a/src/execute.rs b/src/execute.rs index f443a74..3383d26 100644 --- a/src/execute.rs +++ b/src/execute.rs @@ -9,6 +9,9 @@ use alloy_primitives::Address; use core::fmt::Display; use reth_chainspec::ChainSpec; use reth_chainspec::EthereumHardforks; +use reth_errors::ConsensusError; +use reth_ethereum_consensus::validate_block_post_execution; +use reth_evm::system_calls::OnStateHook; use reth_evm::{ execute::{ BlockExecutionError, BlockExecutionStrategy, BlockExecutionStrategyFactory, @@ -19,6 +22,7 @@ use reth_evm::{ }; use reth_evm_ethereum::eip6110::parse_deposits_from_receipts; use reth_node_ethereum::BasicBlockExecutorProvider; +use reth_primitives::EthPrimitives; use reth_primitives::{BlockWithSenders, Receipt}; use revm::State; use revm_primitives::{ @@ -76,6 +80,8 @@ where .build(); GnosisExecutionStrategy::new(state, self.chain_spec.clone(), self.evm_config.clone()) } + + type Primitives = EthPrimitives; } // Block execution strategy for Gnosis @@ -139,13 +145,18 @@ where } } -impl BlockExecutionStrategy for GnosisExecutionStrategy +impl BlockExecutionStrategy for GnosisExecutionStrategy where DB: Database + Display>, EvmConfig: ConfigureEvm
, { + type DB = DB; type Error = BlockExecutionError; + type Primitives = EthPrimitives; + + fn init(&mut self, _tx_env_overrides: Box) {} + fn apply_pre_execution_changes( &mut self, block: &BlockWithSenders, @@ -201,7 +212,7 @@ where error: Box::new(new_err), } })?; - self.system_caller.on_state(&result_and_state); + self.system_caller.on_state(&result_and_state.state); let ResultAndState { result, state } = result_and_state; evm.db_mut().commit(state); @@ -272,6 +283,19 @@ where fn state_mut(&mut self) -> &mut State { &mut self.state } + + fn with_state_hook(&mut self, hook: Option>) { + self.system_caller.with_state_hook(hook); + } + + fn validate_block_post_execution( + &self, + block: &BlockWithSenders, + receipts: &[Receipt], + requests: &Requests, + ) -> Result<(), ConsensusError> { + validate_block_post_execution(block, &self.chain_spec.clone(), receipts, requests) + } } /// Helper type with backwards compatible methods to obtain executor providers. diff --git a/src/lib.rs b/src/lib.rs index 3283bd3..9d949f0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -use consensus::GnosisBeaconConsensus; +// use consensus::GnosisBeaconConsensus; use evm_config::GnosisEvmConfig; use execute::GnosisExecutionStrategyFactory; use eyre::eyre; @@ -15,16 +15,18 @@ use reth::{ }; use reth_chainspec::ChainSpec; use reth_engine_primitives::EngineValidator; +use reth_ethereum_consensus::EthBeaconConsensus; use reth_ethereum_engine_primitives::EthereumEngineValidator; use reth_node_ethereum::{ node::{EthereumNetworkBuilder, EthereumPoolBuilder}, BasicBlockExecutorProvider, EthEngineTypes, EthereumNode, }; +use reth_primitives::EthPrimitives; +use reth_provider::EthStorage; use reth_rpc::EthApi; use reth_trie_db::MerklePatriciaTrie; use std::sync::Arc; -mod consensus; mod errors; mod evm_config; pub mod execute; @@ -64,8 +66,18 @@ impl GnosisNode { GnosisConsensusBuilder, > where + // Node: FullNodeTypes>, + // ::Engine: PayloadTypes< + // BuiltPayload = EthBuiltPayload, + // PayloadAttributes = EthPayloadAttributes, + // PayloadBuilderAttributes = EthPayloadBuilderAttributes, + // >, Node: FullNodeTypes< - Types: NodeTypesWithEngine, + Types: NodeTypesWithEngine< + Engine = EthEngineTypes, + ChainSpec = ChainSpec, + Primitives = EthPrimitives, + >, >, { EthereumNode::components::() @@ -80,9 +92,10 @@ impl GnosisNode { /// Configure the node types impl NodeTypes for GnosisNode { - type Primitives = (); + type Primitives = EthPrimitives; type ChainSpec = ChainSpec; type StateCommitment = MerklePatriciaTrie; + type Storage = EthStorage; } impl NodeTypesWithEngine for GnosisNode { @@ -103,7 +116,14 @@ pub type GnosisAddOns = RpcAddOns< impl Node for GnosisNode where - N: FullNodeTypes>, + N: FullNodeTypes< + Types: NodeTypesWithEngine< + Engine = EthEngineTypes, + ChainSpec = ChainSpec, + Primitives = EthPrimitives, + Storage = EthStorage, + >, + >, { type ComponentsBuilder = ComponentsBuilder< N, @@ -135,7 +155,13 @@ pub struct GnosisExecutorBuilder; impl ExecutorBuilder for GnosisExecutorBuilder where - Node: FullNodeTypes>, + Node: FullNodeTypes< + Types: NodeTypesWithEngine< + Engine = EthEngineTypes, + ChainSpec = ChainSpec, + Primitives = EthPrimitives, + >, + >, { // Must implement ConfigureEvm; type EVM = GnosisEvmConfig; @@ -175,12 +201,12 @@ pub struct GnosisConsensusBuilder; impl ConsensusBuilder for GnosisConsensusBuilder where - Node: FullNodeTypes>, + Node: FullNodeTypes>, { - type Consensus = Arc; + type Consensus = Arc; async fn build_consensus(self, ctx: &BuilderContext) -> eyre::Result { - Ok(Arc::new(GnosisBeaconConsensus::new(ctx.chain_spec()))) + Ok(Arc::new(EthBeaconConsensus::new(ctx.chain_spec()))) } } diff --git a/src/payload_builder.rs b/src/payload_builder.rs index 66cf1f7..1e38498 100644 --- a/src/payload_builder.rs +++ b/src/payload_builder.rs @@ -1,7 +1,10 @@ use std::sync::Arc; use alloy_consensus::{Header, EMPTY_OMMER_ROOT_HASH}; -use alloy_eips::{eip4844::MAX_DATA_GAS_PER_BLOCK, eip7685::Requests, merge::BEACON_NONCE}; +use alloy_eips::{ + eip4844::MAX_DATA_GAS_PER_BLOCK, eip7002::WITHDRAWAL_REQUEST_TYPE, + eip7251::CONSOLIDATION_REQUEST_TYPE, eip7685::Requests, merge::BEACON_NONCE, +}; use eyre::eyre; use reth::{ api::{FullNodeTypes, NodeTypesWithEngine}, @@ -10,16 +13,15 @@ use reth::{ EthBuiltPayload, EthPayloadBuilderAttributes, PayloadBuilderError, PayloadBuilderHandle, PayloadBuilderService, }, - primitives::{ - proofs::{self}, - Block, Receipt, - }, revm::database::StateProviderDatabase, - transaction_pool::{noop::NoopTransactionPool, BestTransactionsAttributes, TransactionPool}, + transaction_pool::{ + error::InvalidPoolTransactionError, noop::NoopTransactionPool, BestTransactions, + BestTransactionsAttributes, PoolTransaction, TransactionPool, ValidPoolTransaction, + }, }; use reth_basic_payload_builder::{ - is_better_payload, BasicPayloadJobGenerator, BasicPayloadJobGeneratorConfig, BuildArguments, - BuildOutcome, PayloadBuilder, PayloadConfig, WithdrawalsOutcome, + commit_withdrawals, is_better_payload, BasicPayloadJobGenerator, + BasicPayloadJobGeneratorConfig, BuildArguments, BuildOutcome, PayloadBuilder, PayloadConfig, }; use reth_chain_state::ExecutedBlock; use reth_chainspec::{ChainSpec, EthereumHardforks}; @@ -27,7 +29,10 @@ use reth_errors::RethError; use reth_evm::{system_calls::SystemCaller, ConfigureEvm, ConfigureEvmEnv, NextBlockEnvAttributes}; use reth_evm_ethereum::eip6110::parse_deposits_from_receipts; use reth_node_ethereum::EthEngineTypes; -use reth_primitives::BlockBody; +use reth_primitives::{ + proofs::{self}, + Block, BlockBody, BlockExt, EthPrimitives, InvalidTransactionError, Receipt, TransactionSigned, +}; use reth_provider::{ CanonStateSubscriptions, ChainSpecProvider, ExecutionOutcome, StateProviderFactory, }; @@ -41,6 +46,10 @@ use tracing::{debug, trace, warn}; use crate::{evm_config::GnosisEvmConfig, gnosis::apply_post_block_system_calls}; +type BestTransactionsIter = Box< + dyn BestTransactions::Transaction>>>, +>; + /// A basic Gnosis payload service builder #[derive(Debug, Default, Clone)] pub struct GnosisPayloadServiceBuilder { @@ -56,10 +65,16 @@ impl GnosisPayloadServiceBuilder { impl PayloadServiceBuilder for GnosisPayloadServiceBuilder where - Node: FullNodeTypes>, - ::Provider: reth_provider::StateProviderFactory - + reth_provider::ChainSpecProvider, - Pool: TransactionPool + Unpin + 'static, + Node: FullNodeTypes< + Types: NodeTypesWithEngine< + Engine = EthEngineTypes, + ChainSpec = ChainSpec, + Primitives = EthPrimitives, + >, + >, + Pool: TransactionPool> + + Unpin + + 'static, { async fn spawn_payload_service( self, @@ -162,7 +177,7 @@ impl PayloadBuilder for GnosisPayloadBuil where EvmConfig: ConfigureEvm
, Client: StateProviderFactory + ChainSpecProvider, - Pool: TransactionPool, + Pool: TransactionPool>, { type Attributes = EthPayloadBuilderAttributes; type BuiltPayload = EthBuiltPayload; @@ -174,12 +189,14 @@ where let (cfg_env, block_env) = self .cfg_and_block_env(&args.config, &args.config.parent_header) .map_err(PayloadBuilderError::other)?; + let pool = args.pool.clone(); default_ethereum_payload( self.evm_config.clone(), args, cfg_env, block_env, self.block_rewards_contract, + |attributes| pool.best_transactions_with_attributes(attributes), ) } @@ -199,12 +216,15 @@ where let (cfg_env, block_env) = self .cfg_and_block_env(&args.config, &args.config.parent_header) .map_err(PayloadBuilderError::other)?; + + let pool = args.pool.clone(); default_ethereum_payload( self.evm_config.clone(), args, cfg_env, block_env, self.block_rewards_contract, + |attributes| pool.best_transactions_with_attributes(attributes), )? .into_payload() .ok_or_else(|| PayloadBuilderError::MissingPayload) @@ -220,17 +240,19 @@ where /// and configuration, this function creates a transaction payload. Returns /// a result indicating success with the payload or an error in case of failure. #[inline] -pub fn default_ethereum_payload( +pub fn default_ethereum_payload( evm_config: EvmConfig, args: BuildArguments, initialized_cfg: CfgEnvWithHandlerCfg, initialized_block_env: BlockEnv, block_rewards_contract: Address, + best_txs: F, ) -> Result, PayloadBuilderError> where EvmConfig: ConfigureEvm
, Client: StateProviderFactory + ChainSpecProvider, - Pool: TransactionPool, + Pool: TransactionPool>, + F: FnOnce(BestTransactionsAttributes) -> BestTransactionsIter, { let BuildArguments { client, @@ -244,7 +266,7 @@ where let state_provider = client.state_by_block_hash(config.parent_header.hash())?; let state = StateProviderDatabase::new(state_provider); let mut db = State::builder() - .with_database_ref(cached_reads.as_db(state)) + .with_database(cached_reads.as_db_mut(state)) .with_bundle_update() .build(); let PayloadConfig { @@ -262,13 +284,12 @@ where let mut executed_txs = Vec::new(); let mut executed_senders = Vec::new(); - let mut best_txs = pool.best_transactions_with_attributes(BestTransactionsAttributes::new( + let mut best_txs = best_txs(BestTransactionsAttributes::new( base_fee, initialized_block_env .get_blob_gasprice() .map(|gasprice| gasprice as u64), )); - let mut total_fees = U256::ZERO; let block_number = initialized_block_env.number.to::(); @@ -311,7 +332,10 @@ where // we can't fit this transaction into the block, so we need to mark it as invalid // which also removes all dependent transaction from the iterator before we can // continue - best_txs.mark_invalid(&pool_tx); + best_txs.mark_invalid( + &pool_tx, + InvalidPoolTransactionError::ExceedsGasLimit(pool_tx.gas_limit(), block_gas_limit), + ); continue; } @@ -321,7 +345,7 @@ where } // convert tx to a signed transaction - let tx = pool_tx.to_recovered_transaction(); + let tx = pool_tx.to_consensus(); // There's only limited amount of blob space available per block, so we need to check if // the EIP-4844 can still fit in the block @@ -333,7 +357,13 @@ where // the iterator. This is similar to the gas limit condition // for regular transactions above. trace!(target: "payload_builder", tx=?tx.hash, ?sum_blob_gas_used, ?tx_blob_gas, "skipping blob transaction because it would exceed the max data gas per block"); - best_txs.mark_invalid(&pool_tx); + best_txs.mark_invalid( + &pool_tx, + InvalidPoolTransactionError::ExceedsGasLimit( + tx_blob_gas, + MAX_DATA_GAS_PER_BLOCK, + ), + ); continue; } } @@ -359,7 +389,12 @@ where // if the transaction is invalid, we can skip it and all of its // descendants trace!(target: "payload_builder", %err, ?tx, "skipping invalid transaction and its descendants"); - best_txs.mark_invalid(&pool_tx); + best_txs.mark_invalid( + &pool_tx, + InvalidPoolTransactionError::Consensus( + InvalidTransactionError::TxTypeNotSupported, + ), + ); } continue; @@ -371,10 +406,8 @@ where } } }; - // drop evm so db is released. - drop(evm); // commit changes - db.commit(state); + evm.db_mut().commit(state); // add to the total blob gas used if the transaction successfully executed if let Some(blob_tx) = tx.transaction.as_eip4844() { @@ -441,28 +474,55 @@ where let requests = if chain_spec.is_prague_active_at_timestamp(attributes.timestamp) { let deposit_requests = parse_deposits_from_receipts(&chain_spec, receipts.iter().flatten()) .map_err(|err| PayloadBuilderError::Internal(RethError::Execution(err.into())))?; - Some(Requests::new(vec![deposit_requests])) - } else { - None - }; + let withdrawal_requests = system_caller + .post_block_withdrawal_requests_contract_call( + &mut db, + &initialized_cfg, + &initialized_block_env, + ) + .map_err(|err| PayloadBuilderError::Internal(err.into()))?; + let consolidation_requests = system_caller + .post_block_consolidation_requests_contract_call( + &mut db, + &initialized_cfg, + &initialized_block_env, + ) + .map_err(|err| PayloadBuilderError::Internal(err.into()))?; - let WithdrawalsOutcome { - withdrawals_root, - withdrawals, - } = if !chain_spec.is_shanghai_active_at_timestamp(attributes.timestamp) { - WithdrawalsOutcome::pre_shanghai() - } else if attributes.withdrawals.is_empty() { - WithdrawalsOutcome::empty() - } else { - let withdrawals_root = proofs::calculate_withdrawals_root(&attributes.withdrawals); + let mut requests = Requests::default(); - // calculate withdrawals root - WithdrawalsOutcome { - withdrawals: Some(attributes.withdrawals), - withdrawals_root: Some(withdrawals_root), + if !deposit_requests.is_empty() { + requests.push_request(core::iter::once(0).chain(deposit_requests).collect()); } + + if !withdrawal_requests.is_empty() { + requests.push_request( + core::iter::once(WITHDRAWAL_REQUEST_TYPE) + .chain(withdrawal_requests) + .collect(), + ); + } + + if !consolidation_requests.is_empty() { + requests.push_request( + core::iter::once(CONSOLIDATION_REQUEST_TYPE) + .chain(consolidation_requests) + .collect(), + ); + } + + Some(requests) + } else { + None }; + let withdrawals_root = commit_withdrawals( + &mut db, + &chain_spec, + attributes.timestamp, + &attributes.withdrawals, + )?; + // merge all transitions into bundle state, this would apply the withdrawal balance changes // and 4788 contract call db.merge_transitions(BundleRetention::Reverts); @@ -470,7 +530,7 @@ where let requests_hash = requests.as_ref().map(|requests| requests.requests_hash()); let execution_outcome = ExecutionOutcome::new( db.take_bundle(), - vec![receipts.clone()].into(), + vec![receipts].into(), block_number, vec![requests.clone().unwrap_or_default()], ); @@ -484,9 +544,8 @@ where // calculate the state root let hashed_state = HashedPostState::from_bundle_state(&execution_outcome.state().state); let (state_root, trie_output) = { - let state_provider = db.database.0.inner.borrow_mut(); - state_provider - .db + db.database + .inner() .state_root_with_updates(hashed_state.clone()) .inspect_err(|err| { warn!(target: "payload_builder", @@ -513,7 +572,7 @@ where executed_txs .iter() .filter(|tx| tx.is_eip4844()) - .map(|tx| tx.hash) + .map(|tx| tx.hash()) .collect(), ) .map_err(PayloadBuilderError::other)?; @@ -556,8 +615,13 @@ where blob_gas_used: blob_gas_used.map(Into::into), excess_blob_gas: excess_blob_gas.map(Into::into), requests_hash, + target_blobs_per_block: None, }; + let withdrawals = chain_spec + .is_shanghai_active_at_timestamp(attributes.timestamp) + .then(|| attributes.withdrawals.clone()); + // seal the block let block = Block { header, @@ -569,7 +633,7 @@ where }; let sealed_block = Arc::new(block.seal_slow()); - debug!(target: "payload_builder", ?sealed_block, "sealed built block"); + debug!(target: "payload_builder", id=%attributes.id, sealed_block_header = ?sealed_block.header, "sealed built block"); // create the executed block data let executed = ExecutedBlock { @@ -579,6 +643,7 @@ where hashed_state: Arc::new(hashed_state), trie: Arc::new(trie_output), }; + let mut payload = EthBuiltPayload::new( attributes.id, sealed_block,