We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3b63a commit ab3347eCopy full SHA for ab3347e
node/src/engine.rs
@@ -150,19 +150,6 @@ where
150
Types: EngineTypes<PayloadAttributes = OpPayloadAttributes, ExecutionData = OpExecutionData>,
151
P: StateProviderFactory + Unpin + 'static,
152
{
153
- fn validate_execution_requests(
154
- &self,
155
- requests: &alloy_eips::eip7685::Requests,
156
- ) -> Result<(), EngineObjectValidationError> {
157
- // according to op spec, execution requests must be empty
158
- if !requests.is_empty() {
159
- return Err(EngineObjectValidationError::InvalidParams(
160
- "NonEmptyExecutionRequests".to_string().into(),
161
- ))
162
- }
163
- Ok(())
164
165
-
166
fn validate_version_specific_fields(
167
&self,
168
version: EngineApiMessageVersion,
0 commit comments