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

Test: DelegationManager unit tests refactor #332

Merged
merged 23 commits into from
Nov 30, 2023

Commits on Nov 30, 2023

  1. refactor: initial changes

    - Commented out and moved 'integration-like' withdrawal tests to Delegation.t.sol
    - import paths are absolute
    - fixed solidity version
    - Inheriting EigenLayerUnitTestSetup helper contract now (deploys mocks contracts, pauserRegistry, etc)
    8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    299ec48 View commit details
    Browse the repository at this point in the history
  2. test: initial tree file

    8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4610a90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40d288b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d038969 View commit details
    Browse the repository at this point in the history
  5. test: minor tree file updates

    ypatil12 authored and 8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f5d7a48 View commit details
    Browse the repository at this point in the history
  6. test: adding to tree file

    8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    deb3439 View commit details
    Browse the repository at this point in the history
  7. test: fixed mananger typo

    8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    92c074b View commit details
    Browse the repository at this point in the history
  8. test: add register operator cases

    ypatil12 authored and 8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    76fce86 View commit details
    Browse the repository at this point in the history
  9. test: add modify operator tests

    ypatil12 authored and 8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    240a654 View commit details
    Browse the repository at this point in the history
  10. test: add share adjustment tests

    ypatil12 authored and 8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2b80e58 View commit details
    Browse the repository at this point in the history
  11. test: add undelegate unit tests

    ypatil12 authored and 8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    13435aa View commit details
    Browse the repository at this point in the history
  12. test: update tree file for withdrawals

    ypatil12 authored and 8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7ee757a View commit details
    Browse the repository at this point in the history
  13. test: delegateTo unit tests

    8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    cbfdfa2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0ff55b0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d589e18 View commit details
    Browse the repository at this point in the history
  16. fix: update tree file

    8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5ecca56 View commit details
    Browse the repository at this point in the history
  17. test: minor cleanup

    ypatil12 authored and 8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    041fb33 View commit details
    Browse the repository at this point in the history
  18. test: add pausing tests

    ypatil12 authored and 8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    847275e View commit details
    Browse the repository at this point in the history
  19. test: remove unused helper functions

    ypatil12 authored and 8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6a02611 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a79b22e View commit details
    Browse the repository at this point in the history
  21. test: remove old tests and formatting

    - formatted tree file
    - formatted unit test file
    - removed old tests that have been readded and refactored
    - removed bytes casting for revert strings
    
    test: remove getPods file
    8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    988f5f6 View commit details
    Browse the repository at this point in the history
  22. fix: remove duplicated logic

    - removed assumes out of internal helpers
    - removed a lot of dup tree branching for readability
    - small nit fixes
    8sunyuan committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a0f3522 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ed75d89 View commit details
    Browse the repository at this point in the history