-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add VRF proof and output in proposal block #7
Labels
C: enhancement
Classification: New feature or its request, or improvement in maintainability of code
Milestone
Comments
torao
added
the
C: enhancement
Classification: New feature or its request, or improvement in maintainability of code
label
Dec 13, 2019
Investigation to identify the location of the modification
|
Should we write both of proof and output hash in a block although we can calculate output hash with proof? |
As discussed offline, I also think |
egonspace
pushed a commit
that referenced
this issue
Nov 24, 2020
Closes #4837 - `/block_results` before: failed to update light client to 7: failed to obtain the header #7: signed header not found after: We can't return the latest block results because we won't be able to prove them. Return the results for the previous block instead. - /block_results?height=X` no changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C: enhancement
Classification: New feature or its request, or improvement in maintainability of code
The proposer needs to add its VRF proof and output (hash) to designate the proposer of the next round. In this issue, the current proposer will be modified to embed the VRF proof and output when a new proposal block is generated.
The text was updated successfully, but these errors were encountered: