-
Notifications
You must be signed in to change notification settings - Fork 302
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.111.0 #3641
Release 1.111.0 #3641
Commits on Jul 3, 2023
-
Merge pull request #3613 from balancer/release/1.110.0
Release 1.110.0 (DM)
1Configuration menu - View commit details
-
Copy full SHA for 5e7850b - Browse repository at this point
Copy the full SHA 5e7850bView commit details
Commits on Jul 4, 2023
-
Merge pull request #3615 from balancer/hotfix/refetch-allowances
Hotfix/refetch allowances (DM)
1Configuration menu - View commit details
-
Copy full SHA for d72a169 - Browse repository at this point
Copy the full SHA d72a169View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8185ce - Browse repository at this point
Copy the full SHA d8185ceView commit details -
Merge pull request #3619 from balancer/ignore-user-errors
Ignore user errors in more places
1Configuration menu - View commit details
-
Copy full SHA for 5f0b869 - Browse repository at this point
Copy the full SHA 5f0b869View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b97c866 - Browse repository at this point
Copy the full SHA b97c866View commit details -
More ignoring of user errors and improvements to error handling (#3621)
* Fix naming issues * Include another user cancellation error in isUserRejected check * Switch errors to regex to match part of errors instead of exact matching the entire thing * Add comment about out of gas error * Add test and message for another user disapproval
1Configuration menu - View commit details
-
Copy full SHA for 323bc07 - Browse repository at this point
Copy the full SHA 323bc07View commit details
Commits on Jul 5, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for d025edf - Browse repository at this point
Copy the full SHA d025edfView commit details -
Fix/exit retry loop when 404 or 429 (#3626)
* Exit the retry loop when you get 404 or 429 status codes * Return an empty object to prevent multiple failed attempts
1Configuration menu - View commit details
-
Copy full SHA for 4932e79 - Browse repository at this point
Copy the full SHA 4932e79View commit details -
feat: re-enable native asset joins for deep pools (#3624)
* feat: Re-enable native asset joins for deep pools * chore: Log query inputs * chore: Ensure zero addrress is passed for native asset joins * chore: Pass value to sendTransaction * chore: Fix test
1Configuration menu - View commit details
-
Copy full SHA for 649784e - Browse repository at this point
Copy the full SHA 649784eView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 389149f - Browse repository at this point
Copy the full SHA 389149fView commit details -
chore: Remove zkevm promo (DM) (#3630)
* 1.110.1 * weekly gauge add * 1.110.2 * Remove sentry log when price is not found for a token, as it's very noisy * Refetch allowances before getting required approvals again * 1.110.3 * chore: Remove promo banner --------- Co-authored-by: Tim Robinson <[email protected]> Co-authored-by: Automated Version Bump <[email protected]> Co-authored-by: ZeKraken <[email protected]> Co-authored-by: Tim Robinson <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for 18ec2d2 - Browse repository at this point
Copy the full SHA 18ec2d2View commit details
Commits on Jul 6, 2023
-
refactor: Optimise pool page queries (#3634)
* refactor: Use single layout for any page with pool id in route * chore: Use pool provider for pool page * chore: Prevent refetch on focus & don't wait for token injection * refactor: Wait for vebal injection before enabling queries
1Configuration menu - View commit details
-
Copy full SHA for 1d88db8 - Browse repository at this point
Copy the full SHA 1d88db8View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1854461 - Browse repository at this point
Copy the full SHA 1854461View commit details -
Allowlist 10WBTC-10USDC-40WETH-40NEX pool (DM) (#3636)
* 1.110.1 * weekly gauge add * 1.110.2 * Remove sentry log when price is not found for a token, as it's very noisy * Refetch allowances before getting required approvals again * 1.110.3 * chore: Remove promo banner (#3629) * 1.110.4 * chore: Add 10WBTC-10USDC-40WETH-40NEX pool to polygon allowlist --------- Co-authored-by: Tim Robinson <[email protected]> Co-authored-by: Automated Version Bump <[email protected]> Co-authored-by: ZeKraken <[email protected]> Co-authored-by: Tim Robinson <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for 7cdfe61 - Browse repository at this point
Copy the full SHA 7cdfe61View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 5d87918 - Browse repository at this point
Copy the full SHA 5d87918View commit details -
feat: cross chain boost sync support (#3377)
* feat: add cross chain cards * feat: add cross chain sync modal * feat: add modal info selectors * wip * feat: add omni escrow request * wip * feat: create feature base branch * feat: add sync state logic * feat: add sync modals * wip * feat: add omni escrow voting contract * feat: add tx error handling * feat: add syncing network logic * wip * feat: add veBal balance display * feat: add comments * feat: add balances calculation * feat: add sort in omni and vote escrow requests * feat: add all unsynced state * feat: add balances on final state * fix: loader lint * feat: change icons * feat: add refetch icons * feat: add polygon network * feat: add temp syncing networks * Add unit tests for useCrossChainSync * wip * feat: add sync refetch watcher * feat: add cross chain sync provider * feat: add gnosis and optimism networks * feat: change networks icons * feat: proper add gnosis url * Refactor: extract useCrossChainNetwork (#3505) * feat: add warning and info alerts * feat: add procees to sync vebal modal * feat: add l2 vebal balance on portfolio page * feat: add portfolio sync tip component * feat: app proper sync tip condition * feat: increase sync state refetch time * feat: change claim page texts * feat: add boost calculation on l2s * fix: tests * fix: use boosts test * feat: change refresh logic * feat: change subgraph urls * feat: add error alert * feat: check tx with response mock * fix: temp remove set to local storage * fix: temp remove set to local storage * feat: add clear temp sync condition * feat: prevent memory leaking on localstorage set * feat: remove icons * feat: remove logs * feat: change final state text * feat: change l2 pools apr calc * feat: put sync data in config * feat: get data from configs * fix: omni escrow locks value * feat: add success check icon * Fix tests * fix: naming * Updated network icons * UI clean up cross chain sync * fix: review fixes * feat: sync related ui alerts on pool page (#3542) * feat: add gauge balancer helper contract * feat: add alerts in staking card * wip * feat: add check balances * feat: add alerts on pool page * wip * feat: add user checkpoint actions * remove logs * feat: add networks tooltips * feat: change sync process warning * feat: change unstake btn style * UI updates * feat: change unsynced arr * fix: unstake btn style * feat: fix trigger update fn * feat: open staking incentives card by default * feat: add sync tips * feat: opening staking incentives card * feat: change texts * feat: add info message * fixes after review --------- Co-authored-by: pkattera <[email protected]> * chore: update wording (#3620) * chore: Update wording * chore: Update wording * feat: add layer zero tx link (#3625) * feat: add layer zero tx links * feat: add timeout on l0 tx hashes set * feat: hide text if no l0 link * feat: remove test code * feat: add padding if no link * feat: implement fetch l0 messages on interval * fix package lock --------- Co-authored-by: Alberto Gualis <[email protected]> Co-authored-by: Alberto Gualis <[email protected]> Co-authored-by: pkattera <[email protected]> Co-authored-by: Gareth Fuller <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for 3eeb059 - Browse repository at this point
Copy the full SHA 3eeb059View commit details -
fix: Pass isEnabled to balance/allowance queries (#3639)
* fix: Pass isEnabled to balance/allowance queries * chore: Fix tests
1Configuration menu - View commit details
-
Copy full SHA for dd409e1 - Browse repository at this point
Copy the full SHA dd409e1View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 00dff9e - Browse repository at this point
Copy the full SHA 00dff9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d89e6 - Browse repository at this point
Copy the full SHA 71d89e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d897d7d - Browse repository at this point
Copy the full SHA d897d7dView commit details