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

/eth/v1/validator/duties/sync does not handle future slot #9720

Closed
mcdee opened this issue Oct 1, 2021 · 1 comment · Fixed by #9728
Closed

/eth/v1/validator/duties/sync does not handle future slot #9720

mcdee opened this issue Oct 1, 2021 · 1 comment · Fixed by #9728
Assignees

Comments

@mcdee
Copy link
Contributor

mcdee commented Oct 1, 2021

🐞 Bug Report

Description

A call to /eth/v1/validator/duties/sync with a future slot returns an error when it should not.

The slot should be considered valid if it is in the current or next sync epoch, with the next sync epoch being in the future.

Has this worked before in a previous version?

No.

🔬 Minimal Reproduction

POST to /eth/v1/validator/duties/sync with a slot in the future.

🔥 Error


{
  "message": "Could not get sync committee state: slot cannot be in the future",
  "code": 500
}

🌍 Your Environment

develop

@rkapka
Copy link
Contributor

rkapka commented Oct 18, 2021

This can be closed. The wrong issue was reopened.

@rkapka rkapka closed this as completed Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants