Skip to content

v1.2.0

Compare
Choose a tag to compare
@jpkcambridge jpkcambridge released this 14 Aug 20:18
· 213 commits to master since this release

πŸ““ 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:

  • Move configuration from the README to the Wiki. Read more https://github.com/gnosis/dex-react/wiki/Config
  • Show the application id in the footer, and improve it's configuration. Read more https://github.com/gnosis/dex-react/wiki/App-Ids-for-Forks
  • Improve and refactor tabs of orders/fills
  • Remove Fuse references (old name for the Gnosis Protocol Dapp)
  • Add tooltip with the full amount in the balance page for the user wallet, so it can be checked even if gets truncated
  • Fix css balance overflow
  • Fix EnvironmentPlugin warning