added alternative block share

This commit is contained in:
Nicholas Wehr
2025-08-11 14:13:55 -07:00
parent aab45b9c02
commit 821846f671
7 changed files with 532 additions and 1 deletions

16
Cargo.lock generated
View File

@ -6659,6 +6659,7 @@ dependencies = [
"clap",
"eyre",
"futures",
"futures-util",
"jsonrpsee",
"jsonrpsee-core",
"lz4_flex",
@ -6687,6 +6688,7 @@ dependencies = [
"reth-execution-types",
"reth-exex",
"reth-fs-util",
"reth-hlfs",
"reth-hyperliquid-types",
"reth-network",
"reth-network-api",
@ -7966,6 +7968,20 @@ dependencies = [
"thiserror 2.0.11",
]
[[package]]
name = "reth-hlfs"
version = "1.2.0"
dependencies = [
"bytes",
"parking_lot",
"rand 0.8.5",
"reth-tracing",
"tempfile",
"thiserror 2.0.11",
"tokio",
"tracing",
]
[[package]]
name = "reth-hyperliquid-types"
version = "1.2.0"