-
Notifications
You must be signed in to change notification settings - Fork 793
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
[Merged by Bors] - Poll the engine_exchangeTransitionConfigurationV1
endpoint
#3047
Conversation
7524a82
to
ce7ad8f
Compare
ce7ad8f
to
b870f70
Compare
Squashed commit of the following: commit b870f70 Author: Paul Hauner <[email protected]> Date: Tue Mar 1 10:06:37 2022 +1100 Add transition config method
Squashed commit of the following: commit 3f287d0 Author: Paul Hauner <[email protected]> Date: Fri Mar 4 10:46:26 2022 +1100 Fix method naming commit b870f70 Author: Paul Hauner <[email protected]> Date: Tue Mar 1 10:06:37 2022 +1100 Add transition config method
Squashed commit of the following: commit b5a711f Author: Paul Hauner <[email protected]> Date: Fri Mar 4 13:10:57 2022 +1100 Remove "number" rename commit 3f287d0 Author: Paul Hauner <[email protected]> Date: Fri Mar 4 10:46:26 2022 +1100 Fix method naming commit b870f70 Author: Paul Hauner <[email protected]> Date: Tue Mar 1 10:06:37 2022 +1100 Add transition config method
Squashed commit of the following: commit b5a711f Author: Paul Hauner <[email protected]> Date: Fri Mar 4 13:10:57 2022 +1100 Remove "number" rename commit 3f287d0 Author: Paul Hauner <[email protected]> Date: Fri Mar 4 10:46:26 2022 +1100 Fix method naming commit b870f70 Author: Paul Hauner <[email protected]> Date: Tue Mar 1 10:06:37 2022 +1100 Add transition config method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo smol changes
Squashed commit of the following: commit b5a711f Author: Paul Hauner <[email protected]> Date: Fri Mar 4 13:10:57 2022 +1100 Remove "number" rename commit 3f287d0 Author: Paul Hauner <[email protected]> Date: Fri Mar 4 10:46:26 2022 +1100 Fix method naming commit b870f70 Author: Paul Hauner <[email protected]> Date: Tue Mar 1 10:06:37 2022 +1100 Add transition config method
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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noice, consider this re-reviewed!
bors r+ |
## 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
Issue Addressed
There has been an
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
Blocked on [Merged by Bors] - Retrospective invalidation of exec. payloads for opt. sync #2837