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
We want to add support for DutyProposer, but the validatorapi doesn't support it yet.
/eth/v2/validator/blocks/{slot}
The text was updated successfully, but these errors were encountered:
core/validatorapi: add duty proposer to validatorapi (#382)
f7cfd1a
Adds support for duty proposer to Validator API query phase with tests. category: feature ticket: #224
Closed by #382
Sorry, something went wrong.
dB2510
No branches or pull requests
Problem to solve
We want to add support for DutyProposer, but the validatorapi doesn't support it yet.
Proposed solution
/eth/v2/validator/blocks/{slot}
endpoint should already have been added by Support DutyRandao in validatorapi #218 , if not , add it.The text was updated successfully, but these errors were encountered: