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.5.0-0

09 Oct 16:49
Compare
Choose a tag to compare

IPFS hash QmNUR321R3hRdYQEiZTGNBuDrqAVzWTUzrC6VG5WJja2gg

Commits since v1.4.2:

v1.4.2

25 Sep 15:21
Compare
Choose a tag to compare

IPFS hash QmcbMcP2RtuZUw3BSsimKH25ooo6gFt9mjk7BB3Vo9DiXB

📓 Changelog

  • Fix issue imputing amounts: There was an issue happening when you try to send a transaction with an amount of a decimal expressed in dot notation. i.e. instead of 0.35, using .35 wouldn't work

👷‍♀️ Other small changes and fixes:

v1.4.1

23 Sep 16:56
Compare
Choose a tag to compare

IPFS hash QmfC3JzDb3VrU4zKkTSGZEag9RQLE2GvnpgEC1hogSixvD

📓 Changelog

  • Update link to the dev portal: The dev portal moved the FAQ to its own page, this made a link to be broken. This hotfix corrects the link pointing to the new URL

👷‍♀️ Other small changes and fixes:

  • Fix typo (#1428)
  • don't support provider.request (#1438)
  • Allow to click in any part of the disconnect button (#1432)

v1.4.0

22 Sep 09:51
Compare
Choose a tag to compare

📓 Changelog

  • Better estimation for the minimal trade: v1.3 added this feature to show the user the minimal volume that would create enough incentive for a solver to submit a solution (so he can get the gas cost back in fees). This version consumes and endpoint that it's aligned with the criteteria used by solvers (i.e. Open Solver)
  • Minimal trade warning rounds up to the next 100$: Since this is just an estimation, and also depends on small changes in gas prices or ether value changes, the value used to display the warning, and the value displayed in the warning itself is rounded up to the next 100$.
  • Refactor of components: Starts the refactor for separating the logic and the presentation. This refactors will continue in future versions. One of the objectives is to implement a redesign and new functionalities reusing the logics. This refactor will consist in breaking down components, simplifying their interface, and making Storybook stories for them.
  • Change icon on thedisclaimerr: Changed the 💀 for a ⚠️

👷‍♀️ Other small changes and fixes:

f301a65 Refactor story data (#1425)
0769254 Refactor swap price (#1424)
87a83e4 Npm fix (#1419)
7f4e480 Fix wrong quote (#1422)
789277f Fix issue valid from (#1420)
7f72da2 Add debug in case of estimation error, and when sending a tx (#1416)
1fc902c Change skull for a warning sign (#1413)
8124743 Round to next 100$ (#1411)
e050835 don't cache promise result (#1408)
48e5674 Allow to connect from non-localhost (#1389)
d64482a Swap price fix (#1388)
8ddc930 Renames in PriceSuggestions (#1390)
2f195fe Fetch min trade amount in OWL (#1383)
40ca905 Refactor layouts 1 (#1402)
8913bd5 storiesOf for OrderBook sample data (#1385)
815bbc5 build storybook on master and develop (#1391)
d02f1a5 Fix small issue with batchId in the orderbook page
5f4e272 [HiddenOrderbook] Allow to fetch historic books by batchId (#1345)
f66216c [LimitOrder] Refactor test tokens (#1386)
3c3b111 [LimitOrder] Limit order mock (#1382)
32ffa51 Add Storybook link using PRaul (#1384)
85facd9 [LimitOrder] Price suggestions refactor (#1373)
d208afc [LimitOrder] Common refactors (#1371)
5319055 revert bn.js dep
c85716a Merge branch 'master' into develop
06b3998 Merge branch 'release/1.3.0' into develop
c65866b Bump @babel/plugin-proposal-class-properties from 7.10.1 to 7.10.4
e1561d9 Bump @storybook/addon-links from 6.0.20 to 6.0.21
d913c10 Bump @types/node from 14.0.23 to 14.6.3
ce2f84f Bump @types/react from 16.9.35 to 16.9.49
d83aad0 Bump @types/react-select from 3.0.16 to 3.0.19
48c12a2 Bump bn.js from 4.11.9 to 5.1.3
d19a76f Bump date-fns from 2.15.0 to 2.16.1
0979f6e Bump ts-loader from 7.0.5 to 8.0.3

v1.3.0

07 Sep 11:23
Compare
Choose a tag to compare

📓 Changes

  • Completely revamps the Advanced Settings (previously order validity settings) to include custom calendar date picking options, relative starting/ending times, and the ability to select start/end times by batch ID

  • Adds a new column in the order book showing Order ID and the ability to click Order ID and Market cells to pre-populate the order filters

  • Show provider name/logo at the top of the app page in the user's wallet section

  • Introduce a default sell/receive token section inside the current configuration file to pre-populate the trading page if no tokens passed in URL

  • Footer redesign - adds Powered by Gnosis Protocol logo and responsive design changes

  • Travis build: auto release notes

  • Show recommended minimum sell amount to users for clarity on better order experience

  • GP solver subsidize factor update to better align with current parameters

  • Storybook integration to facilitate further app development

🕵️ Changelog

cdf11a7 Order validity upgrade (#1269)
e38d570 Allow to change the default initial selection of tokens (#1358)
0ac6ae0 Allow to specify an initial list of tokens in the config (#1357)
fa08458 preliminary Order ID column in OrdersWidget(#1261)
ea4e91e Storybook integration (#1349)
a1ce473 Easier log in/out process (#1341)
f442843 Footer changes: GP logo add, responsive format (#1326)
a72ce62 Subsidize factor change (#1329)
501424c Release notes file for travis builds (#1328)
27e98b3 Use ellipsis and title tag (#1325)
6bab734 Simplify build script
9317341 Recommend min sell amount (#1324)
5e1a671 Provider name in WalletComponent (#1270)

🐛 Bugfixes/Fixes

16d4cf1 Fix error label for edge-case where selected tokens from URL are the same (#1359)
03b0623 Fix wallet connect/disconnect styling (#1356)
ccae05f Fix Price Suggestions wording (#1346)
995b584 Price Suggestions display and css to better fit responsive/web (#1305)
39d2c19 Fix price validation error on token change (#1340)
f0d0100 Fix HTML validity error (#1338)

IPFS

Hash: QmQHnNbhTGZuAWMMbfEJbFHuYF9WVuMAuTYutAaRGqqVzr

v1.2.0

13 Aug 15:34
Compare
Choose a tag to compare

📓 Changelog

  • Confirm modal for new orders: Shows a confirmation before sending a new order, so the user can confirm the price
  • Warning for minimal trade: Show a warning message when the order is small. Although the protocol don't have a limit for the size of the order, solvers won't have an incentive if the order is small, because then they won't get enough fee for covering costs. This warning helps to set the expectation and inform when there's high chances the order won't be executed.

🐛 Bug fixes

  • Fixes claiming edge case: Handles an edge case that was preventing users for claiming when they receive tokens in the previous batch
  • Price estimator fix: Fixes endpoint price estimation so it uses production instead of staging

👷‍♀️ Other small changes and fixes:

v1.1.2

31 Jul 17:57
Compare
Choose a tag to compare
1.1.2

v1.1.1

24 Jul 17:19
Compare
Choose a tag to compare
1.1.1

v1.1.0

23 Jul 18:15
Compare
Choose a tag to compare
1.1.0

v1.0.5

02 Jul 13:59
Compare
Choose a tag to compare
1.0.5