forked from zcash/zcash
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of zcash#4058 - daira:release-v2.0.6, r=daira
Release v2.0.6 Test plan (ECC internal): https://docs.google.com/document/d/1EVDxdFRgQR5xBzA2wRsw02sb-yF2h26FyVnSjqfpayg/edit#
- Loading branch information
Showing
13 changed files
with
139 additions
and
50 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 2.0.6-rc1 | ||
Zcash 2.0.6 | ||
<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
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-2.0.6-rc1" | ||
name: "zcash-2.0.6" | ||
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,102 @@ | ||
Notable changes | ||
=============== | ||
|
||
Debian Stretch is now a Supported Platform | ||
------------------------------------------ | ||
|
||
We now provide reproducible builds for Stretch as well as for Jessie. | ||
|
||
|
||
Fixed a bug in ``z_mergetoaddress`` | ||
----------------------------------- | ||
|
||
We fixed a bug which prevented users sending from ``ANY_SPROUT`` or ``ANY_SAPLING`` | ||
with ``z_mergetoaddress`` when a wallet contained both Sprout and Sapling notes. | ||
|
||
|
||
Insight Explorer | ||
---------------- | ||
|
||
We have been incorporating changes to support the Insight explorer directly from | ||
``zcashd``. v2.0.6 includes the first change to an RPC method. If ``zcashd`` is | ||
run with the flag ``--insightexplorer``` (this requires an index rebuild), the | ||
RPC method ``getrawtransaction`` will now return additional information about | ||
spend indices. | ||
|
||
Changelog | ||
========= | ||
|
||
Charlie O'Keefe (1): | ||
Add stretch to list of suites in gitian linux descriptors | ||
|
||
Daira Hopwood (9): | ||
Closes #3992. Remove obsolete warning message. | ||
make-release.py: Versioning changes for 2.0.6-rc1. | ||
make-release.py: Updated manpages for 2.0.6-rc1. | ||
make-release.py: Updated release notes and changelog for 2.0.6-rc1. | ||
ld --version doesn't work on macOS. | ||
Tweak author aliases. | ||
Add coding declaration to zcutil/release-notes.py | ||
make-release.py: Versioning changes for 2.0.6. | ||
make-release.py: Updated manpages for 2.0.6. | ||
|
||
Daniel Kraft (1): | ||
Add some const declarations where they are appropriate. | ||
|
||
Eirik Ogilvie-Wigley (1): | ||
Notable changes for 2.0.6 | ||
|
||
Eirik Ogilvie-Wigley (7): | ||
Fix tree depth in comment | ||
Update author aliases | ||
Remove old mergetoaddress RPC test | ||
Replace CSproutNotePlaintextEntry with SproutNoteEntry to match Sapling | ||
z_getmigrationstatus help message wording change | ||
Fix z_mergetoaddress sending from ANY_SPROUT/ANY_SAPLING when the wallet contains both note types | ||
Clarify what combinations of from addresses can be used in z_mergetoaddress | ||
|
||
Jack Grigg (10): | ||
Move Equihash parameters into consensus params | ||
Globals: Remove Zcash-specific Params() calls from main.cpp | ||
Globals: Explicitly pass const CChainParams& to IsStandardTx() | ||
Globals: Explicit const CChainParams& arg for main: | ||
Globals: Explicitly pass const CChainParams& to ContextualCheckTransaction() | ||
Globals: Explicit const CChainParams& arg for main: | ||
Globals: Explicitly pass const CChainParams& to DisconnectBlock() | ||
Consistently use chainparams and consensusParams | ||
Globals: Explicitly pass const CChainParams& to IsInitialBlockDownload() | ||
Globals: Explicitly pass const CChainParams& to ReceivedBlockTransactions() | ||
|
||
Jorge Timón (6): | ||
Globals: Explicit Consensus::Params arg for main: | ||
Globals: Make AcceptBlockHeader static (Fix #6163) | ||
Chainparams: Explicit CChainParams arg for main (pre miner): | ||
Chainparams: Explicit CChainParams arg for miner: | ||
Globals: Remove a bunch of Params() calls from main.cpp: | ||
Globals: Explicitly pass const CChainParams& to UpdateTip() | ||
|
||
Larry Ruane (1): | ||
add spentindex to getrawtransaction RPC results | ||
|
||
Marco Falke (1): | ||
[doc] Fix doxygen comments for members | ||
|
||
Mary Moore-Simmons (1): | ||
Fixes issue #3504: Changes to --version and adds a couple other useful commands. | ||
|
||
Peter Todd (1): | ||
Improve block validity/ConnectBlock() comments | ||
|
||
Simon Liu (1): | ||
Fix typo and clean up help message for RPC z_getmigrationstatus. | ||
|
||
Wladimir J. van der Laan (1): | ||
Break circular dependency main ↔ txdb | ||
|
||
face (2): | ||
Pass CChainParams to DisconnectTip() | ||
Explicitly pass CChainParams to ConnectBlock | ||
|
||
Benjamin Winston (1): | ||
Fixes #4013, added BitcoinABC as a disclosure partner | ||
|
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
import re, os, os.path | ||
import subprocess | ||
import argparse | ||
|