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

dex: evict excess of liquidity positions #4511

Merged
merged 10 commits into from
Jun 1, 2024
Merged

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    18bf50a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b99f1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95b39d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6afd14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4497e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f733274 View commit details
    Browse the repository at this point in the history
  7. dex(eviction): s/compute/computes

    Co-authored-by: katelyn martin <[email protected]>
    Signed-off-by: Erwan Or <[email protected]>
    erwanor and cratelyn authored May 31, 2024
    Configuration menu
    Copy the full SHA
    45bb38f View commit details
    Browse the repository at this point in the history
  8. dex(eviction): fix typo s/worse/worst

    Co-authored-by: katelyn martin <[email protected]>
    Signed-off-by: Erwan Or <[email protected]>
    erwanor and cratelyn authored May 31, 2024
    Configuration menu
    Copy the full SHA
    e025b93 View commit details
    Browse the repository at this point in the history
  9. dex: remove mergeblock

    erwanor committed May 31, 2024
    Configuration menu
    Copy the full SHA
    591aa94 View commit details
    Browse the repository at this point in the history
  10. dex: RoutingParams: From<DexParameters>

    this is a small change. this is a nice property about our data model,
    i.e. that an owned copy of the dex parameters may be used to make
    routing parameters.
    
    let's make that relationship explicit by putting it into a `From<T>`
    impl, and pulling it out of the `StateReadExt` logic.
    cratelyn authored and erwanor committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3099154 View commit details
    Browse the repository at this point in the history