Merge pull request #36 from hl-archive-node/fix/support-new-api

fix: Support new reth API
This commit is contained in:
sprites0
2025-08-23 01:51:36 +09:00
committed by GitHub
3 changed files with 156 additions and 151 deletions

218
Cargo.lock generated
View File

@ -6683,7 +6683,7 @@ checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3"
[[package]] [[package]]
name = "reth" name = "reth"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-rpc-types", "alloy-rpc-types",
"aquamarine", "aquamarine",
@ -6729,7 +6729,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-basic-payload-builder" name = "reth-basic-payload-builder"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -6753,7 +6753,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-chain-state" name = "reth-chain-state"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -6784,7 +6784,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-chainspec" name = "reth-chainspec"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-chains", "alloy-chains",
"alloy-consensus", "alloy-consensus",
@ -6804,7 +6804,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-cli" name = "reth-cli"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-genesis", "alloy-genesis",
"clap", "clap",
@ -6818,7 +6818,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-cli-commands" name = "reth-cli-commands"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"ahash", "ahash",
"alloy-chains", "alloy-chains",
@ -6898,7 +6898,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-cli-runner" name = "reth-cli-runner"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"reth-tasks", "reth-tasks",
"tokio", "tokio",
@ -6908,7 +6908,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-cli-util" name = "reth-cli-util"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -6926,7 +6926,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-codecs" name = "reth-codecs"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -6946,7 +6946,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-codecs-derive" name = "reth-codecs-derive"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"convert_case", "convert_case",
"proc-macro2", "proc-macro2",
@ -6957,7 +6957,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-config" name = "reth-config"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"eyre", "eyre",
"humantime-serde", "humantime-serde",
@ -6972,7 +6972,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-consensus" name = "reth-consensus"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -6985,7 +6985,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-consensus-common" name = "reth-consensus-common"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -6997,7 +6997,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-consensus-debug-client" name = "reth-consensus-debug-client"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7022,7 +7022,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-db" name = "reth-db"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"derive_more", "derive_more",
@ -7048,7 +7048,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-db-api" name = "reth-db-api"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-genesis", "alloy-genesis",
@ -7076,7 +7076,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-db-common" name = "reth-db-common"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-genesis", "alloy-genesis",
@ -7106,7 +7106,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-db-models" name = "reth-db-models"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -7121,7 +7121,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-discv4" name = "reth-discv4"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rlp", "alloy-rlp",
@ -7147,7 +7147,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-discv5" name = "reth-discv5"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rlp", "alloy-rlp",
@ -7171,7 +7171,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-dns-discovery" name = "reth-dns-discovery"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"data-encoding", "data-encoding",
@ -7195,7 +7195,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-downloaders" name = "reth-downloaders"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7225,7 +7225,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ecies" name = "reth-ecies"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"aes", "aes",
"alloy-primitives", "alloy-primitives",
@ -7256,7 +7256,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-engine-local" name = "reth-engine-local"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -7278,7 +7278,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-engine-primitives" name = "reth-engine-primitives"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7303,7 +7303,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-engine-service" name = "reth-engine-service"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"futures", "futures",
"pin-project", "pin-project",
@ -7326,7 +7326,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-engine-tree" name = "reth-engine-tree"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7373,7 +7373,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-engine-util" name = "reth-engine-util"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-rpc-types-engine", "alloy-rpc-types-engine",
@ -7401,7 +7401,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-era" name = "reth-era"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7417,7 +7417,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-era-downloader" name = "reth-era-downloader"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"bytes", "bytes",
@ -7432,7 +7432,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-era-utils" name = "reth-era-utils"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -7456,7 +7456,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-errors" name = "reth-errors"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"reth-consensus", "reth-consensus",
"reth-execution-errors", "reth-execution-errors",
@ -7467,7 +7467,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-eth-wire" name = "reth-eth-wire"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-chains", "alloy-chains",
"alloy-primitives", "alloy-primitives",
@ -7496,7 +7496,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-eth-wire-types" name = "reth-eth-wire-types"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-chains", "alloy-chains",
"alloy-consensus", "alloy-consensus",
@ -7520,7 +7520,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ethereum-cli" name = "reth-ethereum-cli"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"clap", "clap",
"eyre", "eyre",
@ -7541,7 +7541,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ethereum-consensus" name = "reth-ethereum-consensus"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7557,7 +7557,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ethereum-engine-primitives" name = "reth-ethereum-engine-primitives"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -7575,7 +7575,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ethereum-forks" name = "reth-ethereum-forks"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-eip2124", "alloy-eip2124",
"alloy-hardforks", "alloy-hardforks",
@ -7589,7 +7589,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ethereum-payload-builder" name = "reth-ethereum-payload-builder"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7616,7 +7616,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ethereum-primitives" name = "reth-ethereum-primitives"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7634,7 +7634,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-etl" name = "reth-etl"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"rayon", "rayon",
"reth-db-api", "reth-db-api",
@ -7644,7 +7644,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-evm" name = "reth-evm"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7667,7 +7667,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-evm-ethereum" name = "reth-evm-ethereum"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7688,7 +7688,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-execution-errors" name = "reth-execution-errors"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-evm", "alloy-evm",
"alloy-primitives", "alloy-primitives",
@ -7701,7 +7701,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-execution-types" name = "reth-execution-types"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7719,7 +7719,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-exex" name = "reth-exex"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7757,7 +7757,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-exex-types" name = "reth-exex-types"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -7771,7 +7771,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-fs-util" name = "reth-fs-util"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
@ -7781,7 +7781,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-invalid-block-hooks" name = "reth-invalid-block-hooks"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -7809,7 +7809,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ipc" name = "reth-ipc"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures", "futures",
@ -7829,7 +7829,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-libmdbx" name = "reth-libmdbx"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"bitflags 2.9.2", "bitflags 2.9.2",
"byteorder", "byteorder",
@ -7846,7 +7846,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-mdbx-sys" name = "reth-mdbx-sys"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"bindgen 0.70.1", "bindgen 0.70.1",
"cc", "cc",
@ -7855,7 +7855,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-metrics" name = "reth-metrics"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"futures", "futures",
"metrics", "metrics",
@ -7867,7 +7867,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-net-banlist" name = "reth-net-banlist"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
] ]
@ -7875,7 +7875,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-net-nat" name = "reth-net-nat"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"futures-util", "futures-util",
"if-addrs", "if-addrs",
@ -7889,7 +7889,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-network" name = "reth-network"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7944,7 +7944,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-network-api" name = "reth-network-api"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -7969,7 +7969,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-network-p2p" name = "reth-network-p2p"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7991,7 +7991,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-network-peers" name = "reth-network-peers"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rlp", "alloy-rlp",
@ -8006,7 +8006,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-network-types" name = "reth-network-types"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-eip2124", "alloy-eip2124",
"humantime-serde", "humantime-serde",
@ -8020,7 +8020,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-nippy-jar" name = "reth-nippy-jar"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bincode", "bincode",
@ -8037,7 +8037,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-api" name = "reth-node-api"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-rpc-types-engine", "alloy-rpc-types-engine",
"eyre", "eyre",
@ -8061,7 +8061,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-builder" name = "reth-node-builder"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8128,7 +8128,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-core" name = "reth-node-core"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8180,7 +8180,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-ethereum" name = "reth-node-ethereum"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-network", "alloy-network",
@ -8218,7 +8218,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-ethstats" name = "reth-node-ethstats"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -8242,7 +8242,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-events" name = "reth-node-events"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8266,7 +8266,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-metrics" name = "reth-node-metrics"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"eyre", "eyre",
"http 1.3.1", "http 1.3.1",
@ -8287,7 +8287,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-types" name = "reth-node-types"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"reth-chainspec", "reth-chainspec",
"reth-db-api", "reth-db-api",
@ -8299,7 +8299,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-optimism-primitives" name = "reth-optimism-primitives"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8318,7 +8318,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-payload-builder" name = "reth-payload-builder"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-rpc-types", "alloy-rpc-types",
@ -8338,7 +8338,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-payload-builder-primitives" name = "reth-payload-builder-primitives"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"pin-project", "pin-project",
"reth-payload-primitives", "reth-payload-primitives",
@ -8350,7 +8350,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-payload-primitives" name = "reth-payload-primitives"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -8369,7 +8369,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-payload-validator" name = "reth-payload-validator"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-rpc-types-engine", "alloy-rpc-types-engine",
@ -8379,7 +8379,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-primitives" name = "reth-primitives"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"c-kzg", "c-kzg",
@ -8393,7 +8393,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-primitives-traits" name = "reth-primitives-traits"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8426,7 +8426,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-provider" name = "reth-provider"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8471,7 +8471,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-prune" name = "reth-prune"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8499,7 +8499,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-prune-types" name = "reth-prune-types"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"arbitrary", "arbitrary",
@ -8513,7 +8513,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ress-protocol" name = "reth-ress-protocol"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -8532,7 +8532,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ress-provider" name = "reth-ress-provider"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -8559,7 +8559,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-revm" name = "reth-revm"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"reth-primitives-traits", "reth-primitives-traits",
@ -8572,7 +8572,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc" name = "reth-rpc"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-dyn-abi", "alloy-dyn-abi",
@ -8648,7 +8648,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-api" name = "reth-rpc-api"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-genesis", "alloy-genesis",
@ -8676,7 +8676,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-builder" name = "reth-rpc-builder"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-network", "alloy-network",
"alloy-provider", "alloy-provider",
@ -8714,7 +8714,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-convert" name = "reth-rpc-convert"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-json-rpc", "alloy-json-rpc",
@ -8733,7 +8733,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-engine-api" name = "reth-rpc-engine-api"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -8763,7 +8763,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-eth-api" name = "reth-rpc-eth-api"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-dyn-abi", "alloy-dyn-abi",
@ -8807,7 +8807,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-eth-types" name = "reth-rpc-eth-types"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8851,7 +8851,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-layer" name = "reth-rpc-layer"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-rpc-types-engine", "alloy-rpc-types-engine",
"http 1.3.1", "http 1.3.1",
@ -8865,7 +8865,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-server-types" name = "reth-rpc-server-types"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -8881,7 +8881,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-stages" name = "reth-stages"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8925,7 +8925,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-stages-api" name = "reth-stages-api"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -8952,7 +8952,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-stages-types" name = "reth-stages-types"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"arbitrary", "arbitrary",
@ -8966,7 +8966,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-static-file" name = "reth-static-file"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"parking_lot", "parking_lot",
@ -8986,7 +8986,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-static-file-types" name = "reth-static-file-types"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"clap", "clap",
@ -8998,7 +8998,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-storage-api" name = "reth-storage-api"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -9021,7 +9021,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-storage-errors" name = "reth-storage-errors"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -9037,7 +9037,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-tasks" name = "reth-tasks"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"auto_impl", "auto_impl",
"dyn-clone", "dyn-clone",
@ -9055,7 +9055,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-tokio-util" name = "reth-tokio-util"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"tokio", "tokio",
"tokio-stream", "tokio-stream",
@ -9065,7 +9065,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-tracing" name = "reth-tracing"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"clap", "clap",
"eyre", "eyre",
@ -9080,7 +9080,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-transaction-pool" name = "reth-transaction-pool"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -9120,7 +9120,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-trie" name = "reth-trie"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -9145,7 +9145,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-trie-common" name = "reth-trie-common"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -9171,7 +9171,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-trie-db" name = "reth-trie-db"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"reth-db-api", "reth-db-api",
@ -9184,7 +9184,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-trie-parallel" name = "reth-trie-parallel"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rlp", "alloy-rlp",
@ -9209,7 +9209,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-trie-sparse" name = "reth-trie-sparse"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rlp", "alloy-rlp",
@ -9228,7 +9228,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-trie-sparse-parallel" name = "reth-trie-sparse-parallel"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rlp", "alloy-rlp",
@ -9246,7 +9246,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-zstd-compressors" name = "reth-zstd-compressors"
version = "1.6.0" version = "1.6.0"
source = "git+https://github.com/sprites0/reth?rev=eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc#eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" source = "git+https://github.com/sprites0/reth?rev=a690ef25b56039195e7e4a4abd01c78aedcc73fb#a690ef25b56039195e7e4a4abd01c78aedcc73fb"
dependencies = [ dependencies = [
"zstd", "zstd",
] ]

View File

@ -25,43 +25,43 @@ lto = "fat"
codegen-units = 1 codegen-units = 1
[dependencies] [dependencies]
reth = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-cli = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-cli = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-cli-commands = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-cli-commands = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-basic-payload-builder = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-basic-payload-builder = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-db = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-db = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-db-api = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-db-api = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-chainspec = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-chainspec = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-cli-util = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-cli-util = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-discv4 = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-discv4 = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-engine-primitives = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-engine-primitives = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-ethereum-forks = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-ethereum-forks = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-ethereum-payload-builder = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-ethereum-payload-builder = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-ethereum-primitives = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-ethereum-primitives = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-eth-wire = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-eth-wire = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-eth-wire-types = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-eth-wire-types = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-evm = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-evm = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-evm-ethereum = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-evm-ethereum = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-node-core = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-node-core = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-revm = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-revm = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-network = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-network = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-network-p2p = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-network-p2p = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-network-api = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-network-api = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-node-ethereum = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-node-ethereum = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-network-peers = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-network-peers = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-payload-primitives = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-payload-primitives = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-primitives = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-primitives = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-primitives-traits = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-primitives-traits = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-provider = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc", features = ["test-utils"] } reth-provider = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb", features = ["test-utils"] }
reth-rpc = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-rpc = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-rpc-eth-api = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-rpc-eth-api = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-rpc-engine-api = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-rpc-engine-api = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-tracing = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-tracing = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-trie-common = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-trie-common = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-trie-db = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-trie-db = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-codecs = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-codecs = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-transaction-pool = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-transaction-pool = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
reth-stages-types = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" } reth-stages-types = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
revm = { version = "28.0.1", default-features = false } revm = { version = "28.0.1", default-features = false }
# alloy dependencies # alloy dependencies

View File

@ -415,14 +415,19 @@ impl ConfigureEngineEvm<HlExecutionData> for HlEvmConfig {
} }
fn context_for_payload<'a>(&self, payload: &'a HlExecutionData) -> ExecutionCtxFor<'a, Self> { fn context_for_payload<'a>(&self, payload: &'a HlExecutionData) -> ExecutionCtxFor<'a, Self> {
let block = &payload.0;
let extras = HlExtras {
read_precompile_calls: block.body.read_precompile_calls.clone(),
highest_precompile_address: block.body.highest_precompile_address,
};
HlBlockExecutionCtx { HlBlockExecutionCtx {
ctx: EthBlockExecutionCtx { ctx: EthBlockExecutionCtx {
parent_hash: payload.0.header.parent_hash, parent_hash: block.header.parent_hash,
parent_beacon_block_root: payload.0.header.parent_beacon_block_root, parent_beacon_block_root: block.header.parent_beacon_block_root,
ommers: &payload.0.body.ommers, ommers: &block.body.ommers,
withdrawals: payload.0.body.withdrawals.as_ref().map(Cow::Borrowed), withdrawals: block.body.withdrawals.as_ref().map(Cow::Borrowed),
}, },
extras: HlExtras::default(), extras,
} }
} }