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.110.0 #3612

Merged
merged 21 commits into from
Jul 3, 2023
Merged

Release 1.110.0 #3612

merged 21 commits into from
Jul 3, 2023

Commits on Jun 27, 2023

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

Commits on Jun 28, 2023

  1. Update pools.ts

    removed two experimental pools that are not longer in use.
    dakotajakiser committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    46a5799 View commit details
    Browse the repository at this point in the history
  2. Update pools.ts

    Added AGA/AGAr/wstETH/stMATIC/USDC Pool
    AGAToken committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e71f63b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9654ae View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Merge pull request #3584 from balancer/remove-docker-test-networks

    Remove docker and test network configs
    timjrobinson committed Jun 29, 2023
    1 Configuration menu
    Copy the full SHA
    76479e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a97e0b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3590 from balancer/zekraken-gauge

    Add Weekly Gauges (DM)
    timjrobinson committed Jun 29, 2023
    1 Configuration menu
    Copy the full SHA
    b490883 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3591 from balancer/fix/bump-wallet-connect-deps

    feat: Wallet connect migration (DM)
    timjrobinson committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    dcaa9d3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3588 from Fief-Finance/feat/add-50weth-50fief-pool

    feat: add 50weth-50fief pool
    timjrobinson committed Jun 29, 2023
    1 Configuration menu
    Copy the full SHA
    76e076d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3587 from AGAToken/patch-1

    Update pools.ts
    timjrobinson committed Jun 29, 2023
    1 Configuration menu
    Copy the full SHA
    f18fb00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da1cad6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3586 from dakotajakiser/patch-5

    Update pools.ts
    timjrobinson committed Jun 29, 2023
    1 Configuration menu
    Copy the full SHA
    5b0dd80 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Fix allowance validation when staking in gauges (#3595)

    * Revert "Hotfix - remove post validation"
    
    * Fix approving BPT spending with Gauges
    
    When staking a user must allow a gauge to spend their token. However
    when we check for user allowances we only check for tokens the vault
    can spend, not the allowances for gauges. By allowing injecting a
    spender we can inject the gauge into the spenders list which then
    fetches allowances for it when then makes it able to correctly tell if
    the user has allowed the gauge to spend their BPT.
    
    This fixes the post approval check always failing when staking BPT.
    
    * Fake injectSpender function to avoid onchain calls during unit testing
    
    * fix: Don't fetch allowances twice
    
    ---------
    
    Co-authored-by: Alberto Gualis <[email protected]>
    Co-authored-by: Gareth Fuller <[email protected]>
    3 people committed Jun 30, 2023
    1 Configuration menu
    Copy the full SHA
    36436a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. fix: Bump sdk version

    garethfuller committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    078e4e0 View commit details
    Browse the repository at this point in the history
  2. 1.109.5

    garethfuller committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    fe7e7c6 View commit details
    Browse the repository at this point in the history
  3. 1.109.6

    garethfuller committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    37c5d94 View commit details
    Browse the repository at this point in the history
  4. 1.109.5

    garethfuller committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    7b254e6 View commit details
    Browse the repository at this point in the history
  5. chore: Fix typecheck

    garethfuller committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    f4640af View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Merge pull request #3611 from balancer/hotfix/bump-sdk

    Hotfix/bump sdk (DM)
    timjrobinson committed Jul 3, 2023
    1 Configuration menu
    Copy the full SHA
    2b7562c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abda618 View commit details
    Browse the repository at this point in the history
  3. 1.110.0

    timjrobinson committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    7d92267 View commit details
    Browse the repository at this point in the history