diff --git a/Cargo.lock b/Cargo.lock index 7a8207b31b7..c544e42ec9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,9 +106,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy-chains" -version = "0.2.27" +version = "0.2.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25db5bcdd086f0b1b9610140a12c59b757397be90bd130d8d836fc8da0815a34" +checksum = "ef3a72a2247c34a8545ee99e562b1b9b69168e5000567257ae51e91b4e6b1193" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -121,9 +121,9 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c3a590d13de3944675987394715f37537b50b856e3b23a0e66e97d963edbf38" +checksum = "ed1958f0294ecc05ebe7b3c9a8662a3e221c2523b7f2bcd94c7a651efbd510bf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -149,9 +149,9 @@ dependencies = [ [[package]] name = "alloy-consensus-any" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f28f769d5ea999f0d8a105e434f483456a15b4e1fcb08edbbbe1650a497ff6d" +checksum = "f752e99497ddc39e22d547d7dfe516af10c979405a034ed90e69b914b7dddeae" dependencies = [ "alloy-consensus", "alloy-eips", @@ -164,9 +164,9 @@ dependencies = [ [[package]] name = "alloy-contract" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "990fa65cd132a99d3c3795a82b9f93ec82b81c7de3bab0bf26ca5c73286f7186" +checksum = "f2140796bc79150b1b7375daeab99750f0ff5e27b1f8b0aa81ccde229c7f02a2" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -255,19 +255,21 @@ checksum = "6adac476434bf024279164dcdca299309f0c7d1e3557024eb7a83f8d9d01c6b5" dependencies = [ "alloy-primitives", "alloy-rlp", + "arbitrary", "borsh", "serde", ] [[package]] name = "alloy-eips" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09535cbc646b0e0c6fcc12b7597eaed12cf86dff4c4fba9507a61e71b94f30eb" +checksum = "813a67f87e56b38554d18b182616ee5006e8e2bf9df96a0df8bf29dff1d52e3f" dependencies = [ "alloy-eip2124", "alloy-eip2930", "alloy-eip7702", + "alloy-eip7928", "alloy-primitives", "alloy-rlp", "alloy-serde", @@ -309,9 +311,9 @@ dependencies = [ [[package]] name = "alloy-genesis" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1005520ccf89fa3d755e46c1d992a9e795466c2e7921be2145ef1f749c5727de" +checksum = "05864eef929c4d28895ae4b4d8ac9c6753c4df66e873b9c8fafc8089b59c1502" dependencies = [ "alloy-eips", "alloy-primitives", @@ -350,9 +352,9 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b626409c98ba43aaaa558361bca21440c88fd30df7542c7484b9c7a1489cdb" +checksum = "d2dd146b3de349a6ffaa4e4e319ab3a90371fb159fb0bddeb1c7bbe8b1792eff" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -365,9 +367,9 @@ dependencies = [ [[package]] name = "alloy-network" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89924fdcfeee0e0fa42b1f10af42f92802b5d16be614a70897382565663bf7cf" +checksum = "8c12278ffbb8872dfba3b2f17d8ea5e8503c2df5155d9bc5ee342794bde505c3" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -391,9 +393,9 @@ dependencies = [ [[package]] name = "alloy-network-primitives" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f0dbe56ff50065713ff8635d8712a0895db3ad7f209db9793ad8fcb6b1734aa" +checksum = "833037c04917bc2031541a60e8249e4ab5500e24c637c1c62e95e963a655d66f" dependencies = [ "alloy-consensus", "alloy-eips", @@ -467,9 +469,9 @@ dependencies = [ [[package]] name = "alloy-provider" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b56f7a77513308a21a2ba0e9d57785a9d9d2d609e77f4e71a78a1192b83ff2d" +checksum = "eafa840b0afe01c889a3012bb2fde770a544f74eab2e2870303eb0a5fb869c48" dependencies = [ "alloy-chains", "alloy-consensus", @@ -512,9 +514,9 @@ dependencies = [ [[package]] name = "alloy-pubsub" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94813abbd7baa30c700ea02e7f92319dbcb03bff77aeea92a3a9af7ba19c5c70" +checksum = "57b3a3b3e4efc9f4d30e3326b6bd6811231d16ef94837e18a802b44ca55119e6" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -556,9 +558,9 @@ dependencies = [ [[package]] name = "alloy-rpc-client" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff01723afc25ec4c5b04de399155bef7b6a96dfde2475492b1b7b4e7a4f46445" +checksum = "12768ae6303ec764905a8a7cd472aea9072f9f9c980d18151e26913da8ae0123" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -582,9 +584,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f91bf006bb06b7d812591b6ac33395cb92f46c6a65cda11ee30b348338214f0f" +checksum = "0622d8bcac2f16727590aa33f4c3f05ea98130e7e4b4924bce8be85da5ad0dae" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -595,9 +597,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-admin" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b934c3bcdc6617563b45deb36a40881c8230b94d0546ea739dff7edb3aa2f6fd" +checksum = "c38c5ac70457ecc74e87fe1a5a19f936419224ded0eb0636241452412ca92733" dependencies = [ "alloy-genesis", "alloy-primitives", @@ -607,9 +609,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-anvil" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e82145856df8abb1fefabef58cdec0f7d9abf337d4abd50c1ed7e581634acdd" +checksum = "ae8eb0e5d6c48941b61ab76fabab4af66f7d88309a98aa14ad3dec7911c1eba3" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -619,9 +621,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-any" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "212ca1c1dab27f531d3858f8b1a2d6bfb2da664be0c1083971078eb7b71abe4b" +checksum = "a1cf5a093e437dfd62df48e480f24e1a3807632358aad6816d7a52875f1c04aa" dependencies = [ "alloy-consensus-any", "alloy-rpc-types-eth", @@ -630,9 +632,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-beacon" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d92a9b4b268fac505ef7fb1dac9bb129d4fd7de7753f22a5b6e9f666f7f7de6" +checksum = "e07949e912479ef3b848e1cf8db54b534bdd7bc58e6c23f28ea9488960990c8c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -650,9 +652,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-debug" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bab1ebed118b701c497e6541d2d11dfa6f3c6ae31a3c52999daa802fcdcc16b7" +checksum = "925ff0f48c2169c050f0ae7a82769bdf3f45723d6742ebb6a5efb4ed2f491b26" dependencies = [ "alloy-primitives", "derive_more", @@ -662,9 +664,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "232f00fcbcd3ee3b9399b96223a8fc884d17742a70a44f9d7cef275f93e6e872" +checksum = "336ef381c7409f23c69f6e79bddc1917b6e832cff23e7a5cf84b9381d53582e6" dependencies = [ "alloy-consensus", "alloy-eips", @@ -683,9 +685,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5715d0bf7efbd360873518bd9f6595762136b5327a9b759a8c42ccd9b5e44945" +checksum = "28e97603095020543a019ab133e0e3dc38cd0819f19f19bdd70c642404a54751" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -705,9 +707,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-mev" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7b61941d2add2ee64646612d3eda92cbbde8e6c933489760b6222c8898c79be" +checksum = "2805153975e25d38e37ee100880e642d5b24e421ed3014a7d2dae1d9be77562e" dependencies = [ "alloy-consensus", "alloy-eips", @@ -720,9 +722,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-trace" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9763cc931a28682bd4b9a68af90057b0fbe80e2538a82251afd69d7ae00bbebf" +checksum = "f1aec4e1c66505d067933ea1a949a4fb60a19c4cfc2f109aa65873ea99e62ea8" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -734,9 +736,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-txpool" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "359a8caaa98cb49eed62d03f5bc511dd6dd5dee292238e8627a6e5690156df0f" +checksum = "25b73c1d6e4f1737a20d246dad5a0abd6c1b76ec4c3d153684ef8c6f1b6bb4f4" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -746,9 +748,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ed8531cae8d21ee1c6571d0995f8c9f0652a6ef6452fde369283edea6ab7138" +checksum = "946a0d413dbb5cd9adba0de5f8a1a34d5b77deda9b69c1d7feed8fc875a1aa26" dependencies = [ "alloy-primitives", "arbitrary", @@ -758,9 +760,9 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb10ccd49d0248df51063fce6b716f68a315dd912d55b32178c883fd48b4021d" +checksum = "2f7481dc8316768f042495eaf305d450c32defbc9bce09d8bf28afcd956895bb" dependencies = [ "alloy-primitives", "async-trait", @@ -773,9 +775,9 @@ dependencies = [ [[package]] name = "alloy-signer-local" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4d992d44e6c414ece580294abbadb50e74cfd4eaa69787350a4dfd4b20eaa1b" +checksum = "1259dac1f534a4c66c1d65237c89915d0010a2a91d6c3b0bada24dc5ee0fb917" dependencies = [ "alloy-consensus", "alloy-network", @@ -862,9 +864,9 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f50a9516736d22dd834cc2240e5bf264f338667cc1d9e514b55ec5a78b987ca" +checksum = "78f169b85eb9334871db986e7eaf59c58a03d86a30cc68b846573d47ed0656bb" dependencies = [ "alloy-json-rpc", "auto_impl", @@ -885,9 +887,9 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a18b541a6197cf9a084481498a766fdf32fefda0c35ea6096df7d511025e9f1" +checksum = "019821102e70603e2c141954418255bec539ef64ac4117f8e84fb493769acf73" dependencies = [ "alloy-json-rpc", "alloy-transport", @@ -900,9 +902,9 @@ dependencies = [ [[package]] name = "alloy-transport-ipc" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8075911680ebc537578cacf9453464fd394822a0f68614884a9c63f9fbaf5e89" +checksum = "e574ca2f490fb5961d2cdd78188897392c46615cd88b35c202d34bbc31571a81" dependencies = [ "alloy-json-rpc", "alloy-pubsub", @@ -920,9 +922,9 @@ dependencies = [ [[package]] name = "alloy-transport-ws" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "921d37a57e2975e5215f7dd0f28873ed5407c7af630d4831a4b5c737de4b0b8b" +checksum = "b92dea6996269769f74ae56475570e3586910661e037b7b52d50c9641f76c68f" dependencies = [ "alloy-pubsub", "alloy-transport", @@ -957,9 +959,9 @@ dependencies = [ [[package]] name = "alloy-tx-macros" -version = "1.4.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2289a842d02fe63f8c466db964168bb2c7a9fdfb7b24816dbb17d45520575fb" +checksum = "45ceac797eb8a56bdf5ab1fab353072c17d472eab87645ca847afe720db3246d" dependencies = [ "darling 0.21.3", "proc-macro2", @@ -2125,9 +2127,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.53" +version = "1.2.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932" +checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583" dependencies = [ "find-msvc-tools", "jobserver", @@ -2818,8 +2820,8 @@ dependencies = [ "alloy-eips", "alloy-genesis", "alloy-primitives", - "reth-chainspec", - "reth-network-peers", + "reth-chainspec 1.10.1", + "reth-network-peers 1.10.1", "serde", ] @@ -3353,22 +3355,22 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "rayon", - "reth-chainspec", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-db-common", - "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-primitives-traits", - "reth-provider", - "reth-revm", + "reth-chainspec 1.10.1", + "reth-consensus 1.10.1", + "reth-db 1.10.1", + "reth-db-api 1.10.1", + "reth-db-common 1.10.1", + "reth-ethereum-consensus 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-evm-ethereum 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-revm 1.10.1", "reth-stateless", - "reth-tracing", - "reth-trie", - "reth-trie-db", + "reth-tracing 1.10.1", + "reth-trie 1.10.1", + "reth-trie-db 1.10.1", "revm", "serde", "serde_json", @@ -3605,21 +3607,21 @@ dependencies = [ "alloy-rpc-types", "bytes", "futures", - "reth-chainspec", - "reth-discv4", - "reth-engine-primitives", - "reth-eth-wire", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-network", - "reth-network-api", - "reth-network-peers", - "reth-node-ethereum", - "reth-payload-primitives", + "reth-chainspec 1.10.1", + "reth-discv4 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-eth-wire 1.10.1", + "reth-eth-wire-types 1.10.1", + "reth-ethereum-forks 1.10.1", + "reth-network 1.10.1", + "reth-network-api 1.10.1", + "reth-network-peers 1.10.1", + "reth-node-ethereum 1.10.1", + "reth-payload-primitives 1.10.1", "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-tracing", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-tracing 1.10.1", "secp256k1 0.30.0", "serde", "serde_json", @@ -3663,11 +3665,11 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types", "eyre", - "reth-basic-payload-builder", + "reth-basic-payload-builder 1.10.1", "reth-ethereum", - "reth-ethereum-payload-builder", - "reth-payload-builder", - "reth-tracing", + "reth-ethereum-payload-builder 1.10.1", + "reth-payload-builder 1.10.1", + "reth-tracing 1.10.1", "serde", "thiserror 2.0.18", "tokio", @@ -3682,7 +3684,7 @@ dependencies = [ "alloy-primitives", "eyre", "reth-ethereum", - "reth-tracing", + "reth-tracing 1.10.1", "tokio", ] @@ -3723,18 +3725,18 @@ dependencies = [ "op-alloy-rpc-types", "op-alloy-rpc-types-engine", "op-revm", - "reth-codecs", - "reth-db-api", - "reth-engine-primitives", + "reth-codecs 1.10.1", + "reth-db-api 1.10.1", + "reth-engine-primitives 1.10.1", "reth-ethereum", - "reth-network-peers", - "reth-node-builder", + "reth-network-peers 1.10.1", + "reth-node-builder 1.10.1", "reth-op", - "reth-optimism-flashblocks", - "reth-optimism-forks", - "reth-payload-builder", - "reth-rpc-api", - "reth-rpc-engine-api", + "reth-optimism-flashblocks 1.10.1", + "reth-optimism-forks 1.10.1", + "reth-payload-builder 1.10.1", + "reth-rpc-api 1.10.1", + "reth-rpc-engine-api 1.10.1", "revm", "revm-primitives", "serde", @@ -3747,7 +3749,7 @@ version = "0.0.0" dependencies = [ "eyre", "reth-ethereum", - "reth-tracing", + "reth-tracing 1.10.1", ] [[package]] @@ -3757,10 +3759,10 @@ dependencies = [ "alloy-eips", "eyre", "futures-util", - "reth-basic-payload-builder", + "reth-basic-payload-builder 1.10.1", "reth-ethereum", - "reth-ethereum-payload-builder", - "reth-payload-builder", + "reth-ethereum-payload-builder 1.10.1", + "reth-payload-builder 1.10.1", "tracing", ] @@ -3801,9 +3803,9 @@ dependencies = [ name = "example-engine-api-access" version = "0.0.0" dependencies = [ - "reth-db", - "reth-node-builder", - "reth-optimism-chainspec", + "reth-db 1.10.1", + "reth-node-builder 1.10.1", + "reth-optimism-chainspec 1.10.1", "reth-optimism-node", "tokio", ] @@ -3817,7 +3819,7 @@ dependencies = [ "futures", "reth-ethereum", "reth-op", - "reth-tracing", + "reth-tracing 1.10.1", "tokio", ] @@ -3848,10 +3850,10 @@ dependencies = [ "alloy-consensus", "eyre", "futures", - "reth-discv4", - "reth-ecies", + "reth-discv4 1.10.1", + "reth-ecies 1.10.1", "reth-ethereum", - "reth-network-peers", + "reth-network-peers 1.10.1", "secp256k1 0.30.0", "tokio", ] @@ -3873,7 +3875,7 @@ dependencies = [ "eyre", "futures", "reth-ethereum", - "reth-tracing", + "reth-tracing 1.10.1", "tokio", ] @@ -3924,9 +3926,9 @@ name = "example-polygon-p2p" version = "0.0.0" dependencies = [ "alloy-genesis", - "reth-discv4", + "reth-discv4 1.10.1", "reth-ethereum", - "reth-tracing", + "reth-tracing 1.10.1", "secp256k1 0.30.0", "serde_json", "tokio", @@ -3943,7 +3945,7 @@ dependencies = [ "eyre", "parking_lot", "reth-ethereum", - "reth-tracing", + "reth-tracing 1.10.1", "schnellru", "tokio", ] @@ -4086,9 +4088,9 @@ checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" [[package]] name = "fixed-cache" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25d3af83468398d500e9bc19e001812dcb1a11e4d3d6a5956c789aa3c11a8cb5" +checksum = "4818d9731e8b1fbc95a5a09b7cb2cda660a994c3198aa0fcdd8f49c5b0768048" dependencies = [ "equivalent", ] @@ -4865,7 +4867,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.6.1", + "socket2 0.6.2", "tokio", "tower-service", "tracing", @@ -6525,23 +6527,23 @@ dependencies = [ "clap", "eyre", "futures-util", - "reth-chainspec", - "reth-cli-util", - "reth-db", - "reth-db-api", - "reth-node-builder", - "reth-optimism-chainspec", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-cli-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "reth-optimism-cli", - "reth-optimism-consensus", - "reth-optimism-evm", + "reth-optimism-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "reth-optimism-exex", - "reth-optimism-forks", + "reth-optimism-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "reth-optimism-node", - "reth-optimism-payload-builder", - "reth-optimism-primitives", + "reth-optimism-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "reth-optimism-rpc", "reth-optimism-trie", - "reth-tasks", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "tokio", "tracing", ] @@ -6556,7 +6558,7 @@ dependencies = [ "futures", "hdrhistogram", "reqwest", - "reth-cli-runner", + "reth-cli-runner 1.10.1", "serde", "serde_json", "tokio", @@ -6581,9 +6583,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl-probe" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f50d9b3dabb09ecd771ad0aa242ca6894994c130308ca3d7684634df8037391" +checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" [[package]] name = "opentelemetry" @@ -7114,9 +7116,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" dependencies = [ "unicode-ident", ] @@ -7318,7 +7320,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls", - "socket2 0.6.1", + "socket2 0.6.2", "thiserror 2.0.18", "tokio", "tracing", @@ -7355,16 +7357,16 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.6.1", + "socket2 0.6.2", "tracing", "windows-sys 0.60.2", ] [[package]] name = "quote" -version = "1.0.43" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" +checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" dependencies = [ "proc-macro2", ] @@ -7731,39 +7733,39 @@ dependencies = [ "backon", "clap", "eyre", - "reth-chainspec", - "reth-cli-runner", - "reth-cli-util", - "reth-consensus", - "reth-consensus-common", - "reth-db", + "reth-chainspec 1.10.1", + "reth-cli-runner 1.10.1", + "reth-cli-util 1.10.1", + "reth-consensus 1.10.1", + "reth-consensus-common 1.10.1", + "reth-db 1.10.1", "reth-ethereum-cli", - "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", - "reth-network", - "reth-network-api", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-node-ethereum", - "reth-node-metrics", - "reth-payload-builder", - "reth-payload-primitives", + "reth-ethereum-payload-builder 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-network 1.10.1", + "reth-network-api 1.10.1", + "reth-node-api 1.10.1", + "reth-node-builder 1.10.1", + "reth-node-core 1.10.1", + "reth-node-ethereum 1.10.1", + "reth-node-metrics 1.10.1", + "reth-payload-builder 1.10.1", + "reth-payload-primitives 1.10.1", "reth-primitives", - "reth-provider", + "reth-provider 1.10.1", "reth-ress-protocol", "reth-ress-provider", - "reth-revm", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-convert", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", + "reth-revm 1.10.1", + "reth-rpc 1.10.1", + "reth-rpc-api 1.10.1", + "reth-rpc-builder 1.10.1", + "reth-rpc-convert 1.10.1", + "reth-rpc-eth-types 1.10.1", + "reth-rpc-server-types 1.10.1", + "reth-tasks 1.10.1", + "reth-tokio-util 1.10.1", + "reth-transaction-pool 1.10.1", "tempfile", "tokio", "tracing", @@ -7779,15 +7781,39 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chain-state", - "reth-metrics", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-tasks", + "reth-chain-state 1.10.1", + "reth-metrics 1.10.1", + "reth-payload-builder 1.10.1", + "reth-payload-builder-primitives 1.10.1", + "reth-payload-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-revm 1.10.1", + "reth-storage-api 1.10.1", + "reth-tasks 1.10.1", + "tokio", + "tracing", +] + +[[package]] +name = "reth-basic-payload-builder" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "futures-core", + "futures-util", + "metrics", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "tokio", "tracing", ] @@ -7819,17 +7845,17 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types-engine", "reqwest", - "reth-chainspec", - "reth-cli-runner", - "reth-cli-util", - "reth-engine-primitives", - "reth-ethereum-primitives", - "reth-fs-util", - "reth-node-api", - "reth-node-core", - "reth-primitives-traits", - "reth-rpc-api", - "reth-tracing", + "reth-chainspec 1.10.1", + "reth-cli-runner 1.10.1", + "reth-cli-util 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-fs-util 1.10.1", + "reth-node-api 1.10.1", + "reth-node-core 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-rpc-api 1.10.1", + "reth-tracing 1.10.1", "serde", "serde_json", "thiserror 2.0.18", @@ -7854,11 +7880,11 @@ dependencies = [ "ctrlc", "eyre", "nix 0.29.0", - "reth-chainspec", - "reth-cli-runner", - "reth-cli-util", - "reth-node-core", - "reth-tracing", + "reth-chainspec 1.10.1", + "reth-cli-runner 1.10.1", + "reth-cli-util 1.10.1", + "reth-node-core 1.10.1", + "reth-tracing 1.10.1", "serde", "serde_json", "shellexpand", @@ -7882,15 +7908,46 @@ dependencies = [ "parking_lot", "pin-project", "rand 0.9.2", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-testing-utils", - "reth-trie", + "reth-chainspec 1.10.1", + "reth-errors 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-execution-types 1.10.1", + "reth-metrics 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-storage-api 1.10.1", + "reth-testing-utils 1.10.1", + "reth-trie 1.10.1", + "revm-database", + "revm-state", + "serde", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-chain-state" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-signer", + "alloy-signer-local", + "derive_more", + "metrics", + "parking_lot", + "pin-project", + "rand 0.9.2", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "revm-database", "revm-state", "serde", @@ -7913,21 +7970,55 @@ dependencies = [ "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 1.10.1", + "reth-network-peers 1.10.1", + "reth-primitives-traits 1.10.1", + "serde_json", +] + +[[package]] +name = "reth-chainspec" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more", + "reth-ethereum-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "serde_json", +] + +[[package]] +name = "reth-cli" +version = "1.10.1" +dependencies = [ + "alloy-genesis", + "clap", + "eyre", + "reth-cli-runner 1.10.1", + "reth-db 1.10.1", "serde_json", + "shellexpand", ] [[package]] name = "reth-cli" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-genesis", "clap", "eyre", - "reth-cli-runner", - "reth-db", + "reth-cli-runner 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde_json", "shellexpand", ] @@ -7958,52 +8049,52 @@ dependencies = [ "proptest-arbitrary-interop", "ratatui", "reqwest", - "reth-chainspec", - "reth-cli", - "reth-cli-runner", - "reth-cli-util", - "reth-codecs", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-db-common", - "reth-discv4", - "reth-discv5", - "reth-downloaders", - "reth-ecies", - "reth-era", - "reth-era-downloader", - "reth-era-utils", - "reth-eth-wire", + "reth-chainspec 1.10.1", + "reth-cli 1.10.1", + "reth-cli-runner 1.10.1", + "reth-cli-util 1.10.1", + "reth-codecs 1.10.1", + "reth-config 1.10.1", + "reth-consensus 1.10.1", + "reth-db 1.10.1", + "reth-db-api 1.10.1", + "reth-db-common 1.10.1", + "reth-discv4 1.10.1", + "reth-discv5 1.10.1", + "reth-downloaders 1.10.1", + "reth-ecies 1.10.1", + "reth-era 1.10.1", + "reth-era-downloader 1.10.1", + "reth-era-utils 1.10.1", + "reth-eth-wire 1.10.1", "reth-ethereum-cli", - "reth-ethereum-primitives", - "reth-etl", - "reth-evm", - "reth-exex", - "reth-fs-util", - "reth-net-nat", - "reth-network", - "reth-network-p2p", - "reth-network-peers", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-node-events", - "reth-node-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-prune-types", - "reth-revm", - "reth-stages", - "reth-stages-types", - "reth-static-file", - "reth-static-file-types", - "reth-tasks", - "reth-trie", - "reth-trie-common", - "reth-trie-db", + "reth-ethereum-primitives 1.10.1", + "reth-etl 1.10.1", + "reth-evm 1.10.1", + "reth-exex 1.10.1", + "reth-fs-util 1.10.1", + "reth-net-nat 1.10.1", + "reth-network 1.10.1", + "reth-network-p2p 1.10.1", + "reth-network-peers 1.10.1", + "reth-node-api 1.10.1", + "reth-node-builder 1.10.1", + "reth-node-core 1.10.1", + "reth-node-events 1.10.1", + "reth-node-metrics 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-prune 1.10.1", + "reth-prune-types 1.10.1", + "reth-revm 1.10.1", + "reth-stages 1.10.1", + "reth-stages-types 1.10.1", + "reth-static-file 1.10.1", + "reth-static-file-types 1.10.1", + "reth-tasks 1.10.1", + "reth-trie 1.10.1", + "reth-trie-common 1.10.1", + "reth-trie-db 1.10.1", "secp256k1 0.30.0", "serde", "serde_json", @@ -8017,11 +8108,105 @@ dependencies = [ "zstd", ] +[[package]] +name = "reth-cli-commands" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "arbitrary", + "backon", + "clap", + "comfy-table", + "crossterm 0.28.1", + "eyre", + "fdlimit", + "futures", + "human_bytes", + "humantime", + "itertools 0.14.0", + "lz4", + "metrics", + "proptest", + "proptest-arbitrary-interop", + "ratatui", + "reqwest", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-cli 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-cli-runner 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-cli-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-config 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-discv4 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-discv5 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-downloaders 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ecies 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-era 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-era-downloader 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-era-utils 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-eth-wire 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-etl 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-exex 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-fs-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-net-nat 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-p2p 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-core 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-events 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "secp256k1 0.30.0", + "serde", + "serde_json", + "tar", + "tokio", + "tokio-stream", + "toml", + "tracing", + "url", + "zstd", +] + +[[package]] +name = "reth-cli-runner" +version = "1.10.1" +dependencies = [ + "reth-tasks 1.10.1", + "tokio", + "tracing", +] + [[package]] name = "reth-cli-runner" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ - "reth-tasks", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "tokio", "tracing", ] @@ -8037,8 +8222,8 @@ dependencies = [ "libc", "rand 0.8.5", "rand 0.9.2", - "reth-fs-util", - "reth-tracing", + "reth-fs-util 1.10.1", + "reth-tracing 1.10.1", "secp256k1 0.30.0", "serde", "snmalloc-rs", @@ -8047,6 +8232,26 @@ dependencies = [ "tracy-client", ] +[[package]] +name = "reth-cli-util" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "cfg-if", + "eyre", + "libc", + "rand 0.8.5", + "reth-fs-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tracing 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "secp256k1 0.30.0", + "serde", + "thiserror 2.0.18", + "tikv-jemallocator", + "tracy-client", +] + [[package]] name = "reth-codecs" version = "1.10.1" @@ -8062,8 +8267,8 @@ dependencies = [ "op-alloy-consensus", "proptest", "proptest-arbitrary-interop", - "reth-codecs-derive", - "reth-zstd-compressors", + "reth-codecs-derive 1.10.1", + "reth-zstd-compressors 1.10.1", "rstest", "serde", "serde_json", @@ -8071,6 +8276,26 @@ dependencies = [ "visibility", ] +[[package]] +name = "reth-codecs" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "arbitrary", + "bytes", + "modular-bitfield", + "op-alloy-consensus", + "reth-codecs-derive 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-zstd-compressors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "serde", + "visibility", +] + [[package]] name = "reth-codecs-derive" version = "1.10.1" @@ -8081,6 +8306,16 @@ dependencies = [ "syn 2.0.114", ] +[[package]] +name = "reth-codecs-derive" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.114", +] + [[package]] name = "reth-config" version = "1.10.1" @@ -8088,26 +8323,55 @@ dependencies = [ "alloy-primitives", "eyre", "humantime-serde", - "reth-network-peers", - "reth-network-types", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", + "reth-network-peers 1.10.1", + "reth-network-types 1.10.1", + "reth-prune-types 1.10.1", + "reth-stages-types 1.10.1", + "reth-static-file-types 1.10.1", "serde", "tempfile", "toml", "url", ] +[[package]] +name = "reth-config" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "eyre", + "humantime-serde", + "reth-network-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "serde", + "toml", + "url", +] + +[[package]] +name = "reth-consensus" +version = "1.10.1" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "auto_impl", + "reth-execution-types 1.10.1", + "reth-primitives-traits 1.10.1", + "thiserror 2.0.18", +] + [[package]] name = "reth-consensus" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "thiserror 2.0.18", ] @@ -8119,10 +8383,22 @@ dependencies = [ "alloy-eips", "alloy-primitives", "rand 0.9.2", - "reth-chainspec", - "reth-consensus", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-chainspec 1.10.1", + "reth-consensus 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-primitives-traits 1.10.1", +] + +[[package]] +name = "reth-consensus-common" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", ] [[package]] @@ -8141,9 +8417,9 @@ dependencies = [ "eyre", "futures", "reqwest", - "reth-node-api", - "reth-primitives-traits", - "reth-tracing", + "reth-node-api 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-tracing 1.10.1", "ringbuffer", "serde", "serde_json", @@ -8151,30 +8427,56 @@ dependencies = [ ] [[package]] -name = "reth-db" +name = "reth-consensus-debug-client" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-consensus", + "alloy-eips", + "alloy-json-rpc", "alloy-primitives", - "arbitrary", - "assert_matches", - "codspeed-criterion-compat", - "derive_more", + "alloy-provider", + "alloy-rpc-types-engine", + "alloy-transport", + "auto_impl", + "derive_more", + "eyre", + "futures", + "reqwest", + "reth-node-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tracing 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "ringbuffer", + "serde", + "serde_json", + "tokio", +] + +[[package]] +name = "reth-db" +version = "1.10.1" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "arbitrary", + "assert_matches", + "codspeed-criterion-compat", + "derive_more", "eyre", "metrics", "page_size", "parking_lot", "proptest", - "reth-db-api", - "reth-fs-util", - "reth-libmdbx", - "reth-metrics", - "reth-nippy-jar", - "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", - "reth-storage-errors", - "reth-tracing", + "reth-db-api 1.10.1", + "reth-fs-util 1.10.1", + "reth-libmdbx 1.10.1", + "reth-metrics 1.10.1", + "reth-nippy-jar 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-prune-types 1.10.1", + "reth-static-file-types 1.10.1", + "reth-storage-errors 1.10.1", + "reth-tracing 1.10.1", "rustc-hash", "serde", "serde_json", @@ -8184,6 +8486,32 @@ dependencies = [ "thiserror 2.0.18", ] +[[package]] +name = "reth-db" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "derive_more", + "eyre", + "metrics", + "page_size", + "parking_lot", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-fs-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-libmdbx 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-nippy-jar 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tracing 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "rustc-hash", + "strum 0.27.2", + "sysinfo", + "tempfile", + "thiserror 2.0.18", +] + [[package]] name = "reth-db-api" version = "1.10.1" @@ -8200,44 +8528,102 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.9.2", - "reth-codecs", - "reth-db-models", - "reth-ethereum-primitives", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-codecs 1.10.1", + "reth-db-models 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-optimism-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-prune-types 1.10.1", + "reth-stages-types 1.10.1", + "reth-storage-errors 1.10.1", + "reth-trie-common 1.10.1", "roaring", "serde", "test-fuzz", ] +[[package]] +name = "reth-db-api" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-genesis", + "alloy-primitives", + "arbitrary", + "bytes", + "derive_more", + "metrics", + "modular-bitfield", + "parity-scale-codec", + "proptest", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-models 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "roaring", + "serde", +] + +[[package]] +name = "reth-db-common" +version = "1.10.1" +dependencies = [ + "alloy-consensus", + "alloy-genesis", + "alloy-primitives", + "boyer-moore-magiclen", + "eyre", + "reth-chainspec 1.10.1", + "reth-codecs 1.10.1", + "reth-config 1.10.1", + "reth-db 1.10.1", + "reth-db-api 1.10.1", + "reth-etl 1.10.1", + "reth-execution-errors 1.10.1", + "reth-fs-util 1.10.1", + "reth-node-types 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-stages-types 1.10.1", + "reth-static-file-types 1.10.1", + "reth-trie 1.10.1", + "reth-trie-db 1.10.1", + "serde", + "serde_json", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "reth-db-common" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-consensus", "alloy-genesis", "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", - "reth-codecs", - "reth-config", - "reth-db", - "reth-db-api", - "reth-etl", - "reth-execution-errors", - "reth-fs-util", - "reth-node-types", - "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-static-file-types", - "reth-trie", - "reth-trie-db", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-config 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-etl 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-fs-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", "serde_json", "thiserror 2.0.18", @@ -8255,8 +8641,23 @@ dependencies = [ "modular-bitfield", "proptest", "proptest-arbitrary-interop", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.10.1", + "reth-primitives-traits 1.10.1", + "serde", +] + +[[package]] +name = "reth-db-models" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "arbitrary", + "bytes", + "modular-bitfield", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", ] @@ -8272,11 +8673,36 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks", - "reth-net-banlist", - "reth-net-nat", - "reth-network-peers", - "reth-tracing", + "reth-ethereum-forks 1.10.1", + "reth-net-banlist 1.10.1", + "reth-net-nat 1.10.1", + "reth-network-peers 1.10.1", + "reth-tracing 1.10.1", + "schnellru", + "secp256k1 0.30.0", + "serde", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-discv4" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "discv5", + "enr", + "itertools 0.14.0", + "parking_lot", + "rand 0.8.5", + "reth-ethereum-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-net-banlist 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-net-nat 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "schnellru", "secp256k1 0.30.0", "serde", @@ -8300,11 +8726,35 @@ dependencies = [ "metrics", "rand 0.8.5", "rand 0.9.2", - "reth-chainspec", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", - "reth-tracing", + "reth-chainspec 1.10.1", + "reth-ethereum-forks 1.10.1", + "reth-metrics 1.10.1", + "reth-network-peers 1.10.1", + "reth-tracing 1.10.1", + "secp256k1 0.30.0", + "thiserror 2.0.18", + "tokio", + "tracing", +] + +[[package]] +name = "reth-discv5" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "derive_more", + "discv5", + "enr", + "futures", + "itertools 0.14.0", + "metrics", + "rand 0.9.2", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "secp256k1 0.30.0", "thiserror 2.0.18", "tokio", @@ -8324,11 +8774,35 @@ dependencies = [ "linked_hash_set", "parking_lot", "rand 0.9.2", - "reth-chainspec", - "reth-ethereum-forks", - "reth-network-peers", - "reth-tokio-util", - "reth-tracing", + "reth-chainspec 1.10.1", + "reth-ethereum-forks 1.10.1", + "reth-network-peers 1.10.1", + "reth-tokio-util 1.10.1", + "reth-tracing 1.10.1", + "schnellru", + "secp256k1 0.30.0", + "serde", + "serde_with", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-dns-discovery" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "data-encoding", + "enr", + "hickory-resolver", + "linked_hash_set", + "parking_lot", + "reth-ethereum-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tokio-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "schnellru", "secp256k1 0.30.0", "serde", @@ -8356,19 +8830,54 @@ dependencies = [ "pin-project", "rand 0.9.2", "rayon", - "reth-chainspec", - "reth-config", - "reth-consensus", - "reth-ethereum-primitives", - "reth-metrics", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-provider", - "reth-storage-api", - "reth-tasks", - "reth-testing-utils", - "reth-tracing", + "reth-chainspec 1.10.1", + "reth-config 1.10.1", + "reth-consensus 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-metrics 1.10.1", + "reth-network-p2p 1.10.1", + "reth-network-peers 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-storage-api 1.10.1", + "reth-tasks 1.10.1", + "reth-testing-utils 1.10.1", + "reth-tracing 1.10.1", + "tempfile", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-downloaders" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "async-compression", + "futures", + "futures-util", + "itertools 0.14.0", + "metrics", + "pin-project", + "rayon", + "reth-config 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-p2p 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-testing-utils 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "tempfile", "thiserror 2.0.18", "tokio", @@ -8395,36 +8904,36 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", - "reth-cli-commands", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-common", - "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-primitives", - "reth-network-api", - "reth-network-p2p", - "reth-network-peers", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-node-ethereum", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-chainspec 1.10.1", + "reth-cli-commands 1.10.1", + "reth-config 1.10.1", + "reth-consensus 1.10.1", + "reth-db 1.10.1", + "reth-db-common 1.10.1", + "reth-engine-local 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-network-api 1.10.1", + "reth-network-p2p 1.10.1", + "reth-network-peers 1.10.1", + "reth-node-api 1.10.1", + "reth-node-builder 1.10.1", + "reth-node-core 1.10.1", + "reth-node-ethereum 1.10.1", + "reth-payload-builder 1.10.1", + "reth-payload-builder-primitives 1.10.1", + "reth-payload-primitives 1.10.1", "reth-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-eth-api", - "reth-rpc-server-types", - "reth-stages-types", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-rpc-api 1.10.1", + "reth-rpc-builder 1.10.1", + "reth-rpc-eth-api 1.10.1", + "reth-rpc-server-types 1.10.1", + "reth-stages-types 1.10.1", + "reth-tasks 1.10.1", + "reth-tokio-util 1.10.1", + "reth-tracing 1.10.1", "revm", "serde_json", "tempfile", @@ -8451,7 +8960,35 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers", + "reth-network-peers 1.10.1", + "secp256k1 0.30.0", + "sha2", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-ecies" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "aes", + "alloy-primitives", + "alloy-rlp", + "block-padding", + "byteorder", + "cipher", + "concat-kdf", + "ctr", + "digest 0.10.7", + "futures", + "hmac", + "pin-project", + "rand 0.8.5", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "secp256k1 0.30.0", "sha2", "thiserror 2.0.18", @@ -8471,15 +9008,40 @@ dependencies = [ "eyre", "futures-util", "op-alloy-rpc-types-engine", - "reth-chainspec", - "reth-engine-primitives", - "reth-ethereum-engine-primitives", - "reth-optimism-chainspec", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-transaction-pool", + "reth-chainspec 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-ethereum-engine-primitives 1.10.1", + "reth-optimism-chainspec 1.10.1", + "reth-payload-builder 1.10.1", + "reth-payload-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-storage-api 1.10.1", + "reth-transaction-pool 1.10.1", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-engine-local" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rpc-types-engine", + "eyre", + "futures-util", + "op-alloy-rpc-types-engine", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "tokio", "tokio-stream", "tracing", @@ -8495,15 +9057,40 @@ dependencies = [ "alloy-rpc-types-engine", "auto_impl", "futures", - "reth-chain-state", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-chain-state 1.10.1", + "reth-errors 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-execution-types 1.10.1", + "reth-payload-builder-primitives 1.10.1", + "reth-payload-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-trie-common 1.10.1", + "serde", + "thiserror 2.0.18", + "tokio", +] + +[[package]] +name = "reth-engine-primitives" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "futures", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", "thiserror 2.0.18", "tokio", @@ -8516,30 +9103,53 @@ dependencies = [ "alloy-eips", "futures", "pin-project", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", - "reth-engine-tree", - "reth-ethereum-consensus", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-exex-types", - "reth-network-p2p", - "reth-node-ethereum", - "reth-node-types", - "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-stages-api", - "reth-tasks", - "reth-trie-db", + "reth-chainspec 1.10.1", + "reth-consensus 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-engine-tree 1.10.1", + "reth-ethereum-consensus 1.10.1", + "reth-ethereum-engine-primitives 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-evm-ethereum 1.10.1", + "reth-exex-types 1.10.1", + "reth-network-p2p 1.10.1", + "reth-node-ethereum 1.10.1", + "reth-node-types 1.10.1", + "reth-payload-builder 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-prune 1.10.1", + "reth-stages-api 1.10.1", + "reth-tasks 1.10.1", + "reth-trie-db 1.10.1", "tokio", "tokio-stream", ] +[[package]] +name = "reth-engine-service" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "futures", + "pin-project", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-tree 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-p2p 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", +] + [[package]] name = "reth-engine-tree" version = "1.10.1" @@ -8567,43 +9177,43 @@ dependencies = [ "rand 0.8.5", "rand 0.9.2", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-db", - "reth-db-common", + "reth-chain-state 1.10.1", + "reth-chainspec 1.10.1", + "reth-consensus 1.10.1", + "reth-db 1.10.1", + "reth-db-common 1.10.1", "reth-e2e-test-utils", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-consensus", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", - "reth-exex-types", - "reth-metrics", - "reth-network-p2p", - "reth-node-ethereum", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-prune-types", - "reth-revm", - "reth-stages", - "reth-stages-api", - "reth-static-file", - "reth-tasks", - "reth-testing-utils", - "reth-tracing", - "reth-trie", - "reth-trie-common", - "reth-trie-db", - "reth-trie-parallel", - "reth-trie-sparse", - "reth-trie-sparse-parallel", + "reth-engine-primitives 1.10.1", + "reth-errors 1.10.1", + "reth-ethereum-consensus 1.10.1", + "reth-ethereum-engine-primitives 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-evm-ethereum 1.10.1", + "reth-execution-types 1.10.1", + "reth-exex-types 1.10.1", + "reth-metrics 1.10.1", + "reth-network-p2p 1.10.1", + "reth-node-ethereum 1.10.1", + "reth-payload-builder 1.10.1", + "reth-payload-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-prune 1.10.1", + "reth-prune-types 1.10.1", + "reth-revm 1.10.1", + "reth-stages 1.10.1", + "reth-stages-api 1.10.1", + "reth-static-file 1.10.1", + "reth-tasks 1.10.1", + "reth-testing-utils 1.10.1", + "reth-tracing 1.10.1", + "reth-trie 1.10.1", + "reth-trie-common 1.10.1", + "reth-trie-db 1.10.1", + "reth-trie-parallel 1.10.1", + "reth-trie-sparse 1.10.1", + "reth-trie-sparse-parallel 1.10.1", "revm", "revm-primitives", "revm-state", @@ -8616,47 +9226,134 @@ dependencies = [ ] [[package]] -name = "reth-engine-util" -version = "1.10.1" -dependencies = [ - "alloy-consensus", - "alloy-rpc-types-engine", - "eyre", - "futures", - "itertools 0.14.0", - "pin-project", - "reth-chainspec", - "reth-engine-primitives", - "reth-engine-tree", - "reth-errors", - "reth-evm", - "reth-fs-util", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "serde", - "serde_json", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "reth-era" +name = "reth-engine-tree" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-consensus", + "alloy-eip7928", "alloy-eips", + "alloy-evm", "alloy-primitives", "alloy-rlp", - "ethereum_ssz", - "ethereum_ssz_derive", - "eyre", + "alloy-rpc-types-engine", + "crossbeam-channel", + "dashmap 6.1.0", + "derive_more", + "futures", + "metrics", + "mini-moka", + "moka", + "parking_lot", + "rayon", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-p2p 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tracing 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-parallel 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-sparse 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-sparse-parallel 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "revm", + "revm-primitives", + "schnellru", + "smallvec", + "thiserror 2.0.18", + "tokio", + "tracing", +] + +[[package]] +name = "reth-engine-util" +version = "1.10.1" +dependencies = [ + "alloy-consensus", + "alloy-rpc-types-engine", + "eyre", + "futures", + "itertools 0.14.0", + "pin-project", + "reth-chainspec 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-engine-tree 1.10.1", + "reth-errors 1.10.1", + "reth-evm 1.10.1", + "reth-fs-util 1.10.1", + "reth-payload-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-revm 1.10.1", + "reth-storage-api 1.10.1", + "serde", + "serde_json", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-engine-util" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-rpc-types-engine", + "eyre", + "futures", + "itertools 0.14.0", + "pin-project", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-tree 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-fs-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "serde", + "serde_json", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-era" +version = "1.10.1" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "ethereum_ssz", + "ethereum_ssz_derive", + "eyre", "rand 0.9.2", "reqwest", - "reth-era-downloader", - "reth-ethereum-primitives", + "reth-era-downloader 1.10.1", + "reth-ethereum-primitives 1.10.1", "snap", "tempfile", "test-case", @@ -8664,6 +9361,21 @@ dependencies = [ "tokio", ] +[[package]] +name = "reth-era" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "ethereum_ssz", + "ethereum_ssz_derive", + "snap", + "thiserror 2.0.18", +] + [[package]] name = "reth-era-downloader" version = "1.10.1" @@ -8674,14 +9386,30 @@ dependencies = [ "futures", "futures-util", "reqwest", - "reth-era", - "reth-fs-util", + "reth-era 1.10.1", + "reth-fs-util 1.10.1", "sha2", "tempfile", "test-case", "tokio", ] +[[package]] +name = "reth-era-downloader" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "bytes", + "eyre", + "futures-util", + "reqwest", + "reth-era 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-fs-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "sha2", + "tokio", +] + [[package]] name = "reth-era-utils" version = "1.10.1" @@ -8692,29 +9420,62 @@ dependencies = [ "eyre", "futures-util", "reqwest", - "reth-db-api", - "reth-db-common", - "reth-era", - "reth-era-downloader", - "reth-etl", - "reth-fs-util", - "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-db-api 1.10.1", + "reth-db-common 1.10.1", + "reth-era 1.10.1", + "reth-era-downloader 1.10.1", + "reth-etl 1.10.1", + "reth-fs-util 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-stages-types 1.10.1", + "reth-storage-api 1.10.1", "tempfile", "tokio", "tokio-util", "tracing", ] +[[package]] +name = "reth-era-utils" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "eyre", + "futures-util", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-era 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-era-downloader 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-etl 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-fs-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "tokio", + "tracing", +] + +[[package]] +name = "reth-errors" +version = "1.10.1" +dependencies = [ + "reth-consensus 1.10.1", + "reth-execution-errors 1.10.1", + "reth-storage-errors 1.10.1", + "thiserror 2.0.18", +] + [[package]] name = "reth-errors" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ - "reth-consensus", - "reth-execution-errors", - "reth-storage-errors", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "thiserror 2.0.18", ] @@ -8737,14 +9498,14 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.8.5", "rand 0.9.2", - "reth-codecs", - "reth-ecies", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", - "reth-primitives-traits", - "reth-tracing", + "reth-codecs 1.10.1", + "reth-ecies 1.10.1", + "reth-eth-wire-types 1.10.1", + "reth-ethereum-forks 1.10.1", + "reth-metrics 1.10.1", + "reth-network-peers 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-tracing 1.10.1", "secp256k1 0.30.0", "serde", "snap", @@ -8756,6 +9517,35 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-eth-wire" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-chains", + "alloy-primitives", + "alloy-rlp", + "arbitrary", + "bytes", + "derive_more", + "futures", + "pin-project", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ecies 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-eth-wire-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "serde", + "snap", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + [[package]] name = "reth-eth-wire-types" version = "1.10.1" @@ -8773,10 +9563,34 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.9.2", - "reth-chainspec", - "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-chainspec 1.10.1", + "reth-codecs-derive 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "serde", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-eth-wire-types" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-hardforks", + "alloy-primitives", + "alloy-rlp", + "arbitrary", + "bytes", + "derive_more", + "proptest", + "proptest-arbitrary-interop", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-codecs-derive 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", "thiserror 2.0.18", ] @@ -8787,38 +9601,38 @@ version = "1.10.1" dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "reth-chainspec", - "reth-cli-util", - "reth-codecs", - "reth-consensus", - "reth-consensus-common", - "reth-db", - "reth-engine-local", - "reth-eth-wire", + "reth-chainspec 1.10.1", + "reth-cli-util 1.10.1", + "reth-codecs 1.10.1", + "reth-consensus 1.10.1", + "reth-consensus-common 1.10.1", + "reth-db 1.10.1", + "reth-engine-local 1.10.1", + "reth-eth-wire 1.10.1", "reth-ethereum-cli", - "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-exex", - "reth-network", - "reth-network-api", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-node-ethereum", - "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", - "reth-trie-db", + "reth-ethereum-consensus 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-evm-ethereum 1.10.1", + "reth-exex 1.10.1", + "reth-network 1.10.1", + "reth-network-api 1.10.1", + "reth-node-api 1.10.1", + "reth-node-builder 1.10.1", + "reth-node-core 1.10.1", + "reth-node-ethereum 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-revm 1.10.1", + "reth-rpc 1.10.1", + "reth-rpc-api 1.10.1", + "reth-rpc-builder 1.10.1", + "reth-rpc-eth-types 1.10.1", + "reth-storage-api 1.10.1", + "reth-tasks 1.10.1", + "reth-transaction-pool 1.10.1", + "reth-trie 1.10.1", + "reth-trie-db 1.10.1", ] [[package]] @@ -8827,18 +9641,18 @@ version = "1.10.1" dependencies = [ "clap", "eyre", - "reth-chainspec", - "reth-cli", - "reth-cli-commands", - "reth-cli-runner", - "reth-db", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-node-ethereum", - "reth-node-metrics", - "reth-rpc-server-types", - "reth-tracing", + "reth-chainspec 1.10.1", + "reth-cli 1.10.1", + "reth-cli-commands 1.10.1", + "reth-cli-runner 1.10.1", + "reth-db 1.10.1", + "reth-node-api 1.10.1", + "reth-node-builder 1.10.1", + "reth-node-core 1.10.1", + "reth-node-ethereum 1.10.1", + "reth-node-metrics 1.10.1", + "reth-rpc-server-types 1.10.1", + "reth-tracing 1.10.1", "tempfile", "tracing", ] @@ -8850,12 +9664,28 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-primitives-traits", + "reth-chainspec 1.10.1", + "reth-consensus 1.10.1", + "reth-consensus-common 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-execution-types 1.10.1", + "reth-primitives-traits 1.10.1", + "tracing", +] + +[[package]] +name = "reth-ethereum-consensus" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "tracing", ] @@ -8867,16 +9697,34 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-engine-primitives", - "reth-ethereum-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-engine-primitives 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-payload-primitives 1.10.1", + "reth-primitives-traits 1.10.1", "serde", "serde_json", "sha2", "thiserror 2.0.18", ] +[[package]] +name = "reth-ethereum-engine-primitives" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "serde", + "sha2", + "thiserror 2.0.18", +] + [[package]] name = "reth-ethereum-forks" version = "1.10.1" @@ -8890,30 +9738,73 @@ dependencies = [ "rustc-hash", ] +[[package]] +name = "reth-ethereum-forks" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "arbitrary", + "auto_impl", + "once_cell", + "rustc-hash", +] + +[[package]] +name = "reth-ethereum-payload-builder" +version = "1.10.1" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine", + "reth-basic-payload-builder 1.10.1", + "reth-chainspec 1.10.1", + "reth-consensus-common 1.10.1", + "reth-errors 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-evm-ethereum 1.10.1", + "reth-payload-builder 1.10.1", + "reth-payload-builder-primitives 1.10.1", + "reth-payload-primitives 1.10.1", + "reth-payload-validator 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-revm 1.10.1", + "reth-storage-api 1.10.1", + "reth-transaction-pool 1.10.1", + "revm", + "tracing", +] + [[package]] name = "reth-ethereum-payload-builder" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-basic-payload-builder", - "reth-chainspec", - "reth-consensus-common", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-transaction-pool", + "reth-basic-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm-ethereum 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-validator 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "revm", "tracing", ] @@ -8936,28 +9827,84 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.8.5", "rand 0.9.2", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-codecs 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-zstd-compressors 1.10.1", "secp256k1 0.30.0", "serde", "serde_json", "serde_with", ] +[[package]] +name = "reth-ethereum-primitives" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-serde", + "arbitrary", + "modular-bitfield", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-zstd-compressors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "serde", + "serde_with", +] + [[package]] name = "reth-etl" version = "1.10.1" dependencies = [ "alloy-primitives", "rayon", - "reth-db-api", + "reth-db-api 1.10.1", "tempfile", ] +[[package]] +name = "reth-etl" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "rayon", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "tempfile", +] + +[[package]] +name = "reth-evm" +version = "1.10.1" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures-util", + "metrics", + "rayon", + "reth-ethereum-forks 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-execution-errors 1.10.1", + "reth-execution-types 1.10.1", + "reth-metrics 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-storage-api 1.10.1", + "reth-storage-errors 1.10.1", + "reth-trie-common 1.10.1", + "revm", +] + [[package]] name = "reth-evm" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8968,15 +9915,13 @@ dependencies = [ "futures-util", "metrics", "rayon", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", + "reth-execution-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "revm", ] @@ -8992,18 +9937,40 @@ dependencies = [ "alloy-rpc-types-engine", "derive_more", "parking_lot", - "reth-chainspec", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-primitives-traits", - "reth-storage-errors", - "reth-testing-utils", + "reth-chainspec 1.10.1", + "reth-ethereum-forks 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-execution-types 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-storage-errors 1.10.1", + "reth-testing-utils 1.10.1", "revm", "secp256k1 0.30.0", ] +[[package]] +name = "reth-evm-ethereum" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "alloy-rpc-types-engine", + "derive_more", + "parking_lot", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "revm", +] + [[package]] name = "reth-execution-errors" version = "1.10.1" @@ -9012,7 +9979,20 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors", + "reth-storage-errors 1.10.1", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-execution-errors" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-evm", + "alloy-primitives", + "alloy-rlp", + "nybbles", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "thiserror 2.0.18", ] @@ -9028,9 +10008,27 @@ dependencies = [ "bincode 1.3.3", "derive_more", "rand 0.9.2", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-ethereum-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-trie-common 1.10.1", + "revm", + "serde", + "serde_with", +] + +[[package]] +name = "reth-execution-types" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "derive_more", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "revm", "serde", "serde_with", @@ -9050,28 +10048,28 @@ dependencies = [ "metrics", "parking_lot", "rand 0.9.2", - "reth-chain-state", - "reth-chainspec", - "reth-config", - "reth-db-common", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-exex-types", - "reth-fs-util", - "reth-metrics", - "reth-node-api", - "reth-node-core", - "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-revm", - "reth-stages-api", - "reth-tasks", - "reth-testing-utils", - "reth-tracing", - "reth-trie-common", + "reth-chain-state 1.10.1", + "reth-chainspec 1.10.1", + "reth-config 1.10.1", + "reth-db-common 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-evm-ethereum 1.10.1", + "reth-exex-types 1.10.1", + "reth-fs-util 1.10.1", + "reth-metrics 1.10.1", + "reth-node-api 1.10.1", + "reth-node-core 1.10.1", + "reth-payload-builder 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-prune-types 1.10.1", + "reth-revm 1.10.1", + "reth-stages-api 1.10.1", + "reth-tasks 1.10.1", + "reth-testing-utils 1.10.1", + "reth-tracing 1.10.1", + "reth-trie-common 1.10.1", "rmp-serde", "secp256k1 0.30.0", "tempfile", @@ -9081,6 +10079,44 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-exex" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "eyre", + "futures", + "itertools 0.14.0", + "metrics", + "parking_lot", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-config 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-exex-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-fs-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-core 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tracing 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "rmp-serde", + "thiserror 2.0.18", + "tokio", + "tokio-util", + "tracing", +] + [[package]] name = "reth-exex-test-utils" version = "1.10.1" @@ -9088,25 +10124,57 @@ dependencies = [ "alloy-eips", "eyre", "futures-util", - "reth-chainspec", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-common", - "reth-ethereum-primitives", - "reth-evm-ethereum", - "reth-execution-types", - "reth-exex", - "reth-network", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-node-ethereum", - "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", - "reth-tasks", - "reth-transaction-pool", + "reth-chainspec 1.10.1", + "reth-config 1.10.1", + "reth-consensus 1.10.1", + "reth-db 1.10.1", + "reth-db-common 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm-ethereum 1.10.1", + "reth-execution-types 1.10.1", + "reth-exex 1.10.1", + "reth-network 1.10.1", + "reth-node-api 1.10.1", + "reth-node-builder 1.10.1", + "reth-node-core 1.10.1", + "reth-node-ethereum 1.10.1", + "reth-payload-builder 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-tasks 1.10.1", + "reth-transaction-pool 1.10.1", + "tempfile", + "thiserror 2.0.18", + "tokio", +] + +[[package]] +name = "reth-exex-test-utils" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-eips", + "eyre", + "futures-util", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-config 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm-ethereum 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-exex 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-core 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-ethereum 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "tempfile", "thiserror 2.0.18", "tokio", @@ -9121,10 +10189,24 @@ dependencies = [ "arbitrary", "bincode 1.3.3", "rand 0.9.2", - "reth-chain-state", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-primitives-traits", + "reth-chain-state 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-execution-types 1.10.1", + "reth-primitives-traits 1.10.1", + "serde", + "serde_with", +] + +[[package]] +name = "reth-exex-types" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", "serde_with", ] @@ -9138,6 +10220,16 @@ dependencies = [ "thiserror 2.0.18", ] +[[package]] +name = "reth-fs-util" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "serde", + "serde_json", + "thiserror 2.0.18", +] + [[package]] name = "reth-invalid-block-hooks" version = "1.10.1" @@ -9151,18 +10243,18 @@ dependencies = [ "futures", "jsonrpsee", "pretty_assertions", - "reth-chainspec", - "reth-engine-primitives", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-rpc-api", - "reth-testing-utils", - "reth-tracing", - "reth-trie", + "reth-chainspec 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-evm-ethereum 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-revm 1.10.1", + "reth-rpc-api 1.10.1", + "reth-testing-utils 1.10.1", + "reth-tracing 1.10.1", + "reth-trie 1.10.1", "revm", "revm-bytecode", "revm-database", @@ -9171,6 +10263,34 @@ dependencies = [ "tempfile", ] +[[package]] +name = "reth-invalid-block-hooks" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-debug", + "eyre", + "futures", + "jsonrpsee", + "pretty_assertions", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tracing 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "revm", + "revm-bytecode", + "revm-database", + "serde", + "serde_json", +] + [[package]] name = "reth-ipc" version = "1.10.1" @@ -9182,7 +10302,7 @@ dependencies = [ "jsonrpsee", "pin-project", "rand 0.9.2", - "reth-tracing", + "reth-tracing 1.10.1", "serde", "serde_json", "thiserror 2.0.18", @@ -9193,6 +10313,26 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-ipc" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "bytes", + "futures", + "futures-util", + "interprocess", + "jsonrpsee", + "pin-project", + "serde_json", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tokio-util", + "tower", + "tracing", +] + [[package]] name = "reth-libmdbx" version = "1.10.1" @@ -9204,13 +10344,29 @@ dependencies = [ "derive_more", "parking_lot", "rand 0.9.2", - "reth-mdbx-sys", + "reth-mdbx-sys 1.10.1", "smallvec", "tempfile", "thiserror 2.0.18", "tracing", ] +[[package]] +name = "reth-libmdbx" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "bitflags 2.10.0", + "byteorder", + "dashmap 6.1.0", + "derive_more", + "parking_lot", + "reth-mdbx-sys 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "smallvec", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "reth-mdbx-sys" version = "1.10.1" @@ -9219,6 +10375,15 @@ dependencies = [ "cc", ] +[[package]] +name = "reth-mdbx-sys" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "bindgen 0.71.1", + "cc", +] + [[package]] name = "reth-metrics" version = "1.10.1" @@ -9230,6 +10395,18 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "reth-metrics" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "futures", + "metrics", + "metrics-derive", + "tokio", + "tokio-util", +] + [[package]] name = "reth-net-banlist" version = "1.10.1" @@ -9238,14 +10415,37 @@ dependencies = [ "ipnet", ] +[[package]] +name = "reth-net-banlist" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "ipnet", +] + +[[package]] +name = "reth-net-nat" +version = "1.10.1" +dependencies = [ + "futures-util", + "if-addrs", + "reqwest", + "reth-tracing 1.10.1", + "serde_with", + "thiserror 2.0.18", + "tokio", + "tracing", +] + [[package]] name = "reth-net-nat" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "futures-util", "if-addrs", "reqwest", - "reth-tracing", "serde_with", "thiserror 2.0.18", "tokio", @@ -9275,31 +10475,31 @@ dependencies = [ "rand 0.8.5", "rand 0.9.2", "rayon", - "reth-chainspec", - "reth-consensus", - "reth-discv4", - "reth-discv5", - "reth-dns-discovery", - "reth-ecies", - "reth-eth-wire", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-fs-util", - "reth-metrics", - "reth-net-banlist", - "reth-network", - "reth-network-api", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-primitives-traits", - "reth-provider", - "reth-storage-api", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", - "reth-transaction-pool", + "reth-chainspec 1.10.1", + "reth-consensus 1.10.1", + "reth-discv4 1.10.1", + "reth-discv5 1.10.1", + "reth-dns-discovery 1.10.1", + "reth-ecies 1.10.1", + "reth-eth-wire 1.10.1", + "reth-eth-wire-types 1.10.1", + "reth-ethereum-forks 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-fs-util 1.10.1", + "reth-metrics 1.10.1", + "reth-net-banlist 1.10.1", + "reth-network 1.10.1", + "reth-network-api 1.10.1", + "reth-network-p2p 1.10.1", + "reth-network-peers 1.10.1", + "reth-network-types 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-storage-api 1.10.1", + "reth-tasks 1.10.1", + "reth-tokio-util 1.10.1", + "reth-tracing 1.10.1", + "reth-transaction-pool 1.10.1", "rustc-hash", "schnellru", "secp256k1 0.30.0", @@ -9313,9 +10513,90 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "aquamarine", + "auto_impl", + "derive_more", + "discv5", + "enr", + "futures", + "itertools 0.14.0", + "metrics", + "parking_lot", + "pin-project", + "rand 0.8.5", + "rand 0.9.2", + "rayon", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-discv4 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-discv5 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-dns-discovery 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ecies 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-eth-wire 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-eth-wire-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-fs-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-net-banlist 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-p2p 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tokio-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "rustc-hash", + "schnellru", + "secp256k1 0.30.0", + "serde", + "smallvec", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tokio-util", + "tracing", +] + +[[package]] +name = "reth-network-api" +version = "1.10.1" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rpc-types-admin", + "alloy-rpc-types-eth", + "auto_impl", + "derive_more", + "enr", + "futures", + "reth-eth-wire-types 1.10.1", + "reth-ethereum-forks 1.10.1", + "reth-network-p2p 1.10.1", + "reth-network-peers 1.10.1", + "reth-network-types 1.10.1", + "reth-tokio-util 1.10.1", + "serde", + "thiserror 2.0.18", + "tokio", + "tokio-stream", +] + [[package]] name = "reth-network-api" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9325,21 +10606,44 @@ dependencies = [ "derive_more", "enr", "futures", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-tokio-util", + "reth-eth-wire-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-p2p 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tokio-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", "thiserror 2.0.18", "tokio", - "tokio-stream", + "tokio-stream", +] + +[[package]] +name = "reth-network-p2p" +version = "1.10.1" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures", + "parking_lot", + "reth-consensus 1.10.1", + "reth-eth-wire-types 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-network-peers 1.10.1", + "reth-network-types 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-storage-errors 1.10.1", + "tokio", + "tracing", ] [[package]] name = "reth-network-p2p" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9348,13 +10652,13 @@ dependencies = [ "derive_more", "futures", "parking_lot", - "reth-consensus", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", - "reth-network-types", - "reth-primitives-traits", - "reth-storage-errors", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-eth-wire-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "tokio", "tracing", ] @@ -9376,14 +10680,43 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-peers" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "enr", + "secp256k1 0.30.0", + "serde_with", + "thiserror 2.0.18", + "tokio", + "url", +] + +[[package]] +name = "reth-network-types" +version = "1.10.1" +dependencies = [ + "alloy-eip2124", + "humantime-serde", + "reth-net-banlist 1.10.1", + "reth-network-peers 1.10.1", + "serde", + "serde_json", + "tracing", +] + [[package]] name = "reth-network-types" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-eip2124", "humantime-serde", - "reth-net-banlist", - "reth-network-peers", + "reth-net-banlist 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", "serde_json", "tracing", @@ -9399,7 +10732,7 @@ dependencies = [ "lz4_flex", "memmap2", "rand 0.9.2", - "reth-fs-util", + "reth-fs-util 1.10.1", "serde", "tempfile", "thiserror 2.0.18", @@ -9407,27 +10740,68 @@ dependencies = [ "zstd", ] +[[package]] +name = "reth-nippy-jar" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "anyhow", + "bincode 1.3.3", + "derive_more", + "lz4_flex", + "memmap2", + "reth-fs-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "serde", + "thiserror 2.0.18", + "tracing", + "zstd", +] + +[[package]] +name = "reth-node-api" +version = "1.10.1" +dependencies = [ + "alloy-rpc-types-engine", + "eyre", + "reth-basic-payload-builder 1.10.1", + "reth-consensus 1.10.1", + "reth-db-api 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-network-api 1.10.1", + "reth-node-core 1.10.1", + "reth-node-types 1.10.1", + "reth-payload-builder 1.10.1", + "reth-payload-builder-primitives 1.10.1", + "reth-payload-primitives 1.10.1", + "reth-provider 1.10.1", + "reth-tasks 1.10.1", + "reth-tokio-util 1.10.1", + "reth-transaction-pool 1.10.1", +] + [[package]] name = "reth-node-api" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-rpc-types-engine", "eyre", - "reth-basic-payload-builder", - "reth-consensus", - "reth-db-api", - "reth-engine-primitives", - "reth-evm", - "reth-network-api", - "reth-node-core", - "reth-node-types", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-provider", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", + "reth-basic-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-core 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tokio-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", ] [[package]] @@ -9447,53 +10821,53 @@ dependencies = [ "jsonrpsee", "parking_lot", "rayon", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", - "reth-config", - "reth-consensus", - "reth-consensus-debug-client", - "reth-db", - "reth-db-api", - "reth-db-common", - "reth-downloaders", - "reth-engine-local", - "reth-engine-primitives", - "reth-engine-service", - "reth-engine-tree", - "reth-engine-util", - "reth-ethereum-engine-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-exex", - "reth-fs-util", - "reth-invalid-block-hooks", - "reth-network", - "reth-network-api", - "reth-network-p2p", - "reth-node-api", - "reth-node-core", - "reth-node-ethereum", - "reth-node-ethstats", - "reth-node-events", - "reth-node-metrics", - "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-engine-api", - "reth-rpc-eth-types", - "reth-rpc-layer", - "reth-stages", - "reth-static-file", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", - "reth-transaction-pool", - "reth-trie-db", + "reth-basic-payload-builder 1.10.1", + "reth-chain-state 1.10.1", + "reth-chainspec 1.10.1", + "reth-config 1.10.1", + "reth-consensus 1.10.1", + "reth-consensus-debug-client 1.10.1", + "reth-db 1.10.1", + "reth-db-api 1.10.1", + "reth-db-common 1.10.1", + "reth-downloaders 1.10.1", + "reth-engine-local 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-engine-service 1.10.1", + "reth-engine-tree 1.10.1", + "reth-engine-util 1.10.1", + "reth-ethereum-engine-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-evm-ethereum 1.10.1", + "reth-exex 1.10.1", + "reth-fs-util 1.10.1", + "reth-invalid-block-hooks 1.10.1", + "reth-network 1.10.1", + "reth-network-api 1.10.1", + "reth-network-p2p 1.10.1", + "reth-node-api 1.10.1", + "reth-node-core 1.10.1", + "reth-node-ethereum 1.10.1", + "reth-node-ethstats 1.10.1", + "reth-node-events 1.10.1", + "reth-node-metrics 1.10.1", + "reth-payload-builder 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-prune 1.10.1", + "reth-rpc 1.10.1", + "reth-rpc-api 1.10.1", + "reth-rpc-builder 1.10.1", + "reth-rpc-engine-api 1.10.1", + "reth-rpc-eth-types 1.10.1", + "reth-rpc-layer 1.10.1", + "reth-stages 1.10.1", + "reth-static-file 1.10.1", + "reth-tasks 1.10.1", + "reth-tokio-util 1.10.1", + "reth-tracing 1.10.1", + "reth-transaction-pool 1.10.1", + "reth-trie-db 1.10.1", "secp256k1 0.30.0", "serde_json", "tempfile", @@ -9502,6 +10876,75 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-node-builder" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-provider", + "alloy-rpc-types", + "alloy-rpc-types-engine", + "aquamarine", + "eyre", + "fdlimit", + "futures", + "jsonrpsee", + "parking_lot", + "rayon", + "reth-basic-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-config 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus-debug-client 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-downloaders 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-local 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-service 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-tree 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-exex 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-fs-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-invalid-block-hooks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-p2p 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-core 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-ethstats 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-events 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-engine-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-layer 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tokio-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tracing 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "secp256k1 0.30.0", + "serde_json", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-node-core" version = "1.10.1" @@ -9519,33 +10962,33 @@ dependencies = [ "ipnet", "proptest", "rand 0.9.2", - "reth-chainspec", - "reth-cli-util", - "reth-config", - "reth-consensus", - "reth-db", - "reth-discv4", - "reth-discv5", - "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-forks", - "reth-net-banlist", - "reth-net-nat", - "reth-network", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-rpc-convert", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tracing", - "reth-tracing-otlp", - "reth-transaction-pool", + "reth-chainspec 1.10.1", + "reth-cli-util 1.10.1", + "reth-config 1.10.1", + "reth-consensus 1.10.1", + "reth-db 1.10.1", + "reth-discv4 1.10.1", + "reth-discv5 1.10.1", + "reth-engine-local 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-ethereum-forks 1.10.1", + "reth-net-banlist 1.10.1", + "reth-net-nat 1.10.1", + "reth-network 1.10.1", + "reth-network-p2p 1.10.1", + "reth-network-peers 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-prune-types 1.10.1", + "reth-rpc-convert 1.10.1", + "reth-rpc-eth-types 1.10.1", + "reth-rpc-server-types 1.10.1", + "reth-stages-types 1.10.1", + "reth-storage-api 1.10.1", + "reth-storage-errors 1.10.1", + "reth-tracing 1.10.1", + "reth-tracing-otlp 1.10.1", + "reth-transaction-pool 1.10.1", "secp256k1 0.30.0", "serde", "shellexpand", @@ -9559,6 +11002,62 @@ dependencies = [ "vergen-git2", ] +[[package]] +name = "reth-node-core" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "clap", + "derive_more", + "dirs-next", + "eyre", + "futures", + "humantime", + "ipnet", + "rand 0.9.2", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-cli-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-config 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-discv4 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-discv5 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-local 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-net-banlist 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-net-nat 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-p2p 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-convert 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-server-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tracing 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tracing-otlp 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "secp256k1 0.30.0", + "serde", + "shellexpand", + "strum 0.27.2", + "thiserror 2.0.18", + "toml", + "tracing", + "url", + "vergen", + "vergen-git2", +] + [[package]] name = "reth-node-ethereum" version = "1.10.1" @@ -9580,37 +11079,37 @@ dependencies = [ "futures", "jsonrpsee-core", "rand 0.9.2", - "reth-chainspec", - "reth-db", + "reth-chainspec 1.10.1", + "reth-db 1.10.1", "reth-e2e-test-utils", - "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-consensus", - "reth-ethereum-engine-primitives", - "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-exex", - "reth-network", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-stages-types", - "reth-tasks", - "reth-testing-utils", - "reth-tracing", - "reth-transaction-pool", + "reth-engine-local 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-ethereum-consensus 1.10.1", + "reth-ethereum-engine-primitives 1.10.1", + "reth-ethereum-payload-builder 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-evm-ethereum 1.10.1", + "reth-exex 1.10.1", + "reth-network 1.10.1", + "reth-node-api 1.10.1", + "reth-node-builder 1.10.1", + "reth-node-core 1.10.1", + "reth-payload-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-revm 1.10.1", + "reth-rpc 1.10.1", + "reth-rpc-api 1.10.1", + "reth-rpc-builder 1.10.1", + "reth-rpc-eth-api 1.10.1", + "reth-rpc-eth-types 1.10.1", + "reth-rpc-server-types 1.10.1", + "reth-stages-types 1.10.1", + "reth-tasks 1.10.1", + "reth-testing-utils 1.10.1", + "reth-tracing 1.10.1", + "reth-transaction-pool 1.10.1", "revm", "serde", "serde_json", @@ -9619,19 +11118,81 @@ dependencies = [ "tokio", ] +[[package]] +name = "reth-node-ethereum" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-eips", + "alloy-network", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth", + "eyre", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-local 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm-ethereum 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-server-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tracing 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "revm", + "tokio", +] + +[[package]] +name = "reth-node-ethstats" +version = "1.10.1" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "chrono", + "futures-util", + "reth-chain-state 1.10.1", + "reth-network-api 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-storage-api 1.10.1", + "reth-transaction-pool 1.10.1", + "serde", + "serde_json", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tracing", + "url", +] + [[package]] name = "reth-node-ethstats" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-consensus", "alloy-primitives", "chrono", "futures-util", - "reth-chain-state", - "reth-network-api", - "reth-primitives-traits", - "reth-storage-api", - "reth-transaction-pool", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", "serde_json", "thiserror 2.0.18", @@ -9654,13 +11215,37 @@ dependencies = [ "futures", "humantime", "pin-project", - "reth-engine-primitives", - "reth-network-api", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages", - "reth-static-file-types", - "reth-storage-api", + "reth-engine-primitives 1.10.1", + "reth-network-api 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-prune-types 1.10.1", + "reth-stages 1.10.1", + "reth-static-file-types 1.10.1", + "reth-storage-api 1.10.1", + "tokio", + "tracing", +] + +[[package]] +name = "reth-node-events" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "derive_more", + "futures", + "humantime", + "pin-project", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "tokio", "tracing", ] @@ -9683,9 +11268,9 @@ dependencies = [ "pprof_util", "procfs 0.17.0", "reqwest", - "reth-fs-util", - "reth-metrics", - "reth-tasks", + "reth-fs-util 1.10.1", + "reth-metrics 1.10.1", + "reth-tasks 1.10.1", "socket2 0.5.10", "tempfile", "tikv-jemalloc-ctl", @@ -9694,55 +11279,90 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-node-metrics" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "bytes", + "eyre", + "http", + "http-body-util", + "jsonrpsee-server", + "metrics", + "metrics-exporter-prometheus", + "metrics-process", + "metrics-util", + "procfs 0.17.0", + "reqwest", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "tokio", + "tower", + "tracing", +] + +[[package]] +name = "reth-node-types" +version = "1.10.1" +dependencies = [ + "reth-chainspec 1.10.1", + "reth-db-api 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-payload-primitives 1.10.1", + "reth-primitives-traits 1.10.1", +] + [[package]] name = "reth-node-types" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ - "reth-chainspec", - "reth-db-api", - "reth-engine-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", ] [[package]] name = "reth-op" version = "1.10.1" dependencies = [ - "reth-chainspec", - "reth-cli-util", - "reth-codecs", - "reth-consensus", - "reth-consensus-common", - "reth-db", - "reth-engine-local", - "reth-eth-wire", - "reth-evm", - "reth-exex", - "reth-network", - "reth-network-api", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-optimism-chainspec", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-cli-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-local 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-eth-wire 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-exex 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-core 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "reth-optimism-cli", - "reth-optimism-consensus", - "reth-optimism-evm", + "reth-optimism-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "reth-optimism-node", - "reth-optimism-primitives", + "reth-optimism-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "reth-optimism-rpc", - "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-builder", - "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", - "reth-trie-db", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", ] [[package]] @@ -9761,12 +11381,40 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types", "paste", - "reth-chainspec", - "reth-ethereum-forks", - "reth-network-peers", - "reth-optimism-forks", - "reth-optimism-primitives", - "reth-primitives-traits", + "reth-chainspec 1.10.1", + "reth-ethereum-forks 1.10.1", + "reth-network-peers 1.10.1", + "reth-optimism-forks 1.10.1", + "reth-optimism-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "serde", + "serde_json", + "tar-no-std", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-optimism-chainspec" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-hardforks", + "alloy-primitives", + "derive_more", + "miniz_oxide", + "op-alloy-consensus", + "op-alloy-rpc-types", + "paste", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", "serde_json", "tar-no-std", @@ -9787,35 +11435,35 @@ dependencies = [ "futures-util", "op-alloy-consensus", "proptest", - "reth-chainspec", - "reth-cli", - "reth-cli-commands", - "reth-cli-runner", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-db-common", - "reth-downloaders", - "reth-execution-types", - "reth-fs-util", - "reth-node-builder", - "reth-node-core", - "reth-node-events", - "reth-node-metrics", - "reth-optimism-chainspec", - "reth-optimism-consensus", - "reth-optimism-evm", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-cli 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-cli-commands 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-cli-runner 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-downloaders 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-fs-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-core 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-events 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-metrics 1.10.1", + "reth-optimism-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "reth-optimism-node", - "reth-optimism-primitives", + "reth-optimism-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "reth-optimism-trie", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-rpc-server-types", - "reth-stages", - "reth-static-file", - "reth-static-file-types", - "reth-tracing", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-server-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tracing 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", "tempfile", "tokio", @@ -9833,22 +11481,47 @@ dependencies = [ "alloy-primitives", "alloy-trie", "op-alloy-consensus", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-db-common", - "reth-execution-types", - "reth-optimism-chainspec", - "reth-optimism-forks", + "reth-chainspec 1.10.1", + "reth-consensus 1.10.1", + "reth-consensus-common 1.10.1", + "reth-db-common 1.10.1", + "reth-execution-types 1.10.1", + "reth-optimism-chainspec 1.10.1", + "reth-optimism-forks 1.10.1", "reth-optimism-node", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", + "reth-optimism-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-revm 1.10.1", + "reth-storage-api 1.10.1", + "reth-storage-errors 1.10.1", + "reth-trie 1.10.1", + "reth-trie-common 1.10.1", + "revm", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "reth-optimism-consensus" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-trie", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "revm", "thiserror 2.0.18", "tracing", @@ -9867,18 +11540,46 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types-engine", "op-revm", - "reth-chainspec", - "reth-evm", - "reth-execution-errors", - "reth-execution-types", - "reth-optimism-chainspec", - "reth-optimism-consensus", - "reth-optimism-forks", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-rpc-eth-api", - "reth-storage-errors", + "reth-chainspec 1.10.1", + "reth-evm 1.10.1", + "reth-execution-errors 1.10.1", + "reth-execution-types 1.10.1", + "reth-optimism-chainspec 1.10.1", + "reth-optimism-consensus 1.10.1", + "reth-optimism-forks 1.10.1", + "reth-optimism-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-revm 1.10.1", + "reth-rpc-eth-api 1.10.1", + "reth-storage-errors 1.10.1", + "revm", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-optimism-evm" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-op-evm", + "alloy-primitives", + "op-alloy-consensus", + "op-alloy-rpc-types-engine", + "op-revm", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "revm", "thiserror 2.0.18", ] @@ -9892,20 +11593,20 @@ dependencies = [ "eyre", "futures", "futures-util", - "reth-db", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-exex", - "reth-exex-test-utils", - "reth-node-api", - "reth-node-builder", - "reth-node-types", - "reth-optimism-chainspec", + "reth-db 1.10.1", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-exex 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-exex-test-utils 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "reth-optimism-node", "reth-optimism-trie", - "reth-primitives-traits", - "reth-provider", - "reth-trie", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "tempfile", "tokio", "tracing", @@ -9926,20 +11627,20 @@ dependencies = [ "metrics", "op-alloy-consensus", "op-alloy-rpc-types-engine", - "reth-chain-state", - "reth-engine-primitives", - "reth-errors", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-optimism-payload-builder", - "reth-optimism-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", + "reth-chain-state 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-errors 1.10.1", + "reth-evm 1.10.1", + "reth-execution-types 1.10.1", + "reth-metrics 1.10.1", + "reth-optimism-payload-builder 1.10.1", + "reth-optimism-primitives 1.10.1", + "reth-payload-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-revm 1.10.1", + "reth-rpc-eth-types 1.10.1", + "reth-storage-api 1.10.1", + "reth-tasks 1.10.1", "ringbuffer", "serde_json", "test-case", @@ -9949,14 +11650,62 @@ dependencies = [ "url", ] +[[package]] +name = "reth-optimism-flashblocks" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "brotli", + "derive_more", + "eyre", + "futures-util", + "metrics", + "op-alloy-rpc-types-engine", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "ringbuffer", + "serde_json", + "tokio", + "tokio-tungstenite", + "tracing", + "url", +] + +[[package]] +name = "reth-optimism-forks" +version = "1.10.1" +dependencies = [ + "alloy-op-hardforks", + "alloy-primitives", + "once_cell", + "reth-ethereum-forks 1.10.1", +] + [[package]] name = "reth-optimism-forks" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-op-hardforks", "alloy-primitives", "once_cell", - "reth-ethereum-forks", + "reth-ethereum-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", ] [[package]] @@ -9978,42 +11727,42 @@ dependencies = [ "op-alloy-network", "op-alloy-rpc-types-engine", "op-revm", - "reth-chainspec", - "reth-consensus", - "reth-db", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "reth-e2e-test-utils", - "reth-engine-local", - "reth-evm", - "reth-network", - "reth-node-api", - "reth-node-builder", - "reth-node-core", - "reth-optimism-chainspec", - "reth-optimism-consensus", - "reth-optimism-evm", - "reth-optimism-forks", + "reth-engine-local 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-core 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "reth-optimism-node", - "reth-optimism-payload-builder", - "reth-optimism-primitives", + "reth-optimism-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "reth-optimism-rpc", - "reth-optimism-storage", - "reth-optimism-txpool", - "reth-payload-builder", - "reth-payload-util", - "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-engine-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-stages-types", - "reth-tasks", - "reth-tracing", - "reth-transaction-pool", - "reth-trie-common", - "reth-trie-db", + "reth-optimism-storage 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-txpool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-engine-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-server-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tracing 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "revm", "serde", "serde_json", @@ -10036,23 +11785,63 @@ dependencies = [ "either", "op-alloy-consensus", "op-alloy-rpc-types-engine", - "reth-basic-payload-builder", - "reth-chainspec", - "reth-evm", - "reth-execution-types", - "reth-optimism-evm", - "reth-optimism-forks", - "reth-optimism-primitives", - "reth-optimism-txpool", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-payload-util", - "reth-payload-validator", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-transaction-pool", + "reth-basic-payload-builder 1.10.1", + "reth-chainspec 1.10.1", + "reth-evm 1.10.1", + "reth-execution-types 1.10.1", + "reth-optimism-evm 1.10.1", + "reth-optimism-forks 1.10.1", + "reth-optimism-primitives 1.10.1", + "reth-optimism-txpool 1.10.1", + "reth-payload-builder 1.10.1", + "reth-payload-builder-primitives 1.10.1", + "reth-payload-primitives 1.10.1", + "reth-payload-util 1.10.1", + "reth-payload-validator 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-revm 1.10.1", + "reth-storage-api 1.10.1", + "reth-transaction-pool 1.10.1", + "revm", + "serde", + "sha2", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "reth-optimism-payload-builder" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-debug", + "alloy-rpc-types-engine", + "derive_more", + "either", + "op-alloy-consensus", + "op-alloy-rpc-types-engine", + "reth-basic-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-txpool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-validator 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "revm", "serde", "sha2", @@ -10077,9 +11866,9 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.8.5", "rand 0.9.2", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-codecs 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-zstd-compressors 1.10.1", "rstest", "secp256k1 0.30.0", "serde", @@ -10087,6 +11876,21 @@ dependencies = [ "serde_with", ] +[[package]] +name = "reth-optimism-primitives" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "op-alloy-consensus", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "serde", + "serde_with", +] + [[package]] name = "reth-optimism-rpc" version = "1.10.1" @@ -10119,34 +11923,34 @@ dependencies = [ "op-alloy-rpc-types-engine", "op-revm", "reqwest", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", - "reth-evm", - "reth-metrics", - "reth-node-api", - "reth-node-builder", - "reth-optimism-chainspec", - "reth-optimism-evm", - "reth-optimism-flashblocks", - "reth-optimism-forks", - "reth-optimism-payload-builder", - "reth-optimism-primitives", + "reth-basic-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1", + "reth-node-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-flashblocks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "reth-optimism-trie", - "reth-optimism-txpool", - "reth-payload-util", - "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-engine-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", + "reth-optimism-txpool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-engine-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-server-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "revm", "serde", "serde_json", @@ -10163,11 +11967,21 @@ name = "reth-optimism-storage" version = "1.10.1" dependencies = [ "alloy-consensus", - "reth-codecs", - "reth-optimism-primitives", - "reth-prune-types", - "reth-stages-types", - "reth-storage-api", + "reth-codecs 1.10.1", + "reth-optimism-primitives 1.10.1", + "reth-prune-types 1.10.1", + "reth-stages-types 1.10.1", + "reth-storage-api 1.10.1", +] + +[[package]] +name = "reth-optimism-storage" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "reth-optimism-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", ] [[package]] @@ -10185,25 +11999,25 @@ dependencies = [ "eyre", "metrics", "mockall", - "reth-chainspec", - "reth-codecs", - "reth-db", - "reth-db-api", - "reth-db-common", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-errors", - "reth-metrics", - "reth-node-api", - "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-storage-errors", - "reth-tasks", - "reth-testing-utils", - "reth-trie", - "reth-trie-common", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm-ethereum 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1", + "reth-node-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-testing-utils 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "secp256k1 0.30.0", "serde", "serial_test", @@ -10235,17 +12049,53 @@ dependencies = [ "op-alloy-rpc-types", "op-revm", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-metrics", - "reth-optimism-chainspec", - "reth-optimism-evm", - "reth-optimism-forks", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-storage-api", - "reth-transaction-pool", + "reth-chain-state 1.10.1", + "reth-chainspec 1.10.1", + "reth-metrics 1.10.1", + "reth-optimism-chainspec 1.10.1", + "reth-optimism-evm 1.10.1", + "reth-optimism-forks 1.10.1", + "reth-optimism-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-storage-api 1.10.1", + "reth-transaction-pool 1.10.1", + "serde", + "thiserror 2.0.18", + "tokio", + "tracing", +] + +[[package]] +name = "reth-optimism-txpool" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-json-rpc", + "alloy-primitives", + "alloy-rpc-client", + "alloy-rpc-types-eth", + "alloy-serde", + "c-kzg", + "derive_more", + "futures-util", + "metrics", + "op-alloy-consensus", + "op-alloy-flz", + "op-alloy-rpc-types", + "op-revm", + "parking_lot", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-forks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", "thiserror 2.0.18", "tokio", @@ -10261,12 +12111,44 @@ dependencies = [ "alloy-rpc-types", "futures-util", "metrics", - "reth-chain-state", - "reth-ethereum-engine-primitives", - "reth-metrics", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-chain-state 1.10.1", + "reth-ethereum-engine-primitives 1.10.1", + "reth-metrics 1.10.1", + "reth-payload-builder-primitives 1.10.1", + "reth-payload-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-builder" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rpc-types", + "futures-util", + "metrics", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-builder-primitives" +version = "1.10.1" +dependencies = [ + "pin-project", + "reth-payload-primitives 1.10.1", "tokio", "tokio-stream", "tracing", @@ -10275,9 +12157,10 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "pin-project", - "reth-payload-primitives", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "tokio", "tokio-stream", "tracing", @@ -10295,12 +12178,35 @@ dependencies = [ "auto_impl", "either", "op-alloy-rpc-types-engine", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-execution-types", - "reth-primitives-traits", - "reth-trie-common", + "reth-chain-state 1.10.1", + "reth-chainspec 1.10.1", + "reth-errors 1.10.1", + "reth-execution-types 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-trie-common 1.10.1", + "serde", + "thiserror 2.0.18", + "tokio", +] + +[[package]] +name = "reth-payload-primitives" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "either", + "op-alloy-rpc-types-engine", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", "thiserror 2.0.18", "tokio", @@ -10312,16 +12218,36 @@ version = "1.10.1" dependencies = [ "alloy-consensus", "alloy-primitives", - "reth-transaction-pool", + "reth-transaction-pool 1.10.1", +] + +[[package]] +name = "reth-payload-util" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", +] + +[[package]] +name = "reth-payload-validator" +version = "1.10.1" +dependencies = [ + "alloy-consensus", + "alloy-rpc-types-engine", + "reth-primitives-traits 1.10.1", ] [[package]] name = "reth-payload-validator" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", ] [[package]] @@ -10339,11 +12265,11 @@ dependencies = [ "once_cell", "proptest", "proptest-arbitrary-interop", - "reth-codecs", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-static-file-types", + "reth-codecs 1.10.1", + "reth-ethereum-forks 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-static-file-types 1.10.1", ] [[package]] @@ -10371,8 +12297,8 @@ dependencies = [ "rand 0.8.5", "rand 0.9.2", "rayon", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.10.1", + "reth-codecs 1.10.1", "revm-bytecode", "revm-primitives", "revm-state", @@ -10383,6 +12309,39 @@ dependencies = [ "thiserror 2.0.18", ] +[[package]] +name = "reth-primitives-traits" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-trie", + "arbitrary", + "auto_impl", + "byteorder", + "bytes", + "derive_more", + "modular-bitfield", + "once_cell", + "op-alloy-consensus", + "proptest", + "proptest-arbitrary-interop", + "rayon", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "revm-bytecode", + "revm-primitives", + "revm-state", + "secp256k1 0.30.0", + "serde", + "serde_with", + "thiserror 2.0.18", +] + [[package]] name = "reth-provider" version = "1.10.1" @@ -10400,28 +12359,28 @@ dependencies = [ "parking_lot", "rand 0.9.2", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-codecs", - "reth-db", - "reth-db-api", - "reth-errors", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-metrics", - "reth-nippy-jar", - "reth-node-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", - "reth-testing-utils", - "reth-tracing", - "reth-trie", - "reth-trie-db", + "reth-chain-state 1.10.1", + "reth-chainspec 1.10.1", + "reth-codecs 1.10.1", + "reth-db 1.10.1", + "reth-db-api 1.10.1", + "reth-errors 1.10.1", + "reth-ethereum-engine-primitives 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-execution-types 1.10.1", + "reth-metrics 1.10.1", + "reth-nippy-jar 1.10.1", + "reth-node-types 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-prune-types 1.10.1", + "reth-stages-types 1.10.1", + "reth-static-file-types 1.10.1", + "reth-storage-api 1.10.1", + "reth-storage-errors 1.10.1", + "reth-testing-utils 1.10.1", + "reth-tracing 1.10.1", + "reth-trie 1.10.1", + "reth-trie-db 1.10.1", "revm-database", "revm-database-interface", "revm-state", @@ -10432,6 +12391,50 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-provider" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "dashmap 6.1.0", + "eyre", + "itertools 0.14.0", + "metrics", + "notify", + "parking_lot", + "rayon", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-nippy-jar 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "revm-database", + "revm-state", + "rocksdb", + "strum 0.27.2", + "tokio", + "tracing", +] + [[package]] name = "reth-prune" version = "1.10.1" @@ -10443,21 +12446,49 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-config", - "reth-db", - "reth-db-api", - "reth-errors", - "reth-exex-types", - "reth-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-stages", - "reth-stages-types", - "reth-static-file-types", - "reth-testing-utils", - "reth-tokio-util", - "reth-tracing", + "reth-config 1.10.1", + "reth-db 1.10.1", + "reth-db-api 1.10.1", + "reth-errors 1.10.1", + "reth-exex-types 1.10.1", + "reth-metrics 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-prune-types 1.10.1", + "reth-stages 1.10.1", + "reth-stages-types 1.10.1", + "reth-static-file-types 1.10.1", + "reth-testing-utils 1.10.1", + "reth-tokio-util 1.10.1", + "reth-tracing 1.10.1", + "rustc-hash", + "thiserror 2.0.18", + "tokio", + "tracing", +] + +[[package]] +name = "reth-prune" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "itertools 0.14.0", + "metrics", + "rayon", + "reth-config 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-exex-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tokio-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "rustc-hash", "thiserror 2.0.18", "tokio", @@ -10479,7 +12510,7 @@ dependencies = [ "modular-bitfield", "proptest", "proptest-arbitrary-interop", - "reth-codecs", + "reth-codecs 1.10.1", "serde", "serde_json", "strum 0.27.2", @@ -10487,6 +12518,21 @@ dependencies = [ "toml", ] +[[package]] +name = "reth-prune-types" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "arbitrary", + "derive_more", + "modular-bitfield", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "serde", + "strum 0.27.2", + "thiserror 2.0.18", +] + [[package]] name = "reth-ress-protocol" version = "1.10.1" @@ -10498,14 +12544,14 @@ dependencies = [ "futures", "proptest", "proptest-arbitrary-interop", - "reth-eth-wire", - "reth-ethereum-primitives", - "reth-network", - "reth-network-api", - "reth-provider", + "reth-eth-wire 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-network 1.10.1", + "reth-network-api 1.10.1", + "reth-provider 1.10.1", "reth-ress-protocol", - "reth-storage-errors", - "reth-tracing", + "reth-storage-errors 1.10.1", + "reth-tracing 1.10.1", "strum 0.27.2", "strum_macros 0.27.2", "tokio", @@ -10522,40 +12568,139 @@ dependencies = [ "eyre", "futures", "parking_lot", - "reth-chain-state", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-node-api", - "reth-primitives-traits", - "reth-ress-protocol", - "reth-revm", - "reth-storage-api", - "reth-tasks", - "reth-tokio-util", - "reth-trie", - "schnellru", + "reth-chain-state 1.10.1", + "reth-errors 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-node-api 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-ress-protocol", + "reth-revm 1.10.1", + "reth-storage-api 1.10.1", + "reth-tasks 1.10.1", + "reth-tokio-util 1.10.1", + "reth-trie 1.10.1", + "schnellru", + "tokio", + "tracing", +] + +[[package]] +name = "reth-revm" +version = "1.10.1" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "reth-ethereum-forks 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-storage-api 1.10.1", + "reth-storage-errors 1.10.1", + "reth-trie 1.10.1", + "revm", +] + +[[package]] +name = "reth-revm" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "revm", +] + +[[package]] +name = "reth-rpc" +version = "1.10.1" +dependencies = [ + "alloy-consensus", + "alloy-dyn-abi", + "alloy-eip7928", + "alloy-eips", + "alloy-evm", + "alloy-genesis", + "alloy-network", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-client", + "alloy-rpc-types", + "alloy-rpc-types-admin", + "alloy-rpc-types-beacon", + "alloy-rpc-types-debug", + "alloy-rpc-types-engine", + "alloy-rpc-types-eth", + "alloy-rpc-types-mev", + "alloy-rpc-types-trace", + "alloy-rpc-types-txpool", + "alloy-serde", + "alloy-signer", + "alloy-signer-local", + "async-trait", + "derive_more", + "dyn-clone", + "futures", + "http", + "http-body", + "hyper", + "itertools 0.14.0", + "jsonrpsee", + "jsonrpsee-types", + "jsonwebtoken", + "parking_lot", + "pin-project", + "rand 0.9.2", + "reth-chain-state 1.10.1", + "reth-chainspec 1.10.1", + "reth-consensus 1.10.1", + "reth-consensus-common 1.10.1", + "reth-db-api 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-errors 1.10.1", + "reth-ethereum-engine-primitives 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-evm-ethereum 1.10.1", + "reth-execution-types 1.10.1", + "reth-metrics 1.10.1", + "reth-network-api 1.10.1", + "reth-network-peers 1.10.1", + "reth-network-types 1.10.1", + "reth-node-api 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-revm 1.10.1", + "reth-rpc-api 1.10.1", + "reth-rpc-convert 1.10.1", + "reth-rpc-engine-api 1.10.1", + "reth-rpc-eth-api 1.10.1", + "reth-rpc-eth-types 1.10.1", + "reth-rpc-server-types 1.10.1", + "reth-storage-api 1.10.1", + "reth-tasks 1.10.1", + "reth-testing-utils 1.10.1", + "reth-transaction-pool 1.10.1", + "reth-trie-common 1.10.1", + "revm", + "revm-inspectors", + "revm-primitives", + "serde", + "serde_json", + "sha2", + "thiserror 2.0.18", "tokio", + "tokio-stream", + "tower", "tracing", -] - -[[package]] -name = "reth-revm" -version = "1.10.1" -dependencies = [ - "alloy-consensus", - "alloy-primitives", - "reth-ethereum-forks", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "revm", + "tracing-futures", ] [[package]] name = "reth-rpc" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -10592,38 +12737,34 @@ dependencies = [ "jsonwebtoken", "parking_lot", "pin-project", - "rand 0.9.2", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-db-api", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", - "reth-metrics", - "reth-network-api", - "reth-network-peers", - "reth-network-types", - "reth-node-api", - "reth-primitives-traits", - "reth-provider", - "reth-revm", - "reth-rpc-api", - "reth-rpc-convert", - "reth-rpc-engine-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-testing-utils", - "reth-transaction-pool", - "reth-trie-common", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm-ethereum 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-convert 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-engine-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-server-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "revm", "revm-inspectors", "revm-primitives", @@ -10659,15 +12800,45 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee", - "reth-chain-state", - "reth-engine-primitives", - "reth-network-peers", - "reth-rpc-eth-api", - "reth-trie-common", + "reth-chain-state 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-network-peers 1.10.1", + "reth-rpc-eth-api 1.10.1", + "reth-trie-common 1.10.1", "serde_json", "tokio", ] +[[package]] +name = "reth-rpc-api" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-eip7928", + "alloy-eips", + "alloy-genesis", + "alloy-json-rpc", + "alloy-primitives", + "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", + "alloy-rpc-types-mev", + "alloy-rpc-types-trace", + "alloy-rpc-types-txpool", + "alloy-serde", + "jsonrpsee", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-peers 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "serde_json", +] + [[package]] name = "reth-rpc-api-testing-util" version = "1.10.1" @@ -10679,9 +12850,9 @@ dependencies = [ "futures", "jsonrpsee", "jsonrpsee-http-client", - "reth-ethereum-primitives", - "reth-rpc-api", - "reth-rpc-eth-api", + "reth-ethereum-primitives 1.10.1", + "reth-rpc-api 1.10.1", + "reth-rpc-eth-api 1.10.1", "serde_json", "similar-asserts", "tokio", @@ -10704,35 +12875,35 @@ dependencies = [ "jsonrpsee", "metrics", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-ipc", - "reth-metrics", - "reth-network-api", - "reth-network-peers", - "reth-node-core", - "reth-node-ethereum", - "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", - "reth-rpc", - "reth-rpc-api", - "reth-rpc-engine-api", - "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-layer", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-tokio-util", - "reth-tracing", - "reth-transaction-pool", + "reth-chain-state 1.10.1", + "reth-chainspec 1.10.1", + "reth-consensus 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-ethereum-engine-primitives 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-evm-ethereum 1.10.1", + "reth-ipc 1.10.1", + "reth-metrics 1.10.1", + "reth-network-api 1.10.1", + "reth-network-peers 1.10.1", + "reth-node-core 1.10.1", + "reth-node-ethereum 1.10.1", + "reth-payload-builder 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-rpc 1.10.1", + "reth-rpc-api 1.10.1", + "reth-rpc-engine-api 1.10.1", + "reth-rpc-eth-api 1.10.1", + "reth-rpc-eth-types 1.10.1", + "reth-rpc-layer 1.10.1", + "reth-rpc-server-types 1.10.1", + "reth-storage-api 1.10.1", + "reth-tasks 1.10.1", + "reth-tokio-util 1.10.1", + "reth-tracing 1.10.1", + "reth-transaction-pool 1.10.1", "serde", "serde_json", "thiserror 2.0.18", @@ -10743,6 +12914,47 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-rpc-builder" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-network", + "alloy-provider", + "dyn-clone", + "http", + "jsonrpsee", + "metrics", + "pin-project", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ipc 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-core 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-layer 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-server-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tokio-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "serde", + "thiserror 2.0.18", + "tokio", + "tokio-util", + "tower", + "tower-http", + "tracing", +] + [[package]] name = "reth-rpc-convert" version = "1.10.1" @@ -10760,15 +12972,41 @@ dependencies = [ "op-alloy-consensus", "op-alloy-network", "op-alloy-rpc-types", - "reth-ethereum-primitives", - "reth-evm", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-storage-api", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-optimism-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-storage-api 1.10.1", "serde_json", "thiserror 2.0.18", ] +[[package]] +name = "reth-rpc-convert" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-evm", + "alloy-json-rpc", + "alloy-network", + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-signer", + "auto_impl", + "dyn-clone", + "jsonrpsee-types", + "op-alloy-consensus", + "op-alloy-network", + "op-alloy-rpc-types", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-optimism-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "thiserror 2.0.18", +] + [[package]] name = "reth-rpc-e2e-tests" version = "1.10.1" @@ -10778,12 +13016,12 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 1.10.1", "reth-e2e-test-utils", - "reth-node-api", - "reth-node-ethereum", - "reth-rpc-api", - "reth-tracing", + "reth-node-api 1.10.1", + "reth-node-ethereum 1.10.1", + "reth-rpc-api 1.10.1", + "reth-tracing 1.10.1", "serde_json", "tokio", "tracing", @@ -10802,23 +13040,53 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec", - "reth-engine-primitives", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-metrics", - "reth-network-api", - "reth-node-ethereum", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-provider", - "reth-rpc-api", - "reth-storage-api", - "reth-tasks", - "reth-testing-utils", - "reth-transaction-pool", + "reth-chainspec 1.10.1", + "reth-engine-primitives 1.10.1", + "reth-ethereum-engine-primitives 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-metrics 1.10.1", + "reth-network-api 1.10.1", + "reth-node-ethereum 1.10.1", + "reth-payload-builder 1.10.1", + "reth-payload-builder-primitives 1.10.1", + "reth-payload-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-rpc-api 1.10.1", + "reth-storage-api 1.10.1", + "reth-tasks 1.10.1", + "reth-testing-utils 1.10.1", + "reth-transaction-pool 1.10.1", + "serde", + "thiserror 2.0.18", + "tokio", + "tracing", +] + +[[package]] +name = "reth-rpc-engine-api" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "async-trait", + "jsonrpsee-core", + "jsonrpsee-types", + "metrics", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-engine-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-builder-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-payload-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", "thiserror 2.0.18", "tokio", @@ -10847,21 +13115,65 @@ dependencies = [ "jsonrpsee", "jsonrpsee-types", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", - "reth-network-api", - "reth-node-api", - "reth-primitives-traits", - "reth-revm", - "reth-rpc-convert", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie-common", + "reth-chain-state 1.10.1", + "reth-chainspec 1.10.1", + "reth-errors 1.10.1", + "reth-evm 1.10.1", + "reth-network-api 1.10.1", + "reth-node-api 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-revm 1.10.1", + "reth-rpc-convert 1.10.1", + "reth-rpc-eth-types 1.10.1", + "reth-rpc-server-types 1.10.1", + "reth-storage-api 1.10.1", + "reth-tasks 1.10.1", + "reth-transaction-pool 1.10.1", + "reth-trie-common 1.10.1", + "revm", + "revm-inspectors", + "tokio", + "tracing", +] + +[[package]] +name = "reth-rpc-eth-api" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-dyn-abi", + "alloy-eips", + "alloy-evm", + "alloy-json-rpc", + "alloy-network", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-rpc-types-mev", + "alloy-serde", + "async-trait", + "auto_impl", + "dyn-clone", + "futures", + "jsonrpsee", + "jsonrpsee-types", + "parking_lot", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-node-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-convert 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-eth-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-server-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "revm", "revm-inspectors", "tokio", @@ -10889,21 +13201,21 @@ dependencies = [ "metrics", "rand 0.9.2", "reqwest", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-revm", - "reth-rpc-convert", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", + "reth-chain-state 1.10.1", + "reth-chainspec 1.10.1", + "reth-errors 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-execution-types 1.10.1", + "reth-metrics 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-revm 1.10.1", + "reth-rpc-convert 1.10.1", + "reth-rpc-server-types 1.10.1", + "reth-storage-api 1.10.1", + "reth-tasks 1.10.1", + "reth-transaction-pool 1.10.1", + "reth-trie 1.10.1", "revm", "revm-inspectors", "schnellru", @@ -10916,6 +13228,54 @@ dependencies = [ "url", ] +[[package]] +name = "reth-rpc-eth-types" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-network", + "alloy-primitives", + "alloy-rpc-client", + "alloy-rpc-types-eth", + "alloy-sol-types", + "alloy-transport", + "derive_more", + "futures", + "itertools 0.14.0", + "jsonrpsee-core", + "jsonrpsee-types", + "metrics", + "rand 0.9.2", + "reqwest", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-convert 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-rpc-server-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-transaction-pool 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "revm", + "revm-inspectors", + "schnellru", + "serde", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tracing", + "url", +] + [[package]] name = "reth-rpc-layer" version = "1.10.1" @@ -10933,6 +13293,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-rpc-layer" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-rpc-types-engine", + "http", + "jsonrpsee-http-client", + "pin-project", + "tower", + "tower-http", + "tracing", +] + [[package]] name = "reth-rpc-server-types" version = "1.10.1" @@ -10942,8 +13316,24 @@ dependencies = [ "alloy-rpc-types-engine", "jsonrpsee-core", "jsonrpsee-types", - "reth-errors", - "reth-network-api", + "reth-errors 1.10.1", + "reth-network-api 1.10.1", + "serde", + "strum 0.27.2", +] + +[[package]] +name = "reth-rpc-server-types" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "jsonrpsee-core", + "jsonrpsee-types", + "reth-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", "strum 0.27.2", ] @@ -10967,39 +13357,88 @@ dependencies = [ "rand 0.9.2", "rayon", "reqwest", - "reth-chainspec", - "reth-codecs", - "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-downloaders", - "reth-era", - "reth-era-downloader", - "reth-era-utils", - "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-etl", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", - "reth-exex", - "reth-fs-util", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-prune-types", - "reth-revm", - "reth-stages-api", - "reth-static-file", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", - "reth-testing-utils", - "reth-trie", - "reth-trie-db", + "reth-chainspec 1.10.1", + "reth-codecs 1.10.1", + "reth-config 1.10.1", + "reth-consensus 1.10.1", + "reth-db 1.10.1", + "reth-db-api 1.10.1", + "reth-downloaders 1.10.1", + "reth-era 1.10.1", + "reth-era-downloader 1.10.1", + "reth-era-utils 1.10.1", + "reth-ethereum-consensus 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-etl 1.10.1", + "reth-evm 1.10.1", + "reth-evm-ethereum 1.10.1", + "reth-execution-types 1.10.1", + "reth-exex 1.10.1", + "reth-fs-util 1.10.1", + "reth-network-p2p 1.10.1", + "reth-network-peers 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-prune 1.10.1", + "reth-prune-types 1.10.1", + "reth-revm 1.10.1", + "reth-stages-api 1.10.1", + "reth-static-file 1.10.1", + "reth-static-file-types 1.10.1", + "reth-storage-api 1.10.1", + "reth-storage-errors 1.10.1", + "reth-testing-utils 1.10.1", + "reth-trie 1.10.1", + "reth-trie-db 1.10.1", + "tempfile", + "thiserror 2.0.18", + "tokio", + "tracing", +] + +[[package]] +name = "reth-stages" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "bincode 1.3.3", + "eyre", + "futures-util", + "itertools 0.14.0", + "num-traits", + "rayon", + "reqwest", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-config 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-era 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-era-downloader 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-era-utils 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-etl 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-evm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-exex 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-fs-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-p2p 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-revm 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-testing-utils 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-db 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "tempfile", "thiserror 2.0.18", "tokio", @@ -11017,27 +13456,54 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-chainspec", - "reth-consensus", - "reth-db", - "reth-db-api", - "reth-errors", - "reth-metrics", - "reth-network-p2p", - "reth-primitives-traits", - "reth-provider", - "reth-prune", - "reth-stages-types", - "reth-static-file", - "reth-static-file-types", - "reth-testing-utils", - "reth-tokio-util", + "reth-chainspec 1.10.1", + "reth-consensus 1.10.1", + "reth-db 1.10.1", + "reth-db-api 1.10.1", + "reth-errors 1.10.1", + "reth-metrics 1.10.1", + "reth-network-p2p 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-prune 1.10.1", + "reth-stages-types 1.10.1", + "reth-static-file 1.10.1", + "reth-static-file-types 1.10.1", + "reth-testing-utils 1.10.1", + "reth-tokio-util 1.10.1", "thiserror 2.0.18", "tokio", "tokio-stream", "tracing", ] +[[package]] +name = "reth-stages-api" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "aquamarine", + "auto_impl", + "futures-util", + "metrics", + "reth-consensus 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-network-p2p 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tokio-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "thiserror 2.0.18", + "tokio", + "tracing", +] + [[package]] name = "reth-stages-types" version = "1.10.1" @@ -11049,8 +13515,22 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.9.2", - "reth-codecs", - "reth-trie-common", + "reth-codecs 1.10.1", + "reth-trie-common 1.10.1", + "serde", +] + +[[package]] +name = "reth-stages-types" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "arbitrary", + "bytes", + "modular-bitfield", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "serde", ] @@ -11066,16 +13546,16 @@ dependencies = [ "alloy-trie", "itertools 0.14.0", "k256", - "reth-chainspec", - "reth-consensus", - "reth-errors", - "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-evm", - "reth-primitives-traits", - "reth-revm", - "reth-trie-common", - "reth-trie-sparse", + "reth-chainspec 1.10.1", + "reth-consensus 1.10.1", + "reth-errors 1.10.1", + "reth-ethereum-consensus 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-evm 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-revm 1.10.1", + "reth-trie-common 1.10.1", + "reth-trie-sparse 1.10.1", "secp256k1 0.30.0", "serde", "serde_with", @@ -11087,21 +13567,41 @@ name = "reth-static-file" version = "1.10.1" dependencies = [ "alloy-primitives", - "assert_matches", + "assert_matches", + "parking_lot", + "rayon", + "reth-codecs 1.10.1", + "reth-db-api 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-prune-types 1.10.1", + "reth-stages 1.10.1", + "reth-stages-types 1.10.1", + "reth-static-file-types 1.10.1", + "reth-storage-errors 1.10.1", + "reth-testing-utils 1.10.1", + "reth-tokio-util 1.10.1", + "tempfile", + "tracing", +] + +[[package]] +name = "reth-static-file" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", "parking_lot", "rayon", - "reth-codecs", - "reth-db-api", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-stages", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", - "reth-testing-utils", - "reth-tokio-util", - "tempfile", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tokio-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "tracing", ] @@ -11114,31 +13614,68 @@ dependencies = [ "derive_more", "fixed-map", "insta", - "reth-nippy-jar", + "reth-nippy-jar 1.10.1", "serde", "serde_json", "strum 0.27.2", ] +[[package]] +name = "reth-static-file-types" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "clap", + "derive_more", + "fixed-map", + "serde", + "strum 0.27.2", +] + +[[package]] +name = "reth-storage-api" +version = "1.10.1" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 1.10.1", + "reth-db-api 1.10.1", + "reth-db-models 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-execution-types 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-prune-types 1.10.1", + "reth-stages-types 1.10.1", + "reth-storage-errors 1.10.1", + "reth-trie-common 1.10.1", + "revm-database", + "serde_json", +] + [[package]] name = "reth-storage-api" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", - "reth-db-api", - "reth-db-models", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-db-models 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "revm-database", "serde_json", ] @@ -11151,9 +13688,26 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", + "reth-primitives-traits 1.10.1", + "reth-prune-types 1.10.1", + "reth-static-file-types 1.10.1", + "revm-database-interface", + "revm-state", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-storage-errors" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-prune-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-static-file-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "revm-database-interface", "revm-state", "thiserror 2.0.18", @@ -11171,18 +13725,18 @@ dependencies = [ "alloy-rpc-types", "alloy-rpc-types-engine", "parking_lot", - "reth-chainspec", - "reth-db-api", - "reth-errors", - "reth-execution-types", - "reth-node-types", + "reth-chainspec 1.10.1", + "reth-db-api 1.10.1", + "reth-errors 1.10.1", + "reth-execution-types 1.10.1", + "reth-node-types 1.10.1", "reth-primitives", - "reth-provider", - "reth-prune-types", - "reth-rpc-convert", - "reth-stages-types", - "reth-storage-api", - "reth-trie", + "reth-provider 1.10.1", + "reth-prune-types 1.10.1", + "reth-rpc-convert 1.10.1", + "reth-stages-types 1.10.1", + "reth-storage-api 1.10.1", + "reth-trie 1.10.1", "revm", "tokio", "tracing", @@ -11198,7 +13752,25 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics", + "reth-metrics 1.10.1", + "thiserror 2.0.18", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "reth-tasks" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "auto_impl", + "dyn-clone", + "futures-util", + "metrics", + "pin-project", + "rayon", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "thiserror 2.0.18", "tokio", "tracing", @@ -11216,8 +13788,24 @@ dependencies = [ "alloy-rlp", "rand 0.8.5", "rand 0.9.2", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.10.1", + "reth-primitives-traits 1.10.1", + "secp256k1 0.30.0", +] + +[[package]] +name = "reth-testing-utils" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "rand 0.8.5", + "rand 0.9.2", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "secp256k1 0.30.0", ] @@ -11230,13 +13818,42 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-tokio-util" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-tracing" +version = "1.10.1" +dependencies = [ + "clap", + "eyre", + "reth-tracing-otlp 1.10.1", + "rolling-file", + "tracing", + "tracing-appender", + "tracing-journald", + "tracing-logfmt", + "tracing-samply", + "tracing-subscriber 0.3.22", + "tracing-tracy", + "tracy-client", +] + [[package]] name = "reth-tracing" version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" dependencies = [ "clap", "eyre", - "reth-tracing-otlp", + "reth-tracing-otlp 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "rolling-file", "tracing", "tracing-appender", @@ -11265,6 +13882,24 @@ dependencies = [ "url", ] +[[package]] +name = "reth-tracing-otlp" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "clap", + "eyre", + "opentelemetry", + "opentelemetry-appender-tracing", + "opentelemetry-otlp", + "opentelemetry-semantic-conventions", + "opentelemetry_sdk", + "tracing", + "tracing-opentelemetry", + "tracing-subscriber 0.3.22", + "url", +] + [[package]] name = "reth-transaction-pool" version = "1.10.1" @@ -11287,18 +13922,18 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.9.2", - "reth-chain-state", - "reth-chainspec", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-storage-api", - "reth-tasks", - "reth-tracing", + "reth-chain-state 1.10.1", + "reth-chainspec 1.10.1", + "reth-eth-wire-types 1.10.1", + "reth-ethereum-primitives 1.10.1", + "reth-execution-types 1.10.1", + "reth-fs-util 1.10.1", + "reth-metrics 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-storage-api 1.10.1", + "reth-tasks 1.10.1", + "reth-tracing 1.10.1", "revm-interpreter", "revm-primitives", "rustc-hash", @@ -11313,6 +13948,49 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-transaction-pool" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "aquamarine", + "auto_impl", + "bitflags 2.10.0", + "futures-util", + "metrics", + "parking_lot", + "paste", + "pin-project", + "proptest", + "proptest-arbitrary-interop", + "rand 0.9.2", + "reth-chain-state 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-chainspec 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-eth-wire-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-ethereum-primitives 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-fs-util 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-tasks 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "revm-interpreter", + "revm-primitives", + "rustc-hash", + "schnellru", + "serde", + "serde_json", + "smallvec", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-trie" version = "1.10.1" @@ -11332,21 +14010,47 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.9.2", - "reth-ethereum-primitives", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-errors", - "reth-tracing", - "reth-trie-common", - "reth-trie-sparse", + "reth-ethereum-primitives 1.10.1", + "reth-execution-errors 1.10.1", + "reth-metrics 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-stages-types 1.10.1", + "reth-storage-errors 1.10.1", + "reth-tracing 1.10.1", + "reth-trie-common 1.10.1", + "reth-trie-sparse 1.10.1", "revm-database", "revm-state", "tracing", "triehash", ] +[[package]] +name = "reth-trie" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "itertools 0.14.0", + "metrics", + "parking_lot", + "reth-execution-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-sparse 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "revm-database", + "tracing", + "triehash", +] + [[package]] name = "reth-trie-common" version = "1.10.1" @@ -11371,8 +14075,8 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.10.1", + "reth-primitives-traits 1.10.1", "revm-database", "revm-state", "serde", @@ -11380,6 +14084,33 @@ dependencies = [ "serde_with", ] +[[package]] +name = "reth-trie-common" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-serde", + "alloy-trie", + "arbitrary", + "arrayvec", + "bytes", + "derive_more", + "hash-db", + "itertools 0.14.0", + "nybbles", + "plain_hasher", + "rayon", + "reth-codecs 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "revm-database", + "serde", + "serde_with", +] + [[package]] name = "reth-trie-db" version = "1.10.1" @@ -11391,18 +14122,18 @@ dependencies = [ "parking_lot", "proptest", "proptest-arbitrary-interop", - "reth-chainspec", - "reth-db", - "reth-db-api", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", + "reth-chainspec 1.10.1", + "reth-db 1.10.1", + "reth-db-api 1.10.1", + "reth-execution-errors 1.10.1", + "reth-metrics 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-stages-types 1.10.1", + "reth-storage-api 1.10.1", + "reth-storage-errors 1.10.1", + "reth-trie 1.10.1", + "reth-trie-common 1.10.1", "revm", "revm-database", "serde_json", @@ -11411,6 +14142,26 @@ dependencies = [ "triehash", ] +[[package]] +name = "reth-trie-db" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "metrics", + "parking_lot", + "reth-db-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-execution-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-stages-types 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-api 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "tracing", +] + [[package]] name = "reth-trie-parallel" version = "1.10.1" @@ -11427,15 +14178,40 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.9.2", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", - "reth-trie-db", - "reth-trie-sparse", + "reth-execution-errors 1.10.1", + "reth-metrics 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-storage-errors 1.10.1", + "reth-trie 1.10.1", + "reth-trie-common 1.10.1", + "reth-trie-db 1.10.1", + "reth-trie-sparse 1.10.1", + "thiserror 2.0.18", + "tokio", + "tracing", +] + +[[package]] +name = "reth-trie-parallel" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "crossbeam-channel", + "dashmap 6.1.0", + "derive_more", + "itertools 0.14.0", + "metrics", + "rayon", + "reth-execution-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-provider 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-storage-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-sparse 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "thiserror 2.0.18", "tokio", "tracing", @@ -11460,16 +14236,35 @@ dependencies = [ "rand 0.8.5", "rand 0.9.2", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-storage-api", - "reth-testing-utils", - "reth-tracing", - "reth-trie", - "reth-trie-common", - "reth-trie-db", + "reth-execution-errors 1.10.1", + "reth-metrics 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-storage-api 1.10.1", + "reth-testing-utils 1.10.1", + "reth-tracing 1.10.1", + "reth-trie 1.10.1", + "reth-trie-common 1.10.1", + "reth-trie-db 1.10.1", + "smallvec", + "tracing", +] + +[[package]] +name = "reth-trie-sparse" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "metrics", + "rayon", + "reth-execution-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-primitives-traits 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "smallvec", "tracing", ] @@ -11491,15 +14286,33 @@ dependencies = [ "rand 0.8.5", "rand 0.9.2", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-tracing", - "reth-trie", - "reth-trie-common", - "reth-trie-db", - "reth-trie-sparse", + "reth-execution-errors 1.10.1", + "reth-metrics 1.10.1", + "reth-primitives-traits 1.10.1", + "reth-provider 1.10.1", + "reth-tracing 1.10.1", + "reth-trie 1.10.1", + "reth-trie-common 1.10.1", + "reth-trie-db 1.10.1", + "reth-trie-sparse 1.10.1", + "smallvec", + "tracing", +] + +[[package]] +name = "reth-trie-sparse-parallel" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "metrics", + "rayon", + "reth-execution-errors 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-metrics 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-common 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", + "reth-trie-sparse 1.10.1 (git+https://github.com/paradigmxyz/reth?tag=v1.10.1)", "smallvec", "tracing", ] @@ -11511,6 +14324,14 @@ dependencies = [ "zstd", ] +[[package]] +name = "reth-zstd-compressors" +version = "1.10.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.10.1#c9dad4765df6c96a427d513227e09767e8e56f14" +dependencies = [ + "zstd", +] + [[package]] name = "revm" version = "34.0.0" @@ -12679,9 +15500,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" +checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" dependencies = [ "libc", "windows-sys 0.60.2", @@ -13177,7 +15998,7 @@ dependencies = [ "parking_lot", "pin-project-lite", "signal-hook-registry", - "socket2 0.6.1", + "socket2 0.6.2", "tokio-macros", "windows-sys 0.61.2", ] diff --git a/crates/optimism/bin/op-reth/Cargo.toml b/crates/optimism/bin/op-reth/Cargo.toml index 9549ebc9dbe..afb3b6ba861 100644 --- a/crates/optimism/bin/op-reth/Cargo.toml +++ b/crates/optimism/bin/op-reth/Cargo.toml @@ -9,23 +9,23 @@ repository.workspace = true exclude.workspace = true [dependencies] -reth-cli-util.workspace = true +reth-cli-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } reth-optimism-cli.workspace = true reth-optimism-rpc.workspace = true reth-optimism-node.workspace = true -reth-optimism-chainspec.workspace = true -reth-optimism-consensus.workspace = true -reth-optimism-evm.workspace = true -reth-optimism-payload-builder.workspace = true -reth-optimism-primitives.workspace = true -reth-optimism-forks.workspace = true +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-consensus = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } reth-optimism-exex = { workspace = true, features = ["metrics"] } reth-optimism-trie = { workspace = true, features = ["metrics"] } -reth-node-builder.workspace = true -reth-db-api.workspace = true -reth-chainspec.workspace = true -reth-db.workspace = true -reth-tasks.workspace = true +reth-node-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-db-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-tasks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } clap = { workspace = true, features = ["derive", "env"] } tracing.workspace = true diff --git a/crates/optimism/cli/Cargo.toml b/crates/optimism/cli/Cargo.toml index 4d7edb8493b..08b15406164 100644 --- a/crates/optimism/cli/Cargo.toml +++ b/crates/optimism/cli/Cargo.toml @@ -11,40 +11,40 @@ repository.workspace = true workspace = true [dependencies] -reth-static-file-types = { workspace = true, features = ["clap"] } -reth-cli.workspace = true -reth-cli-commands.workspace = true -reth-consensus.workspace = true -reth-rpc-server-types.workspace = true -reth-primitives-traits.workspace = true -reth-db = { workspace = true, features = ["mdbx", "op"] } -reth-db-api.workspace = true -reth-db-common.workspace = true -reth-downloaders.workspace = true -reth-provider.workspace = true -reth-prune.workspace = true -reth-stages.workspace = true -reth-static-file.workspace = true -reth-execution-types.workspace = true -reth-node-core.workspace = true +reth-static-file-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["clap"] } +reth-cli = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-cli-commands = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-consensus = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-rpc-server-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["mdbx", "op"] } +reth-db-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-db-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-downloaders = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-prune = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-stages = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-static-file = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-execution-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-node-core = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } reth-optimism-node.workspace = true -reth-fs-util.workspace = true +reth-fs-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } # so jemalloc metrics can be included reth-node-metrics.workspace = true ## optimism -reth-optimism-primitives.workspace = true -reth-optimism-chainspec = { workspace = true, features = ["superchain-configs"] } -reth-optimism-consensus.workspace = true +reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["superchain-configs"] } +reth-optimism-consensus = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } reth-optimism-trie.workspace = true -reth-chainspec.workspace = true -reth-node-events.workspace = true -reth-optimism-evm.workspace = true -reth-cli-runner.workspace = true -reth-node-builder = { workspace = true, features = ["op"] } -reth-tracing.workspace = true +reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-node-events = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-cli-runner = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-node-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["op"] } +reth-tracing = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } # eth alloy-eips.workspace = true @@ -69,10 +69,10 @@ op-alloy-consensus.workspace = true [dev-dependencies] tempfile.workspace = true -reth-stages = { workspace = true, features = ["test-utils"] } +reth-stages = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["test-utils"] } [build-dependencies] -reth-optimism-chainspec = { workspace = true, features = ["std", "superchain-configs"] } +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["std", "superchain-configs"] } [features] default = [] diff --git a/crates/optimism/exex/Cargo.toml b/crates/optimism/exex/Cargo.toml index f8fd8ee1e0e..9128acbc00e 100644 --- a/crates/optimism/exex/Cargo.toml +++ b/crates/optimism/exex/Cargo.toml @@ -13,12 +13,12 @@ workspace = true [dependencies] # reth -reth-exex.workspace = true -reth-execution-types.workspace = true -reth-node-types.workspace = true -reth-node-api.workspace = true -reth-trie.workspace = true -reth-provider.workspace = true +reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-execution-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-node-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-node-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-trie = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } # op-reth # proofs exex handles `TrieUpdates` in notifications @@ -37,12 +37,12 @@ tracing.workspace = true tokio = { workspace = true, features = ["test-util", "rt-multi-thread", "macros"] } futures.workspace = true reth-db = { workspace = true, features = ["op", "test-utils"] } -reth-node-builder.workspace = true +reth-node-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } reth-optimism-node.workspace = true -reth-optimism-chainspec.workspace = true -reth-primitives-traits.workspace = true -reth-ethereum-primitives.workspace = true -reth-exex-test-utils.workspace = true +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-exex-test-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } tempfile.workspace = true [features] diff --git a/crates/optimism/node/Cargo.toml b/crates/optimism/node/Cargo.toml index 2d09e2082a0..d8c59691a68 100644 --- a/crates/optimism/node/Cargo.toml +++ b/crates/optimism/node/Cargo.toml @@ -12,36 +12,36 @@ workspace = true [dependencies] # reth -reth-chainspec.workspace = true +reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } ## ensure secp256k1 recovery with rayon support is activated -reth-primitives-traits = { workspace = true, features = ["secp256k1", "rayon"] } -reth-payload-builder.workspace = true -reth-consensus.workspace = true -reth-node-api.workspace = true -reth-node-builder.workspace = true -reth-tracing.workspace = true -reth-provider.workspace = true -reth-transaction-pool.workspace = true -reth-network.workspace = true -reth-evm.workspace = true -reth-rpc-server-types.workspace = true -reth-tasks = { workspace = true, optional = true } -reth-trie-common.workspace = true -reth-node-core.workspace = true -reth-rpc-engine-api.workspace = true -reth-engine-local = { workspace = true, features = ["op"] } -reth-rpc-api.workspace = true +reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["secp256k1", "rayon"] } +reth-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-consensus = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-node-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-node-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-tracing = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-network = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-rpc-server-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-tasks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-trie-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-node-core = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-rpc-engine-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-engine-local = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["op"] } +reth-rpc-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } # op-reth -reth-optimism-payload-builder.workspace = true -reth-optimism-evm = { workspace = true, features = ["std", "rpc"] } +reth-optimism-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["std", "rpc"] } reth-optimism-rpc.workspace = true -reth-optimism-storage.workspace = true -reth-optimism-txpool.workspace = true -reth-optimism-chainspec.workspace = true -reth-optimism-consensus = { workspace = true, features = ["std"] } -reth-optimism-forks.workspace = true -reth-optimism-primitives = { workspace = true, features = ["serde", "serde-bincode-compat", "reth-codec"] } +reth-optimism-storage = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-txpool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-consensus = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["std"] } +reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["serde", "serde-bincode-compat", "reth-codec"] } # revm with required optimism features # Note: this must be kept to ensure all features are properly enabled/forwarded @@ -73,16 +73,16 @@ serde_json = { workspace = true, optional = true } [dev-dependencies] reth-optimism-node = { workspace = true, features = ["test-utils"] } -reth-db = { workspace = true, features = ["op", "test-utils"] } -reth-node-builder = { workspace = true, features = ["test-utils"] } -reth-provider = { workspace = true, features = ["test-utils"] } -reth-tasks.workspace = true -reth-payload-util.workspace = true -reth-revm = { workspace = true, features = ["std"] } -reth-rpc.workspace = true -reth-rpc-eth-types.workspace = true -reth-stages-types.workspace = true -reth-trie-db.workspace = true +reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["op", "test-utils"] } +reth-node-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["test-utils"] } +reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["test-utils"] } +reth-tasks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-payload-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-revm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["std"] } +reth-rpc = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-stages-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-trie-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } alloy-network.workspace = true alloy-op-hardforks.workspace = true diff --git a/crates/optimism/reth/Cargo.toml b/crates/optimism/reth/Cargo.toml index cd39a0bcf81..f807e527162 100644 --- a/crates/optimism/reth/Cargo.toml +++ b/crates/optimism/reth/Cargo.toml @@ -12,39 +12,39 @@ workspace = true [dependencies] # reth -reth-primitives-traits = { workspace = true, features = ["op"] } -reth-chainspec.workspace = true -reth-network = { workspace = true, optional = true } -reth-network-api = { workspace = true, optional = true } -reth-eth-wire = { workspace = true, optional = true } -reth-provider = { workspace = true, optional = true } -reth-db = { workspace = true, optional = true, features = ["mdbx", "op"] } -reth-codecs = { workspace = true, optional = true } -reth-storage-api = { workspace = true, optional = true } -reth-node-api = { workspace = true, optional = true } -reth-node-core = { workspace = true, optional = true } -reth-consensus = { workspace = true, optional = true } -reth-consensus-common = { workspace = true, optional = true } -reth-evm = { workspace = true, optional = true } -reth-revm = { workspace = true, optional = true } -reth-rpc = { workspace = true, optional = true } -reth-rpc-api = { workspace = true, optional = true } -reth-rpc-eth-types = { workspace = true, optional = true } -reth-rpc-builder = { workspace = true, optional = true } -reth-exex = { workspace = true, optional = true } -reth-transaction-pool = { workspace = true, optional = true } -reth-trie = { workspace = true, optional = true } -reth-trie-db = { workspace = true, optional = true } -reth-node-builder = { workspace = true, optional = true } -reth-tasks = { workspace = true, optional = true } -reth-cli-util = { workspace = true, optional = true } -reth-engine-local = { workspace = true, optional = true } +reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["op"] } +reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-network = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-network-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-eth-wire = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true, features = ["mdbx", "op"] } +reth-codecs = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-storage-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-node-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-node-core = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-consensus = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-consensus-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-revm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-rpc = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-rpc-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-rpc-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-trie = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-trie-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-node-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-tasks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-cli-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-engine-local = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } # reth-op -reth-optimism-primitives.workspace = true -reth-optimism-chainspec.workspace = true -reth-optimism-consensus = { workspace = true, optional = true } -reth-optimism-evm = { workspace = true, optional = true } +reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-consensus = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } +reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", optional = true } reth-optimism-node = { workspace = true, optional = true } reth-optimism-rpc = { workspace = true, optional = true } reth-optimism-cli = { workspace = true, optional = true } diff --git a/crates/optimism/rpc/Cargo.toml b/crates/optimism/rpc/Cargo.toml index d9e6aa8fc1f..38945b7b036 100644 --- a/crates/optimism/rpc/Cargo.toml +++ b/crates/optimism/rpc/Cargo.toml @@ -13,34 +13,33 @@ workspace = true [dependencies] # reth -reth-basic-payload-builder.workspace = true -reth-evm.workspace = true -reth-primitives-traits = { workspace = true, features = ["op"] } -reth-storage-api.workspace = true -reth-rpc-eth-api = { workspace = true, features = ["op"] } -reth-rpc-eth-types.workspace = true -reth-rpc-server-types.workspace = true -reth-tasks = { workspace = true, features = ["rayon"] } -reth-transaction-pool.workspace = true -reth-revm.workspace = true -reth-rpc.workspace = true -reth-rpc-api.workspace = true -reth-node-api.workspace = true -reth-node-builder.workspace = true -reth-chainspec.workspace = true -reth-chain-state.workspace = true -reth-rpc-engine-api.workspace = true -reth-payload-util.workspace = true -reth-provider.workspace = true +reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["op"] } +reth-storage-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["op"] } +reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-rpc-server-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-tasks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["rayon"] } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-revm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-rpc = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-rpc-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-node-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-node-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-chain-state = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-rpc-engine-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-payload-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } # op-reth -reth-optimism-evm.workspace = true -reth-optimism-flashblocks.workspace = true -reth-optimism-payload-builder.workspace = true -reth-optimism-txpool.workspace = true -# TODO remove node-builder import -reth-optimism-primitives = { workspace = true, features = ["reth-codec", "serde-bincode-compat", "serde"] } -reth-optimism-forks.workspace = true +reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-flashblocks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-txpool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["reth-codec", "serde-bincode-compat", "serde"] } +reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } reth-optimism-trie.workspace = true # ethereum @@ -93,7 +92,7 @@ metrics.workspace = true strum.workspace = true [dev-dependencies] -reth-optimism-chainspec.workspace = true +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } alloy-op-hardforks.workspace = true [features] diff --git a/crates/optimism/trie/Cargo.toml b/crates/optimism/trie/Cargo.toml index bb5b0b71132..4e6d0fdcdde 100644 --- a/crates/optimism/trie/Cargo.toml +++ b/crates/optimism/trie/Cargo.toml @@ -13,15 +13,15 @@ workspace = true [dependencies] # reth -reth-db = { workspace = true, features = ["mdbx"] } -reth-evm.workspace = true -reth-execution-errors.workspace = true -reth-primitives-traits.workspace = true -reth-provider.workspace = true -reth-revm.workspace = true -reth-trie = { workspace = true, features = ["serde"] } -reth-trie-common = { workspace = true, features = ["serde"] } -reth-tasks.workspace = true +reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["mdbx"] } +reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-execution-errors = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-revm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-trie = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["serde"] } +reth-trie-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["serde"] } +reth-tasks = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } # `metrics` feature metrics = { workspace = true, optional = true } @@ -48,24 +48,24 @@ tracing.workspace = true derive_more.workspace = true [dev-dependencies] -reth-codecs = { workspace = true, features = ["test-utils"] } +reth-codecs = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["test-utils"] } tempfile.workspace = true tokio = { workspace = true, features = ["test-util", "rt-multi-thread", "macros"] } test-case.workspace = true -reth-db = { workspace = true, features = ["test-utils"] } +reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["test-utils"] } # workaround for failing doc test -reth-db-api = { workspace = true, features = ["test-utils"] } -reth-trie = { workspace = true, features = ["test-utils"] } -reth-provider = { workspace = true, features = ["test-utils"] } -reth-node-api.workspace = true +reth-db-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["test-utils"] } +reth-trie = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["test-utils"] } +reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1", features = ["test-utils"] } +reth-node-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } alloy-consensus.workspace = true alloy-genesis.workspace = true -reth-chainspec.workspace = true -reth-db-common.workspace = true -reth-ethereum-primitives.workspace = true -reth-evm-ethereum.workspace = true -reth-testing-utils.workspace = true -reth-storage-errors.workspace = true +reth-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-db-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-testing-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } +reth-storage-errors = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.1" } secp256k1.workspace = true mockall.workspace = true diff --git a/deny.toml b/deny.toml index 98fc336b08b..530b8cf90c3 100644 --- a/deny.toml +++ b/deny.toml @@ -93,4 +93,5 @@ allow-git = [ "https://github.com/alloy-rs/evm", "https://github.com/alloy-rs/hardforks", "https://github.com/paradigmxyz/jsonrpsee", + "https://github.com/paradigmxyz/reth", ]