We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EIP: https://eips.ethereum.org/EIPS/eip-7742 consensus-spec PR: ethereum/consensus-specs#3800 Engine-API update: ethereum/execution-apis#574 (see #8743)
TODOs:
ProposerDataManager
targetBlobCount
maximumBlobCount
PayloadBuildingAttributes
MilestoneBasedEngineJsonRpcMethodsResolver
engine_FcUV3
engine_FcUV4
ElectraExecutionClientHandlerTest
V3
The text was updated successfully, but these errors were encountered:
mehdi-aouadi
Successfully merging a pull request may close this issue.
EIP: https://eips.ethereum.org/EIPS/eip-7742
consensus-spec PR: ethereum/consensus-specs#3800
Engine-API update: ethereum/execution-apis#574 (see #8743)
TODOs:
ProposerDataManager
- addtargetBlobCount
andmaximumBlobCount
toPayloadBuildingAttributes
MilestoneBasedEngineJsonRpcMethodsResolver
replaceengine_FcUV3
forengine_FcUV4
.ElectraExecutionClientHandlerTest
- test should check we are callingengine_FcUV4
instead ofV3
The text was updated successfully, but these errors were encountered: