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

Jl/implmenet swap exact out flow - STALE #24

Closed
wants to merge 5 commits into from

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    3dc46cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3077000 View commit details
    Browse the repository at this point in the history
  3. ✨ Create swap enum

    NotJeremyLiu committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1a238bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07ad339 View commit details
    Browse the repository at this point in the history
  5. Move user swap execution logic to own ExecuteMsg

    - This is necessary to allow for multiple ExactOut queries on the relevant state, so if a user swap ends up being an ExactOut, we want to query on the state after the fee swap(s) have already processed, so we can't just query at the first entry point call for all the swaps.
    NotJeremyLiu committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    32ddefb View commit details
    Browse the repository at this point in the history