mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: flashbots_validateBuilderSubmissionV3 (#12168)
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -6697,6 +6697,7 @@ dependencies = [
|
||||
"rand 0.8.5",
|
||||
"reth-fs-util",
|
||||
"secp256k1",
|
||||
"serde",
|
||||
"thiserror",
|
||||
"tikv-jemallocator",
|
||||
"tracy-client",
|
||||
@ -7997,6 +7998,7 @@ dependencies = [
|
||||
"alloy-genesis",
|
||||
"alloy-primitives",
|
||||
"alloy-provider",
|
||||
"alloy-rpc-types-beacon",
|
||||
"alloy-signer",
|
||||
"alloy-sol-types",
|
||||
"eyre",
|
||||
@ -8626,13 +8628,16 @@ dependencies = [
|
||||
"pin-project",
|
||||
"rand 0.8.5",
|
||||
"reth-chainspec",
|
||||
"reth-consensus",
|
||||
"reth-consensus-common",
|
||||
"reth-errors",
|
||||
"reth-ethereum-consensus",
|
||||
"reth-evm",
|
||||
"reth-evm-ethereum",
|
||||
"reth-network-api",
|
||||
"reth-network-peers",
|
||||
"reth-network-types",
|
||||
"reth-payload-validator",
|
||||
"reth-primitives",
|
||||
"reth-provider",
|
||||
"reth-revm",
|
||||
@ -8682,6 +8687,8 @@ dependencies = [
|
||||
"reth-network-peers",
|
||||
"reth-primitives",
|
||||
"reth-rpc-eth-api",
|
||||
"serde",
|
||||
"serde_with",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -8721,6 +8728,7 @@ dependencies = [
|
||||
"pin-project",
|
||||
"reth-beacon-consensus",
|
||||
"reth-chainspec",
|
||||
"reth-consensus",
|
||||
"reth-engine-primitives",
|
||||
"reth-ethereum-engine-primitives",
|
||||
"reth-evm",
|
||||
|
||||
Reference in New Issue
Block a user