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

withdrawable epoch measurement API #308

Open
Tracked by #364
GopherJ opened this issue Mar 9, 2023 · 2 comments
Open
Tracked by #364

withdrawable epoch measurement API #308

GopherJ opened this issue Mar 9, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@GopherJ
Copy link

GopherJ commented Mar 9, 2023

Currently we need to reimplement everything that beacon node is doing to measure the withdrawable epoch and time. It'll be good to have an API returning back informations like:

  • exitEpoch
  • withdrawableEpoch
  • ...

If a validator is going to exit now. This can help building some applications. Validator Index will be the input.

@staccDOTsol

This comment was marked as spam.

@rolfyone
Copy link
Collaborator

rolfyone commented Aug 1, 2023

One potential wrinkle to consider is slashed validators and the change to withdrawable epoch. It's probably another good reason for this to be available as an api endpoint, as it does make it more complicated than just simply X after the activation if slashing is involved.

@Falehfale Falehfale mentioned this issue Sep 28, 2023
Closed
@dapplion dapplion added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants
@rolfyone @staccDOTsol @GopherJ @dapplion and others