dcrdex v0.4.1
DCRDEX v0.4.1
Feb 11, 2022
For a high level introduction to DCRDEX, please read the initial release's notes.
This is a patch release.
Highlights
Features
- Add a link to a wallet's log file, if available (7aa2b51)
- Add a rescan function for the native BTC wallet (d1757c0, 5b2887c, 3c6e025)
- Add Polish language translations (cf3dbf4, bc7cff8, 069d6de, b90fe93)
- Monitor and report changes to the number of peers each wallet has (8ffa2e3)
- In the main dexc app, catch and log any runtime panics (7b33071)
Fixes
- Do not display the new address button for ETH, where you only have one account address. (71fe622, 3ea7d7c)
- Smoother (monotonic) BTC wallet sync status (21db63f)
- Fix server accounting of maker redeems in certain scenarios (f260918)
- Various fronted fixes (80fac58, 6738bca)
- Avoid a deadlock when resuming trades on restart that require counterparty contract audit information (d70547b)
- Fix a data race when reconfiguring a wallet (486ed36)
- Allow the wallet Lock to timeout, in the event that the wallet backend is down or hung (d67198f)
- Allow a Decred RPC client to be restarted, such as if a reconfiguration attempt failed and the previous client needs to be reconnected (74f4ec8)
Developer
- Testing: add simnet node control scripts (8613814)
Important Notices
If upgrading from v0.2, read the Upgrading section of the v0.4.0 release notes for important information.
Code Summary
22 commits, 78 files changed, 3,589 insertions(+), 418 deletions(-)
Full Changelog: v0.4.0...v0.4.1