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
Add signature verification for v2.SyncCommitteeSelectionRequest and altair.SignedContributionAndProof to the signing package (eth2util/signing/signing.go). This enables core components like validatorAPI and parsigex to verify signatures for sync committee contribution duties.
xenowits
changed the title
Verify v2.SyncCommitteeSelectionRequest
Add support for verifying signatures for sync committee contribution duties
Oct 12, 2022
Problem to be solved
Add signature verification for
v2.SyncCommitteeSelectionRequest
andaltair.SignedContributionAndProof
to thesigning
package (eth2util/signing/signing.go). This enables core components likevalidatorAPI
andparsigex
to verify signatures for sync committee contribution duties.Proposed solution
Add a function with the following signature:
Out of Scope
None.
The text was updated successfully, but these errors were encountered: