You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call a Beacon node's GetValidatorInformation with the request.
The Beacon node will return success.
Expect: Beacon should report error because the request type is wrong (it should be GetValidatorRequest, but here is MempoolRequest).
This can be reproduced in Python since Python is dynamic type.
The text was updated successfully, but these errors were encountered:
meyer9
changed the title
Beacon RPC bug - GetValidatorInformation should return error on invalid data
GetValidatorInformation should return error on invalid data
Sep 1, 2019
Reproduce:
The Beacon node will return success.
Expect: Beacon should report error because the request type is wrong (it should be GetValidatorRequest, but here is MempoolRequest).
This can be reproduced in Python since Python is dynamic type.
The text was updated successfully, but these errors were encountered: