We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In core/types.go, add support for the following new types:
core/types.go
DutySyncMessage: 10 DutyPrepareSyncContribution: 11 DutySyncContribution: 12
DutySyncMessage
DutyPrepareSyncContribution
DutySyncContribution
Also add tests.
The text was updated successfully, but these errors were encountered:
core: add sync committee duties (#1198)
8a0e938
Adds required sync committee duties. category: feature ticket: #1174
dB2510
Successfully merging a pull request may close this issue.
Problem to be solved
In
core/types.go
, add support for the following new types:DutySyncMessage
: 10DutyPrepareSyncContribution
: 11DutySyncContribution
: 12Also add tests.
The text was updated successfully, but these errors were encountered: