v1.3.0
-
Fix issue inputing 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
-
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
-
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 the disclaimer: Changed the 💀 for a
⚠️ -
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