mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
Merge pull request #79 from hl-archive-node/fix/issue-78
fix: Do not filter out logs based on bloom (which is for perf optimization)
This commit is contained in:
218
Cargo.lock
generated
218
Cargo.lock
generated
@ -6723,7 +6723,7 @@ checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3"
|
||||
[[package]]
|
||||
name = "reth"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-rpc-types",
|
||||
"aquamarine",
|
||||
@ -6769,7 +6769,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-basic-payload-builder"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -6793,7 +6793,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-chain-state"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -6824,7 +6824,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-chainspec"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-chains",
|
||||
"alloy-consensus",
|
||||
@ -6844,7 +6844,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-cli"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-genesis",
|
||||
"clap",
|
||||
@ -6858,7 +6858,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-cli-commands"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-chains",
|
||||
"alloy-consensus",
|
||||
@ -6939,7 +6939,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-cli-runner"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"reth-tasks",
|
||||
"tokio",
|
||||
@ -6949,7 +6949,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-cli-util"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -6967,7 +6967,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-codecs"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -6987,7 +6987,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-codecs-derive"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"convert_case",
|
||||
"proc-macro2",
|
||||
@ -6998,7 +6998,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-config"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"eyre",
|
||||
"humantime-serde",
|
||||
@ -7013,7 +7013,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-consensus"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -7026,7 +7026,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-consensus-common"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7038,7 +7038,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-consensus-debug-client"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7063,7 +7063,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-db"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"derive_more",
|
||||
@ -7089,7 +7089,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-db-api"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-genesis",
|
||||
@ -7117,7 +7117,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-db-common"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-genesis",
|
||||
@ -7147,7 +7147,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-db-models"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -7162,7 +7162,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-discv4"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
@ -7188,7 +7188,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-discv5"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
@ -7212,7 +7212,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-dns-discovery"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"data-encoding",
|
||||
@ -7236,7 +7236,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-downloaders"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7266,7 +7266,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ecies"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"alloy-primitives",
|
||||
@ -7297,7 +7297,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-engine-local"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -7319,7 +7319,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-engine-primitives"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7344,7 +7344,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-engine-service"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"pin-project",
|
||||
@ -7367,7 +7367,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-engine-tree"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7416,7 +7416,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-engine-util"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-rpc-types-engine",
|
||||
@ -7444,7 +7444,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-era"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7460,7 +7460,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-era-downloader"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"bytes",
|
||||
@ -7475,7 +7475,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-era-utils"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -7497,7 +7497,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-errors"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"reth-consensus",
|
||||
"reth-execution-errors",
|
||||
@ -7508,7 +7508,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-eth-wire"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-chains",
|
||||
"alloy-primitives",
|
||||
@ -7537,7 +7537,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-eth-wire-types"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-chains",
|
||||
"alloy-consensus",
|
||||
@ -7561,7 +7561,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ethereum-cli"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"eyre",
|
||||
@ -7582,7 +7582,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ethereum-consensus"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7598,7 +7598,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ethereum-engine-primitives"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -7616,7 +7616,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ethereum-forks"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-eip2124",
|
||||
"alloy-hardforks",
|
||||
@ -7630,7 +7630,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ethereum-payload-builder"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7659,7 +7659,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ethereum-primitives"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7677,7 +7677,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-etl"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"rayon",
|
||||
"reth-db-api",
|
||||
@ -7687,7 +7687,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-evm"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7710,7 +7710,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-evm-ethereum"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7731,7 +7731,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-execution-errors"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-evm",
|
||||
"alloy-primitives",
|
||||
@ -7744,7 +7744,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-execution-types"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7762,7 +7762,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-exex"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7800,7 +7800,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-exex-types"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -7814,7 +7814,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-fs-util"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
@ -7824,7 +7824,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-invalid-block-hooks"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -7851,7 +7851,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ipc"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures",
|
||||
@ -7871,7 +7871,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-libmdbx"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"bitflags 2.9.2",
|
||||
"byteorder",
|
||||
@ -7888,7 +7888,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-mdbx-sys"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"bindgen 0.70.1",
|
||||
"cc",
|
||||
@ -7897,7 +7897,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-metrics"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"metrics",
|
||||
@ -7909,7 +7909,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-net-banlist"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
]
|
||||
@ -7917,7 +7917,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-net-nat"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"if-addrs",
|
||||
@ -7931,7 +7931,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-network"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -7986,7 +7986,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-network-api"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -8011,7 +8011,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-network-p2p"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8033,7 +8033,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-network-peers"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
@ -8048,7 +8048,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-network-types"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-eip2124",
|
||||
"humantime-serde",
|
||||
@ -8062,7 +8062,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-nippy-jar"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bincode",
|
||||
@ -8079,7 +8079,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-api"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-rpc-types-engine",
|
||||
"eyre",
|
||||
@ -8103,7 +8103,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-builder"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8170,7 +8170,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-core"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8222,7 +8222,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-ethereum"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-eips",
|
||||
"alloy-network",
|
||||
@ -8260,7 +8260,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-ethstats"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -8284,7 +8284,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-events"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8308,7 +8308,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-metrics"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"eyre",
|
||||
"http 1.3.1",
|
||||
@ -8329,7 +8329,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-node-types"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"reth-chainspec",
|
||||
"reth-db-api",
|
||||
@ -8341,7 +8341,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-optimism-primitives"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8360,7 +8360,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-payload-builder"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-rpc-types",
|
||||
@ -8380,7 +8380,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-payload-builder-primitives"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"pin-project",
|
||||
"reth-payload-primitives",
|
||||
@ -8392,7 +8392,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-payload-primitives"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -8411,7 +8411,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-payload-validator"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-rpc-types-engine",
|
||||
@ -8421,7 +8421,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-primitives"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"c-kzg",
|
||||
@ -8435,7 +8435,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-primitives-traits"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8468,7 +8468,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-provider"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8513,7 +8513,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-prune"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8541,7 +8541,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-prune-types"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"arbitrary",
|
||||
@ -8555,7 +8555,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ress-protocol"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -8574,7 +8574,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-ress-provider"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -8601,7 +8601,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-revm"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"reth-primitives-traits",
|
||||
@ -8614,7 +8614,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-dyn-abi",
|
||||
@ -8692,7 +8692,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-api"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-eips",
|
||||
"alloy-genesis",
|
||||
@ -8720,7 +8720,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-builder"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-network",
|
||||
"alloy-provider",
|
||||
@ -8758,7 +8758,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-convert"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-json-rpc",
|
||||
@ -8777,7 +8777,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-engine-api"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -8807,7 +8807,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-eth-api"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-dyn-abi",
|
||||
@ -8851,7 +8851,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-eth-types"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8898,7 +8898,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-layer"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-rpc-types-engine",
|
||||
"http 1.3.1",
|
||||
@ -8912,7 +8912,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-rpc-server-types"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -8928,7 +8928,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-stages"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -8972,7 +8972,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-stages-api"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -8999,7 +8999,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-stages-types"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"arbitrary",
|
||||
@ -9013,7 +9013,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-static-file"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"parking_lot",
|
||||
@ -9033,7 +9033,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-static-file-types"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"clap",
|
||||
@ -9045,7 +9045,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-storage-api"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -9068,7 +9068,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-storage-errors"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-eips",
|
||||
"alloy-primitives",
|
||||
@ -9084,7 +9084,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-tasks"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"auto_impl",
|
||||
"dyn-clone",
|
||||
@ -9102,7 +9102,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-tokio-util"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
@ -9112,7 +9112,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-tracing"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"eyre",
|
||||
@ -9127,7 +9127,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-transaction-pool"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -9167,7 +9167,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-trie"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-eips",
|
||||
@ -9192,7 +9192,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-trie-common"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-primitives",
|
||||
@ -9218,7 +9218,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-trie-db"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"reth-db-api",
|
||||
@ -9231,7 +9231,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-trie-parallel"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
@ -9256,7 +9256,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-trie-sparse"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
@ -9275,7 +9275,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-trie-sparse-parallel"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
@ -9293,7 +9293,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reth-zstd-compressors"
|
||||
version = "1.7.0"
|
||||
source = "git+https://github.com/sprites0/reth?rev=d26fd2e25b57d695aa453c93f15a8cd158a1f505#d26fd2e25b57d695aa453c93f15a8cd158a1f505"
|
||||
source = "git+https://github.com/sprites0/reth?rev=40dd1247a55fdceca05e38a1320c054010d5bb34#40dd1247a55fdceca05e38a1320c054010d5bb34"
|
||||
dependencies = [
|
||||
"zstd",
|
||||
]
|
||||
|
||||
86
Cargo.toml
86
Cargo.toml
@ -26,49 +26,49 @@ lto = "fat"
|
||||
codegen-units = 1
|
||||
|
||||
[dependencies]
|
||||
reth = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-cli = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-cli-commands = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-basic-payload-builder = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-db = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-db-api = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-chainspec = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-cli-util = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-discv4 = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-engine-primitives = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-ethereum-forks = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-ethereum-payload-builder = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-ethereum-primitives = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-eth-wire = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-eth-wire-types = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-evm = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-evm-ethereum = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-node-core = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-revm = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-network = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-network-p2p = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-network-api = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-node-ethereum = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-network-peers = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-payload-primitives = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-primitives = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-primitives-traits = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-provider = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505", features = ["test-utils"] }
|
||||
reth-rpc = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-rpc-eth-api = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-rpc-engine-api = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-tracing = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-trie-common = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-trie-db = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-codecs = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-transaction-pool = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-stages-types = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-storage-api = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-errors = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-rpc-convert = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-rpc-eth-types = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-rpc-server-types = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth-metrics = { git = "https://github.com/sprites0/reth", rev = "d26fd2e25b57d695aa453c93f15a8cd158a1f505" }
|
||||
reth = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-cli = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-cli-commands = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-basic-payload-builder = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-db = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-db-api = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-chainspec = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-cli-util = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-discv4 = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-engine-primitives = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-ethereum-forks = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-ethereum-payload-builder = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-ethereum-primitives = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-eth-wire = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-eth-wire-types = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-evm = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-evm-ethereum = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-node-core = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-revm = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-network = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-network-p2p = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-network-api = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-node-ethereum = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-network-peers = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-payload-primitives = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-primitives = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-primitives-traits = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-provider = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34", features = ["test-utils"] }
|
||||
reth-rpc = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-rpc-eth-api = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-rpc-engine-api = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-tracing = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-trie-common = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-trie-db = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-codecs = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-transaction-pool = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-stages-types = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-storage-api = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-errors = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-rpc-convert = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-rpc-eth-types = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-rpc-server-types = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
reth-metrics = { git = "https://github.com/sprites0/reth", rev = "40dd1247a55fdceca05e38a1320c054010d5bb34" }
|
||||
revm = { version = "29.0.0", default-features = false }
|
||||
|
||||
# alloy dependencies
|
||||
|
||||
Reference in New Issue
Block a user