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

Fixed get_max_short #559

Merged
merged 77 commits into from
Aug 23, 2023
Merged

Commits on Aug 9, 2023

  1. implement and test netting

    jrhea committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ef28288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea05e97 View commit details
    Browse the repository at this point in the history
  3. prettier

    jrhea committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0af844c View commit details
    Browse the repository at this point in the history
  4. remove old code

    jrhea committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e969759 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    c845290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6fc492 View commit details
    Browse the repository at this point in the history
  3. improve fuzz testing

    jrhea committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f7ea61e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16189e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    51f5501 View commit details
    Browse the repository at this point in the history
  2. add more comprehensive fuzzing, fix some minor issues and explain why…

    … certain tests fail
    jrhea committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3bb32b9 View commit details
    Browse the repository at this point in the history
  3. derp

    jrhea committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2dfe07a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    590b0c1 View commit details
    Browse the repository at this point in the history
  5. finish merge

    jrhea committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b6ca5e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Tweaked the fuzz tests

    jalextowle committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    9528a7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a12af6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99f82c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c1f488 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    8e6db34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f9b335 View commit details
    Browse the repository at this point in the history
  3. remove print imports

    jrhea committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    5a10ce1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d30475 View commit details
    Browse the repository at this point in the history
  5. update foundry action

    jrhea committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    62d7b0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85cc5f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11b26ea View commit details
    Browse the repository at this point in the history
  8. fml

    jrhea committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    e0d8259 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a03615 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6f1c06 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    53dfce0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7643187 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    d0c2618 View commit details
    Browse the repository at this point in the history
  2. remove printout

    jrhea committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    76e876d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a4d534 View commit details
    Browse the repository at this point in the history
  4. working on fixing tests

    jrhea committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c5ecfdc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    0b450f3 View commit details
    Browse the repository at this point in the history
  2. Update contracts/src/Hyperdrive.sol

    Co-authored-by: Alex Towle <[email protected]>
    jrhea and jalextowle authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0fe566d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e455869 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2ea366 View commit details
    Browse the repository at this point in the history
  5. implementing review comments

    jrhea committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    58f0d2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aac092e View commit details
    Browse the repository at this point in the history
  7. prettier

    jrhea committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    bdf65a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21866d6 View commit details
    Browse the repository at this point in the history
  9. more review fixes

    jrhea committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    af0880a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    848d9c4 View commit details
    Browse the repository at this point in the history
  11. fix lint issues

    jrhea committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4553ba7 View commit details
    Browse the repository at this point in the history
  12. Update contracts/src/HyperdriveLong.sol

    Co-authored-by: Alex Towle <[email protected]>
    jrhea and jalextowle authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    83bd7c8 View commit details
    Browse the repository at this point in the history
  13. Update contracts/src/Hyperdrive.sol

    Co-authored-by: Alex Towle <[email protected]>
    jrhea and jalextowle authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    48dc8fe View commit details
    Browse the repository at this point in the history
  14. Update contracts/src/HyperdriveLong.sol

    Co-authored-by: Alex Towle <[email protected]>
    jrhea and jalextowle authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6e4fa8f View commit details
    Browse the repository at this point in the history
  15. Update contracts/src/HyperdriveShort.sol

    Co-authored-by: Alex Towle <[email protected]>
    jrhea and jalextowle authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    aa02b10 View commit details
    Browse the repository at this point in the history
  16. prettier

    jrhea committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    52ea31c View commit details
    Browse the repository at this point in the history
  17. spelling

    jrhea committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    35b0123 View commit details
    Browse the repository at this point in the history
  18. put solvency check in method

    jrhea committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    759c623 View commit details
    Browse the repository at this point in the history
  19. Update contracts/src/HyperdriveShort.sol

    Co-authored-by: Alex Towle <[email protected]>
    jrhea and jalextowle authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    23d5990 View commit details
    Browse the repository at this point in the history
  20. Uncommented test

    jalextowle committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    25cd5b3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2bce063 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    60beba7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    8a5f4f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83b9010 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    1cbcd29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91b861d View commit details
    Browse the repository at this point in the history
  3. Cleanups

    jalextowle committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2a9a5c2 View commit details
    Browse the repository at this point in the history
  4. Removed some where clauses

    jalextowle committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4a35ec0 View commit details
    Browse the repository at this point in the history
  5. Tweaks

    jalextowle committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a920da4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    1008653 View commit details
    Browse the repository at this point in the history
  2. Fixed the python tests

    jalextowle committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    160b4a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    48a861e View commit details
    Browse the repository at this point in the history
  2. Debugging

    jalextowle committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3e5cf2d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    4be9389 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17a4316 View commit details
    Browse the repository at this point in the history
  3. Fuzzing parameter tweaks

    jalextowle committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9f7cb60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65a7b0e View commit details
    Browse the repository at this point in the history
  5. Last few fixes

    jalextowle committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f69bda1 View commit details
    Browse the repository at this point in the history
  6. Appeased the linter

    jalextowle committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6741fb5 View commit details
    Browse the repository at this point in the history
  7. Update test/units/hyperdrive/OpenShortTest.t.sol

    Co-authored-by: Jonny Rhea <[email protected]>
    jalextowle and jrhea authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8aac25c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbc8ea7 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/jalextowle/rust/max-trades-with-…

    …netting' into jalextowle/rust/max-trades-with-netting
    jalextowle committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    22af7a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b814a26 View commit details
    Browse the repository at this point in the history