Skip to content
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

feat(l1): added support for forkchoiceUpdatedV1, getPayloadV1 and newPayloadV1 #1510

Merged
merged 10 commits into from
Dec 17, 2024

Conversation

ElFantasma
Copy link
Contributor

@ElFantasma ElFantasma commented Dec 13, 2024

Motivation
We have V2 and V3 support for forkchoiceUpdated, getPayload and newPayload. In order to complete post-merge support we need to add V1 versions for these messages.
Description

Adds V1 support for forkchoiceUpdated, getPayload and newPayload.

This makes 103 tests from hive's engine-api to pass.

Closes #1182, #1183 and #1185

@ElFantasma ElFantasma requested a review from a team as a code owner December 13, 2024 20:45
@ElFantasma ElFantasma added this pull request to the merge queue Dec 17, 2024
Merged via the queue into main with commit 9e06b58 Dec 17, 2024
14 checks passed
@ElFantasma ElFantasma deleted the v1_forkchoice_tests branch December 17, 2024 20:20
github-merge-queue bot pushed a commit that referenced this pull request Dec 18, 2024
**Motivation**

The recent changes of PR #1510 require a minor modification regarding
`withdrawals`.

**Description**

Set the `withdrawals` to `Some` to make the `block_producer` work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement ForkchoiceUpdatedV1
2 participants