Install
To install Decrediton desktop wallet, download, uncompress, and run Decrediton Linux or Decrediton macOS or Decrediton Windows.
To install the command-line tools, please see dcrinstall.
See decred-v1.7.0-rc2-manifest.txt and the other manifest files for SHA-256 hashes and the associated .asc signature files to confirm those hashes.
See README.md for more info on verifying the files.
Contents
dcrd v1.7.0-rc2
This is an updated release candidate of dcrd to introduce a minor quality of life change to help prevent WebSocket client disconnections in cases where there is extremely high contention and multi-continent communication.
Changelog
This updated release candidate consists of 1 commit from 1 contributor which total to 2 files changed, 14 additional lines of code, and 7 deleted lines of code.
All commits since the last release candidate may be viewed on GitHub here.
RPC:
- rpcserver: Update websocket ping timeout handling (decred/dcrd#2866)
Code Contributors (alphabetical order):
- Dave Collins
dcrwallet v1.7.0-rc2
This release includes bug fixes and improvements from v1.7.0-rc1.
Bug fixes
- The subsidy split defined by DCP0010 is correctly used during voting if the consensus change is activated.
- The
listreceivedbyaccount
JSON-RPC method will no longer panic if the wallet contains imported BIP0044 accounts. - The log level for cancelled streaming gRPC calls was reduced from error to debug to remain consistent with logging of the invocation.
Changelog
All commits since the last release may be viewed on GitHub here
Code Contributors (alphabetical order)
- Matheus Degiovani
- Josh Rickmar
Decrediton v1.7.0-rc2
We've fixed a few bugs as well as adding improvements to the DEX.
Bug fixes
- Make mix.decred.org the new default csppserver.
- Add DEX Seed confirmation page.
- Allow users to select whether or not they would like to use the native DEX BTC wallet.
- Various styling improvements.
Changelog
All commits since the last release may be viewed on GitHub here
Code Contributors (alphabetical order)
- Alex Yocom-Piatt
- bgptr