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

Release 4.1.1-beta.8 #382

Merged
merged 5 commits into from
Apr 13, 2023
Merged

Release 4.1.1-beta.8 #382

merged 5 commits into from
Apr 13, 2023

Commits on Mar 31, 2023

  1. feature: pass query arguments to data service

    When using SOR to only find a specific route between two well served tokens, eg: ETH, BTC there is no need to fetch all the Balancer pools and just few pools with the most liquidity for these tokens should cover 90% of the cases.
    
    This PR adds an optional parameter to fetchPools function allowing for fetching only specified pools we want to use in route building.
    gmbronco committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    24848e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Merge pull request #379 from balancer/query-arguments

    feature: pass query arguments to data service
    John Grant authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    823b1ba View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Fix ComposableStablePool math

    Bruno Eidam Guerios committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    4850a62 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Merge pull request #380 from balancer/fix-composable-stable-math

    Fix ComposableStablePool math
    John Grant authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    30adaef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11b7d36 View commit details
    Browse the repository at this point in the history