dcrd v1.5.1
davecgh
released this
29 Jan 19:03
·
2274 commits
to master
since this release
dcrd v1.5.1
This is a patch release of dcrd to address a minor memory leak with authenticated RPC websocket clients on intermittent connections. It also updates the dcrctl
utility to include the new auditreuse
dcrwallet command.
Changelog
This patch release consists of 4 commits from 3 contributors which total to 4 files changed, 27 additional lines of code, and 6 deleted lines of code.
All commits since the last release may be viewed on GitHub here.
RPC:
- rpcwebsocket: Remove client from missed maps (decred/dcrd#2049)
- rpcwebsocket: Use nonblocking messages and ntfns (decred/dcrd#2050)
dcrctl utility changes:
- dcrctl: Update dcrwallet RPC types package (decred/dcrd#2051)
Misc:
- release: Bump for 1.5.1(decred/dcrd#2052)
Code Contributors (alphabetical order):
- Dave Collins
- Josh Rickmar
- Matheus Degiovani