-
Notifications
You must be signed in to change notification settings - Fork 747
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
Standard Liveness Endpoint #4853
Conversation
@jimmygchen, Not sure why the test is failing. I haven't made any changes there. |
08f9125
to
ea06eb7
Compare
Should work now!!! |
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.
Hi @Gua00va
Thanks for the PR! I've added some comments :)
I think we need to update the doppelganger_serivce
to work with the standard response StandardLivenessResponseData
.
@jimmygchen, I have made some changes. Please have a look. |
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.
Hi @Gua00va sorry about the delay - I've added some more comments, mostly around efficiency but the overall changes look good to me!
@jimmygchen, I have made the required changes. Please have a look. |
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.
Looks good to me! Thanks for your work and patience
I've just triggered a CI run now.
@jimmygchen, This failure doesn't seem to be due to my changes. |
Yep I can confirm, thanks @Gua00va ! |
Issue Addressed
Solves #4522
Proposed Changes
Validator Client now uses standard liveness endpoint
/eth/v1/validator/liveness/{epoch}
implemented here #4343For reference : #4539