decred.org/dcrdex@v1.0.5/docs/release-notes/release-notes-0.6.3.md (about)

     1  # DCRDEX v0.6.3
     2  
     3  This release contains several important fixes and improvements.  All users are advised to update.
     4  
     5  Please read the [v0.6.0 release notes](https://github.com/decred/dcrdex/releases/tag/v0.6.0) for a full list of changes since v0.5.
     6  
     7  ## Features and Improvements
     8  
     9  - Trade limits scale with bond level.
    10  - 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.
    11  
    12  ## Fixes
    13  
    14  - Fix bug where order was being retired before server accepted the `redeem` message.
    15  - Updates btcwallet dependency to incorporate recent upstream change (<https://github.com/btcsuite/btcwallet/pull/870>). Resolves a common error that arose during wallet rescans.
    16  - 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.
    17  - 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.
    18  
    19  ## Code Summary
    20  
    21  25 files changed, 281 insertions(+), 126 deletions(-)
    22  
    23  <https://github.com/decred/dcrdex/compare/v0.6.2...v0.6.3>
    24  
    25  2 contributors
    26  
    27  - Brian Stafford (@buck54321)
    28  - Jonathan Chappelow (@chappjc)