From 18bdceeb116ba3c8c96fcd8e3623e516efd102bf Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Sat, 12 Oct 2024 09:11:01 +0200 Subject: [PATCH] chore: bump reth --- Cargo.lock | 218 ++++++++++++++++++++++++++--------------------------- Cargo.toml | 44 +++++------ 2 files changed, 131 insertions(+), 131 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 972fa67..ea77fc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5467,7 +5467,7 @@ dependencies = [ [[package]] name = "reth" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5539,7 +5539,7 @@ dependencies = [ [[package]] name = "reth-auto-seal-consensus" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -5570,7 +5570,7 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -5594,7 +5594,7 @@ dependencies = [ [[package]] name = "reth-beacon-consensus" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -5629,7 +5629,7 @@ dependencies = [ [[package]] name = "reth-blockchain-tree" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -5662,7 +5662,7 @@ dependencies = [ [[package]] name = "reth-blockchain-tree-api" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "reth-consensus", @@ -5675,7 +5675,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -5699,7 +5699,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-chains", "alloy-eips", @@ -5720,7 +5720,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-genesis", "clap", @@ -5733,7 +5733,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "ahash", "alloy-eips", @@ -5791,7 +5791,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "reth-tasks", "tokio", @@ -5801,7 +5801,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -5818,7 +5818,7 @@ dependencies = [ [[package]] name = "reth-codecs" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5834,7 +5834,7 @@ dependencies = [ [[package]] name = "reth-codecs-derive" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "convert_case", "proc-macro2", @@ -5845,7 +5845,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "eyre", "humantime-serde", @@ -5859,7 +5859,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "auto_impl", @@ -5870,7 +5870,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "reth-chainspec", @@ -5882,7 +5882,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-consensus", "alloy-eips", @@ -5906,7 +5906,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "bytes", @@ -5939,7 +5939,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-genesis", "alloy-primitives", @@ -5964,7 +5964,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-genesis", "alloy-primitives", @@ -5992,7 +5992,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "arbitrary", @@ -6007,7 +6007,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6031,7 +6031,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6055,7 +6055,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "data-encoding", @@ -6077,7 +6077,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6106,7 +6106,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "aes", "alloy-primitives", @@ -6137,7 +6137,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "reth-execution-types", @@ -6150,7 +6150,7 @@ dependencies = [ [[package]] name = "reth-engine-service" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "futures", "pin-project", @@ -6173,7 +6173,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6210,7 +6210,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -6241,7 +6241,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "reth-blockchain-tree-api", "reth-consensus", @@ -6254,7 +6254,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6280,7 +6280,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-chains", "alloy-eips", @@ -6297,7 +6297,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "eyre", "reth-chainspec", @@ -6307,7 +6307,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "reth-chainspec", @@ -6320,7 +6320,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6339,7 +6339,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-chains", "alloy-primitives", @@ -6359,7 +6359,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "reth-basic-payload-builder", @@ -6384,7 +6384,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "rayon", "reth-db-api", @@ -6394,7 +6394,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6416,7 +6416,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6435,7 +6435,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6451,7 +6451,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6466,7 +6466,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6502,7 +6502,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6515,7 +6515,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "serde", "serde_json", @@ -6525,7 +6525,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6550,7 +6550,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "async-trait", "bytes", @@ -6571,7 +6571,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "bitflags 2.6.0", "byteorder", @@ -6588,7 +6588,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "bindgen", "cc", @@ -6597,7 +6597,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "futures", "metrics", @@ -6609,7 +6609,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", ] @@ -6617,7 +6617,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "futures-util", "if-addrs", @@ -6631,7 +6631,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6681,7 +6681,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rpc-types-admin", @@ -6704,7 +6704,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6724,7 +6724,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6739,7 +6739,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "humantime-serde", "reth-ethereum-forks", @@ -6753,7 +6753,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "anyhow", "bincode", @@ -6770,7 +6770,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "reth-engine-primitives", "reth-evm", @@ -6788,7 +6788,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rpc-types", @@ -6852,7 +6852,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -6900,7 +6900,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "eyre", "reth-auto-seal-consensus", @@ -6925,7 +6925,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -6948,7 +6948,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "eyre", "http", @@ -6972,7 +6972,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "reth-chainspec", "reth-db-api", @@ -6982,7 +6982,7 @@ dependencies = [ [[package]] name = "reth-optimism-chainspec" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-chains", "alloy-genesis", @@ -7001,7 +7001,7 @@ dependencies = [ [[package]] name = "reth-optimism-cli" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7045,7 +7045,7 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "reth-chainspec", @@ -7061,7 +7061,7 @@ dependencies = [ [[package]] name = "reth-optimism-evm" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "op-alloy-consensus", @@ -7085,7 +7085,7 @@ dependencies = [ [[package]] name = "reth-optimism-forks" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7096,7 +7096,7 @@ dependencies = [ [[package]] name = "reth-optimism-node" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7144,7 +7144,7 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7178,7 +7178,7 @@ dependencies = [ [[package]] name = "reth-optimism-primitives" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "reth-primitives", @@ -7188,7 +7188,7 @@ dependencies = [ [[package]] name = "reth-optimism-rpc" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7228,7 +7228,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rpc-types", @@ -7248,7 +7248,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rpc-types", @@ -7270,7 +7270,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-rpc-types", "reth-chainspec", @@ -7281,7 +7281,7 @@ dependencies = [ [[package]] name = "reth-primitives" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7317,7 +7317,7 @@ dependencies = [ [[package]] name = "reth-primitives-traits" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7341,7 +7341,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7384,7 +7384,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "itertools 0.13.0", @@ -7410,7 +7410,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "bytes", @@ -7424,7 +7424,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "reth-chainspec", @@ -7440,7 +7440,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -7506,7 +7506,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-json-rpc", @@ -7532,7 +7532,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-network", "alloy-rpc-types", @@ -7568,7 +7568,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7599,7 +7599,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-dyn-abi", "alloy-eips", @@ -7640,7 +7640,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7683,7 +7683,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-rpc-types-engine", "http", @@ -7696,7 +7696,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -7712,7 +7712,7 @@ dependencies = [ [[package]] name = "reth-rpc-types-compat" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7728,7 +7728,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "bincode", @@ -7764,7 +7764,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "aquamarine", @@ -7790,7 +7790,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "bytes", @@ -7803,7 +7803,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "parking_lot 0.12.3", @@ -7825,7 +7825,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "clap", @@ -7837,7 +7837,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7856,7 +7856,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7869,7 +7869,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "auto_impl", "dyn-clone", @@ -7887,7 +7887,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "tokio", "tokio-stream", @@ -7897,7 +7897,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "clap", "eyre", @@ -7912,7 +7912,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7946,7 +7946,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7970,7 +7970,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7990,7 +7990,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8015,7 +8015,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.1.0" -source = "git+https://github.com/paradigmxyz/reth.git?rev=6d3aa5a#6d3aa5a0d5df5a42b6fcf38a9937e3255052bd47" +source = "git+https://github.com/paradigmxyz/reth.git?rev=75dda1c#75dda1c398153b674c760402056ec52a8c2cceaf" dependencies = [ "alloy-primitives", "alloy-rlp", diff --git a/Cargo.toml b/Cargo.toml index 67c38bd..002beb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,44 +74,44 @@ alloy-signer-local = { version = "0.4", features = ["mnemonic"] } tokio = { version = "1.21", default-features = false } # reth -reth = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a" } -reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a", features = [ +reth = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c" } +reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c", features = [ "optimism", ] } -reth-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a" } -reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a" } -reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a" } -reth-node-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a" } -reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a" } -reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a", features = [ +reth-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c" } +reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c" } +reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c" } +reth-node-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c" } +reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c" } +reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c", features = [ "optimism", ] } -reth-optimism-node = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a", features = [ +reth-optimism-node = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c", features = [ "optimism", ] } -reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a", features = [ +reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c", features = [ "optimism", ] } -reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a", features = [ +reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c", features = [ "optimism", ] } -reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a" } -reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a" } -reth-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a" } -reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a", features = [ +reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c" } +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c" } +reth-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c" } +reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c", features = [ "optimism", ] } -reth-provider = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a", features = [ +reth-provider = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c", features = [ "optimism", ] } -reth-revm = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a", features = [ +reth-revm = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c", features = [ "optimism", ] } -reth-storage-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a" } -reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a" } -reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a" } -reth-network = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a" } -reth-network-types = { git = "https://github.com/paradigmxyz/reth.git", rev = "6d3aa5a" } +reth-storage-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c" } +reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c" } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c" } +reth-network = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c" } +reth-network-types = { git = "https://github.com/paradigmxyz/reth.git", rev = "75dda1c" } # rpc jsonrpsee = "0.24"