forked from zcash/zcash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request zcash#5349 from str4d/release-v4.5.1-1
Release v4.5.1-1
- Loading branch information
Showing
11 changed files
with
68 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Zcash 4.5.1 | ||
Zcash 4.5.1-1 | ||
<img align="right" width="120" height="80" src="doc/imgs/logo.png"> | ||
=========== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
zcash (4.5.1+1) stable; urgency=medium | ||
|
||
* 4.5.1-1 release. | ||
|
||
-- Electric Coin Company <[email protected]> Fri, 08 Oct 2021 17:03:31 +0000 | ||
|
||
zcash (4.5.1) stable; urgency=medium | ||
|
||
* 4.5.1 release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: "zcash-4.5.1" | ||
name: "zcash-4.5.1-1" | ||
enable_cache: true | ||
distro: "debian" | ||
suites: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
Notable changes | ||
=============== | ||
|
||
Added v5 transactions to standard rules | ||
--------------------------------------- | ||
|
||
In v4.5.0 we added the v5 transaction format to the NU5 consensus rules for | ||
testnet. However, it was omitted from the standard rules, which meant that | ||
`zcashd` testnet nodes would not accept v5 transactions into their mempools, | ||
causing them to not be propagated or mined. This release updates the `zcashd` | ||
standard rules to accept v5 transactions alongside v4 transactions. | ||
|
||
New `listaddresses` RPC method | ||
------------------------------ | ||
|
||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters