mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
Merge pull request #36 from hl-archive-node/fix/support-new-api
fix: Support new reth API
This commit is contained in:
218
Cargo.lock
generated
218
Cargo.lock
generated
@ -6683,7 +6683,7 @@ checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3"
|
||||
[[package]]
|
||||
name = "reth"
|
||||
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 = [
|
||||
"alloy-rpc-types",
|
||||
"aquamarine",
|
||||
@ -6729,7 +6729,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-basic-payload-builder"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -6753,7 +6753,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-chain-state"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -6784,7 +6784,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-chainspec"
|
||||
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 = [
|
||||
"alloy-chains",
|
||||
"alloy-consensus",
|
||||
@ -6804,7 +6804,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-cli"
|
||||
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 = [
|
||||
"alloy-genesis",
|
||||
"clap",
|
||||
@ -6818,7 +6818,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-cli-commands"
|
||||
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 = [
|
||||
"ahash",
|
||||
"alloy-chains",
|
||||
@ -6898,7 +6898,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-cli-runner"
|
||||
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 = [
|
||||
"reth-tasks",
|
||||
"tokio",
|
||||
@ -6908,7 +6908,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-cli-util"
|
||||
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 = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -6926,7 +6926,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-codecs"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -6946,7 +6946,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-codecs-derive"
|
||||
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 = [
|
||||
"convert_case",
|
||||
"proc-macro2",
|
||||
@ -6957,7 +6957,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-config"
|
||||
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 = [
|
||||
"eyre",
|
||||
"humantime-serde",
|
||||
@ -6972,7 +6972,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-consensus"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -6985,7 +6985,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-consensus-common"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -6997,7 +6997,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-consensus-debug-client"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7022,7 +7022,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-db"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"derive_more",
|
||||
@ -7048,7 +7048,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-db-api"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-genesis",
|
||||
@ -7076,7 +7076,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-db-common"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-genesis",
|
||||
@ -7106,7 +7106,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-db-models"
|
||||
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 = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -7121,7 +7121,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-discv4"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
@ -7147,7 +7147,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-discv5"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
@ -7171,7 +7171,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-dns-discovery"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"data-encoding",
|
||||
@ -7195,7 +7195,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-downloaders"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7225,7 +7225,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ecies"
|
||||
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 = [
|
||||
"aes",
|
||||
"alloy-primitives",
|
||||
@ -7256,7 +7256,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-engine-local"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -7278,7 +7278,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-engine-primitives"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7303,7 +7303,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-engine-service"
|
||||
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 = [
|
||||
"futures",
|
||||
"pin-project",
|
||||
@ -7326,7 +7326,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-engine-tree"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7373,7 +7373,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-engine-util"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-rpc-types-engine",
|
||||
@ -7401,7 +7401,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-era"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7417,7 +7417,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-era-downloader"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"bytes",
|
||||
@ -7432,7 +7432,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-era-utils"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -7456,7 +7456,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-errors"
|
||||
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 = [
|
||||
"reth-consensus",
|
||||
"reth-execution-errors",
|
||||
@ -7467,7 +7467,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-eth-wire"
|
||||
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 = [
|
||||
"alloy-chains",
|
||||
"alloy-primitives",
|
||||
@ -7496,7 +7496,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-eth-wire-types"
|
||||
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 = [
|
||||
"alloy-chains",
|
||||
"alloy-consensus",
|
||||
@ -7520,7 +7520,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ethereum-cli"
|
||||
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 = [
|
||||
"clap",
|
||||
"eyre",
|
||||
@ -7541,7 +7541,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ethereum-consensus"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7557,7 +7557,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ethereum-engine-primitives"
|
||||
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 = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -7575,7 +7575,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ethereum-forks"
|
||||
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 = [
|
||||
"alloy-eip2124",
|
||||
"alloy-hardforks",
|
||||
@ -7589,7 +7589,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ethereum-payload-builder"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7616,7 +7616,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ethereum-primitives"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7634,7 +7634,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-etl"
|
||||
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 = [
|
||||
"rayon",
|
||||
"reth-db-api",
|
||||
@ -7644,7 +7644,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-evm"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7667,7 +7667,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-evm-ethereum"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7688,7 +7688,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-execution-errors"
|
||||
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 = [
|
||||
"alloy-evm",
|
||||
"alloy-primitives",
|
||||
@ -7701,7 +7701,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-execution-types"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7719,7 +7719,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-exex"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7757,7 +7757,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-exex-types"
|
||||
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 = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -7771,7 +7771,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-fs-util"
|
||||
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 = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
@ -7781,7 +7781,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-invalid-block-hooks"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -7809,7 +7809,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ipc"
|
||||
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 = [
|
||||
"bytes",
|
||||
"futures",
|
||||
@ -7829,7 +7829,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-libmdbx"
|
||||
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 = [
|
||||
"bitflags 2.9.2",
|
||||
"byteorder",
|
||||
@ -7846,7 +7846,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-mdbx-sys"
|
||||
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 = [
|
||||
"bindgen 0.70.1",
|
||||
"cc",
|
||||
@ -7855,7 +7855,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-metrics"
|
||||
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 = [
|
||||
"futures",
|
||||
"metrics",
|
||||
@ -7867,7 +7867,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-net-banlist"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
]
|
||||
@ -7875,7 +7875,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-net-nat"
|
||||
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 = [
|
||||
"futures-util",
|
||||
"if-addrs",
|
||||
@ -7889,7 +7889,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-network"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7944,7 +7944,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-network-api"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -7969,7 +7969,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-network-p2p"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7991,7 +7991,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-network-peers"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
@ -8006,7 +8006,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-network-types"
|
||||
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 = [
|
||||
"alloy-eip2124",
|
||||
"humantime-serde",
|
||||
@ -8020,7 +8020,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-nippy-jar"
|
||||
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 = [
|
||||
"anyhow",
|
||||
"bincode",
|
||||
@ -8037,7 +8037,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-api"
|
||||
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 = [
|
||||
"alloy-rpc-types-engine",
|
||||
"eyre",
|
||||
@ -8061,7 +8061,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-builder"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8128,7 +8128,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-core"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8180,7 +8180,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-ethereum"
|
||||
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 = [
|
||||
"alloy-eips",
|
||||
"alloy-network",
|
||||
@ -8218,7 +8218,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-ethstats"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -8242,7 +8242,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-events"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8266,7 +8266,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-metrics"
|
||||
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 = [
|
||||
"eyre",
|
||||
"http 1.3.1",
|
||||
@ -8287,7 +8287,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-types"
|
||||
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 = [
|
||||
"reth-chainspec",
|
||||
"reth-db-api",
|
||||
@ -8299,7 +8299,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-optimism-primitives"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8318,7 +8318,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-payload-builder"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-rpc-types",
|
||||
@ -8338,7 +8338,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-payload-builder-primitives"
|
||||
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 = [
|
||||
"pin-project",
|
||||
"reth-payload-primitives",
|
||||
@ -8350,7 +8350,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-payload-primitives"
|
||||
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 = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -8369,7 +8369,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-payload-validator"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-rpc-types-engine",
|
||||
@ -8379,7 +8379,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-primitives"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"c-kzg",
|
||||
@ -8393,7 +8393,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-primitives-traits"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8426,7 +8426,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-provider"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8471,7 +8471,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-prune"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8499,7 +8499,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-prune-types"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"arbitrary",
|
||||
@ -8513,7 +8513,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ress-protocol"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -8532,7 +8532,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ress-provider"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -8559,7 +8559,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-revm"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"reth-primitives-traits",
|
||||
@ -8572,7 +8572,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-dyn-abi",
|
||||
@ -8648,7 +8648,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-api"
|
||||
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 = [
|
||||
"alloy-eips",
|
||||
"alloy-genesis",
|
||||
@ -8676,7 +8676,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-builder"
|
||||
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 = [
|
||||
"alloy-network",
|
||||
"alloy-provider",
|
||||
@ -8714,7 +8714,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-convert"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-json-rpc",
|
||||
@ -8733,7 +8733,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-engine-api"
|
||||
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 = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -8763,7 +8763,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-eth-api"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-dyn-abi",
|
||||
@ -8807,7 +8807,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-eth-types"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8851,7 +8851,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-layer"
|
||||
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 = [
|
||||
"alloy-rpc-types-engine",
|
||||
"http 1.3.1",
|
||||
@ -8865,7 +8865,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-server-types"
|
||||
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 = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -8881,7 +8881,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-stages"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8925,7 +8925,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-stages-api"
|
||||
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 = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -8952,7 +8952,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-stages-types"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"arbitrary",
|
||||
@ -8966,7 +8966,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-static-file"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"parking_lot",
|
||||
@ -8986,7 +8986,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-static-file-types"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"clap",
|
||||
@ -8998,7 +8998,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-storage-api"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -9021,7 +9021,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-storage-errors"
|
||||
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 = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -9037,7 +9037,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-tasks"
|
||||
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 = [
|
||||
"auto_impl",
|
||||
"dyn-clone",
|
||||
@ -9055,7 +9055,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-tokio-util"
|
||||
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 = [
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
@ -9065,7 +9065,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-tracing"
|
||||
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 = [
|
||||
"clap",
|
||||
"eyre",
|
||||
@ -9080,7 +9080,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-transaction-pool"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -9120,7 +9120,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-trie"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -9145,7 +9145,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-trie-common"
|
||||
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 = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -9171,7 +9171,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-trie-db"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"reth-db-api",
|
||||
@ -9184,7 +9184,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-trie-parallel"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
@ -9209,7 +9209,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-trie-sparse"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
@ -9228,7 +9228,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-trie-sparse-parallel"
|
||||
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 = [
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
@ -9246,7 +9246,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-zstd-compressors"
|
||||
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 = [
|
||||
"zstd",
|
||||
]
|
||||
|
||||
74
Cargo.toml
74
Cargo.toml
@ -25,43 +25,43 @@ lto = "fat"
|
||||
codegen-units = 1
|
||||
|
||||
[dependencies]
|
||||
reth = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-cli = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-cli-commands = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-basic-payload-builder = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-db = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-db-api = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-chainspec = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-cli-util = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-discv4 = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-engine-primitives = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-ethereum-forks = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-ethereum-payload-builder = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-ethereum-primitives = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-eth-wire = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-eth-wire-types = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-evm = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-evm-ethereum = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-node-core = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-revm = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-network = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-network-p2p = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-network-api = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-node-ethereum = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-network-peers = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-payload-primitives = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-primitives = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-primitives-traits = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-provider = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc", features = ["test-utils"] }
|
||||
reth-rpc = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-rpc-eth-api = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-rpc-engine-api = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-tracing = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-trie-common = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-trie-db = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-codecs = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-transaction-pool = { git = "https://github.com/sprites0/reth", rev = "eef450bf795d4b33d67fa6e4b7cc351f9c87bfdc" }
|
||||
reth-stages-types = { 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 = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-cli-commands = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-basic-payload-builder = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-db = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-db-api = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-chainspec = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-cli-util = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-discv4 = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-engine-primitives = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-ethereum-forks = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-ethereum-payload-builder = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-ethereum-primitives = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-eth-wire = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-eth-wire-types = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-evm = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-evm-ethereum = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-node-core = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-revm = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-network = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-network-p2p = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-network-api = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-node-ethereum = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-network-peers = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-payload-primitives = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-primitives = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-primitives-traits = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-provider = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb", features = ["test-utils"] }
|
||||
reth-rpc = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-rpc-eth-api = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-rpc-engine-api = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-tracing = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-trie-common = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-trie-db = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-codecs = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-transaction-pool = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
reth-stages-types = { git = "https://github.com/sprites0/reth", rev = "a690ef25b56039195e7e4a4abd01c78aedcc73fb" }
|
||||
revm = { version = "28.0.1", default-features = false }
|
||||
|
||||
# alloy dependencies
|
||||
|
||||
@ -415,14 +415,19 @@ impl ConfigureEngineEvm<HlExecutionData> for HlEvmConfig {
|
||||
}
|
||||
|
||||
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 {
|
||||
ctx: EthBlockExecutionCtx {
|
||||
parent_hash: payload.0.header.parent_hash,
|
||||
parent_beacon_block_root: payload.0.header.parent_beacon_block_root,
|
||||
ommers: &payload.0.body.ommers,
|
||||
withdrawals: payload.0.body.withdrawals.as_ref().map(Cow::Borrowed),
|
||||
parent_hash: block.header.parent_hash,
|
||||
parent_beacon_block_root: block.header.parent_beacon_block_root,
|
||||
ommers: &block.body.ommers,
|
||||
withdrawals: block.body.withdrawals.as_ref().map(Cow::Borrowed),
|
||||
},
|
||||
extras: HlExtras::default(),
|
||||
extras,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user