Skip to content

Commit 42ba08b

Browse files
flcl42MarekM25
authored andcommitted
Temporary disable cancun engine_ APIs
(cherry picked from commit ccfb601)
1 parent f56aba9 commit 42ba08b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Nethermind/Nethermind.Merge.Plugin.Test/EngineModuleTests.V1.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1540,6 +1540,7 @@ await rpc.engine_forkchoiceUpdatedV1(forkChoiceState1,
15401540
}
15411541
}
15421542

1543+
[Ignore("Ignore till EIP-4844 engine API update")]
15431544
[Test]
15441545
public async Task Should_return_capabilities()
15451546
{

src/Nethermind/Nethermind.Merge.Plugin/Handlers/EngineRpcCapabilitiesProvider.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public IReadOnlyDictionary<string, bool> GetEngineCapabilities()
4141
#endregion
4242

4343
#region Cancun
44-
_capabilities[nameof(IEngineRpcModule.engine_getPayloadV3)] = spec.IsEip4844Enabled;
45-
_capabilities[nameof(IEngineRpcModule.engine_newPayloadV3)] = spec.IsEip4844Enabled;
44+
// _capabilities[nameof(IEngineRpcModule.engine_getPayloadV3)] = spec.IsEip4844Enabled;
45+
// _capabilities[nameof(IEngineRpcModule.engine_newPayloadV3)] = spec.IsEip4844Enabled;
4646
#endregion
4747
}
4848

0 commit comments

Comments
 (0)