Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Releases: gnosis/gp-v1-ui

v1.6.7

01 Dec 11:07
Compare
Choose a tag to compare

IPFS hash QmWZJHP2pysVw5cbWyDFcR2TWc8tkkT1fpU8JQGN68eGHD

Commits since v1.6.6:

v1.6.6

24 Nov 11:12
Compare
Choose a tag to compare

IPFS hash QmZ3mL9FAin3zo8bP6aEtrz9i4Zz1WvtQF5CdxpspLNErY

Commits since v1.6.5:

v1.6.5

23 Nov 17:06
Compare
Choose a tag to compare

IPFS hash QmWSEJzPe8pMk2WpMDBKNdbVtBogx9Dy63kBZs3hXExftU

Commits since v1.6.4:

v1.6.4

18 Nov 12:40
Compare
Choose a tag to compare

IPFS hash QmRqayLSx5pwYUGmp18GKtAT8BcakZKXsG2barWbjn5m6c

Commits since v1.6.3:

v1.6.3

17 Nov 10:28
Compare
Choose a tag to compare

IPFS hash QmPXYyLGS2JpFE8tsBUF4xXPm1Pi47PCaxH21x5gBofq1b

📓 Changelog

Remove hops param from URL for the orderbook
Also, allow in the /book to leave hops empty, and make that the default.

Improve the order-book by including more hops in the liquidity finding. It used to be only two hops.
Now is left up to the estimation service to decide the number of hops, so it's aligned with the solvers.

Also leaves blank hops as the default in the SECRET 🕵️‍♀️ page /book. Increases to 30 the number of hops you can set.



v1.6.2

13 Nov 16:33
Compare
Choose a tag to compare

IPFS hash QmSZxfPni52rF7y5DMJzsqLvgiAa1Q79uxdouP2sPp2VJw

🐛 Bug Fixes:

Solves an issue estimating gas. More info in #1618

🔑 Misc:

Commits since v1.6.1:

v1.6.1

12 Nov 17:34
Compare
Choose a tag to compare

IPFS hash QmektnwDEyZj2FqjvkGqWR7mjvTKs3ntYeKXrG5FqWQEXE

🐛 Bug Fixes:

Solves an issue preventing to load the balances when the call that fetch the balance of a token reverts in the smart contract.
This is the case of the of the old deprecated Synthetics tokens (SNX and sUDS) which now revert for any read operation.
This leads to an error in Metamask, that is handled wrapping the error in another error, which at the same time breaks web3 error handling.
This leads to an unfulfilled promise loading the balances.

The error makes sure the error have the shape web3 spects

🔑 Misc:

Commits since v1.6.0:

v1.6.0

12 Nov 11:10
Compare
Choose a tag to compare

📓 Changelog

  • Smart Pricing: Pricing display system which prioritises showing users prices quotes in the most relevant token. This reduces the possibility for any confusion regarding the way price is displayed.
    e.g
    DAI-WETH - prices by default shown in DAI as a USD stablecoin and the higher prioritised token of the two
    GNO-WETH - prices by default shown in WETH as the higher prioritised token of the two

The priority list is as follow (highest priority to lowest):

  1. USD stablecoins
  2. EUR stablecoins
  3. WETH/xDAI
  4. Volatile coins

This is also applied within the display of your Active/Trades/Closed orders.

  • Orders/Trades: The Orders/Trades data table has been reworked to maximise readability. Separation of what were before stacked columns have been split into two. Percentage Filled & Order surplus percentage metrics have been added to the Active/Closed Filled column and Trades Fill Price columns, respectively.

  • Price Impact: This release version adds pricing impact warnings.

  1. If a user selects a price above or below market price, warnings will be displayed both on the trade interface, as well as on the confirmation modal before the user submits their trade to the protocol.
  2. A price impact percentage section is no below suggested prices in the Price Suggestions section to inform users exactly how much impact their selected fill price has against the best ask calculated by the protocol.

👷‍♂️ Other changes:

dd27f47 [Fixes] Warning rounding calculation error + remove smart format from receive amount (#1583)
8953f68 fix poolingwidget broken resize css & main padding (#1575)
b081e02 add autoWidth prop to self adjust (#1560)
f95bc5a wxDAI priority list (#1555)
b204953 travis yml: sticky node v12 (#1556)
d3b700e Network check 2 (#1546)
cdfb425 wrapped datetimepicker in global styles (#1542)
97f96cc Modal (prev. modali) Storybook stories (#1508)
180e1b6 move toast to custom wrapped container (#1539)
5f1ca2d updated README to add compatible networks and URLs to wiki (#1537)
4cd96e8 1336/tooltip date orders (#1507)
621c9de Parallel verify script (#1490)
d690973 add check-types script (#1515)`
e5b6f33 useForm / react-hook-form storybook decorator (#1482)
734ee62 Add best ask API (#1477)

🐛 Bug Fixes:

Various styling / formatting bugs have been addressed.

🔑 Misc.

IPFS hash Qmb8osQJPVDgscJQA4DfHebzTLoUofcecHPXR26heczfKt

Commits since v1.5.1:

v1.5.1

19 Oct 15:05
Compare
Choose a tag to compare

IPFS hash QmeyYdyq6cHU1v8stfEoEFr4K9cKquMQoWKjCXBQGhnxym

Commits since v1.5.0:

v1.5.0

13 Oct 16:03
Compare
Choose a tag to compare

📓 Changelog

  • xDAI integration: Adds xDAI compatibility. Please see wiki for more information
  • Deterministic token sorting: Sorts tokens in the Balances page alphabetically. The only exception to the default sorting is WETH (or wxDAI in xDAI network), that is shown first.

👷‍♀️ Other small changes and fixes:

9b22eef fix networkOrDefault type and typo (#1528)
556fc0b 1486/token orders (#1527)
6bd857d Fix orderbook tokens reset (#1526)
2215623 More linter rules (#1523)
538804d userWallet network smushed fix (#1520)
0535e7d Account for pending orders being undefined (#1516)
c173004 pending order id = spinner (#1510)
54e34f5 Refactor and allow to filter in networks with no TCR (#1489)
eca1460 Config token list by network (#1496)
6aff25f don't count reverted trades we don't display (#1480)
a11c72f Fix settings page (#1457)
119589c Refactor and simplify token types (#1454)
e09d686 require('img').default
30e3111 Require(*).default storybook workaround (#1451)
4c39060 [xdai] Fix images: stake, wxDAI (#1448)
1a0b316 break-word on long price est (#1443)
5a78689 Fix some moved dependency (#1447)
621ada6 Fix issue with initial selection (#1436)
1cc2eac Update dex js (#1433)
f11b75c xDAI Config changes (#1429)
1fbb3de Stories for layouts (#1409)

IPFS hash QmPS7vrmfKjKzmKAVXonx9euJYoM1vnDiVqRomgPQwquyH

Commits since v1.5.0-0: