make-release.py: Updated release notes and changelog for 4.5.1-1.

This commit is contained in:
Jack Grigg 2021-10-08 17:03:31 +00:00
parent 3a20ade75d
commit e2abf34cc9
4 changed files with 42 additions and 8 deletions

View File

@ -1,3 +1,9 @@
zcash (4.5.1+1) stable; urgency=medium
* 4.5.1-1 release.
-- Electric Coin Company <team@electriccoin.co> Fri, 08 Oct 2021 17:03:31 +0000
zcash (4.5.1) stable; urgency=medium
* 4.5.1 release.

View File

@ -1,12 +1,12 @@
Zcash Contributors
==================
Jack Grigg (1117)
Jack Grigg (1123)
Simon Liu (460)
Sean Bowe (367)
Daira Hopwood (270)
Eirik Ogilvie-Wigley (216)
Kris Nuttycombe (163)
Kris Nuttycombe (174)
Wladimir J. van der Laan (150)
Alfredo Garcia (116)
Taylor Hornby (114)

View File

@ -4,9 +4,3 @@ release-notes at release time)
Notable changes
===============
The `listaddresses` endpoint has been added to the RPC API. This method
allows the caller to obtain addresses managed by the wallet, grouped
by the source of the address, including both those addresses generated
by the wallet and those associated with imported viewing or spending
keys. This provides functionality that replaces and subsumes the
previously-removed `getaddressesbyaccount` method.

View File

@ -0,0 +1,34 @@
Notable changes
===============
The `listaddresses` endpoint has been added to the RPC API. This method
allows the caller to obtain addresses managed by the wallet, grouped
by the source of the address, including both those addresses generated
by the wallet and those associated with imported viewing or spending
keys. This provides functionality that replaces and subsumes the
previously-removed `getaddressesbyaccount` method.
Changelog
=========
Jack Grigg (6):
Mark v5 transaction format as standard for NU5
Fix comment
cargo update
depends: Postpone dependency updates
make-release.py: Versioning changes for 4.5.1-1.
make-release.py: Updated manpages for 4.5.1-1.
Kris Nuttycombe (11):
Add `listaddresses` RPC method.
Categorize listaddresses result by source type.
Correctly handle imported Sapling addresses
Apply suggestions from code review
Apply suggestions from code review
Group legacy_hdseed Sapling addresses by account ID.
Update release notes for v4.5.1-1 to reflect the addition of `listaddresses`
Include `ImportedWatchOnly` as a PaymentAddressSource result.
Add listaddresses check to wallet_addresses.py
Consistently group Sapling addresses by IVK for every source.
Use lowerCamelCase for listaddresses JSON