chore: Use git instead of path for reth dependency

This commit is contained in:
sprites0
2025-06-30 18:37:08 +00:00
parent 03db12c9a0
commit facbd538ab
2 changed files with 151 additions and 69 deletions

150
Cargo.lock generated
View File

@ -6755,6 +6755,7 @@ checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3"
[[package]] [[package]]
name = "reth" name = "reth"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-rpc-types", "alloy-rpc-types",
"aquamarine", "aquamarine",
@ -6800,6 +6801,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-basic-payload-builder" name = "reth-basic-payload-builder"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -6823,6 +6825,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-chain-state" name = "reth-chain-state"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -6853,6 +6856,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-chainspec" name = "reth-chainspec"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-chains", "alloy-chains",
"alloy-consensus", "alloy-consensus",
@ -6872,6 +6876,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-cli" name = "reth-cli"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-genesis", "alloy-genesis",
"clap", "clap",
@ -6885,6 +6890,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-cli-commands" name = "reth-cli-commands"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"ahash", "ahash",
"alloy-chains", "alloy-chains",
@ -6962,6 +6968,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-cli-runner" name = "reth-cli-runner"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"reth-tasks", "reth-tasks",
"tokio", "tokio",
@ -6971,6 +6978,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-cli-util" name = "reth-cli-util"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -6988,6 +6996,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-codecs" name = "reth-codecs"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7007,6 +7016,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-codecs-derive" name = "reth-codecs-derive"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"convert_case 0.7.1", "convert_case 0.7.1",
"proc-macro2", "proc-macro2",
@ -7017,6 +7027,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-config" name = "reth-config"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"eyre", "eyre",
"humantime-serde", "humantime-serde",
@ -7031,6 +7042,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-consensus" name = "reth-consensus"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -7043,6 +7055,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-consensus-common" name = "reth-consensus-common"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7054,6 +7067,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-consensus-debug-client" name = "reth-consensus-debug-client"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7077,6 +7091,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-db" name = "reth-db"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"derive_more 2.0.1", "derive_more 2.0.1",
@ -7102,6 +7117,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-db-api" name = "reth-db-api"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-genesis", "alloy-genesis",
@ -7129,6 +7145,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-db-common" name = "reth-db-common"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-genesis", "alloy-genesis",
@ -7157,6 +7174,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-db-models" name = "reth-db-models"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -7171,6 +7189,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-discv4" name = "reth-discv4"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rlp", "alloy-rlp",
@ -7196,6 +7215,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-discv5" name = "reth-discv5"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rlp", "alloy-rlp",
@ -7219,6 +7239,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-dns-discovery" name = "reth-dns-discovery"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"data-encoding", "data-encoding",
@ -7242,6 +7263,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-downloaders" name = "reth-downloaders"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7255,17 +7277,12 @@ dependencies = [
"rayon", "rayon",
"reth-config", "reth-config",
"reth-consensus", "reth-consensus",
"reth-db",
"reth-db-api",
"reth-ethereum-primitives",
"reth-metrics", "reth-metrics",
"reth-network-p2p", "reth-network-p2p",
"reth-network-peers", "reth-network-peers",
"reth-primitives-traits", "reth-primitives-traits",
"reth-storage-api", "reth-storage-api",
"reth-tasks", "reth-tasks",
"reth-testing-utils",
"tempfile",
"thiserror 2.0.12", "thiserror 2.0.12",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
@ -7276,6 +7293,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ecies" name = "reth-ecies"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"aes", "aes",
"alloy-primitives", "alloy-primitives",
@ -7306,6 +7324,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-engine-local" name = "reth-engine-local"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -7327,6 +7346,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-engine-primitives" name = "reth-engine-primitives"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7351,6 +7371,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-engine-service" name = "reth-engine-service"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"futures", "futures",
"pin-project", "pin-project",
@ -7373,6 +7394,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-engine-tree" name = "reth-engine-tree"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7388,7 +7410,6 @@ dependencies = [
"parking_lot", "parking_lot",
"rayon", "rayon",
"reth-chain-state", "reth-chain-state",
"reth-chainspec",
"reth-consensus", "reth-consensus",
"reth-db", "reth-db",
"reth-engine-primitives", "reth-engine-primitives",
@ -7402,13 +7423,9 @@ dependencies = [
"reth-primitives-traits", "reth-primitives-traits",
"reth-provider", "reth-provider",
"reth-prune", "reth-prune",
"reth-prune-types",
"reth-revm", "reth-revm",
"reth-stages",
"reth-stages-api", "reth-stages-api",
"reth-static-file",
"reth-tasks", "reth-tasks",
"reth-tracing",
"reth-trie", "reth-trie",
"reth-trie-db", "reth-trie-db",
"reth-trie-parallel", "reth-trie-parallel",
@ -7424,6 +7441,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-engine-util" name = "reth-engine-util"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-rpc-types-engine", "alloy-rpc-types-engine",
@ -7450,6 +7468,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-era" name = "reth-era"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7465,6 +7484,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-era-downloader" name = "reth-era-downloader"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"bytes", "bytes",
@ -7479,6 +7499,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-era-utils" name = "reth-era-utils"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"eyre", "eyre",
@ -7498,6 +7519,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-errors" name = "reth-errors"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"reth-consensus", "reth-consensus",
"reth-execution-errors", "reth-execution-errors",
@ -7508,6 +7530,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-eth-wire" name = "reth-eth-wire"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-chains", "alloy-chains",
"alloy-primitives", "alloy-primitives",
@ -7536,6 +7559,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-eth-wire-types" name = "reth-eth-wire-types"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-chains", "alloy-chains",
"alloy-consensus", "alloy-consensus",
@ -7559,6 +7583,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ethereum-cli" name = "reth-ethereum-cli"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7617,6 +7642,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ethereum-consensus" name = "reth-ethereum-consensus"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7632,6 +7658,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ethereum-engine-primitives" name = "reth-ethereum-engine-primitives"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -7649,6 +7676,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ethereum-forks" name = "reth-ethereum-forks"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-eip2124", "alloy-eip2124",
"alloy-hardforks", "alloy-hardforks",
@ -7662,6 +7690,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ethereum-payload-builder" name = "reth-ethereum-payload-builder"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7688,6 +7717,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ethereum-primitives" name = "reth-ethereum-primitives"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7705,6 +7735,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-etl" name = "reth-etl"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"rayon", "rayon",
"reth-db-api", "reth-db-api",
@ -7714,6 +7745,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-evm" name = "reth-evm"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7736,13 +7768,13 @@ dependencies = [
[[package]] [[package]]
name = "reth-evm-ethereum" name = "reth-evm-ethereum"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
"alloy-evm", "alloy-evm",
"alloy-primitives", "alloy-primitives",
"derive_more 2.0.1", "derive_more 2.0.1",
"parking_lot",
"reth-chainspec", "reth-chainspec",
"reth-ethereum-forks", "reth-ethereum-forks",
"reth-ethereum-primitives", "reth-ethereum-primitives",
@ -7755,6 +7787,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-execution-errors" name = "reth-execution-errors"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-evm", "alloy-evm",
"alloy-primitives", "alloy-primitives",
@ -7767,6 +7800,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-execution-types" name = "reth-execution-types"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7784,6 +7818,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-exex" name = "reth-exex"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7821,6 +7856,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-exex-types" name = "reth-exex-types"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -7834,6 +7870,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-fs-util" name = "reth-fs-util"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
@ -7843,6 +7880,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-invalid-block-hooks" name = "reth-invalid-block-hooks"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -7870,6 +7908,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ipc" name = "reth-ipc"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures", "futures",
@ -7889,6 +7928,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-libmdbx" name = "reth-libmdbx"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"bitflags 2.9.1", "bitflags 2.9.1",
"byteorder", "byteorder",
@ -7905,6 +7945,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-mdbx-sys" name = "reth-mdbx-sys"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"bindgen 0.70.1", "bindgen 0.70.1",
"cc", "cc",
@ -7913,6 +7954,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-metrics" name = "reth-metrics"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"futures", "futures",
"metrics", "metrics",
@ -7924,6 +7966,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-net-banlist" name = "reth-net-banlist"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
] ]
@ -7931,6 +7974,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-net-nat" name = "reth-net-nat"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"futures-util", "futures-util",
"if-addrs", "if-addrs",
@ -7944,6 +7988,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-network" name = "reth-network"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -7998,6 +8043,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-network-api" name = "reth-network-api"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rpc-types-admin", "alloy-rpc-types-admin",
@ -8020,6 +8066,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-network-p2p" name = "reth-network-p2p"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8027,7 +8074,6 @@ dependencies = [
"auto_impl", "auto_impl",
"derive_more 2.0.1", "derive_more 2.0.1",
"futures", "futures",
"parking_lot",
"reth-consensus", "reth-consensus",
"reth-eth-wire-types", "reth-eth-wire-types",
"reth-ethereum-primitives", "reth-ethereum-primitives",
@ -8042,6 +8088,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-network-peers" name = "reth-network-peers"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rlp", "alloy-rlp",
@ -8056,6 +8103,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-network-types" name = "reth-network-types"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-eip2124", "alloy-eip2124",
"humantime-serde", "humantime-serde",
@ -8069,6 +8117,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-nippy-jar" name = "reth-nippy-jar"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bincode", "bincode",
@ -8085,6 +8134,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-api" name = "reth-node-api"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-rpc-types-engine", "alloy-rpc-types-engine",
"eyre", "eyre",
@ -8108,6 +8158,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-builder" name = "reth-node-builder"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8128,7 +8179,6 @@ dependencies = [
"reth-config", "reth-config",
"reth-consensus", "reth-consensus",
"reth-consensus-debug-client", "reth-consensus-debug-client",
"reth-db",
"reth-db-api", "reth-db-api",
"reth-db-common", "reth-db-common",
"reth-downloaders", "reth-downloaders",
@ -8172,6 +8222,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-core" name = "reth-node-core"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8222,6 +8273,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-ethereum" name = "reth-node-ethereum"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-rpc-types-engine", "alloy-rpc-types-engine",
@ -8257,6 +8309,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-events" name = "reth-node-events"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8280,6 +8333,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-metrics" name = "reth-node-metrics"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"eyre", "eyre",
"http 1.3.1", "http 1.3.1",
@ -8300,6 +8354,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-node-types" name = "reth-node-types"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"reth-chainspec", "reth-chainspec",
"reth-db-api", "reth-db-api",
@ -8312,6 +8367,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-optimism-chainspec" name = "reth-optimism-chainspec"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-chains", "alloy-chains",
"alloy-consensus", "alloy-consensus",
@ -8333,6 +8389,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-optimism-consensus" name = "reth-optimism-consensus"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8357,6 +8414,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-optimism-evm" name = "reth-optimism-evm"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8381,6 +8439,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-optimism-forks" name = "reth-optimism-forks"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-op-hardforks", "alloy-op-hardforks",
"alloy-primitives", "alloy-primitives",
@ -8391,6 +8450,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-optimism-payload-builder" name = "reth-optimism-payload-builder"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8429,6 +8489,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-optimism-primitives" name = "reth-optimism-primitives"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8448,6 +8509,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-optimism-rpc" name = "reth-optimism-rpc"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8505,6 +8567,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-optimism-txpool" name = "reth-optimism-txpool"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8540,9 +8603,9 @@ dependencies = [
[[package]] [[package]]
name = "reth-payload-builder" name = "reth-payload-builder"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives",
"alloy-rpc-types", "alloy-rpc-types",
"futures-util", "futures-util",
"metrics", "metrics",
@ -8560,6 +8623,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-payload-builder-primitives" name = "reth-payload-builder-primitives"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"pin-project", "pin-project",
"reth-payload-primitives", "reth-payload-primitives",
@ -8571,6 +8635,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-payload-primitives" name = "reth-payload-primitives"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -8589,6 +8654,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-payload-util" name = "reth-payload-util"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -8598,6 +8664,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-payload-validator" name = "reth-payload-validator"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-rpc-types-engine", "alloy-rpc-types-engine",
@ -8607,8 +8674,10 @@ dependencies = [
[[package]] [[package]]
name = "reth-primitives" name = "reth-primitives"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"c-kzg",
"once_cell", "once_cell",
"reth-ethereum-forks", "reth-ethereum-forks",
"reth-ethereum-primitives", "reth-ethereum-primitives",
@ -8619,6 +8688,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-primitives-traits" name = "reth-primitives-traits"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8650,6 +8720,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-provider" name = "reth-provider"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8694,6 +8765,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-prune" name = "reth-prune"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -8721,6 +8793,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-prune-types" name = "reth-prune-types"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"arbitrary", "arbitrary",
@ -8734,6 +8807,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ress-protocol" name = "reth-ress-protocol"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -8752,6 +8826,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-ress-provider" name = "reth-ress-provider"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -8778,6 +8853,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-revm" name = "reth-revm"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"reth-primitives-traits", "reth-primitives-traits",
@ -8790,6 +8866,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc" name = "reth-rpc"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-dyn-abi", "alloy-dyn-abi",
@ -8864,6 +8941,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-api" name = "reth-rpc-api"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-genesis", "alloy-genesis",
@ -8891,6 +8969,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-builder" name = "reth-rpc-builder"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-network", "alloy-network",
"alloy-provider", "alloy-provider",
@ -8928,6 +9007,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-engine-api" name = "reth-rpc-engine-api"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -8957,6 +9037,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-eth-api" name = "reth-rpc-eth-api"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-dyn-abi", "alloy-dyn-abi",
@ -8999,6 +9080,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-eth-types" name = "reth-rpc-eth-types"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -9040,6 +9122,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-layer" name = "reth-rpc-layer"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-rpc-types-engine", "alloy-rpc-types-engine",
"http 1.3.1", "http 1.3.1",
@ -9053,6 +9136,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-server-types" name = "reth-rpc-server-types"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -9068,6 +9152,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-rpc-types-compat" name = "reth-rpc-types-compat"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-network", "alloy-network",
@ -9086,6 +9171,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-stages" name = "reth-stages"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -9098,7 +9184,6 @@ dependencies = [
"num-traits", "num-traits",
"rayon", "rayon",
"reqwest", "reqwest",
"reth-chainspec",
"reth-codecs", "reth-codecs",
"reth-config", "reth-config",
"reth-consensus", "reth-consensus",
@ -9107,7 +9192,6 @@ dependencies = [
"reth-era", "reth-era",
"reth-era-downloader", "reth-era-downloader",
"reth-era-utils", "reth-era-utils",
"reth-ethereum-primitives",
"reth-etl", "reth-etl",
"reth-evm", "reth-evm",
"reth-execution-types", "reth-execution-types",
@ -9122,11 +9206,9 @@ dependencies = [
"reth-stages-api", "reth-stages-api",
"reth-static-file-types", "reth-static-file-types",
"reth-storage-errors", "reth-storage-errors",
"reth-testing-utils",
"reth-trie", "reth-trie",
"reth-trie-db", "reth-trie-db",
"serde", "serde",
"tempfile",
"thiserror 2.0.12", "thiserror 2.0.12",
"tokio", "tokio",
"tracing", "tracing",
@ -9135,6 +9217,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-stages-api" name = "reth-stages-api"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -9161,6 +9244,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-stages-types" name = "reth-stages-types"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"arbitrary", "arbitrary",
@ -9174,6 +9258,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-static-file" name = "reth-static-file"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"parking_lot", "parking_lot",
@ -9193,6 +9278,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-static-file-types" name = "reth-static-file-types"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"clap", "clap",
@ -9204,6 +9290,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-storage-api" name = "reth-storage-api"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -9227,6 +9314,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-storage-errors" name = "reth-storage-errors"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-eips", "alloy-eips",
"alloy-primitives", "alloy-primitives",
@ -9242,6 +9330,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-tasks" name = "reth-tasks"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"auto_impl", "auto_impl",
"dyn-clone", "dyn-clone",
@ -9256,24 +9345,10 @@ dependencies = [
"tracing-futures", "tracing-futures",
] ]
[[package]]
name = "reth-testing-utils"
version = "1.4.8"
dependencies = [
"alloy-consensus",
"alloy-eips",
"alloy-genesis",
"alloy-primitives",
"rand 0.8.5",
"rand 0.9.1",
"reth-ethereum-primitives",
"reth-primitives-traits",
"secp256k1 0.30.0",
]
[[package]] [[package]]
name = "reth-tokio-util" name = "reth-tokio-util"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"tokio", "tokio",
"tokio-stream", "tokio-stream",
@ -9283,6 +9358,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-tracing" name = "reth-tracing"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"clap", "clap",
"eyre", "eyre",
@ -9297,6 +9373,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-transaction-pool" name = "reth-transaction-pool"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -9308,7 +9385,6 @@ dependencies = [
"futures-util", "futures-util",
"metrics", "metrics",
"parking_lot", "parking_lot",
"paste",
"rand 0.9.1", "rand 0.9.1",
"reth-chain-state", "reth-chain-state",
"reth-chainspec", "reth-chainspec",
@ -9335,6 +9411,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-trie" name = "reth-trie"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-eips", "alloy-eips",
@ -9359,6 +9436,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-trie-common" name = "reth-trie-common"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-consensus", "alloy-consensus",
"alloy-primitives", "alloy-primitives",
@ -9384,6 +9462,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-trie-db" name = "reth-trie-db"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"reth-db-api", "reth-db-api",
@ -9396,6 +9475,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-trie-parallel" name = "reth-trie-parallel"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rlp", "alloy-rlp",
@ -9420,6 +9500,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-trie-sparse" name = "reth-trie-sparse"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"alloy-primitives", "alloy-primitives",
"alloy-rlp", "alloy-rlp",
@ -9437,6 +9518,7 @@ dependencies = [
[[package]] [[package]]
name = "reth-zstd-compressors" name = "reth-zstd-compressors"
version = "1.4.8" version = "1.4.8"
source = "git+https://github.com/sprites0/reth?rev=131c608706ed662f16112eabaad9e8a5a0471ef4#131c608706ed662f16112eabaad9e8a5a0471ef4"
dependencies = [ dependencies = [
"zstd", "zstd",
] ]

View File

@ -12,41 +12,41 @@ name = "reth-hl"
path = "src/main.rs" path = "src/main.rs"
[dependencies] [dependencies]
reth = { path = "../reth/bin/reth" } reth = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-cli = { path = "../reth/crates/cli/cli" } reth-cli = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-cli-commands = { path = "../reth/crates/cli/commands" } reth-cli-commands = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-basic-payload-builder = { path = "../reth/crates/payload/basic" } reth-basic-payload-builder = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-db = { path = "../reth/crates/storage/db", default-features = false } reth-db = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-chainspec = { path = "../reth/crates/chainspec", default-features = false } reth-chainspec = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-cli-util = { path = "../reth/crates/cli/util" } reth-cli-util = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-discv4 = { path = "../reth/crates/net/discv4", features = ["test-utils"] } reth-discv4 = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-engine-primitives = { path = "../reth/crates/engine/primitives", default-features = false } reth-engine-primitives = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-ethereum-forks = { path = "../reth/crates/ethereum/hardforks", default-features = false, features = ["serde"] } reth-ethereum-forks = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-ethereum-payload-builder = { path = "../reth/crates/ethereum/payload" } reth-ethereum-payload-builder = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-ethereum-primitives = { path = "../reth/crates/ethereum/primitives", default-features = false } reth-ethereum-primitives = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-eth-wire = { path = "../reth/crates/net/eth-wire" } reth-eth-wire = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-eth-wire-types = { path = "../reth/crates/net/eth-wire-types" } reth-eth-wire-types = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-evm = { path = "../reth/crates/evm/evm", default-features = false } reth-evm = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-evm-ethereum = { path = "../reth/crates/ethereum/evm", default-features = false } reth-evm-ethereum = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-node-core = { path = "../reth/crates/node/core" } reth-node-core = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-revm = { path = "../reth/crates/revm", default-features = false } reth-revm = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-network = { path = "../reth/crates/net/network", features = ["test-utils"] } reth-network = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-network-p2p = { path = "../reth/crates/net/p2p" } reth-network-p2p = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-network-api = { path = "../reth/crates/net/network-api" } reth-network-api = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-node-ethereum = { path = "../reth/crates/ethereum/node", features = ["test-utils"] } reth-node-ethereum = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-network-peers = { path = "../reth/crates/net/peers", default-features = false } reth-network-peers = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-optimism-rpc = { path = "../reth/crates/optimism/rpc" } reth-optimism-rpc = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-payload-primitives = { path = "../reth/crates/payload/primitives" } reth-payload-primitives = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-primitives = { path = "../reth/crates/primitives", default-features = false } reth-primitives = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-primitives-traits = { path = "../reth/crates/primitives-traits", default-features = false } reth-primitives-traits = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-provider = { path = "../reth/crates/storage/provider", features = ["test-utils"] } reth-provider = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4", features = ["test-utils"] }
reth-rpc-eth-api = { path = "../reth/crates/rpc/rpc-eth-api" } reth-rpc-eth-api = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-rpc-engine-api = { path = "../reth/crates/rpc/rpc-engine-api" } reth-rpc-engine-api = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-tracing = { path = "../reth/crates/tracing" } reth-tracing = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-trie-common = { path = "../reth/crates/trie/common", default-features = false } reth-trie-common = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-trie-db = { path = "../reth/crates/trie/db" } reth-trie-db = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-codecs = { path = "../reth/crates/storage/codecs" } reth-codecs = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
reth-transaction-pool = { path = "../reth/crates/transaction-pool" } reth-transaction-pool = { git = "https://github.com/sprites0/reth", rev = "131c608706ed662f16112eabaad9e8a5a0471ef4" }
revm = { version = "24.0.1" } revm = { version = "24.0.1" }
# alloy dependencies # alloy dependencies