Skip to content

Commit

Permalink
Temporary disable cancun engine_ APIs
Browse files Browse the repository at this point in the history
(cherry picked from commit ccfb601)
  • Loading branch information
flcl42 authored and MarekM25 committed Jun 9, 2023
1 parent f56aba9 commit 42ba08b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,7 @@ await rpc.engine_forkchoiceUpdatedV1(forkChoiceState1,
}
}

[Ignore("Ignore till EIP-4844 engine API update")]
[Test]
public async Task Should_return_capabilities()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public IReadOnlyDictionary<string, bool> GetEngineCapabilities()
#endregion

#region Cancun
_capabilities[nameof(IEngineRpcModule.engine_getPayloadV3)] = spec.IsEip4844Enabled;
_capabilities[nameof(IEngineRpcModule.engine_newPayloadV3)] = spec.IsEip4844Enabled;
// _capabilities[nameof(IEngineRpcModule.engine_getPayloadV3)] = spec.IsEip4844Enabled;
// _capabilities[nameof(IEngineRpcModule.engine_newPayloadV3)] = spec.IsEip4844Enabled;
#endregion
}

Expand Down

0 comments on commit 42ba08b

Please sign in to comment.