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

Run coverage only on the contracts dir #148

Open
wants to merge 68 commits into
base: develop
Choose a base branch
from

Commits on Sep 18, 2024

  1. Unify types file structure

    Psirex committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3238b33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b700b71 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    7081e65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7871b80 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    87a960f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03f9e56 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    0d8bb3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a9e1d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5c504a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b90ec9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a0791a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbb7b8a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    e276845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2847bb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. fix: types tests

    bulbozaur committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c4e127a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #132 from lidofinance/feature/types-tests

    Custom types code standardization & tests
    bulbozaur authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a0768dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d4fda6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #133 from lidofinance/fix/remove-sealable-calls-lib

    Remove unused `SealableCalls` methods and prevent `callIsPaused` failures on faulty sealables
    bulbozaur authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8733c91 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #134 from lidofinance/fix/contructor-params

    Fix `EmergencyProtectedTimelock` constructor param set
    bulbozaur authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a563447 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Add deploy script draft

    sandstone-ag committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9cc410a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee6f85c View commit details
    Browse the repository at this point in the history
  3. Use deployer address

    sandstone-ag committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    09aed9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46c90c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3b8bb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1059aba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95d8b81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4375e39 View commit details
    Browse the repository at this point in the history
  9. Various improvements

    sandstone-ag committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6ec1db4 View commit details
    Browse the repository at this point in the history
  10. Various improvements

    sandstone-ag committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1256a57 View commit details
    Browse the repository at this point in the history
  11. Rename some files

    sandstone-ag committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    698a315 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2bb0c56 View commit details
    Browse the repository at this point in the history
  13. Extract deploy main functionality to a separate abstract contract. Ad…

    …d separate deploy verification script.
    sandstone-ag committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f8fce17 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    70e43fa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0840b47 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1b9c8b2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c5e7c70 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8ab73ed View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f17db4c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8c6867e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9640e8f View commit details
    Browse the repository at this point in the history
  22. Update Readme file

    sandstone-ag committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ea362b0 View commit details
    Browse the repository at this point in the history
  23. Fix deploy verification

    sandstone-ag committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    73b7831 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    35c7363 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Remove deployment of EmergencyActivationCommittee, EmergencyExecution…

    …Committee, ResealCommittee from deployment script
    sandstone-ag committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a0830fb View commit details
    Browse the repository at this point in the history
  2. Update .env.example

    sandstone-ag committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9a0bc8d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

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

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    dda0429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    695130f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b73697 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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

Commits on Oct 16, 2024

  1. Fix review comments

    sandstone-ag committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    306e8a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27c2cdf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Merge pull request #106 from lidofinance/feature/deploy-script

    Deployment script
    Psirex authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    518ee20 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #135 from lidofinance/feature/remove-escrow-reques…

    …t-withdrawals
    
    Remove escrow requestWithdrawals
    Psirex authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    70dee8b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. review fixes

    rkolpakov committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ec68145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e26594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ce0b64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8cf5a3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #137 from lidofinance/feature/exclude-committee-co…

    …ntracts
    
    Remove emergency and reseal committees contracts
    Psirex authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f0312a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Merge pull request #136 from lidofinance/feature/change-variables-dg-ept

    Change variables DG EPT
    Psirex authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b9b0ae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffec513 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #142 from lidofinance/fix/fix-after-merge-pr-136

    Fix build after merge of PR#136
    Psirex authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    534ab6b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. review fixes

    rkolpakov committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4a89ce8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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

Commits on Oct 27, 2024

  1. Merge pull request #139 from lidofinance/feature/split-dg-and-reseal-…

    …functionality
    
    Split dg and reseal functionality
    Psirex authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    2d7b26d View commit details
    Browse the repository at this point in the history
  2. Fix not working test

    Psirex committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    71ffd13 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #145 from lidofinance/feat/frontrun-escrow-batch-c…

    …laim
    
    tests: add test case to forbid front-running claim of unStETH from batch
    Psirex authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    efbfe44 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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