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
The signer needs to compute the next message to sign independently and without relying on the pending certificate of the aggregator.
Replace the usage of the Pending Certificate in the signer with its own computation of which is the next message to sign.
/pending-certificate
The text was updated successfully, but these errors were encountered:
Alenar
Successfully merging a pull request may close this issue.
Why
The signer needs to compute the next message to sign independently and without relying on the pending certificate of the aggregator.
What
Replace the usage of the Pending Certificate in the signer with its own computation of which is the next message to sign.
How
/pending-certificate
route in OpenAPIThe text was updated successfully, but these errors were encountered: