From 750f172d7f0e181790ba4cd8ce1609323173c996 Mon Sep 17 00:00:00 2001 From: jacobkaufmann Date: Mon, 7 Oct 2024 15:29:53 -0600 Subject: [PATCH] pin reth and use single alloy dependency --- Cargo.lock | 1066 ++++++++----------- Cargo.toml | 15 +- mev-build-rs/Cargo.toml | 5 +- mev-build-rs/src/compat.rs | 2 +- mev-build-rs/src/error.rs | 2 +- mev-build-rs/src/payload/builder.rs | 7 +- mev-build-rs/src/payload/service_builder.rs | 2 +- 7 files changed, 487 insertions(+), 612 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eaa9ff4f..ce55e2bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "addr2line" -version = "0.24.1" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375" +checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" dependencies = [ "gimli", ] @@ -96,29 +96,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] -name = "alloy-chains" -version = "0.1.35" +name = "alloy" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "609d6ef5716e94875b19b91faf33ef041baff373d3fff70531424f372d27bbd2" +checksum = "056f2c01b2aed86e15b43c47d109bfc8b82553dc34e66452875e51247ec31ab2" dependencies = [ - "alloy-rlp", - "num_enum", - "serde", - "strum", + "alloy-consensus", + "alloy-core", + "alloy-eips", + "alloy-genesis", + "alloy-provider", + "alloy-rpc-client", + "alloy-serde", + "alloy-signer", + "alloy-signer-local", + "alloy-transport-http", ] [[package]] -name = "alloy-consensus" -version = "0.3.6" +name = "alloy-chains" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "629b62e38d471cc15fea534eb7283d2f8a4e8bdb1811bcc5d66dda6cfce6fae1" +checksum = "94c225801d42099570d0674701dddd4142f0ef715282aeb5985042e2ec962df7" dependencies = [ - "alloy-eips 0.3.6", - "alloy-primitives 0.8.5", "alloy-rlp", - "alloy-serde 0.3.6", - "c-kzg", + "num_enum", "serde", + "strum", ] [[package]] @@ -127,10 +131,10 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "705687d5bfd019fee57cf9e206b27b30a9a9617535d5590a02b171e813208f8e" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rlp", - "alloy-serde 0.4.2", + "alloy-serde", "arbitrary", "auto_impl", "c-kzg", @@ -139,14 +143,27 @@ dependencies = [ "serde_with", ] +[[package]] +name = "alloy-core" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3cf9b7166dd6aee2236646457b81fa032af8a67c25f3965d56e48881658bc85f" +dependencies = [ + "alloy-dyn-abi", + "alloy-json-abi", + "alloy-primitives 0.8.6", + "alloy-rlp", + "alloy-sol-types", +] + [[package]] name = "alloy-dyn-abi" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b499852e1d0e9b8c6db0f24c48998e647c0d5762a01090f955106a7700e4611" +checksum = "1109c57718022ac84c194f775977a534e1b3969b405e55693a61c42187cc0612" dependencies = [ "alloy-json-abi", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-sol-type-parser", "alloy-sol-types", "const-hex", @@ -163,7 +180,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0069cf0642457f87a01a014f6dc29d5d893cd4fd8fddf0c3cdfad1bb3ebafc41" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "arbitrary", "rand 0.8.5", @@ -176,7 +193,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea59dc42102bc9a1905dc57901edc6dd48b9f38115df86c7d252acba70d71d04" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "arbitrary", "k256 0.13.4", @@ -185,24 +202,6 @@ dependencies = [ "serde_with", ] -[[package]] -name = "alloy-eips" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f923dd5fca5f67a43d81ed3ebad0880bd41f6dd0ada930030353ac356c54cd0f" -dependencies = [ - "alloy-eip2930", - "alloy-eip7702", - "alloy-primitives 0.8.5", - "alloy-rlp", - "alloy-serde 0.3.6", - "c-kzg", - "derive_more 1.0.0", - "once_cell", - "serde", - "sha2 0.10.8", -] - [[package]] name = "alloy-eips" version = "0.4.2" @@ -211,9 +210,9 @@ checksum = "6ffb906284a1e1f63c4607da2068c8197458a352d0b3e9796e67353d72a9be85" dependencies = [ "alloy-eip2930", "alloy-eip7702", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", - "alloy-serde 0.4.2", + "alloy-serde", "arbitrary", "c-kzg", "derive_more 1.0.0", @@ -228,44 +227,30 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8429cf4554eed9b40feec7f4451113e76596086447550275e3def933faf47ce3" dependencies = [ - "alloy-primitives 0.8.5", - "alloy-serde 0.4.2", + "alloy-primitives 0.8.6", + "alloy-serde", "serde", ] [[package]] name = "alloy-json-abi" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a438d4486b5d525df3b3004188f9d5cd1d65cd30ecc41e5a3ccef6f6342e8af9" +checksum = "c4cc0e59c803dd44d14fc0cfa9fea1f74cfa8fd9fb60ca303ced390c58c28d4e" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-sol-type-parser", "serde", "serde_json", ] -[[package]] -name = "alloy-json-rpc" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3c717b5298fad078cd3a418335b266eba91b511383ca9bd497f742d5975d5ab" -dependencies = [ - "alloy-primitives 0.8.5", - "alloy-sol-types", - "serde", - "serde_json", - "thiserror", - "tracing", -] - [[package]] name = "alloy-json-rpc" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8fa8a1a3c4cbd221f2b8e3693aeb328fca79a757fe556ed08e47bbbc2a70db7" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-sol-types", "serde", "serde_json", @@ -273,41 +258,20 @@ dependencies = [ "tracing", ] -[[package]] -name = "alloy-network" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb3705ce7d8602132bcf5ac7a1dd293a42adc2f183abf5907c30ac535ceca049" -dependencies = [ - "alloy-consensus 0.3.6", - "alloy-eips 0.3.6", - "alloy-json-rpc 0.3.6", - "alloy-network-primitives 0.3.6", - "alloy-primitives 0.8.5", - "alloy-rpc-types-eth 0.3.6", - "alloy-serde 0.3.6", - "alloy-signer 0.3.6", - "alloy-sol-types", - "async-trait", - "auto_impl", - "futures-utils-wasm", - "thiserror", -] - [[package]] name = "alloy-network" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85fa23a6a9d612b52e402c995f2d582c25165ec03ac6edf64c861a76bc5b87cd" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-json-rpc 0.4.2", - "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.5", - "alloy-rpc-types-eth 0.4.2", - "alloy-serde 0.4.2", - "alloy-signer 0.4.2", + "alloy-consensus", + "alloy-eips", + "alloy-json-rpc", + "alloy-network-primitives", + "alloy-primitives 0.8.6", + "alloy-rpc-types-eth", + "alloy-serde", + "alloy-signer", "alloy-sol-types", "async-trait", "auto_impl", @@ -315,28 +279,16 @@ dependencies = [ "thiserror", ] -[[package]] -name = "alloy-network-primitives" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94ad40869867ed2d9cd3842b1e800889e5b49e6b92da346e93862b4a741bedf3" -dependencies = [ - "alloy-eips 0.3.6", - "alloy-primitives 0.8.5", - "alloy-serde 0.3.6", - "serde", -] - [[package]] name = "alloy-network-primitives" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "801492711d4392b2ccf5fc0bc69e299fa1aab15167d74dcaa9aab96a54f684bd" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", - "alloy-serde 0.4.2", + "alloy-consensus", + "alloy-eips", + "alloy-primitives 0.8.6", + "alloy-serde", "serde", ] @@ -364,9 +316,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "260d3ff3bff0bb84599f032a2f2c6828180b0ea0cd41fdaf44f39cef3ba41861" +checksum = "a289ffd7448036f2f436b377f981c79ce0b2090877bad938d43387dc09931877" dependencies = [ "alloy-rlp", "arbitrary", @@ -375,8 +327,9 @@ dependencies = [ "const-hex", "derive_arbitrary", "derive_more 1.0.0", + "foldhash", "getrandom 0.2.15", - "hashbrown 0.14.5", + "hashbrown 0.15.0", "hex-literal", "indexmap 2.6.0", "itoa", @@ -400,15 +353,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcfaa4ffec0af04e3555686b8aacbcdf7d13638133a0672749209069750f78a6" dependencies = [ "alloy-chains", - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-json-rpc 0.4.2", - "alloy-network 0.4.2", - "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.5", + "alloy-consensus", + "alloy-eips", + "alloy-json-rpc", + "alloy-network", + "alloy-network-primitives", + "alloy-primitives 0.8.6", "alloy-pubsub", "alloy-rpc-client", - "alloy-rpc-types-eth 0.4.2", + "alloy-rpc-types-eth", "alloy-transport", "alloy-transport-http", "alloy-transport-ws", @@ -435,8 +388,8 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f32cef487122ae75c91eb50154c70801d71fabdb976fec6c49e0af5e6486ab15" dependencies = [ - "alloy-json-rpc 0.4.2", - "alloy-primitives 0.8.5", + "alloy-json-rpc", + "alloy-primitives 0.8.6", "alloy-transport", "bimap", "futures", @@ -476,8 +429,8 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "370143ed581aace6e663342d21d209c6b2e34ee6142f7d6675adb518deeaf0dc" dependencies = [ - "alloy-json-rpc 0.4.2", - "alloy-primitives 0.8.5", + "alloy-json-rpc", + "alloy-primitives 0.8.6", "alloy-pubsub", "alloy-transport", "alloy-transport-http", @@ -500,10 +453,10 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ffc534b7919e18f35e3aa1f507b6f3d9d92ec298463a9f6beaac112809d8d06" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.4.2", - "alloy-serde 0.4.2", + "alloy-rpc-types-eth", + "alloy-serde", "serde", ] @@ -514,7 +467,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb520ed46cc5b7d8c014a73fdd77b6a310383a2a5c0a5ae3c9b8055881f062b7" dependencies = [ "alloy-genesis", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "serde", "serde_json", ] @@ -525,8 +478,8 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d780adaa5d95b07ad92006b2feb68ecfa7e2015f7d5976ceaac4c906c73ebd07" dependencies = [ - "alloy-primitives 0.8.5", - "alloy-serde 0.4.2", + "alloy-primitives 0.8.6", + "alloy-serde", "serde", ] @@ -536,8 +489,8 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a8dc5980fe30203d698627cddb5f0cedc57f900c8b5e1229c8b9448e37acb4a" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rpc-types-engine", "serde", "serde_with", @@ -550,7 +503,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59d8f8c5bfb160081a772f1f68eb9a37e8929c4ef74e5d01f5b78c2b645a5c5e" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "serde", ] @@ -560,11 +513,11 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0285c4c09f838ab830048b780d7f4a4f460f309aa1194bb049843309524c64c" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-consensus", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rlp", - "alloy-serde 0.4.2", + "alloy-serde", "derive_more 1.0.0", "jsonrpsee-types", "jsonwebtoken", @@ -573,39 +526,18 @@ dependencies = [ "strum", ] -[[package]] -name = "alloy-rpc-types-eth" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83aa984386deda02482660aa31cb8ca1e63d533f1c31a52d7d181ac5ec68e9b8" -dependencies = [ - "alloy-consensus 0.3.6", - "alloy-eips 0.3.6", - "alloy-network-primitives 0.3.6", - "alloy-primitives 0.8.5", - "alloy-rlp", - "alloy-serde 0.3.6", - "alloy-sol-types", - "cfg-if", - "derive_more 1.0.0", - "hashbrown 0.14.5", - "itertools 0.13.0", - "serde", - "serde_json", -] - [[package]] name = "alloy-rpc-types-eth" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "413f4aa3ccf2c3e4234a047c5fa4727916d7daf25a89f9b765df0ba09784fd87" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-network-primitives 0.4.2", - "alloy-primitives 0.8.5", + "alloy-consensus", + "alloy-eips", + "alloy-network-primitives", + "alloy-primitives 0.8.6", "alloy-rlp", - "alloy-serde 0.4.2", + "alloy-serde", "alloy-sol-types", "derive_more 1.0.0", "itertools 0.13.0", @@ -620,9 +552,9 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cec23ce56c869eec5f6b6fd6a8a92b5aa0cfaf8d7be3a96502e537554dc7430" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", - "alloy-serde 0.4.2", + "alloy-eips", + "alloy-primitives 0.8.6", + "alloy-serde", "serde", "serde_json", ] @@ -633,9 +565,9 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "017cad3e5793c5613588c1f9732bcbad77e820ba7d0feaba3527749f856fdbc5" dependencies = [ - "alloy-primitives 0.8.5", - "alloy-rpc-types-eth 0.4.2", - "alloy-serde 0.4.2", + "alloy-primitives 0.8.6", + "alloy-rpc-types-eth", + "alloy-serde", "serde", "serde_json", "thiserror", @@ -647,56 +579,31 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b230e321c416be7f50530159392b4c41a45596d40d97e185575bcd0b545e521" dependencies = [ - "alloy-primitives 0.8.5", - "alloy-rpc-types-eth 0.4.2", - "alloy-serde 0.4.2", + "alloy-primitives 0.8.6", + "alloy-rpc-types-eth", + "alloy-serde", "serde", ] -[[package]] -name = "alloy-serde" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "731f75ec5d383107fd745d781619bd9cedf145836c51ecb991623d41278e71fa" -dependencies = [ - "alloy-primitives 0.8.5", - "serde", - "serde_json", -] - [[package]] name = "alloy-serde" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9dff0ab1cdd43ca001e324dc27ee0e8606bd2161d6623c63e0e0b8c4dfc13600" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "arbitrary", "serde", "serde_json", ] -[[package]] -name = "alloy-signer" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307324cca94354cd654d6713629f0383ec037e1ff9e3e3d547212471209860c0" -dependencies = [ - "alloy-primitives 0.8.5", - "async-trait", - "auto_impl", - "elliptic-curve 0.13.8", - "k256 0.13.4", - "thiserror", -] - [[package]] name = "alloy-signer" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fd4e0ad79c81a27ca659be5d176ca12399141659fef2bcbfdc848da478f4504" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "async-trait", "auto_impl", "elliptic-curve 0.13.8", @@ -704,35 +611,19 @@ dependencies = [ "thiserror", ] -[[package]] -name = "alloy-signer-local" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fabe917ab1778e760b4701628d1cae8e028ee9d52ac6307de4e1e9286ab6b5f" -dependencies = [ - "alloy-consensus 0.3.6", - "alloy-network 0.3.6", - "alloy-primitives 0.8.5", - "alloy-signer 0.3.6", - "async-trait", - "coins-bip32", - "coins-bip39", - "k256 0.13.4", - "rand 0.8.5", - "thiserror", -] - [[package]] name = "alloy-signer-local" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "494e0a256f3e99f2426f994bcd1be312c02cb8f88260088dacb33a8b8936475f" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-network 0.4.2", - "alloy-primitives 0.8.5", - "alloy-signer 0.4.2", + "alloy-consensus", + "alloy-network", + "alloy-primitives 0.8.6", + "alloy-signer", "async-trait", + "coins-bip32", + "coins-bip39", "k256 0.13.4", "rand 0.8.5", "thiserror", @@ -740,9 +631,9 @@ dependencies = [ [[package]] name = "alloy-sol-macro" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68e7f6e8fe5b443f82b3f1e15abfa191128f71569148428e49449d01f6f49e8b" +checksum = "0409e3ba5d1de409997a7db8b8e9d679d52088c1dee042a85033affd3cadeab4" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", @@ -754,9 +645,9 @@ dependencies = [ [[package]] name = "alloy-sol-macro-expander" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b96ce28d2fde09abb6135f410c41fad670a3a770b6776869bd852f1df102e6f" +checksum = "a18372ef450d59f74c7a64a738f546ba82c92f816597fed1802ef559304c81f1" dependencies = [ "alloy-sol-macro-input", "const-hex", @@ -772,9 +663,9 @@ dependencies = [ [[package]] name = "alloy-sol-macro-input" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "906746396a8296537745711630d9185746c0b50c033d5e9d18b0a6eba3d53f90" +checksum = "f7bad89dd0d5f109e8feeaf787a9ed7a05a91a9a0efc6687d147a70ebca8eff7" dependencies = [ "const-hex", "dunce", @@ -787,9 +678,9 @@ dependencies = [ [[package]] name = "alloy-sol-type-parser" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc85178909a49c8827ffccfc9103a7ce1767ae66a801b69bdc326913870bf8e6" +checksum = "dbd3548d5262867c2c4be6223fe4f2583e21ade0ca1c307fd23bc7f28fca479e" dependencies = [ "serde", "winnow", @@ -797,12 +688,12 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d86a533ce22525969661b25dfe296c112d35eb6861f188fd284f8bd4bb3842ae" +checksum = "4aa666f1036341b46625e72bd36878bf45ad0185f1b88601223e1ec6ed4b72b1" dependencies = [ "alloy-json-abi", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-sol-macro", "const-hex", "serde", @@ -814,7 +705,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ac3e97dad3d31770db0fc89bd6a63b789fbae78963086733f960cf32c483904" dependencies = [ - "alloy-json-rpc 0.4.2", + "alloy-json-rpc", "base64 0.22.1", "futures-util", "futures-utils-wasm", @@ -833,7 +724,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b367dcccada5b28987c2296717ee04b9a5637aacd78eacb1726ef211678b5212" dependencies = [ - "alloy-json-rpc 0.4.2", + "alloy-json-rpc", "alloy-transport", "reqwest 0.12.8", "serde_json", @@ -866,7 +757,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9703ce68b97f8faae6f7739d1e003fc97621b856953cbcdbb2b515743f23288" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "derive_more 1.0.0", "nybbles", @@ -1398,26 +1289,6 @@ dependencies = [ "serde", ] -[[package]] -name = "bindgen" -version = "0.69.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" -dependencies = [ - "bitflags 2.6.0", - "cexpr", - "clang-sys", - "itertools 0.12.1", - "lazy_static", - "lazycell", - "proc-macro2", - "quote", - "regex", - "rustc-hash 1.1.0", - "shlex", - "syn 2.0.79", -] - [[package]] name = "bindgen" version = "0.70.1" @@ -1725,9 +1596,9 @@ dependencies = [ [[package]] name = "bytemuck_derive" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26" +checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec" dependencies = [ "proc-macro2", "quote", @@ -1813,9 +1684,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.24" +version = "1.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812acba72f0a070b003d3697490d2b55b837230ae7c6c6497f05cc2ddbb8d938" +checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" dependencies = [ "jobserver", "libc", @@ -3048,6 +2919,12 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foldhash" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" + [[package]] name = "foreign-types" version = "0.3.2" @@ -3089,9 +2966,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" +checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" dependencies = [ "futures-channel", "futures-core", @@ -3104,9 +2981,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" dependencies = [ "futures-core", "futures-sink", @@ -3114,15 +2991,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" [[package]] name = "futures-executor" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" dependencies = [ "futures-core", "futures-task", @@ -3131,9 +3008,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" @@ -3152,9 +3029,9 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", @@ -3163,15 +3040,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" [[package]] name = "futures-task" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" [[package]] name = "futures-timer" @@ -3185,9 +3062,9 @@ dependencies = [ [[package]] name = "futures-util" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" dependencies = [ "futures-channel", "futures-core", @@ -3254,9 +3131,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.31.0" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" +checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "glob" @@ -3390,7 +3267,6 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ "ahash", "allocator-api2", - "serde", ] [[package]] @@ -3398,6 +3274,12 @@ name = "hashbrown" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash", + "serde", +] [[package]] name = "hashlink" @@ -3688,6 +3570,22 @@ dependencies = [ "tokio-native-tls", ] +[[package]] +name = "hyper-tls" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" +dependencies = [ + "bytes", + "http-body-util", + "hyper 1.4.1", + "hyper-util", + "native-tls", + "tokio", + "tokio-native-tls", + "tower-service", +] + [[package]] name = "hyper-util" version = "0.1.9" @@ -4101,15 +3999,6 @@ dependencies = [ "either", ] -[[package]] -name = "itertools" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.13.0" @@ -4165,9 +4054,9 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.24.5" +version = "0.24.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "126b48a5acc3c52fbd5381a77898cb60e145123179588a29e7ac48f9c06e401b" +checksum = "02f01f48e04e0d7da72280ab787c9943695699c9b32b99158ece105e8ad0afea" dependencies = [ "jsonrpsee-client-transport", "jsonrpsee-core", @@ -4183,9 +4072,9 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.24.5" +version = "0.24.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf679a8e0e083c77997f7c4bb4ca826577105906027ae462aac70ff348d02c6a" +checksum = "d80eccbd47a7b9f1e67663fd846928e941cb49c65236e297dd11c9ea3c5e3387" dependencies = [ "base64 0.22.1", "futures-channel", @@ -4208,9 +4097,9 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.24.5" +version = "0.24.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0e503369a76e195b65af35058add0e6900b794a4e9a9316900ddd3a87a80477" +checksum = "3c2709a32915d816a6e8f625bf72cf74523ebe5d8829f895d6b041b1d3137818" dependencies = [ "async-trait", "bytes", @@ -4235,9 +4124,9 @@ dependencies = [ [[package]] name = "jsonrpsee-http-client" -version = "0.24.5" +version = "0.24.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2c0caba4a6a8efbafeec9baa986aa22a75a96c29d3e4b0091b0098d6470efb5" +checksum = "cc54db939002b030e794fbfc9d5a925aa2854889c5a2f0352b0bffa54681707e" dependencies = [ "async-trait", "base64 0.22.1", @@ -4260,9 +4149,9 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.24.5" +version = "0.24.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc660a9389e2748e794a40673a4155d501f32db667757cdb80edeff0306b489b" +checksum = "3a9a4b2eaba8cc928f49c4ccf4fcfa65b690a73997682da99ed08f3393b51f07" dependencies = [ "heck", "proc-macro-crate 3.2.0", @@ -4273,9 +4162,9 @@ dependencies = [ [[package]] name = "jsonrpsee-server" -version = "0.24.5" +version = "0.24.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af6e6c9b6d975edcb443565d648b605f3e85a04ec63aa6941811a8894cc9cded" +checksum = "e30110d0f2d7866c8cc6c86483bdab2eb9f4d2f0e20db55518b2bca84651ba8e" dependencies = [ "futures-util", "http 1.1.0", @@ -4300,9 +4189,9 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.24.5" +version = "0.24.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8fb16314327cbc94fdf7965ef7e4422509cd5597f76d137bd104eb34aeede67" +checksum = "1ca331cd7b3fe95b33432825c2d4c9f5a43963e207fdc01ae67f9fd80ab0930f" dependencies = [ "http 1.1.0", "serde", @@ -4312,9 +4201,9 @@ dependencies = [ [[package]] name = "jsonrpsee-wasm-client" -version = "0.24.5" +version = "0.24.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0da62b43702bd5640ea305d35df95da30abc878e79a7b4b01feda3beaf35d3c" +checksum = "5c603d97578071dc44d79d3cfaf0775437638fd5adc33c6b622dfe4fa2ec812d" dependencies = [ "jsonrpsee-client-transport", "jsonrpsee-core", @@ -4323,9 +4212,9 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.24.5" +version = "0.24.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39aabf5d6c6f22da8d5b808eea1fab0736059f11fb42f71f141b14f404e5046a" +checksum = "755ca3da1c67671f1fae01cd1a47f41dfb2233a8f19a643e587ab0a663942044" dependencies = [ "http 1.1.0", "jsonrpsee-client-transport", @@ -4438,12 +4327,6 @@ dependencies = [ "spin", ] -[[package]] -name = "lazycell" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" - [[package]] name = "libc" version = "0.2.159" @@ -4487,11 +4370,11 @@ dependencies = [ [[package]] name = "libproc" -version = "0.14.8" +version = "0.14.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae9ea4b75e1a81675429dafe43441df1caea70081e82246a8cccf514884a88bb" +checksum = "e78a09b56be5adbcad5aa1197371688dc6bb249a26da3bca2011ee2fb987ebfb" dependencies = [ - "bindgen 0.69.4", + "bindgen", "errno", "libc", ] @@ -4600,11 +4483,11 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lru" -version = "0.12.4" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" +checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.14.5", + "hashbrown 0.15.0", ] [[package]] @@ -4787,10 +4670,7 @@ dependencies = [ name = "mev-build-rs" version = "0.3.0" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-signer 0.3.6", - "alloy-signer-local 0.3.6", + "alloy", "async-trait", "beacon-api-client", "clap", @@ -5253,21 +5133,18 @@ dependencies = [ [[package]] name = "object" -version = "0.36.4" +version = "0.36.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a" +checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" dependencies = [ "memchr", ] [[package]] name = "once_cell" -version = "1.20.1" +version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1" -dependencies = [ - "portable-atomic", -] +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "op-alloy-consensus" @@ -5275,11 +5152,11 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4f7f318f885db6e1455370ca91f74b7faed152c8142f6418f0936d606e582ff" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-consensus", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rlp", - "alloy-serde 0.4.2", + "alloy-serde", "arbitrary", "derive_more 1.0.0", "serde", @@ -5293,9 +5170,9 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8215c87b74d2fbbaff0fd2887868a8341df33a3c495ee01f813e5ddd5be9c46" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-consensus", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-sol-types", "serde", "serde_repr", @@ -5307,11 +5184,11 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa5c397fbe35e07f9c95a571440ca2e90df754e198496d82ff4127de00b89dd9" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-consensus", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rlp", - "alloy-serde 0.4.2", + "alloy-serde", "derive_more 1.0.0", "op-alloy-consensus", "op-alloy-genesis", @@ -5324,9 +5201,9 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5041122e20b76644cc690bba688671eecdc4626e6384a76eb740535d6ddcef14" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rpc-types-engine", - "alloy-serde 0.4.2", + "alloy-serde", "derive_more 1.0.0", "op-alloy-protocol", "serde", @@ -5607,18 +5484,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.5" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" +checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.5" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" +checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8" dependencies = [ "proc-macro2", "quote", @@ -5793,9 +5670,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" +checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" dependencies = [ "unicode-ident", ] @@ -6185,7 +6062,7 @@ dependencies = [ "http 0.2.12", "http-body 0.4.6", "hyper 0.14.30", - "hyper-tls", + "hyper-tls 0.5.0", "ipnet", "js-sys", "log", @@ -6227,11 +6104,13 @@ dependencies = [ "http-body-util", "hyper 1.4.1", "hyper-rustls", + "hyper-tls 0.6.0", "hyper-util", "ipnet", "js-sys", "log", "mime", + "native-tls", "once_cell", "percent-encoding", "pin-project-lite", @@ -6244,6 +6123,7 @@ dependencies = [ "serde_urlencoded", "sync_wrapper 1.0.1", "tokio", + "tokio-native-tls", "tokio-rustls", "tower-service", "url", @@ -6267,11 +6147,11 @@ dependencies = [ [[package]] name = "reth" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-consensus", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rlp", "alloy-rpc-types", "aquamarine", @@ -6338,9 +6218,9 @@ dependencies = [ [[package]] name = "reth-auto-seal-consensus" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rpc-types-engine", "futures-util", "reth-beacon-consensus", @@ -6368,9 +6248,9 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "futures-core", "futures-util", @@ -6392,9 +6272,9 @@ dependencies = [ [[package]] name = "reth-beacon-consensus" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rpc-types-engine", "futures", "itertools 0.13.0", @@ -6426,10 +6306,10 @@ dependencies = [ [[package]] name = "reth-blockchain-tree" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "aquamarine", "linked_hash_set", "metrics", @@ -6459,9 +6339,9 @@ dependencies = [ [[package]] name = "reth-blockchain-tree-api" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "reth-consensus", "reth-execution-errors", "reth-primitives", @@ -6472,10 +6352,10 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "auto_impl", "derive_more 1.0.0", "metrics", @@ -6496,12 +6376,12 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "alloy-chains", - "alloy-eips 0.4.2", + "alloy-eips", "alloy-genesis", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-trie", "auto_impl", "derive_more 1.0.0", @@ -6516,7 +6396,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "clap", "eyre", @@ -6526,11 +6406,11 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "ahash", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "backon", "clap", "comfy-table", @@ -6583,7 +6463,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "reth-tasks", "tokio", @@ -6593,10 +6473,10 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "cfg-if", "eyre", "libc", @@ -6610,12 +6490,12 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", + "alloy-consensus", + "alloy-eips", "alloy-genesis", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-trie", "bytes", "modular-bitfield", @@ -6625,7 +6505,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "convert_case 0.6.0", "proc-macro2", @@ -6636,7 +6516,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "eyre", "humantime-serde", @@ -6650,9 +6530,9 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "auto_impl", "derive_more 1.0.0", "reth-primitives", @@ -6661,9 +6541,9 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "reth-chainspec", "reth-consensus", "reth-primitives", @@ -6673,11 +6553,11 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-consensus", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-provider", "alloy-rpc-types", "alloy-rpc-types-engine", @@ -6697,9 +6577,9 @@ dependencies = [ [[package]] name = "reth-db" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "bytes", "derive_more 1.0.0", "eyre", @@ -6728,10 +6608,10 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "alloy-genesis", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "bytes", "derive_more 1.0.0", "metrics", @@ -6751,10 +6631,10 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "alloy-genesis", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "boyer-moore-magiclen", "eyre", "reth-chainspec", @@ -6779,9 +6659,9 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "bytes", "modular-bitfield", "reth-codecs", @@ -6792,9 +6672,9 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "discv5", "enr 0.12.1", @@ -6816,9 +6696,9 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "derive_more 1.0.0", "discv5", @@ -6840,9 +6720,9 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "data-encoding", "enr 0.12.1", "linked_hash_set", @@ -6862,10 +6742,10 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rlp", "futures", "futures-util", @@ -6891,10 +6771,10 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "aes", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "block-padding", "byteorder", @@ -6922,9 +6802,9 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "reth-execution-types", "reth-payload-primitives", "reth-primitives", @@ -6935,7 +6815,7 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "futures", "pin-project", @@ -6957,10 +6837,10 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rpc-types-engine", "futures", "metrics", @@ -6994,9 +6874,9 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rpc-types-engine", "eyre", "futures", @@ -7025,7 +6905,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "reth-blockchain-tree-api", "reth-consensus", @@ -7038,9 +6918,9 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "bytes", "derive_more 1.0.0", @@ -7064,12 +6944,12 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "alloy-chains", - "alloy-eips 0.4.2", + "alloy-eips", "alloy-genesis", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "bytes", "derive_more 1.0.0", @@ -7082,9 +6962,9 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "reth-chainspec", "reth-consensus", "reth-consensus-common", @@ -7095,10 +6975,10 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rlp", "alloy-rpc-types-engine", "reth-chain-state", @@ -7114,10 +6994,10 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "alloy-chains", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "auto_impl", "crc", @@ -7131,9 +7011,9 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "reth-basic-payload-builder", "reth-chain-state", "reth-chainspec", @@ -7156,7 +7036,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "rayon", "reth-db-api", @@ -7166,10 +7046,10 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "auto_impl", "futures-util", "metrics", @@ -7188,10 +7068,10 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-sol-types", "reth-chainspec", "reth-ethereum-consensus", @@ -7207,10 +7087,10 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rlp", "derive_more 1.0.0", "nybbles", @@ -7223,10 +7103,10 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "reth-execution-errors", "reth-primitives", "reth-trie", @@ -7238,10 +7118,10 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "eyre", "futures", "itertools 0.13.0", @@ -7274,10 +7154,10 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "reth-chain-state", "reth-execution-types", "serde", @@ -7287,7 +7167,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "serde", "serde_json", @@ -7297,9 +7177,9 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "alloy-rpc-types-debug", "eyre", @@ -7322,7 +7202,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "async-trait", "bytes", @@ -7343,7 +7223,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "bitflags 2.6.0", "byteorder", @@ -7360,16 +7240,16 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "bindgen 0.70.1", + "bindgen", "cc", ] [[package]] name = "reth-metrics" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "futures", "metrics", @@ -7381,15 +7261,15 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", ] [[package]] name = "reth-net-nat" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "futures-util", "if-addrs", @@ -7403,10 +7283,10 @@ dependencies = [ [[package]] name = "reth-network" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rlp", "aquamarine", "auto_impl", @@ -7453,9 +7333,9 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rpc-types-admin", "auto_impl", "derive_more 1.0.0", @@ -7476,10 +7356,10 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "auto_impl", "derive_more 1.0.0", "futures", @@ -7496,9 +7376,9 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "enr 0.12.1", "secp256k1", @@ -7511,7 +7391,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "humantime-serde", "reth-ethereum-forks", @@ -7525,7 +7405,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "anyhow", "bincode", @@ -7542,7 +7422,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "reth-engine-primitives", "reth-evm", @@ -7560,9 +7440,9 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rpc-types", "aquamarine", "eyre", @@ -7623,10 +7503,10 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "alloy-genesis", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rpc-types-engine", "clap", "const_format", @@ -7675,7 +7555,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "eyre", "reth-auto-seal-consensus", @@ -7700,9 +7580,9 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rpc-types-engine", "futures", "humantime", @@ -7723,7 +7603,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "eyre", "http 1.1.0", @@ -7747,7 +7627,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "reth-chainspec", "reth-db-api", @@ -7757,9 +7637,9 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rpc-types", "async-trait", "futures-util", @@ -7777,9 +7657,9 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rpc-types", "async-trait", "op-alloy-rpc-types-engine", @@ -7799,7 +7679,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "alloy-rpc-types", "reth-chainspec", @@ -7810,11 +7690,11 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-consensus", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rlp", "bytes", "c-kzg", @@ -7839,12 +7719,12 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", + "alloy-consensus", + "alloy-eips", "alloy-genesis", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "byteorder", "bytes", @@ -7860,10 +7740,10 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rpc-types-engine", "auto_impl", "dashmap 6.1.0", @@ -7902,9 +7782,9 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "itertools 0.13.0", "metrics", "rayon", @@ -7928,9 +7808,9 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "bytes", "derive_more 1.0.0", "modular-bitfield", @@ -7942,9 +7822,9 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "reth-chainspec", "reth-consensus-common", "reth-execution-errors", @@ -7958,25 +7838,25 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-consensus 0.4.2", + "alloy-consensus", "alloy-dyn-abi", - "alloy-eips 0.4.2", + "alloy-eips", "alloy-genesis", - "alloy-network 0.4.2", - "alloy-primitives 0.8.5", + "alloy-network", + "alloy-primitives 0.8.6", "alloy-rlp", "alloy-rpc-types", "alloy-rpc-types-admin", "alloy-rpc-types-debug", - "alloy-rpc-types-eth 0.4.2", + "alloy-rpc-types-eth", "alloy-rpc-types-mev", "alloy-rpc-types-trace", "alloy-rpc-types-txpool", - "alloy-serde 0.4.2", - "alloy-signer 0.4.2", - "alloy-signer-local 0.4.2", + "alloy-serde", + "alloy-signer", + "alloy-signer-local", "async-trait", "derive_more 1.0.0", "futures", @@ -8024,22 +7904,22 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-json-rpc 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-json-rpc", + "alloy-primitives 0.8.6", "alloy-rpc-types", "alloy-rpc-types-admin", "alloy-rpc-types-anvil", "alloy-rpc-types-beacon", "alloy-rpc-types-debug", "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.4.2", + "alloy-rpc-types-eth", "alloy-rpc-types-mev", "alloy-rpc-types-trace", "alloy-rpc-types-txpool", - "alloy-serde 0.4.2", + "alloy-serde", "jsonrpsee", "reth-engine-primitives", "reth-network-peers", @@ -8050,11 +7930,11 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-network 0.4.2", + "alloy-network", "alloy-rpc-types", - "alloy-serde 0.4.2", + "alloy-serde", "http 1.1.0", "jsonrpsee", "metrics", @@ -8086,10 +7966,10 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rpc-types-engine", "async-trait", "jsonrpsee-core", @@ -8117,15 +7997,15 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "alloy-dyn-abi", - "alloy-eips 0.4.2", - "alloy-json-rpc 0.4.2", - "alloy-network 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-json-rpc", + "alloy-network", + "alloy-primitives 0.8.6", "alloy-rpc-types", - "alloy-rpc-types-eth 0.4.2", + "alloy-rpc-types-eth", "alloy-rpc-types-mev", "async-trait", "auto_impl", @@ -8158,14 +8038,14 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-consensus 0.4.2", - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-consensus", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rpc-types", - "alloy-rpc-types-eth 0.4.2", - "alloy-serde 0.4.2", + "alloy-rpc-types-eth", + "alloy-serde", "alloy-sol-types", "derive_more 1.0.0", "futures", @@ -8201,7 +8081,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "alloy-rpc-types-engine", "http 1.1.0", @@ -8214,9 +8094,9 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rpc-types-engine", "jsonrpsee-core", "jsonrpsee-types", @@ -8230,15 +8110,15 @@ dependencies = [ [[package]] name = "reth-rpc-types-compat" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rlp", "alloy-rpc-types", "alloy-rpc-types-engine", - "alloy-rpc-types-eth 0.4.2", - "alloy-serde 0.4.2", + "alloy-rpc-types-eth", + "alloy-serde", "reth-primitives", "reth-trie-common", ] @@ -8246,9 +8126,9 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "bincode", "futures-util", "itertools 0.13.0", @@ -8282,9 +8162,9 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "aquamarine", "auto_impl", "futures-util", @@ -8308,9 +8188,9 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "bytes", "modular-bitfield", "reth-codecs", @@ -8321,9 +8201,9 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "parking_lot 0.12.3", "rayon", "reth-chainspec", @@ -8343,9 +8223,9 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "clap", "derive_more 1.0.0", "serde", @@ -8355,10 +8235,10 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "auto_impl", "reth-chainspec", "reth-db-api", @@ -8374,10 +8254,10 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rlp", "derive_more 1.0.0", "reth-fs-util", @@ -8387,7 +8267,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "auto_impl", "dyn-clone", @@ -8405,7 +8285,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "tokio", "tokio-stream", @@ -8415,7 +8295,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ "clap", "eyre", @@ -8430,10 +8310,10 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-eips 0.4.2", - "alloy-primitives 0.8.5", + "alloy-eips", + "alloy-primitives 0.8.6", "alloy-rlp", "aquamarine", "auto_impl", @@ -8464,9 +8344,9 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "auto_impl", "derive_more 1.0.0", @@ -8488,11 +8368,11 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-consensus 0.4.2", + "alloy-consensus", "alloy-genesis", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "alloy-trie", "bytes", @@ -8508,9 +8388,9 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "auto_impl", "derive_more 1.0.0", @@ -8533,9 +8413,9 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.0.8" -source = "git+https://github.com/paradigmxyz/reth#ab069979867087b72c1dfe24b535cd997b3b5f4b" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.0.8#d72e438c06e040e213b5decf5f29543c86cbad0f" dependencies = [ - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "alloy-rlp", "derive_more 1.0.0", "itertools 0.13.0", @@ -8574,8 +8454,8 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43c44af0bf801f48d25f7baf25cf72aff4c02d610f83b428175228162fef0246" dependencies = [ - "alloy-primitives 0.8.5", - "alloy-rpc-types-eth 0.4.2", + "alloy-primitives 0.8.6", + "alloy-rpc-types-eth", "alloy-rpc-types-trace", "alloy-sol-types", "anstyle", @@ -8624,7 +8504,7 @@ checksum = "6f1525851a03aff9a9d6a1d018b414d76252d6802ab54695b27093ecd7e7a101" dependencies = [ "alloy-eip2930", "alloy-eip7702", - "alloy-primitives 0.8.5", + "alloy-primitives 0.8.6", "auto_impl", "bitflags 2.6.0", "bitvec", @@ -8856,9 +8736,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.13" +version = "0.23.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" +checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8" dependencies = [ "log", "once_cell", @@ -9009,9 +8889,9 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.24" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b" +checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" dependencies = [ "windows-sys 0.59.0", ] @@ -9232,9 +9112,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.10.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9720086b3357bcb44fce40117d769a4d068c70ecfa190850a980a71755f66fcc" +checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" dependencies = [ "base64 0.22.1", "chrono", @@ -9250,9 +9130,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.10.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f1abbfe725f27678f4663bcacb75a83e829fd464c25d78dd038a3a29e307cec" +checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" dependencies = [ "darling", "proc-macro2", @@ -9641,9 +9521,9 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ab661c8148c2261222a4d641ad5477fd4bea79406a99056096a0b41b35617a5" +checksum = "f3a850d65181df41b83c6be01a7d91f5e9377c43d48faa5af7d95816f437f5a3" dependencies = [ "paste", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 0c77a771..cb14497e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,15 +27,12 @@ incremental = false ethereum-consensus = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "cf3c404043230559660810bc0c9d6d5a8498d819" } beacon-api-client = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "cf3c404043230559660810bc0c9d6d5a8498d819" } -reth = { git = "https://github.com/paradigmxyz/reth" } -reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth" } -reth-db = { git = "https://github.com/paradigmxyz/reth" } -reth-evm = { git = "https://github.com/paradigmxyz/reth" } -reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth" } -alloy-eips = "0.4.0" -alloy-consensus = { version = "0.4.0", default-features = false } -alloy-signer = "0.3.0" -alloy-signer-local = "0.3.0" +reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.0.8" } +reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.0.8" } +reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.0.8" } +reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.0.8" } +reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.0.8" } +alloy = { version = "0.4.2", features = ["consensus", "eips", "signers", "signer-local", "signer-mnemonic"] } c-kzg = "2.0.0" diff --git a/mev-build-rs/Cargo.toml b/mev-build-rs/Cargo.toml index a120a189..13905f56 100644 --- a/mev-build-rs/Cargo.toml +++ b/mev-build-rs/Cargo.toml @@ -32,10 +32,7 @@ reth-basic-payload-builder = { workspace = true } reth-db = { workspace = true } reth-evm = { workspace = true } reth-node-ethereum = { workspace = true } -alloy-eips = { workspace = true } -alloy-consensus = { workspace = true } -alloy-signer = { workspace = true } -alloy-signer-local = { workspace = true, features = ["mnemonic"] } +alloy = { workspace = true } sha2 = { workspace = true } eyre = { workspace = true } diff --git a/mev-build-rs/src/compat.rs b/mev-build-rs/src/compat.rs index 683b2df9..1a9768c2 100644 --- a/mev-build-rs/src/compat.rs +++ b/mev-build-rs/src/compat.rs @@ -1,5 +1,5 @@ use crate::Error; -use alloy_eips::eip2718::Encodable2718; +use alloy::eips::eip2718::Encodable2718; use ethereum_consensus::{ crypto::{KzgCommitment, KzgProof}, primitives::{Bytes32, ExecutionAddress}, diff --git a/mev-build-rs/src/error.rs b/mev-build-rs/src/error.rs index 20ff1de3..9deb55e0 100644 --- a/mev-build-rs/src/error.rs +++ b/mev-build-rs/src/error.rs @@ -1,4 +1,4 @@ -use alloy_signer_local::LocalSignerError; +use alloy::signers::local::LocalSignerError; use ethereum_consensus::{Error as ConsensusError, Fork}; use reth::payload::PayloadBuilderError; use thiserror::Error; diff --git a/mev-build-rs/src/payload/builder.rs b/mev-build-rs/src/payload/builder.rs index 6ab2cc66..41c09a6e 100644 --- a/mev-build-rs/src/payload/builder.rs +++ b/mev-build-rs/src/payload/builder.rs @@ -1,7 +1,8 @@ use crate::payload::{attributes::BuilderPayloadBuilderAttributes, job::PayloadFinalizerConfig}; -use alloy_consensus::TxEip1559; -use alloy_signer::SignerSync; -use alloy_signer_local::PrivateKeySigner; +use alloy::{ + consensus::TxEip1559, + signers::{local::PrivateKeySigner, SignerSync}, +}; use mev_rs::compute_preferred_gas_limit; use reth::{ api::PayloadBuilderAttributes, diff --git a/mev-build-rs/src/payload/service_builder.rs b/mev-build-rs/src/payload/service_builder.rs index e92783e9..49ad0a2b 100644 --- a/mev-build-rs/src/payload/service_builder.rs +++ b/mev-build-rs/src/payload/service_builder.rs @@ -7,7 +7,7 @@ use crate::{ service::BuilderConfig as Config, Error, }; -use alloy_signer_local::{coins_bip39::English, MnemonicBuilder, PrivateKeySigner}; +use alloy::signers::local::{coins_bip39::English, MnemonicBuilder, PrivateKeySigner}; use reth::{ builder::{node::FullNodeTypes, BuilderContext, NodeTypesWithEngine}, chainspec::ChainSpec,