Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Releases: gnosis/cowswap

v1.3.0 - Switcheroo

19 Oct 16:05
Compare
Choose a tag to compare

Release v1.3.0

Description

This release adds a few key things:

  • In-app, network switcher. Shows available CowSwap networks and allows (wallet permitting) to change networks from within the app.
  • Responsive styling change: rearranges the way the UI responds in different responsive designs
  • Faster balance/data loading and app reactions to network changes
  • Migration to Paraswap v5

Changelog

a40421f Update logo (#1663)
d813385 grey dots (#1655)
618818a New network icons and labels. (#1654)
28df936 closes #1635 - cannot connect to mainnet when disconnected (#1643)
f1824b8 fix toggle switch (#1645)
cba382d closes #1634 - cannot click polling block (#1644)
98f1601 fix weth contract XDAI (#1621)
0178251 Fix CI caching (#1614)
e23b107 remove types and factories
534d5df Avoid instantiating blocknative sdk when API key not set (#1546)
875c196 ignore generated types, build all on postinstall
085dd70 Slow app launch time improvement (#1564)
6fb3ded [🦄 🦄 Uniswap Merge] 4.13.0 (#1413)
4b0da87 Make REACT_APP_BLOCKNATIVE_API_KEY available on CI scripts (#1534)
fc117d5 Removed default blocknative key (#1524)
9f953b4 Feature/1481 black border swap form only (#1487)
5ffc1dd Trying to fix stalled unittests (#1516)
908e6ad icons & titles used correctly (#1514)
15fc3dd [Paraswap] migration to v5 (#1433)
b227b08 added sentry logging for price and fee issues (#1440)
a9a846b fix for unsupported token freeze bug (#1490)
bbcf2ee Only use default precision on formatMax when decimals is null|undefined (#1492)
533bd33 inline copy btn (#1482)
f970363 profile page && styled-components grid (#1376)
5440033 Added linter step with auto-fix (#1476)
eefe076 [Profile] Upload metada doc to IPFS (#1393)
e880e43 Truncating error msg when opening GH issue via URL (#1472)
9ab9b1f Make terms and conditions text bold (#1471)
3518fde Display 0 when there's no balance to format (#1449)
d2a0e64 Add legal change request (#1437)
1e8b141 Bugfix - Copy to clipboard button not working on Wallet connect popup (#1434)
0cde33f Fix cypress (#1443)
79ac953 Update Metadata type (#1190)

v1.2.4

15 Oct 13:43
Compare
Choose a tag to compare

Description

  • Restores Paraswap API (it was disabled in the previous hotfix)
  • Changes from Paraswap API v4 to v5
  • Makes it easier to disable individual price feeds (using env vars, no code change is needed anymore)

Changelog

8c24c66 [1.2.4] Easy disable price estimate (#1558)
4f4646b Cherry-pick [Paraswap] migration to v5 (#1433) (#1554)
1fa4555 Merge pull request #1553 from gnosis/revert-paraswap
6cecb1c Revert "Disable Paraswap price estimator"
e44a814 Revert "Just return null from the estimation promise"

Hotfix Disable Paraswap

11 Oct 07:49
Compare
Choose a tag to compare

Since it's giving bad prices in prod.

v1.2.1 - All of them units

30 Sep 15:01
7a82a62
Compare
Choose a tag to compare

Hotfix v1.2.1

Description

Fixes hard crash on tokens with 0 decimals #1491

Changelog

7a82a62 Merge pull request #1497 from gnosis/hotfix/1.2.1
db4ee65 1.2.1
d4b3f02 Only use default precision on formatMax when decimals is null|undefined (#1492)

v1.2.0 - OPTIMUS PRIME 🤖

23 Sep 15:22
Compare
Choose a tag to compare

Release v1.2.0

Description

This release adds a few key things:

  1. Better user protection
  • Warnings when fee amount is high relative to swapping amount e.g swap 10 DAI and fee = 3 DAI // triggers a 30% fee warning
  • Renames WETH9 to WETH for simplicity/less confusion
  • Coingecko USD price estimation for better / more accurate price estimations and subsequently better price impact reporting
  1. 0x price source: provides more competitive pricing to users
  2. Handle tx cancelation/speedup - now the app is able to detect when user speeds ups/cancels approval txs directly in the wallet
  3. Style fixes misc.

Changelog

1d7d92d Fix cypress (#1443)
d9f26e0 fix: rename weth9 to weth (#2133) (#1424)
3a12c7e fix colour/bgColour (#1423)
b07db0e Show WARNING on high fee relative to swap (#1295)
8c24d0f Changing node version on CI scripts from 12 to lts (#1394)
f421507 [TEMP FIX] Update TS and fix types & lists reducer (#1420)
92cd67b Add appDataHash to state (#1189)
c8c9a9a Improve dark mode color styles. (#1401)
c9bd468 added sentry-webpack plugin for source maps (#1371)
85c4a88 [Bugfix] Move About item from Header to ellipsis menu (#1125)
d9cd27e Handle tx cancelation/speedup (#1302)
66b89ff [USD Price] Add coingecko api and hooks (#1356)
18943ad Default cursor for USD est./price impact. (#1361)
52ae407 Fix status labels for transactions vs orders. (#1374)
b28e578 1318/tiny amounts displayed as 0 (#1357)
f5172b7 [Cowswap] Implement 404 error page (#1331)
c59cf98 999/2 decimals percentage (#1315)
e299c26 Update question about MEV (#1355)
461dc4e [1283 pt.1] Add Matcha-0x Price source (#1312)

v1.1.6

22 Sep 12:02
Compare
Choose a tag to compare

Description

This PR fixes an issue for gas estimation logic, entering a infinite loop when the Rinkeby node for the gas relay service was falling out of sync.

Also fixes the same issue, in case the clock of the client (browser side) is too far from the server side.

Change log

0c2d505 1.1.6
2914446 Use client time for updater (#1454)

v1.1.5

21 Sep 16:07
Compare
Choose a tag to compare

Description

Update the FAQ to link to the Terms and Conditions

Change log

879b875 1.1.5
9f7eb68 Add legal change request (#1437)

v1.1.4

21 Sep 16:06
Compare
Choose a tag to compare

Description

Allow to load a dynamic message/announcement per network.

This way, we can make small announcements, with different message depending on the network the user is in.

Change log

5524331 1.1.4
d3a8f3d 1.1.4-rc.0
a7c9339 Improve banner styles. (#1446)
cd9aa83 Load the announcement by network (#1445)

v1.1.3

10 Sep 12:26
Compare
Choose a tag to compare

Description

  • revert default slippage rate to 0.5%

Screenshot from 2021-09-09 18-24-35

Change Log

ced6680 1.1.3
78fcbb0 revert default slippage percent to 0.5 (#1419)
b7f453c 1.1.2

v1.1.2

10 Sep 12:32
Compare
Choose a tag to compare

Description

  • source-maps for sentry

Change Log

646688d 1.1.2
d8d2618 1.1.1
9b37702 Hotfix 🔥 - 1.1.2 [add sentry source maps] (#1411)
356de44 1.1.1-rc.1
ebab7db 1.1.1-rc.0
8b3084f Use v in the version for sentry