-
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
Merged
Merged
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df6f710 - Browse repository at this point
Copy the full SHA df6f710View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0224caf - Browse repository at this point
Copy the full SHA 0224cafView commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0bf1da5 - Browse repository at this point
Copy the full SHA 0bf1da5View commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 782e613 - Browse repository at this point
Copy the full SHA 782e613View commit details
Commits on Feb 27, 2024
-
Co-authored-by: oldchili <[email protected]> Co-authored-by: telome <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a51f390 - Browse repository at this point
Copy the full SHA a51f390View commit details -
Configuration menu - View commit details
-
Copy full SHA for 197106f - Browse repository at this point
Copy the full SHA 197106fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba3c300 - Browse repository at this point
Copy the full SHA ba3c300View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8c76f - Browse repository at this point
Copy the full SHA 5f8c76fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3129ccb - Browse repository at this point
Copy the full SHA 3129ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c98ed1c - Browse repository at this point
Copy the full SHA c98ed1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fa3418 - Browse repository at this point
Copy the full SHA 8fa3418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d9af1 - Browse repository at this point
Copy the full SHA 39d9af1View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2aafc61 - Browse repository at this point
Copy the full SHA 2aafc61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f53049 - Browse repository at this point
Copy the full SHA 2f53049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd338a - Browse repository at this point
Copy the full SHA 4bd338aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdc2cbf - Browse repository at this point
Copy the full SHA fdc2cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b644f59 - Browse repository at this point
Copy the full SHA b644f59View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca3cb3b - Browse repository at this point
Copy the full SHA ca3cb3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cc80ec - Browse repository at this point
Copy the full SHA 9cc80ecView commit details -
Co-authored-by: telome <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 350f279 - Browse repository at this point
Copy the full SHA 350f279View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bcef5e6 - Browse repository at this point
Copy the full SHA bcef5e6View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b59e5be - Browse repository at this point
Copy the full SHA b59e5beView commit details -
Configuration menu - View commit details
-
Copy full SHA for edf24ce - Browse repository at this point
Copy the full SHA edf24ceView commit details
Commits on Apr 12, 2024
-
Reserve free window (aka hatch), then enforce cool-down (#18)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for c01dda0 - Browse repository at this point
Copy the full SHA c01dda0View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2db093 - Browse repository at this point
Copy the full SHA d2db093View commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9519c82 - Browse repository at this point
Copy the full SHA 9519c82View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6e563f - Browse repository at this point
Copy the full SHA d6e563fView commit details
Commits on Jun 24, 2024
-
Post Cantina Audit Minor Changes (#20)
* Use >= in reserveHatch * Remove hashing in salt calculation * Remove unneeded warps
Configuration menu - View commit details
-
Copy full SHA for 63700ad - Browse repository at this point
Copy the full SHA 63700adView commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4484057 - Browse repository at this point
Copy the full SHA 4484057View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67a7d64 - Browse repository at this point
Copy the full SHA 67a7d64View commit details
Commits on Aug 15, 2024
-
Use regular create in VoteDelegateFactory (#23)
* Use regular create in VoteDelegateFactory * Use vm.coputeCreateAddress instead of snapshot Co-authored-by: sunbreak1211 <[email protected]> --------- Co-authored-by: sunbreak1211 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01e7b57 - Browse repository at this point
Copy the full SHA 01e7b57View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64dfa96 - Browse repository at this point
Copy the full SHA 64dfa96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fba35c - Browse repository at this point
Copy the full SHA 3fba35cView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for efc415c - Browse repository at this point
Copy the full SHA efc415cView commit details
Commits on Oct 21, 2024
-
Add Certora specs + configure CI for tests and Certora (#27)
* 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
Configuration menu - View commit details
-
Copy full SHA for 2a585d7 - Browse repository at this point
Copy the full SHA 2a585d7View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8ab9cb - Browse repository at this point
Copy the full SHA c8ab9cbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.