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

[Merged by Bors] - Add is_optimistic to eth/v1/node/syncing response #3374

Closed
wants to merge 1 commit into from

Conversation

macladson
Copy link
Member

Issue Addressed

As specified in the Beacon Chain API specs we should return is_optimistic as part of the response to a query for the eth/v1/node/syncing endpoint.

Proposed Changes

Compute the optimistic status of the head and add it to the SyncingData response.

@macladson macladson added bellatrix Required to support the Bellatrix Upgrade v2.5.0 Required for Goerli merge release ready-for-review The code is ready for review labels Jul 26, 2022
Copy link
Member

@paulhauner paulhauner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect!

@paulhauner paulhauner added ready-for-merge This PR is ready to merge. and removed ready-for-review The code is ready for review labels Jul 26, 2022
@paulhauner
Copy link
Member

bors r+

bors bot pushed a commit that referenced this pull request Jul 26, 2022
## Issue Addressed

As specified in the [Beacon Chain API specs](https://github.com/ethereum/beacon-APIs/blob/master/apis/node/syncing.yaml#L32-L35) we should return `is_optimistic` as part of the response to a query for the `eth/v1/node/syncing` endpoint.

## Proposed Changes

Compute the optimistic status of the head and add it to the `SyncingData` response.
@bors
Copy link

bors bot commented Jul 26, 2022

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Jul 26, 2022
## Issue Addressed

As specified in the [Beacon Chain API specs](https://github.com/ethereum/beacon-APIs/blob/master/apis/node/syncing.yaml#L32-L35) we should return `is_optimistic` as part of the response to a query for the `eth/v1/node/syncing` endpoint.

## Proposed Changes

Compute the optimistic status of the head and add it to the `SyncingData` response.
@bors bors bot changed the title Add is_optimistic to eth/v1/node/syncing response [Merged by Bors] - Add is_optimistic to eth/v1/node/syncing response Jul 26, 2022
@bors bors bot closed this Jul 26, 2022
@macladson macladson deleted the ex-opt-syncing branch January 27, 2023 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bellatrix Required to support the Bellatrix Upgrade ready-for-merge This PR is ready to merge. v2.5.0 Required for Goerli merge release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants