Skip to content

v0.6.2

Compare
Choose a tag to compare
@chappjc chappjc released this 20 Jun 16:42
· 370 commits to master since this release

DCRDEX v0.6.2

IMPORTANT: This release adds support for the Decred 1.8 consensus agendas. The native SPV Decred wallet in the previous release (v0.6.1) will not follow the chain following any hard forks resulting from DCP0011 or DCP0012. You you must update to v0.6.2 if you use the native Decred wallet.

This release also contains several important fixes and improvements. All users are advised to update.

Please read the v0.6.0 release notes for a full list of changes since v0.5.

Features and Improvements

  • Support the Decred 1.8 consensus agendas. All users of native SPV Decred wallets must update before the hard forks activate. (8aad3fa, 9908805, e0c0c8e)
  • SPV wallet backends for BTC-based assets (BTC, LTC, BCH) are now capable of reporting a fee rate to the application, even if that fee rate is from an external source such as a block explorer or other fee rate oracle. To ensure optimal fee rates are used in all scenarios, be sure the "External fee rate estimates" checkbox in the wallet settings form is checked. It should be checked by default for BTC. Do not change your wallet settings if it is already checked. (89e761a)
  • The UI form where the bond asset is chosen now has improved wording about fidelity bonds. Information presented to the user about bonds will be an area of continual improvement as we work towards v1.0. (29faa9b)
  • The http file server for the browser interface is now more efficient when serving static resources like images/style/js. (3622872)

Fixes

  • On Windows, perform automatic recovery of corrupted Ethereum transaction databases. (b9c9ece)
  • The suggested BTC deposit amount when preparing to register with bonds is now reasonable. Previously it was using the "max" fee rate, which suggested to the user a very large amount to proceed with registration using BTC. Now it uses a stabilized live estimate. (300e975)
  • When adding a DEX from the Settings page, the "wallet wait" form no longer proceeds when there is insufficient balance. Previously it would allow the user to proceed (and possibly fail) when the available balance was just the amount of one bond, when the required amount to proceed is double that amount plus the "fee buffer". (3957ff7)
  • When opened from the Settings page, the "wallet wait" form no longer closes itself when clicked. (b1b75a2)

Server

Decred's Go module dependencies are updated. There are no functional server changes.

Code Summary

11 commits, 41 files changed, 445 insertions(+), and 401 deletions(-)

v0.6.1...v0.6.2

3 contributors