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 1.1.4 #529

Merged
merged 115 commits into from
Aug 25, 2023
Merged

Release 1.1.4 #529

merged 115 commits into from
Aug 25, 2023

Commits on Jul 26, 2023

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

Commits on Jul 28, 2023

  1. Bump SOR.

    johngrantuk committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1dbcc8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c28a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bae400 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Add Base config

    timjrobinson committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0d81846 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #503 from balancer/feat/base

    Add Base config
    johngrantuk committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a1224b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8e5c28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0c288f View commit details
    Browse the repository at this point in the history
  5. Changing BAL address

    Luiz Gustavo Abou Hatem De Liz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ad79392 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge pull request #505 from balancer/xave-apr-error

    Updating BAL address for AVALANCHE network
    johngrantuk committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7a25228 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca46dd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    372ce31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d97eaf2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #506 from balancer/avalanche-volume

    Add example for retrieving volume on Avalanche
    johngrantuk committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ce471de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02f158c View commit details
    Browse the repository at this point in the history
  7. Revert to layer0 BAL.

    johngrantuk committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    53ed28c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #507 from balancer/revert-bal-avax

    Revert to layer0 BAL.
    johngrantuk committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    05b7b03 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1780bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad1b01f View commit details
    Browse the repository at this point in the history
  11. Remove FX filter.

    johngrantuk committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4af20d8 View commit details
    Browse the repository at this point in the history
  12. Delete launch.json

    brunoguerios committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ab4bb25 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #508 from balancer/renable-fx

    Remove FX filter.
    johngrantuk committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9fe2583 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #504 from balancer/vscode-debugging-launch-json

    Add .vscode to gitignore
    johngrantuk committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    569225c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    23136e8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8dab23e View commit details
    Browse the repository at this point in the history
  17. Merge pull request #509 from balancer/sor-4.1.1-beta.15

    Bump SOR to sor-4.1.1-beta.15.
    johngrantuk committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9e1a87f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    de87c26 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    da98d40 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #510 from balancer/connecting-tokens

    Add Avax connecting tokens.
    johngrantuk committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4bc51b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1103c78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c110b6b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #511 from balancer/add-base-blocks

    Add blockNumberSubgraph for Base
    johngrantuk committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1af94bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2e1a40 View commit details
    Browse the repository at this point in the history
  7. Adding fetch of protocol swap fee percentage from GyroConfig contract…

    … for Gyro pools;
    Luiz Gustavo Abou Hatem De Liz committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    70759e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Fixing Warning: Duplicate definition of ConfigChanged (ConfigChanged(…

    …bytes32,uint256,uint256), ConfigChanged(bytes32,address,address))
    Luiz Gustavo Abou Hatem De Liz committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3fb00c5 View commit details
    Browse the repository at this point in the history
  2. Adding config for avalanche hardhat node;

    Luiz Gustavo Abou Hatem De Liz committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    986414d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d9d65c View commit details
    Browse the repository at this point in the history
  4. update zkevm rpc url

    mendesfabio committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    714503f View commit details
    Browse the repository at this point in the history
  5. Turning GyroConfig fetcher into a repository;

    Luiz Gustavo Abou Hatem De Liz committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3d017c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Merge pull request #514 from balancer/fix-zkevm-gauges-inflation-rate

    fix zkevm gauges inflation rate
    johngrantuk committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    2ad2143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b764d37 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Merge pull request #499 from balancer/fx-custom-swap-fee

    Add FX custom swap fees to multicall onChainData fetch
    johngrantuk committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e5e873e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ecb34f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #513 from balancer/add-avax-node-config

    Adding config for avalanche hardhat node;
    johngrantuk committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8e4d44d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afe38c3 View commit details
    Browse the repository at this point in the history
  5. Lint fix.

    johngrantuk committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cce49cf View commit details
    Browse the repository at this point in the history
  6. using multicall to verify keys on gyroConfig;

    Moving yesterdayPools comment to right place;
    Luiz Gustavo Abou Hatem De Liz committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    235c006 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. fix lint;

    Luiz Gustavo Abou Hatem De Liz committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    57e0421 View commit details
    Browse the repository at this point in the history
  2. changing to if else;

    Luiz Gustavo Abou Hatem De Liz committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e388da6 View commit details
    Browse the repository at this point in the history
  3. Make param and constant.

    johngrantuk committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    12fd957 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #512 from balancer/apr-gyro-config

    Gyro APRs - Add different treatment for Gyro pools protocol swap fee percentage
    lgahdl committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4168fca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5168c89 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Fix resetting skip variable when loading pools from Balancer API

    The skip value is used in two ways: To keep track of where in the
      cache the frontend has loaded up to when repeatedly loading from the
    cache, or to track where in the API it's up to if loading from the API.
    
    There was a bug where when reading from the API it would call the read
    from cache at the end and this would reset the skip variable to the end
    of the cache instead of the end of the API list. This meant that when
    returning a filtered list of items from the API it would request say
    1000 items, but only get 90 (because of the filter), then it would set
    set the skip for next time to 1000 (the total requested) when the skip
    should have actually been 90.
    
    This fixes that bug by only resetting the skip variable to the requested
    skip amount when fetching from the cache. It keeps the skip set to the
    total retrieved from the API when results have come from the API.
    timjrobinson committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0f5fe95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a75494 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ceb0e9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26d9b67 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #516 from balancer/sor-with-tripaths

    Sor with tripaths
    johngrantuk committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    90719fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cd6305 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Merge pull request #515 from balancer/fix-balancer-api-skipping

    Fix resetting skip variable when loading pools from Balancer API
    johngrantuk committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8ef236f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3798833 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Using gaugeControllerCheckpointer for mainnet network;

    Still using the normal gaugeController for testnets;
    Luiz Gustavo Abou Hatem De Liz committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    bbe699d View commit details
    Browse the repository at this point in the history
  2. using gaugeController when a timestamp is passed, even on Mainnet;

    Luiz Gustavo Abou Hatem De Liz committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0f45d2a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    1b5719b View commit details
    Browse the repository at this point in the history
  2. Remove console logs

    timjrobinson committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8afc50a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49f03d8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #519 from balancer/pools-buildRecoveryExit

    Add buildRecoveryExit to pools so it can be refreshed.
    johngrantuk committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    12e1783 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bfded1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Merge pull request #517 from balancer/gauge-weight-vebal-helpers

    Using gaugeControllerCheckpointer for mainnet network;
    lgahdl committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c63c155 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7616aac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    682aa9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff26158 View commit details
    Browse the repository at this point in the history
  5. Converting multicall hex format to boolean;

    Luiz Gustavo Abou Hatem De Liz committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    120cbbe View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    1c5b082 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01e3ab3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #520 from balancer/gyro-config-apr-fix

    Converting multicall hex format to boolean;
    lgahdl committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7933fbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7eaa1ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fb36d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    e663ca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d99a5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e21b74e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f10729 View commit details
    Browse the repository at this point in the history
  5. Fix broken block in test.

    johngrantuk committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e8480b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74cac01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3cd4c4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #522 from balancer/expose-tointernal

    Expose toInternal on buildRecovery.
    brunoguerios committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5c47959 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c95c69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    23ebfce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c005705 View commit details
    Browse the repository at this point in the history
  12. Move time logs to logger

    brunoguerios committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6ba5373 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    82ff532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d1ece9 View commit details
    Browse the repository at this point in the history
  3. Add test for CS versions.

    johngrantuk committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2e280bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ac3267 View commit details
    Browse the repository at this point in the history
  5. Add live example.

    johngrantuk committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    db289eb View commit details
    Browse the repository at this point in the history
  6. Revert "Refactor tests so we're able to hold pool state between them …

    …when necessary"
    
    This reverts commit c005705.
    brunoguerios committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8bf5357 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aadc392 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #523 from balancer/generalised-exit-phantom-tests

    Generalised exit phantom tests
    johngrantuk committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d2c08af View commit details
    Browse the repository at this point in the history
  9. Merge pull request #521 from balancer/generalised-exit-phantom

    Generalised exit phantom
    johngrantuk committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    56108ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45d97a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c60a55 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    b043249 View commit details
    Browse the repository at this point in the history
  2. Fix broken test helper.

    johngrantuk committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e1747ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b2f905 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52456c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge pull request #524 from balancer/hotfixes-multiple

    Hotfixes multiple
    johngrantuk committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5ddd74d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2829532 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge pull request #518 from balancer/refactor-balancer-api-fetcher

    Refactor Balancer API fetcher to pull all pools and always use the cache
    gmbronco committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a061a53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8a20c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    c4fbc0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #527 from balancer/arb-mid-pool-updates

    Add mid pool ids to open Aura/AuraBAL paths.
    johngrantuk committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4c49be9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5874ca9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8da4354 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #528 from balancer/arb-mid-pool-updates

    Add mid pool ids to open Aura/AuraBAL paths. Correctly!
    johngrantuk committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e9c900f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bbf775 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac1121e View commit details
    Browse the repository at this point in the history