-
Notifications
You must be signed in to change notification settings - Fork 101
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
chore(release): 2025-01-07 #5270
Conversation
* feat: use new uni and coingecko token lists * fix: linter errors
chore: merge main to develop
* fix: allow any safe-like apps * chore: release main (#5237) * feat: fix pagination for fills (#5228) * feat: fix pagination for fills * fix: remove unnecessary tag --------- Co-authored-by: Alexandr Kazachenko <[email protected]>
chore: merge main to dev
chore: release main (#5240)
* feat: remove outdated token lists * feat: add curve's list to base * feat: add superchain list to base
Main -> develop
Main -> develop
* fix: use network instead of orderParams chainId * refactor: update comment
* chore: bump cow-sdk to latest RC version * feat: replace executedSurplusFee with executedSuplus Also use totalFee where applicable * feat: do same as previous, but on Explorer * refactor: moved getFeeToken out and improved logic as suggested * test: add unit tests
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me with the current set of PRs included :)
* feat(swap): add settings option for partial approve * feat(swap): add sell amount to regular approve tx * feat(swap): add sell amount to permit value * chore: fix build * fix: cache permit taking amount into account * feat(swap): take partial approves into account for sc wallets * fix: ignore account agnostic permit in hooks details * fix: take permit amount into account when caching * fix: skip partial permits in widgets besides swap * chore: fix permit hook description * chore: fix conditions * fix: disable partial approve for Hooks store * fix: support partial approve it classic eth flow * fix: do not use infinite approvals in swap when partial approve mode * chore: fix circular dependency * chore: add a dot * chore: fix tooltips * chore: adjust approve tooltip * fix: display hook details only in Hooks store confirm modal * feat(partial-approvals): partial approve v2 (#5269) * refactor: expose UndelinedLinkStyledButton component * chore: removed unused React import * refactor: export useOpenSettingsTab hook * feat: expose needsApproval flag for all token types, not just permittable * feat: add PartialApprovalBanner * feat: update settings name Partial Approve to Minimal approve and tooltip * fix: fix typo and padding on settings link * fix: reworked minimal approvals title and tooltip * fix: lint issues * fix: cosmos build * fix: fix grammar * fix: do not show approval banner when selling native * chore: move partial approval banner after TWAP warning * feat: simplify text * feat: remove isApprovalNeeded prop * feat: remove banner from swap warnings * feat: add banner to top of Swap widget * chore: remove settings from cosmos --------- Co-authored-by: Leandro <[email protected]>
This reverts commit f080ffd.
Report too large to display inline |
Summary
Release!
Changes
f080ffd feat(swap): partial approve (#5256)Reverted as it needs more work198231f chore: comment out seasonal feature flags (#5271)
3be8a65 feat: executedSurplusFee removal (#5262)
a8efd5c ci: deploy some apps preview only when PR has label (#5258)
caeda2c chore: address pr5244 comments (#5263)
22b8f89 chore: fix failed e2e test (#5257)
6f73dfc feat(token-lists): remove outdated token lists (#5233)
28fcda9 feat(wallets): reapply "feat(wallets): add metaMask SDK connector (#5028)" (#5215) (#5223)
1626a04 fix(feature-flags): remove isBaseEnabled feature flag (#5234)
fc13cc4 fix: allow any safe-like apps (#5235)
a07740c fix(limit-orders): do not override user entered price (#5232)
411df4d feat: use new uni and coingecko token lists (#5225)
f560c77 fix: adjust cow amm banner position (#5205)