[Merged by Bors] - Poll the engine_exchangeTransitionConfigurationV1 endpoint#3047
Closed
paulhauner wants to merge 6 commits intosigp:unstablefrom
Closed
[Merged by Bors] - Poll the engine_exchangeTransitionConfigurationV1 endpoint#3047paulhauner wants to merge 6 commits intosigp:unstablefrom
engine_exchangeTransitionConfigurationV1 endpoint#3047paulhauner wants to merge 6 commits intosigp:unstablefrom
Conversation
7524a82 to
ce7ad8f
Compare
ce7ad8f to
b870f70
Compare
paulhauner
added a commit
that referenced
this pull request
Mar 3, 2022
Squashed commit of the following: commit b870f70 Author: Paul Hauner <paul@paulhauner.com> Date: Tue Mar 1 10:06:37 2022 +1100 Add transition config method
paulhauner
added a commit
that referenced
this pull request
Mar 4, 2022
Squashed commit of the following: commit b5a711f Author: Paul Hauner <paul@paulhauner.com> Date: Fri Mar 4 13:10:57 2022 +1100 Remove "number" rename commit 3f287d0 Author: Paul Hauner <paul@paulhauner.com> Date: Fri Mar 4 10:46:26 2022 +1100 Fix method naming commit b870f70 Author: Paul Hauner <paul@paulhauner.com> Date: Tue Mar 1 10:06:37 2022 +1100 Add transition config method
paulhauner
added a commit
that referenced
this pull request
Mar 7, 2022
Squashed commit of the following: commit b5a711f Author: Paul Hauner <paul@paulhauner.com> Date: Fri Mar 4 13:10:57 2022 +1100 Remove "number" rename commit 3f287d0 Author: Paul Hauner <paul@paulhauner.com> Date: Fri Mar 4 10:46:26 2022 +1100 Fix method naming commit b870f70 Author: Paul Hauner <paul@paulhauner.com> Date: Tue Mar 1 10:06:37 2022 +1100 Add transition config method
michaelsproul
approved these changes
Mar 7, 2022
Member
michaelsproul
left a comment
There was a problem hiding this comment.
LGTM modulo smol changes
paulhauner
added a commit
that referenced
this pull request
Mar 8, 2022
Squashed commit of the following: commit b5a711f Author: Paul Hauner <paul@paulhauner.com> Date: Fri Mar 4 13:10:57 2022 +1100 Remove "number" rename commit 3f287d0 Author: Paul Hauner <paul@paulhauner.com> Date: Fri Mar 4 10:46:26 2022 +1100 Fix method naming commit b870f70 Author: Paul Hauner <paul@paulhauner.com> Date: Tue Mar 1 10:06:37 2022 +1100 Add transition config method
Member
Author
|
Thanks for the review, all comments addressed 🙏 I've made three changes:
Edit: In ba7b012 I also made a change to support changes to Geth flags as per #3046 (comment). |
michaelsproul
approved these changes
Mar 8, 2022
Member
michaelsproul
left a comment
There was a problem hiding this comment.
Noice, consider this re-reviewed!
Member
Author
|
bors r+ |
bors bot
pushed a commit
that referenced
this pull request
Mar 8, 2022
## Issue Addressed There has been an [`engine_exchangetransitionconfigurationv1`](https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md#engine_exchangetransitionconfigurationv1) method added to the execution API specs. The `engine_exchangetransitionconfigurationv1` will be polled every 60s as per this PR: ethereum/execution-apis#189. If that PR is merged as-is, then we will be matching the spec. If that PR *is not* merged, we are still fully compatible with the spec, but just doing more than we are required. ## Additional Info - [x] ~~Blocked on #2837~~ - [x] Add method to EE integration tests
engine_exchangeTransitionConfigurationV1 endpointengine_exchangeTransitionConfigurationV1 endpoint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue Addressed
There has been an
engine_exchangetransitionconfigurationv1method added to the execution API specs.The
engine_exchangetransitionconfigurationv1will be polled every 60s as per this PR: ethereum/execution-apis#189. If that PR is merged as-is, then we will be matching the spec. If that PR is not merged, we are still fully compatible with the spec, but just doing more than we are required.Additional Info
Blocked on [Merged by Bors] - Retrospective invalidation of exec. payloads for opt. sync #2837