diff --git a/Cargo.lock b/Cargo.lock index 46dfc9c..299f397 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7086,8 +7086,8 @@ checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" [[package]] name = "reth" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-rpc-types", "aquamarine", @@ -7132,8 +7132,8 @@ dependencies = [ [[package]] name = "reth-basic-payload-builder" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7156,8 +7156,8 @@ dependencies = [ [[package]] name = "reth-chain-state" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7185,8 +7185,8 @@ dependencies = [ [[package]] name = "reth-chainspec" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7205,8 +7205,8 @@ dependencies = [ [[package]] name = "reth-cli" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-genesis", "clap", @@ -7219,8 +7219,8 @@ dependencies = [ [[package]] name = "reth-cli-commands" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7294,8 +7294,8 @@ dependencies = [ [[package]] name = "reth-cli-runner" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "reth-tasks", "tokio", @@ -7304,8 +7304,8 @@ dependencies = [ [[package]] name = "reth-cli-util" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7322,8 +7322,8 @@ dependencies = [ [[package]] name = "reth-codecs" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7340,8 +7340,8 @@ dependencies = [ [[package]] name = "reth-codecs-derive" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "proc-macro2", "quote", @@ -7350,8 +7350,8 @@ dependencies = [ [[package]] name = "reth-config" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "eyre", "humantime-serde", @@ -7365,8 +7365,8 @@ dependencies = [ [[package]] name = "reth-consensus" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7378,8 +7378,8 @@ dependencies = [ [[package]] name = "reth-consensus-common" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7390,8 +7390,8 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7416,8 +7416,8 @@ dependencies = [ [[package]] name = "reth-db" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "derive_more", @@ -7440,8 +7440,8 @@ dependencies = [ [[package]] name = "reth-db-api" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7465,8 +7465,8 @@ dependencies = [ [[package]] name = "reth-db-common" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7495,8 +7495,8 @@ dependencies = [ [[package]] name = "reth-db-models" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7509,8 +7509,8 @@ dependencies = [ [[package]] name = "reth-discv4" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7534,8 +7534,8 @@ dependencies = [ [[package]] name = "reth-discv5" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7558,8 +7558,8 @@ dependencies = [ [[package]] name = "reth-dns-discovery" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "data-encoding", @@ -7582,8 +7582,8 @@ dependencies = [ [[package]] name = "reth-downloaders" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7613,8 +7613,8 @@ dependencies = [ [[package]] name = "reth-ecies" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "aes", "alloy-primitives", @@ -7644,8 +7644,8 @@ dependencies = [ [[package]] name = "reth-engine-local" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7666,8 +7666,8 @@ dependencies = [ [[package]] name = "reth-engine-primitives" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7691,8 +7691,8 @@ dependencies = [ [[package]] name = "reth-engine-service" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "futures", "pin-project", @@ -7713,8 +7713,8 @@ dependencies = [ [[package]] name = "reth-engine-tree" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7763,8 +7763,8 @@ dependencies = [ [[package]] name = "reth-engine-util" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7791,8 +7791,8 @@ dependencies = [ [[package]] name = "reth-era" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7807,8 +7807,8 @@ dependencies = [ [[package]] name = "reth-era-downloader" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "bytes", @@ -7822,8 +7822,8 @@ dependencies = [ [[package]] name = "reth-era-utils" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7844,8 +7844,8 @@ dependencies = [ [[package]] name = "reth-errors" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -7855,8 +7855,8 @@ dependencies = [ [[package]] name = "reth-eth-wire" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7883,8 +7883,8 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7904,8 +7904,8 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "clap", "eyre", @@ -7928,8 +7928,8 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7944,8 +7944,8 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7962,8 +7962,8 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -7975,8 +7975,8 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8004,8 +8004,8 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8023,8 +8023,8 @@ dependencies = [ [[package]] name = "reth-etl" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "rayon", "reth-db-api", @@ -8033,8 +8033,8 @@ dependencies = [ [[package]] name = "reth-evm" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8056,8 +8056,8 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8076,8 +8076,8 @@ dependencies = [ [[package]] name = "reth-execution-errors" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-evm", "alloy-primitives", @@ -8089,8 +8089,8 @@ dependencies = [ [[package]] name = "reth-execution-types" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8107,8 +8107,8 @@ dependencies = [ [[package]] name = "reth-exex" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8145,8 +8145,8 @@ dependencies = [ [[package]] name = "reth-exex-types" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8159,8 +8159,8 @@ dependencies = [ [[package]] name = "reth-fs-util" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "serde", "serde_json", @@ -8169,8 +8169,8 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8197,8 +8197,8 @@ dependencies = [ [[package]] name = "reth-ipc" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "bytes", "futures", @@ -8217,8 +8217,8 @@ dependencies = [ [[package]] name = "reth-libmdbx" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "bitflags 2.10.0", "byteorder", @@ -8233,8 +8233,8 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "bindgen 0.71.1", "cc", @@ -8242,8 +8242,8 @@ dependencies = [ [[package]] name = "reth-metrics" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "futures", "metrics", @@ -8254,16 +8254,16 @@ dependencies = [ [[package]] name = "reth-net-banlist" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", ] [[package]] name = "reth-net-nat" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "futures-util", "if-addrs", @@ -8276,8 +8276,8 @@ dependencies = [ [[package]] name = "reth-network" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8331,8 +8331,8 @@ dependencies = [ [[package]] name = "reth-network-api" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8356,8 +8356,8 @@ dependencies = [ [[package]] name = "reth-network-p2p" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8378,8 +8378,8 @@ dependencies = [ [[package]] name = "reth-network-peers" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8393,8 +8393,8 @@ dependencies = [ [[package]] name = "reth-network-types" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -8407,8 +8407,8 @@ dependencies = [ [[package]] name = "reth-nippy-jar" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "anyhow", "bincode", @@ -8424,8 +8424,8 @@ dependencies = [ [[package]] name = "reth-node-api" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -8448,8 +8448,8 @@ dependencies = [ [[package]] name = "reth-node-builder" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8516,8 +8516,8 @@ dependencies = [ [[package]] name = "reth-node-core" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8568,8 +8568,8 @@ dependencies = [ [[package]] name = "reth-node-ethereum" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-eips", "alloy-network", @@ -8606,8 +8606,8 @@ dependencies = [ [[package]] name = "reth-node-ethstats" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8630,8 +8630,8 @@ dependencies = [ [[package]] name = "reth-node-events" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8654,8 +8654,8 @@ dependencies = [ [[package]] name = "reth-node-metrics" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "eyre", "http 1.3.1", @@ -8676,8 +8676,8 @@ dependencies = [ [[package]] name = "reth-node-types" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "reth-chainspec", "reth-db-api", @@ -8688,8 +8688,8 @@ dependencies = [ [[package]] name = "reth-payload-builder" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8709,8 +8709,8 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "pin-project", "reth-payload-primitives", @@ -8721,8 +8721,8 @@ dependencies = [ [[package]] name = "reth-payload-primitives" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8741,8 +8741,8 @@ dependencies = [ [[package]] name = "reth-payload-validator" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -8751,8 +8751,8 @@ dependencies = [ [[package]] name = "reth-primitives" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "once_cell", @@ -8764,8 +8764,8 @@ dependencies = [ [[package]] name = "reth-primitives-traits" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8794,8 +8794,8 @@ dependencies = [ [[package]] name = "reth-provider" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8835,8 +8835,8 @@ dependencies = [ [[package]] name = "reth-prune" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8861,8 +8861,8 @@ dependencies = [ [[package]] name = "reth-prune-types" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "derive_more", @@ -8875,8 +8875,8 @@ dependencies = [ [[package]] name = "reth-ress-protocol" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8894,8 +8894,8 @@ dependencies = [ [[package]] name = "reth-ress-provider" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8921,8 +8921,8 @@ dependencies = [ [[package]] name = "reth-revm" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -8934,8 +8934,8 @@ dependencies = [ [[package]] name = "reth-rpc" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9013,8 +9013,8 @@ dependencies = [ [[package]] name = "reth-rpc-api" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-eips", "alloy-genesis", @@ -9041,8 +9041,8 @@ dependencies = [ [[package]] name = "reth-rpc-builder" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-network", "alloy-provider", @@ -9080,8 +9080,8 @@ dependencies = [ [[package]] name = "reth-rpc-convert" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-json-rpc", @@ -9101,8 +9101,8 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9131,8 +9131,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9175,8 +9175,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9222,8 +9222,8 @@ dependencies = [ [[package]] name = "reth-rpc-layer" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-rpc-types-engine", "http 1.3.1", @@ -9236,8 +9236,8 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9252,8 +9252,8 @@ dependencies = [ [[package]] name = "reth-stages" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9296,8 +9296,8 @@ dependencies = [ [[package]] name = "reth-stages-api" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9323,8 +9323,8 @@ dependencies = [ [[package]] name = "reth-stages-types" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "bytes", @@ -9336,8 +9336,8 @@ dependencies = [ [[package]] name = "reth-static-file" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "parking_lot", @@ -9356,8 +9356,8 @@ dependencies = [ [[package]] name = "reth-static-file-types" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "clap", @@ -9368,8 +9368,8 @@ dependencies = [ [[package]] name = "reth-storage-api" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9391,8 +9391,8 @@ dependencies = [ [[package]] name = "reth-storage-errors" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9407,8 +9407,8 @@ dependencies = [ [[package]] name = "reth-tasks" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "auto_impl", "dyn-clone", @@ -9425,8 +9425,8 @@ dependencies = [ [[package]] name = "reth-tokio-util" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "tokio", "tokio-stream", @@ -9435,8 +9435,8 @@ dependencies = [ [[package]] name = "reth-tracing" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "clap", "eyre", @@ -9452,8 +9452,8 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "clap", "eyre", @@ -9469,8 +9469,8 @@ dependencies = [ [[package]] name = "reth-transaction-pool" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9509,8 +9509,8 @@ dependencies = [ [[package]] name = "reth-trie" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9533,8 +9533,8 @@ dependencies = [ [[package]] name = "reth-trie-common" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9557,8 +9557,8 @@ dependencies = [ [[package]] name = "reth-trie-db" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "reth-db-api", @@ -9570,8 +9570,8 @@ dependencies = [ [[package]] name = "reth-trie-parallel" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -9595,8 +9595,8 @@ dependencies = [ [[package]] name = "reth-trie-sparse" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -9614,8 +9614,8 @@ dependencies = [ [[package]] name = "reth-trie-sparse-parallel" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -9632,8 +9632,8 @@ dependencies = [ [[package]] name = "reth-zstd-compressors" -version = "1.9.0" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.0#84785f025eac5eed123997454998db77a299e1e5" +version = "1.9.1" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.1#3afe69a5738459a7cb5f46c598c7f541a1510f32" dependencies = [ "zstd", ] @@ -10634,8 +10634,8 @@ dependencies = [ [[package]] name = "signet-blobber" -version = "0.14.0" -source = "git+https://github.com/init4tech/node-components?tag=v0.14.0#ffb90d715ff5f8e64e4d9c8d2eab2f8b527a92fb" +version = "0.14.1" +source = "git+https://github.com/init4tech/node-components?tag=v0.14.1#adf32747e02a693071d966215ba42aa23e4ed4b3" dependencies = [ "alloy", "foundry-blob-explorers", @@ -10656,8 +10656,8 @@ dependencies = [ [[package]] name = "signet-block-processor" -version = "0.14.0" -source = "git+https://github.com/init4tech/node-components?tag=v0.14.0#ffb90d715ff5f8e64e4d9c8d2eab2f8b527a92fb" +version = "0.14.1" +source = "git+https://github.com/init4tech/node-components?tag=v0.14.1#adf32747e02a693071d966215ba42aa23e4ed4b3" dependencies = [ "alloy", "eyre", @@ -10708,8 +10708,8 @@ dependencies = [ [[package]] name = "signet-db" -version = "0.14.0" -source = "git+https://github.com/init4tech/node-components?tag=v0.14.0#ffb90d715ff5f8e64e4d9c8d2eab2f8b527a92fb" +version = "0.14.1" +source = "git+https://github.com/init4tech/node-components?tag=v0.14.1#adf32747e02a693071d966215ba42aa23e4ed4b3" dependencies = [ "alloy", "auto_impl", @@ -10759,8 +10759,8 @@ dependencies = [ [[package]] name = "signet-genesis" -version = "0.14.0" -source = "git+https://github.com/init4tech/node-components?tag=v0.14.0#ffb90d715ff5f8e64e4d9c8d2eab2f8b527a92fb" +version = "0.14.1" +source = "git+https://github.com/init4tech/node-components?tag=v0.14.1#adf32747e02a693071d966215ba42aa23e4ed4b3" dependencies = [ "alloy", "init4-bin-base", @@ -10784,8 +10784,8 @@ dependencies = [ [[package]] name = "signet-node" -version = "0.14.0" -source = "git+https://github.com/init4tech/node-components?tag=v0.14.0#ffb90d715ff5f8e64e4d9c8d2eab2f8b527a92fb" +version = "0.14.1" +source = "git+https://github.com/init4tech/node-components?tag=v0.14.1#adf32747e02a693071d966215ba42aa23e4ed4b3" dependencies = [ "alloy", "eyre", @@ -10812,8 +10812,8 @@ dependencies = [ [[package]] name = "signet-node-config" -version = "0.14.0" -source = "git+https://github.com/init4tech/node-components?tag=v0.14.0#ffb90d715ff5f8e64e4d9c8d2eab2f8b527a92fb" +version = "0.14.1" +source = "git+https://github.com/init4tech/node-components?tag=v0.14.1#adf32747e02a693071d966215ba42aa23e4ed4b3" dependencies = [ "alloy", "eyre", @@ -10834,8 +10834,8 @@ dependencies = [ [[package]] name = "signet-node-types" -version = "0.14.0" -source = "git+https://github.com/init4tech/node-components?tag=v0.14.0#ffb90d715ff5f8e64e4d9c8d2eab2f8b527a92fb" +version = "0.14.1" +source = "git+https://github.com/init4tech/node-components?tag=v0.14.1#adf32747e02a693071d966215ba42aa23e4ed4b3" dependencies = [ "alloy", "reth", @@ -10850,8 +10850,8 @@ dependencies = [ [[package]] name = "signet-rpc" -version = "0.14.0" -source = "git+https://github.com/init4tech/node-components?tag=v0.14.0#ffb90d715ff5f8e64e4d9c8d2eab2f8b527a92fb" +version = "0.14.1" +source = "git+https://github.com/init4tech/node-components?tag=v0.14.1#adf32747e02a693071d966215ba42aa23e4ed4b3" dependencies = [ "ajj", "alloy", diff --git a/Cargo.toml b/Cargo.toml index 8be2e4a..f5d8ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,13 +12,12 @@ repository = "https://github.com/init4tech/signet-node" init4-bin-base = { version = "0.17.0", features = ["alloy"], default-features = false } # Node Components -signet-node = { git = "https://github.com/init4tech/node-components", tag = "v0.14.0" } -signet-node-config = { git = "https://github.com/init4tech/node-components", tag = "v0.14.0" } +signet-node = { git = "https://github.com/init4tech/node-components", tag = "v0.14.1" } +signet-node-config = { git = "https://github.com/init4tech/node-components", tag = "v0.14.1" } - -reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" } -reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" } -reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.0" } +reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" } +reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" } +reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.1" } eyre = "0.6.12" openssl = { version = "0.10", features = ["vendored"] }