diff --git a/Cargo.lock b/Cargo.lock index 57a0dc2..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]] @@ -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" @@ -7142,7 +7154,7 @@ dependencies = [ "thiserror 2.0.18", "tracing", "yamux 0.12.1", - "yamux 0.13.8", + "yamux 0.13.10", ] [[package]] @@ -8187,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", ] @@ -8228,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", @@ -9347,6 +9358,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 +9816,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 +9840,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 +9872,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 +9892,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 +9906,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 +9986,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 +9996,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 +10013,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 +10033,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 +10043,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 +10059,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 +10072,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 +10084,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 +10110,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 +10137,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 +10166,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 +10196,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 +10211,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 +10236,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 +10260,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 +10284,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 +10319,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 +10377,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 +10405,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 +10428,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 +10453,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 +10475,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 +10532,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 +10560,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 +10575,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 +10591,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 +10613,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 +10624,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 +10653,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 +10677,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 +10717,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 +10740,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 +10756,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 +10774,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 +10788,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 +10817,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 +10837,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 +10847,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 +10871,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 +10893,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 +10906,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 +10924,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 +10962,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 +10976,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 +10986,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 +11014,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 +11034,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 +11050,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 +11059,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 +11071,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 +11080,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 +11094,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 +11151,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 +11176,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 +11199,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 +11214,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 +11228,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 +11245,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 +11269,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 +11338,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 +11393,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 +11431,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 +11455,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 +11479,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 +11503,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 +11515,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 +11536,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 +11548,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 +11571,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 +11581,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 +11594,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 +11628,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 +11672,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 +11701,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 +11717,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 +11730,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 +11807,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 +11837,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 +11878,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 +11899,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 +11929,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 +11973,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 +12021,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 +12035,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 +12051,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 +12061,7 @@ dependencies = [ "futures-util", "itertools 0.14.0", "num-traits", + "quinn-proto", "rayon", "reqwest", "reth-chainspec", @@ -12089,7 +12102,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 +12129,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 +12143,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 +12163,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 +12178,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 +12202,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 +12219,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 +12237,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 +12253,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 +12263,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 +12280,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 +12297,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 +12343,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 +12369,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 +12396,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 +12416,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 +12441,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 +12460,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", ] @@ -16156,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", 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" }