From 4411e36b0083b98972cc49c2d1f4d4d6f17f8a61 Mon Sep 17 00:00:00 2001 From: hfuss Date: Thu, 21 May 2026 14:58:15 -0400 Subject: [PATCH 1/2] [deps] Upgrade v0.7.1 w/ Trusted Peers Fix Signed-off-by: hfuss --- Cargo.lock | 230 ++++++++++++++++++++++++++++------------------------- Cargo.toml | 50 ++++++++++++ 2 files changed, 172 insertions(+), 108 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57a0dc2..fddba91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4915,6 +4915,18 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55" +[[package]] +name = "fastbloom" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e7f34442dbe69c60fe8eaf58a8cafff81a1f278816d8ab4db255b3bef4ac3c4" +dependencies = [ + "getrandom 0.3.4", + "libm", + "rand 0.9.4", + "siphasher", +] + [[package]] name = "fastrand" version = "2.3.0" @@ -9347,6 +9359,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" dependencies = [ "bytes", + "fastbloom", "getrandom 0.3.4", "lru-slab", "rand 0.9.4", @@ -9804,7 +9817,7 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth-basic-payload-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9828,7 +9841,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9860,7 +9873,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-chains", "alloy-consensus", @@ -9880,7 +9893,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-genesis", "clap", @@ -9894,7 +9907,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-chains", "alloy-consensus", @@ -9974,7 +9987,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "reth-tasks", "tokio", @@ -9984,7 +9997,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -10001,7 +10014,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10021,7 +10034,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "proc-macro2", "quote", @@ -10031,7 +10044,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "eyre", "humantime-serde", @@ -10047,7 +10060,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10060,7 +10073,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10072,7 +10085,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10098,7 +10111,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "derive_more", @@ -10125,7 +10138,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -10154,7 +10167,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -10184,7 +10197,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -10199,7 +10212,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10224,7 +10237,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10248,7 +10261,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "dashmap", @@ -10272,7 +10285,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10307,7 +10320,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10365,7 +10378,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "aes", "alloy-primitives", @@ -10393,7 +10406,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10416,7 +10429,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10441,7 +10454,7 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "futures", "pin-project", @@ -10463,7 +10476,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eip7928", @@ -10520,7 +10533,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -10548,7 +10561,7 @@ dependencies = [ [[package]] name = "reth-era" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10563,7 +10576,7 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "bytes", @@ -10579,7 +10592,7 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10601,7 +10614,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -10612,7 +10625,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-chains", "alloy-primitives", @@ -10641,7 +10654,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-chains", "alloy-consensus", @@ -10665,7 +10678,7 @@ dependencies = [ [[package]] name = "reth-ethereum" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", @@ -10705,7 +10718,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "clap", "eyre", @@ -10728,7 +10741,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10744,7 +10757,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -10762,7 +10775,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -10776,7 +10789,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10805,7 +10818,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10825,7 +10838,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "rayon", "reth-db-api", @@ -10835,7 +10848,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10859,7 +10872,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10881,7 +10894,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-evm", "alloy-primitives", @@ -10894,7 +10907,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10912,7 +10925,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10950,7 +10963,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -10964,7 +10977,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "serde", "serde_json", @@ -10974,7 +10987,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -11002,7 +11015,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "bytes", "futures", @@ -11022,7 +11035,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "bitflags 2.11.0", "byteorder", @@ -11038,7 +11051,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "bindgen", "cc", @@ -11047,7 +11060,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "futures", "metrics", @@ -11059,7 +11072,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "ipnet", @@ -11068,7 +11081,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "futures-util", "if-addrs 0.14.0", @@ -11082,7 +11095,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11139,7 +11152,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -11164,7 +11177,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11187,7 +11200,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -11202,7 +11215,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -11216,7 +11229,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "anyhow", "bincode", @@ -11233,7 +11246,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -11257,7 +11270,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11326,7 +11339,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11381,7 +11394,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-eips", "alloy-network", @@ -11419,7 +11432,7 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -11443,7 +11456,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11467,7 +11480,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "bytes", "eyre", @@ -11491,7 +11504,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "reth-chainspec", "reth-db-api", @@ -11503,7 +11516,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -11524,7 +11537,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "pin-project", "reth-payload-primitives", @@ -11536,7 +11549,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11559,7 +11572,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -11569,7 +11582,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "once_cell", @@ -11582,7 +11595,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11616,7 +11629,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11660,7 +11673,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11689,7 +11702,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "arbitrary", @@ -11705,7 +11718,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -11718,7 +11731,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -11795,7 +11808,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-eip7928", "alloy-eips", @@ -11825,7 +11838,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-network", "alloy-provider", @@ -11866,7 +11879,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-evm", @@ -11887,7 +11900,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -11917,7 +11930,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -11961,7 +11974,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12009,7 +12022,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-rpc-types-engine", "http", @@ -12023,7 +12036,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -12039,7 +12052,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12049,6 +12062,7 @@ dependencies = [ "futures-util", "itertools 0.14.0", "num-traits", + "quinn-proto", "rayon", "reqwest", "reth-chainspec", @@ -12089,7 +12103,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -12116,7 +12130,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "arbitrary", @@ -12130,7 +12144,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "parking_lot", @@ -12150,7 +12164,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "clap", @@ -12165,7 +12179,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12189,7 +12203,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -12206,7 +12220,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "auto_impl", "dyn-clone", @@ -12224,7 +12238,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12240,7 +12254,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "tokio", "tokio-stream", @@ -12250,7 +12264,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "clap", "eyre", @@ -12267,7 +12281,7 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "clap", "eyre", @@ -12284,7 +12298,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12330,7 +12344,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12356,7 +12370,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -12383,7 +12397,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "metrics", @@ -12403,7 +12417,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -12428,7 +12442,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -12447,7 +12461,7 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +source = "git+https://github.com/kaleido-io/reth?rev=88e180a0659a38dafd5788b7a000812caae457cc#88e180a0659a38dafd5788b7a000812caae457cc" dependencies = [ "zstd", ] diff --git a/Cargo.toml b/Cargo.toml index d6232cd..0768137 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -362,3 +362,53 @@ strip = false # This version of `ark-relations` includes a fix for the issue, # as it bumped `tracing-subscriber` to v0.3.0. ark-relations = { git = "https://github.com/arkworks-rs/snark.git", rev = "9c528529763f1a0a2e0cba83528f93d32247d621" } + +# Pinned to kaleido-io/reth's release-v1.11.3 branch (commit 88e180a0), which carries +# the `admin_addTrustedPeer` hostname-support backport on top of upstream v1.11.3. +# Every reth-* crate is repointed so cargo doesn't see two versions of the same crate +# (one from the upstream tag, one from our branch). All listed crates resolve to the +# same git checkout, which is a strict superset of v1.11.3 with our patch on top. +[patch."https://github.com/paradigmxyz/reth"] +reth-basic-payload-builder = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-chainspec = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-cli = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-cli-commands = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-consensus = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-consensus-common = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-db = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-e2e-test-utils = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-engine-local = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-engine-primitives = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-errors = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-ethereum = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-ethereum-engine-primitives = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-ethereum-forks = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-ethereum-payload-builder = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-ethereum-primitives = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-evm = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-evm-ethereum = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-ipc = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-network = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-network-api = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-network-peers = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-node-api = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-node-builder = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-node-core = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-node-ethereum = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-node-metrics = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-payload-builder = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-payload-primitives = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-primitives-traits = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-provider = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-prune-types = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-revm = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-rpc = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-rpc-api = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-rpc-builder = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-rpc-eth-api = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-rpc-eth-types = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-rpc-server-types = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-storage-api = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-tasks = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-tracing = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } +reth-transaction-pool = { git = "https://github.com/kaleido-io/reth", rev = "88e180a0659a38dafd5788b7a000812caae457cc" } From 21d8f0764d98fccb5c275591ad0aeb71af93acf1 Mon Sep 17 00:00:00 2001 From: Brindrajsinh-Chauhan Date: Fri, 22 May 2026 11:08:28 +0100 Subject: [PATCH 2/2] update cve for v0.7.1 --- Cargo.lock | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fddba91..8af8d26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4220,7 +4220,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 2.0.117", + "syn 1.0.109", ] [[package]] @@ -7154,7 +7154,7 @@ dependencies = [ "thiserror 2.0.18", "tracing", "yamux 0.12.1", - "yamux 0.13.8", + "yamux 0.13.10", ] [[package]] @@ -8199,15 +8199,14 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.75" +version = "0.10.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" +checksum = "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967" dependencies = [ "bitflags 2.11.0", "cfg-if", "foreign-types", "libc", - "once_cell", "openssl-macros", "openssl-sys", ] @@ -8240,9 +8239,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.111" +version = "0.9.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" +checksum = "f28a22dc7140cda5f096e5e7724a6962ca81a7f8bfd2979f9b18c11af56318c4" dependencies = [ "cc", "libc", @@ -16170,9 +16169,9 @@ dependencies = [ [[package]] name = "yamux" -version = "0.13.8" +version = "0.13.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "deab71f2e20691b4728b349c6cee8fc7223880fa67b6b4f92225ec32225447e5" +checksum = "1991f6690292030e31b0144d73f5e8368936c58e45e7068254f7138b23b00672" dependencies = [ "futures", "log",