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

Join/exit pool unit test #132

Merged
merged 4 commits into from
Jun 27, 2023
Merged

Join/exit pool unit test #132

merged 4 commits into from
Jun 27, 2023

Commits on Jun 26, 2023

  1. - Refactor JoinPoolNoSwap for failure on single asset liquidity add o…

    …peration
    
    - Remove swapFee on JoinPool functions
    - Add missing function for IncreaseLiquidity call on oracle pool join
    - Add join pool unit test
    jelysn committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d8d74c2 View commit details
    Browse the repository at this point in the history
  2. - Fix max-amounts-out to min-amounts-out on exit pool

    - Resolve address conversion from pool address on applyJoinPoolStateChange & applyExitPoolStateChange
    - Resolve auto-withdraw amount from commitment module for lp tokens
    jelysn committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    abbd3db View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    b7b00a9 View commit details
    Browse the repository at this point in the history
  2. - Resolve issue on oracle pool always returning negative pool amount …

    …after swap by fixing Quo amount on out amount calculation
    
    - Resolve cases for all oracle pool tests
    jelysn committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e3563dd View commit details
    Browse the repository at this point in the history