-
Notifications
You must be signed in to change notification settings - Fork 29
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 v2 for Lockstake #16
Conversation
Co-authored-by: oldchili <[email protected]> Co-authored-by: telome <[email protected]>
Co-authored-by: telome <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Reserve free window (aka hatch), then enforce cooldown * Change hatch/cool-dwon to 5/5 * Do not prank when calling proxy.reserveHatch() in test * Add ReserveHatch event * Change HATCH_COOLDOWN to 20 --------- Co-authored-by: sunbreak1211 <[email protected]>
* Use >= in reserveHatch * Remove hashing in salt calculation * Remove unneeded warps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Use regular create in VoteDelegateFactory * Use vm.coputeCreateAddress instead of snapshot Co-authored-by: sunbreak1211 <[email protected]> --------- Co-authored-by: sunbreak1211 <[email protected]>
* Add Certora specs + configure CI for tests and Certora * Fix spacing * Workaround for fixing voteYays_revert * Minor change + comment * Use no optimization for mocks and aux
No description provided.