Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add release notes for v1.7.4. #2982

Merged
merged 1 commit into from
Aug 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions docs/release-notes/release-notes-1.7.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# dcrd v1.7.4

This is a patch release of dcrd to support modifications to version 3 of the test
network as well as provide some minor improvements related to mining.

## Changelog

This patch release consists of 10 commits from 2 contributors which total to 17
files changed, 225 additional lines of code, and 57 deleted lines of code.

All commits since the last release may be viewed on GitHub
[here](https://github.com/decred/dcrd/compare/release-v1.7.2...release-v1.7.4) and
[here](https://github.com/decred/dcrd/compare/blockchain/v4.0.1...blockchain/v4.0.2).

### Protocol and network:

- blockchain: Enforce testnet difficulty throttling ([decred/dcrd#2979](https://github.com/decred/dcrd/pull/2979))
- netsync: Improve sync height tracking ([decred/dcrd#2985](https://github.com/decred/dcrd/pull/2985))

### Mining:

- mining: Copy regular txns for alternate templates ([decred/dcrd#2985](https://github.com/decred/dcrd/pull/2985))
- server: Send winning tickets when unsynced mining ([decred/dcrd#2985](https://github.com/decred/dcrd/pull/2985))

### RPC:

- rpcserver: Return template errors from getwork RPC ([decred/dcrd#2985](https://github.com/decred/dcrd/pull/2985))

### Developer-related package and module changes:

- blockchain: Consistency pass for next req dif calc ([decred/dcrd#2979](https://github.com/decred/dcrd/pull/2979))
- main: Use backported blockchain updates ([decred/dcrd#2984](https://github.com/decred/dcrd/pull/2984))

### Testing and Quality Assurance:

- build: Update to latest actions and linter ([decred/dcrd#2979](https://github.com/decred/dcrd/pull/2979))
- build: Use recommended golangci-lint installer ([decred/dcrd#2984](https://github.com/decred/dcrd/pull/2984))

### Misc:

- release: Bump for 1.7.4 ([decred/dcrd#2986](https://github.com/decred/dcrd/pull/2986))

### Code Contributors (alphabetical order):

- Dave Collins
- Jamie Holdstock