-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check empty EL reqs for OpEngineValidator
#13908
Comments
@meyer9 would you like to impl this? would wrap up eip7685 impl on op-reth end |
requires moving the default impl of reth/crates/ethereum/engine-primitives/src/lib.rs Lines 110 to 129 in cc8558f
and then custom impl on OpEngineValidator checking for empty requestsreth/crates/optimism/node/src/engine.rs Lines 104 to 161 in cc8558f
|
yup, I can take this one! |
Describe the feature
Check that the param
Requests
are always empty in impl ofEngineValidator
forOpEngineValidator
Blocked by #13849Additional context
Ref ethereum-optimism/specs#506
The text was updated successfully, but these errors were encountered: