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

GetEpochInformation should return error on invalid data #85

Open
wqking opened this issue Aug 30, 2019 · 0 comments
Open

GetEpochInformation should return error on invalid data #85

wqking opened this issue Aug 30, 2019 · 0 comments
Labels
beacon bug Something isn't working

Comments

@wqking
Copy link
Contributor

wqking commented Aug 30, 2019

Reproduce:

  1. Create a EpochInformationRequest.
  2. Set EpochInformationRequest.EpochIndex to an invalid epoch.
  3. Call a Beacon node's GetEpochInformation with the request.

The Beacon node will return success.
Expect: Beacon should report error on wrong epoch.

@wqking wqking added beacon bug Something isn't working labels Aug 30, 2019
@meyer9 meyer9 changed the title Beacon RPC bug - GetEpochInformation should return error on invalid data GetEpochInformation should return error on invalid data Sep 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beacon bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant