dcrdex v0.4.2
DCRDEX v0.4.2
Mar 17, 2022
For a high level introduction to DCRDEX, please read the initial release's notes.
This is a patch release.
Highlights
Features
- The client database is compacted on shutdown if there are sufficient free pages. (0cb43cc)
Fixes
- Decred: ensure that the Refund method signals correctly when the targeted contract is already spent. This is necessary for the taker to begin locating the counterparty/maker redemption. (b47907c)
- Begin a counterparty redemption search when a refund attempt fails in certain situations. (d1ebfb1)
- Various frontend fixes (ccefcc9, 8d4746b)
- Avoid leaving Decred UTXOs locked in certain cases. (d80b30e)
- Fix a panic when no market fee exists (3d56fc8)
- Recognize signatures of full-length message payloads (2e93f76, a60275a)
Developer
- Add a client database backup function,
(*Core).BackupDB
. (5a34c26) - Document the
dex/msgjson.RegisterResult.ClientPubKey
intent (a17e577)
Important Notices
If upgrading from v0.2, read the Upgrading section of the v0.4.0 release notes for important information.
Code Summary
14 commits, 30 files changed, 339 insertions(+), 113 deletions(-)