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

Releases: gnosis/cowswap

v1.9.3

26 Jan 11:35
Compare
Choose a tag to compare

Correct some typos in AnySwap warning.

Change logs

ab27be8 (tag: v1.9.3, master) 1.9.3
61b62a5 (origin/hotfix/1.9.3) Improve text (#2261)

v1.9.2 AnySwap affected users warning

22 Jan 11:44
Compare
Choose a tag to compare

Description

This release prevents user from AnySwap who gave some allowance to their V4 router contract to loose funds.

CowSwap will inform these users that their account is affected by the hack. It will also block the use of CowSwap for these users until they address the problem. The warning message points to an article with more information which should give you details on how to solve the issue.

image

Changelog

3760095 (HEAD -> master, tag: v1.9.2, origin/master) 1.9.2
9cf90d3 (tag: v1.9.1) 1.9.1
9b08f1f (origin/hotfix/1.9.1, hotfix/1.9.1) Redirect hacked users to page (#2255)

v1.9.0 - Uniswap merge

17 Jan 12:59
Compare
Choose a tag to compare

Notable changes:

  • New Uniswap merge up to version v4.20.2
  • Adds implementation for react-cosmos
  • Adds network warning card if the block can't be updated for some time period
  • Adds implementation for web-vitals monitoring on google analytics
  • Updates implementation of network selector component
  • Adds eslint rules to support tree-shaking
React-cosmos

react-cosmos-preview

Network warning card

Screenshot from 2021-12-20 13-46-32

Changelog

d49e772 1.9.0
34ff803 Merge pull request #2167 from gnosis/release/1.9.0
c9a9d36 Replace Gnosis Protocol --> CoW Protocol (#2140)
4b174aa 1.9.0-rc.0
14c4312 Merge pull request #2094 from gnosis/release/1.9.0
8d7ca29 Merge pull request #2078 from gnosis/2074/profile-url
5d497c5 Merge remote-tracking branch 'origin/master' into develop

Hotfix v1.8.1 - Rebranding winter away

11 Jan 15:15
Compare
Choose a tag to compare

Notable changes:

  • Regranding Gnosis Protocol to CoW Protocol
  • Updated backend api endpoints to [barn].api.cow.fi endpoints
  • Removing winter theme

Changelog

cdff922 1.8.1
c0f5f01 Merge pull request #2066 from gnosis/hotfix/1.8.1
151dadd Updating fee integ test base URL
03dc241 Update barn staging api urls
a778320 Update BARN urls
9dddc05 Removed Christmas theme
9c8eb57 Merge pull request #2058 from gnosis/hotfix/1.8.1
8f58f26 Bump version
64d9964 [Rebranding] Update Explorer FE and BE api URLs (#2047)
caafc51 ABOUT REBRANDING - NOT TO MERGE UNTIL ANNOUNCEMENT (#2024)
d0e7f39 FAQ REBRANDING - NOT TO MERGE UNTIL ANNOUNCEMENT (#2022)

1.8.1-rc.1

06 Jan 18:54
Compare
Choose a tag to compare

RC 1.8.1-rc.1

Rebranding updates

What's Changed

v1.8.0 - Space Odyssey ๐Ÿ›ธ

04 Jan 13:12
Compare
Choose a tag to compare

๐Ÿ›ธ๐Ÿ›ธ๐Ÿ›ธ

Description

1.8.0 comes with a new price determining strategy that returns better optimised price estimates. CowSwap is now able to run customisable price strategies, meaning the app can switch to better price strategies whenever necessary. Misc. bug fixes.

Changelog

e3710a4 add data to error object (#2039)
151706e weth by chain
f92f3de change network name: xDai -> Gnosis Chain (#2023)
cb5ca4a [Release 1.8] Use new quote endpoint for USD estimations (#2017)
3fc99af pathing fix
7f82271 Add winter edition theme. (#2015)
5bed219 remove test fn and use fixed call
3605617 update API and hook
8e2035e add gp price strategy fetching to gp api
91ff4e9 re-update url
1364453 update the announcements base url to configuration
69aadef minor object optimisation
eb44f91 [1689 - Quote endpoint] New Quote endpoint for price & fee (#1835)
fc98999 Bump dex-js to 0.13.0 to fix issue with trailing dot (#1967)
27dec14 FAQ: Fixed some typos and did minor phrasing edits. (#1966)
60768a0 ci(Mergify): configuration update (#1969)

Hotfix v1.7.3 - Winter has come

20 Dec 13:43
56f705f
Compare
Choose a tag to compare

Hotfix 1.7.3 - Winter has come

Screenshot from 2021-12-20 09-51-07

  • Add winter edition theme.
  • darkmode only

Changelog

56f705f Merge pull request #2018 from gnosis/hotfix/1.7.3
5e6981e Bumping version to 1.7.3
7f82271 Add winter edition theme. (#2015)

v1.7.2 xDAI & Gnosis Safe

17 Dec 15:26
Compare
Choose a tag to compare

Description

Allow Gnosis Safe wallet to be used in xDAI.

Rinkeby and Mainnet were already enabled. For xDAI it was not due to one error in Gas Estimation that was making the xDAI workflow to fail in the Gnosis Safe web interface. Recently this error was fixed by Gnosis Safe team therefore, the wallet was added back.

Changelog

3ba6f8f (HEAD -> master, tag: v1.7.2, origin/master) 1.7.2
feab621 (tag: v1.7.1) 1.7.1
2828a06 (origin/hotfix/1.7.1, hotfix/1.7.1) Re-enable Gnsosis Safe for xDAI (#2004)

v1.7.0 - Dancing Queen ๐Ÿ’ƒ ๐Ÿ’ƒ

14 Dec 14:50
Compare
Choose a tag to compare

Release v1.7.0

Description

v1.7.0 adds ABA (fallback) price impact for when we cannot rely on USD price impact estimations. Some chains, with lower liquidity pools (xDAI), make it harder for fiat price impacts to be calculated. ABA fallback price impact computes price impact via A > B and B > A trading and uses the respective output amounts to calculate impact when fiat price impact is not available.

Additional changes:

  • Optimise native wrapping and Fee/USD estimation API calls
  • Optimises USD calculating hook and cleans up logs

Changelog ๐Ÿšง

5622d90 [ABA impact] - Re-enable Fiat Price Impact + minor optimisations (#1986)
50a32a1 [ABA impact] Show eager loader (#1985)
80d2447 Don't call fee/price endpoint on Wrapping (ETH/WETH || XDAI/WXDAI etc) (#1920)
3c62d9b [OPT] useUSDCPrice speedup + logs clean (#1968)
f23d98f [ABA ๐ŸŽต ] - Base PR: labels, logic, optimisations (#1903)

Release v1.6.0 - order history everywhere

02 Dec 16:38
d553a8e
Compare
Choose a tag to compare

Description

Main feature

  • Order history now follows your account in any device

That means that orders no longer are displayed only in the device/browser they were placed on.
Specially useful for the recently released Gnosis Safe integration, as different signers can open CowSwap on their devices and see details of the pending order they are about to sign.

Minor updates

  • Some UX improvements for the Affiliate banner when having multiple tabs with the app opened
  • Fixed an IPFS sync issue which showed incorrect values in the Profile page
  • Re-enable 1inch over Wallet Connect
  • Some improvements in the UX around when we detect an order has been fulfilled
  • Fixed some issues with static images being cached
  • Improved display of FIAT values

Changelog

320cd47 Enable 1inch (#1942)
2fc6c81 1334/activity orders from api rebased (#1639)
8663505 Turning on thousand separator for FIAT values (#1934)
e97277f Change typo (#1926)
c015168 Version images to prevent hard caches (#1925)
37518ff Add class and id for easy e2e (#1922)
de6e1fa Increase update time for orders (#1893)
443a98f Filter emtpy queryParams (#1881)
443ecf0 [Affiliate] Update banner closed state across tabs (#1875)
02fd6cb Handle cancel state for ethereum txs (#1532)
8573162 (bugfix) Terms and conditions styles (#1894)
28f8173 bold numbers in T&C page (#1860)
738006c [Profile] Add name to IPFS files + Upload JSON using pinata (#1865)
3a67534 Fix image link in README (#1838)