Integrate request validation in EnginveValidator #13849
Labels
A-consensus
Related to the consensus engine
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
I think this is an alternative to
#13831
and
alloy-rs/op-alloy#395
currently we do:
reth/crates/rpc/rpc-engine-api/src/engine_api.rs
Line 271 in 5db0129
empty requests should be enforced anyway via the hash check but makes sense to add an additional check for this directly in engine API validation
we should move
validate_execution_requests
intoreth/crates/engine/primitives/src/lib.rs
Line 116 in 5db0129
cc @emhane
Additional context
No response
The text was updated successfully, but these errors were encountered: