dcrdex v0.5.4
DCRDEX v0.5.4
IMPORTANT: This patch release includes a critical fix for all Bitcoin wallets.
Please read the v0.5.0 release notes for a full list of changes since v0.4.
For important information and an introduction to DCRDEX, read the initial release (v0.1.0) notes.
Either download the file for your distribution below, or use the signed binaries from https://github.com/decred/decred-binaries/releases/tag/v1.7.5.
NOTE: This release includes an experimental downloadable executable for Windows, the dexc-tray archive, which starts the DEX client with no terminal, and with a system tray icon. For Windows users, this should feel more natural. See #1828 for more info.
Fixes
- Blocks with taproot transactions with large witness items no longer fail to deserialize. This was caused by an upstream bug in the
btcsuite/btcd/wire
package. See btcsuite/btcd#1896 (ac83229)
Server
- Fix candles with a large negative rate. (3d033f0)
Code Summary
3 commits, 13 files changed, 171 insertions(+), and 57 deletions(-)
2 contributors
- Brian Stafford (@buck54321)
- Jonathan Chappelow (@chappjc)