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

Return syncing status when node is optimistic #13875

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Conversation

rkapka
Copy link
Contributor

@rkapka rkapka commented Apr 12, 2024

What type of PR is this?

Other

What does this PR do? Why is it needed?

Our implementation of the https://ethereum.github.io/beacon-APIs/?urls.primaryName=dev#/Node/getHealth endpoint currently returns 200 when the node is optimistically synced. This might be misleading to node operators who will deem the node as ready to serve validators.

@rkapka rkapka added the API Api related tasks label Apr 12, 2024
@rkapka rkapka requested a review from a team as a code owner April 12, 2024 09:50
return
}
if s.SyncChecker.Syncing() || s.SyncChecker.Initialized() {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Initialized doesn't say much. It is cleaner to just remove it.

@rkapka rkapka added the Ready For Review A pull request ready for code review label Apr 12, 2024
@rkapka rkapka enabled auto-merge April 12, 2024 10:04
@rkapka rkapka added this pull request to the merge queue Apr 12, 2024
Merged via the queue into develop with commit ba6dff3 Apr 12, 2024
16 of 17 checks passed
@rkapka rkapka deleted the optimistic-node-health branch April 12, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Api related tasks Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants