Skip to content
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 36 commits into from
Oct 23, 2024
Merged

Implement v2 for Lockstake #16

merged 36 commits into from
Oct 23, 2024

Commits on Oct 25, 2023

  1. Remove ds-test

    sunbreak1211 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    df6f710 View commit details
    Browse the repository at this point in the history
  2. forge install: dss-test

    sunbreak1211 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0224caf View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Changes for V2

    sunbreak1211 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0bf1da5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Remove comments

    sunbreak1211 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    782e613 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Minor changes

    Co-authored-by: oldchili <[email protected]>
    Co-authored-by: telome <[email protected]>
    3 people authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a51f390 View commit details
    Browse the repository at this point in the history
  2. Fix copyright year

    sunbreak1211 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    197106f View commit details
    Browse the repository at this point in the history
  3. Add testConstructor

    sunbreak1211 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ba3c300 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f8c76f View commit details
    Browse the repository at this point in the history
  5. Change comment

    sunbreak1211 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3129ccb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c98ed1c View commit details
    Browse the repository at this point in the history
  7. Minor changes to tests

    sunbreak1211 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8fa3418 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39d9af1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    2aafc61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f53049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bd338a View commit details
    Browse the repository at this point in the history
  4. Put salt inline

    sunbreak1211 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    fdc2cbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b644f59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca3cb3b View commit details
    Browse the repository at this point in the history
  7. Fix renaming

    sunbreak1211 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9cc80ec View commit details
    Browse the repository at this point in the history
  8. Minor changes to tests

    Co-authored-by: telome <[email protected]>
    sunbreak1211 and telome authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    350f279 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Add checks back to test

    sunbreak1211 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    bcef5e6 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    b59e5be View commit details
    Browse the repository at this point in the history
  3. Change comment position

    sunbreak1211 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    edf24ce View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. 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]>
    oldchili and sunbreak1211 authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c01dda0 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    d2db093 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    9519c82 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Add CS audit

    sunbreak1211 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d6e563f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Post Cantina Audit Minor Changes (#20)

    * Use >= in reserveHatch
    
    * Remove hashing in salt calculation
    
    * Remove unneeded warps
    oldchili authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    63700ad View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Add Cantina Report (#21)

    oldchili authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4484057 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Update CS Report (#22)

    oldchili authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    67a7d64 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. 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]>
    oldchili and sunbreak1211 authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    01e7b57 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    64dfa96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fba35c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Add Sherlock Report (#26)

    oldchili authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    efc415c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. 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
    sunbreak1211 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2a585d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Certora: Minor change

    sunbreak1211 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c8ab9cb View commit details
    Browse the repository at this point in the history