Releases: gnosis/gp-v1-ui
v1.6.7
v1.6.6
v1.6.5
v1.6.4
v1.6.3
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
v1.6.1
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
📓 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):
- USD stablecoins
- EUR stablecoins
- WETH/xDAI
- 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/ClosedFilled
column and TradesFill Price
columns, respectively. -
Price Impact: This release version adds pricing impact warnings.
- 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.
- 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:
- fbe1afe 1.6.0
- dac3fa9 Merge pull request #1551 from gnosis/release/v1.6.0
- 9500dd5 need to check bigNumber prices against each other and return null (#1608)
- 5bcaeca 1.6 fixes (#1592)
- dd27f47 [Fixes] Warning rounding calculation error + remove smart format from receive amount (#1583)
- 378fcdb [Price Impact] - Fix price calculation and price warnings (#1580)
- 8953f68 fix poolingwidget broken resize css & main padding (#1575)
- 67f474f [Price Impact]: Base (#1509)
- 55720ef 1545 - Show percentage filled & fix incorrect market order in orders (#1562)
- b081e02 add autoWidth prop to self adjust (#1560)
- a2bb4d8 [Smart Quote] Fix broken limitPrice amount (#1554)
- f95bc5a wxDAI priority list (#1555)
- b204953 travis yml: sticky node v12 (#1556)
- d3b700e Network check 2 (#1546)
- 7cf152c [Smart Quote] COMPLETE (#1492)
- 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)
- f78e4bf Merge branch 'master' into develop
- 4cd96e8 1336/tooltip date orders (#1507)
- 621c9de Parallel verify script (#1490)
- 9d85aab Merge branch 'master' into develop
- d690973 add check-types script (#1515)
- 79f6c28 Merge tag 'v1.5.0-0' into develop
- 2a69bf9 Merge branch 'release/v1.5' into develop
- e5b6f33 useForm / react-hook-form storybook decorator (#1482)
- 734ee62 Add best ask API (#1477)
v1.5.1
v1.5.0
📓 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:
- 7bc5f66 1.5.0
- b2a95d4 Investigate orders load speed (#1529)
- 9b22eef fix networkOrDefault type and typo (#1528)
- 556fc0b 1486/token orders (#1527)
- 6bd857d Fix orderbook tokens reset (#1526)
- 2215623 More linter rules (#1523)
- 735c6ae Deterministic sorting ++ (#1517)
- 538804d userWallet network smushed fix (#1520)
- 193464a WalletConnect for xDAI (#1493)