-
Notifications
You must be signed in to change notification settings - Fork 251
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
VC/NIMBUS-BN validators protection. #6329
Conversation
@@ -1597,10 +1678,10 @@ proc submitPoolSyncCommitteeSignature*( | |||
of 200: | |||
ApiResponse[bool].ok(true) | |||
of 400: | |||
handle400() | |||
handle400Indexed() |
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.
we should not have this checking on the sync committee
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.
This template and call is supposed to fix error decoding process, because both calls:
https://ethereum.github.io/beacon-APIs/#/Beacon/submitPoolAttestations and https://ethereum.github.io/beacon-APIs/#/Beacon/submitPoolSyncCommitteeSignatures
are using IndexedErrorMessage instead of ErrorMessage
No description provided.