-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Implement verifyWalk for a heartbeat challenge game #279
Comments
@TheReturnOfJan I don't really get the structure of So the |
Yes. You can think of it as array of arrays of bytes32 [[bytes32, bytes32, bytes32], [bytes32, bytes32, bytes32], [bytes32, bytes32, bytes32],...]. The length of the outer array is the length of the walk (how many periods back you go), and the length of the inner array is the size of the prevPeriod inclusion proof, which is constant (but I do not know of the top of my head what it is). |
expired. Needs to be resubmitted by gardener |
Bounty
We've designed a validator heartbeat challenge game as defined here (alternative link). Some parts of it are not yet implemented. Including a period walk proof verification. Since we now have previous period hash in a period proof, we can implement it. This bounty is all about that.
Scope
PoaOperator.verifyWalk
to verify the period chain: they should be consecutive referencing one anotherDeliverables
Gain for the project
ability to use
minimumPulse
> 0 for validator heartbeat challengesRoles
bounty gardener: @troggy / 50 DAI
bounty worker: name / share
bounty reviewer: name / share
Funded by
Dev Circle
The text was updated successfully, but these errors were encountered: