Skip to content

v0.6.3

Compare
Choose a tag to compare
@buck54321 buck54321 released this 08 Sep 16:26
· 3 commits to release-v0.6 since this release
0e733c7

DCRDEX v0.6.3

This release 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

  • Trade limits scale with bond level.
  • Add extension mode. When in extension mode, 1 or more wallets are managed by a higher level application, and cannot be reconfigured through the dexc GUI.

Fixes

  • Fix bug where order was being retired before server accepted the redeem message.
  • Updates btcwallet dependency to incorporate recent upstream change (btcsuite/btcwallet#870). Resolves a common error that arose during wallet rescans.
  • Resolves a potential server deadlock that can occur if processing of matched cancel orders result in an account cancel violation that would result in a suspension.
  • Removes "bonus tiers", which were an accounting curiosity on the server that didn't do anything for the client but did introduce a bug where client's bonds would fully expire before being replaced.

Code Summary

25 files changed, 281 insertions(+), 126 deletions(-)

v0.6.2...v0.6.3

2 contributors