feat(l2-withdrawals): Decompose ExecutionPayloadValidator::ensure_well_formed_payload (#14566)

This commit is contained in:
Emilia Hane
2025-02-19 10:25:29 +01:00
committed by GitHub
parent 974cfa192f
commit 849c04cb34
6 changed files with 214 additions and 85 deletions

3
Cargo.lock generated
View File

@ -8866,7 +8866,8 @@ dependencies = [
name = "reth-payload-validator"
version = "1.2.0"
dependencies = [
"alloy-rpc-types",
"alloy-consensus",
"alloy-rpc-types-engine",
"reth-chainspec",
"reth-primitives",
"reth-primitives-traits",