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.
Auto merge of zcash#3833 - mdr0id:release-v2.0.3, r=mdr0id
Release v2.0.3
- Loading branch information
Showing
12 changed files
with
93 additions
and
26 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.3-rc1 | ||
Zcash 2.0.3 | ||
<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 (2.0.3) stable; urgency=medium | ||
|
||
* 2.0.3 release. | ||
|
||
-- Zcash Company <[email protected]> Mon, 11 Feb 2019 09:16:09 -0800 | ||
|
||
zcash (2.0.3~rc1) stable; urgency=medium | ||
|
||
* 2.0.3-rc1 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-2.0.3-rc1" | ||
name: "zcash-2.0.3" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
Changelog | ||
========= | ||
|
||
Alex Morcos (3): | ||
ModifyNewCoins saves database lookups | ||
Make CCoinsViewTest behave like CCoinsViewDB | ||
Add unit test for UpdateCoins | ||
|
||
Charlie O'Keefe (1): | ||
initialize pCurrentParams in TransactionBuilder tests | ||
|
||
Dimitris Apostolou (1): | ||
Update zmq to 4.3.1 | ||
|
||
Eirik Ogilvie-Wigley (11): | ||
Remove --disable-libs flag from help output | ||
Update z_mergetoaddress documentation | ||
flake8 cleanup | ||
Move common code to helper | ||
Make variables local | ||
Check entire contents of mempool | ||
fail test if pong is not received | ||
Extract helper methods | ||
Strategically sync to prevent intermittent failures | ||
Return more information when building a transaction fails | ||
throw an exception rather than returning false when building invalid transactions | ||
|
||
George Tankersley (2): | ||
zmq: add flag to publish all checked blocks | ||
zmq: remove extraneous space from zmq_sub.py | ||
|
||
Jack Grigg (5): | ||
Remove the testing of duplicate coinbase transactions | ||
wallet: Skip transactions with no shielded data in CWallet::SetBestChain() | ||
Use nullptr instead of NULL in wallet tests | ||
Add Sapling test cases | ||
Set Sprout note data in WalletTest.WriteWitnessCache | ||
|
||
Larry Ruane (1): | ||
wait for miner threads to exit (join them) | ||
|
||
Pieter Wuille (3): | ||
Make sigcache faster and more efficient | ||
Evict sigcache entries that are seen in a block | ||
Don't wipe the sigcache in TestBlockValidity | ||
|
||
Sean Bowe (1): | ||
Allow user to ask server to save the Sprout R1CS out during startup. | ||
|
||
ca333 (1): | ||
update libsodium dl-path | ||
|
||
mdr0id (7): | ||
Make pythonisms consistent | ||
make-release.py: Versioning changes for 2.0.3-rc1. | ||
make-release.py: Updated manpages for 2.0.3-rc1. | ||
make-release.py: Updated release notes and changelog for 2.0.3-rc1. | ||
Update nMinimumChainWork with information from the getblockchaininfo RPC | ||
make-release.py: Versioning changes for 2.0.3. | ||
make-release.py: Updated manpages for 2.0.3. | ||
|
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