feat: flashbots_validateBuilderSubmissionV3 (#12168)

This commit is contained in:
Arsenii Kulikov
2024-10-31 23:22:42 +04:00
committed by GitHub
parent 998b3b3d3a
commit d020b41f6a
24 changed files with 812 additions and 127 deletions

8
Cargo.lock generated
View File

@ -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",