Skip to content

v1.7.5

Compare
Choose a tag to compare
@jrick jrick released this 14 Oct 13:06
· 10 commits to master since this release
5f74230

Install

To install Decrediton desktop wallet, download, uncompress, and run
Decrediton Linux AppImage or Decrediton Linux tar or Decrediton macOS amd64 or Decrediton macOS arm64 or Decrediton Windows.

To install the command-line tools, please see dcrinstall.

See decred-v1.7.5-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.

Skip to downloads

Contents

dcrd v1.7.5

This is a patch release of dcrd that updates the utxo cache to improve its robustness, optimize it, and correct some hard to hit corner cases that involve a mix of manual block invalidation, conditional flushing, and successive unclean shutdowns.

Changelog

This patch release consists of 19 commits from 1 contributor which total to 13 files changed, 1118 additional lines of code, and 484 deleted lines of code.

All commits since the last release may be viewed on GitHub here.

Developer-related package and module changes:

Testing and Quality Assurance:

Misc:

Code Contributors (alphabetical order):

  • Dave Collins

dcrwallet v1.7.5

This release includes minor fixes and improvements for the wallet.

In addition to the fixes and new features listed below, the wallet has also been updated to follow the TestNet3 hard fork which throttles the difficulty changes allowed as hashpower is quickly increased on the network. This was an unvoted hard fork that only affects the test network, and all users of the test network must upgrade.

Bug fixes

  • The SFNodeCF service flag was removed from the required services of nodes connected to in SPV mode. Version 2 compact filters are now required by consensus rules and there is no service flag to identify their support.

  • An issue preventing the signrawtransaction JSON-RPC method from using private keys in the request parameters was corrected.

  • The automated ticket buyer no longer attempts to mix change if the StakeShuffle server is not specified in the application config
    (--csppserver) or the gRPC requests that started the buyer.

New features

  • The gRPC methods VotingService.TreasuryPolicies and VotingService.SetTreasuryPolicies were added for gRPC clients to be able to view and set the treasury voting policies of a ticket with VSPs.

  • An importpubkey JSON-RPC method was introduced to import raw secp256k1 public keys and their derived P2PKH address to the imported account. This method is only usable on watching-only wallets.

Changelog

All commits since the last release may be viewed on GitHub here.

Code Contributors (alphabetical order)

  • bgptr
  • Dave Collins
  • David Hill
  • Josh Rickmar
  • Matheus Degiovani

Decrediton v1.7.5

This release is mainly due to a critical fix that was included in DEX 0.5.4.

There are other small bug fixes and improvements included as well.

Bug fixes

  • Fix never ending loading button on Treasury Spending tab.

  • Add Ticket Spent entry to the Revocation tx details page.

  • Fix placeholder size in TextInput

  • Rename cspp to StakeShuffle throughout.

  • Refresh DEX window with F5 key now working as expected.

  • Add testnet PiKeys on testnet for treasury spending tab.

Changelog

All commits since the last release may be viewed on GitHub here.

Code Contributors (alphabetical order)

  • Alex Yocom-Piatt