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.
- Loading branch information
Showing
10 changed files
with
56 additions
and
14 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
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 (1.0.1) jessie; urgency=medium | ||
|
||
* 1.0.1 release. | ||
|
||
-- Zcash Company <[email protected]> Thu, 03 Nov 2016 23:21:09 -0500 | ||
|
||
zcash (1.0.0-sprout) jessie; urgency=medium | ||
|
||
* 1.0.0 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
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-1.0.0" | ||
name: "zcash-1.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Cameron Boehmer (1): | ||
point "where do i begin?" readme link to 1.0 guide | ||
|
||
Jack Grigg (15): | ||
Track mined blocks to detect and report orphans and mining revenue | ||
Refresh mining status to detect setgenerate changes | ||
Add network stats to metrics screen | ||
Show mining info once the node has finished loading | ||
Improve locking in metrics | ||
Adjust consensus rule to accept genesis block without height in coinbase | ||
Fix previous commit | ||
Ensure that no tracked blocks are skipped during orphan detection | ||
Add build scripts and fetch-params.sh to "make install" and "make dist" | ||
Use uint64_t for AtomicCounter | ||
Fix gtest issue introduced into master | ||
Fix whitespace in Makefile.gtest.include | ||
Initialise walletdb system in a temp dir for all gtests | ||
Revert "Initialise walletdb system in a temp dir for all gtests" | ||
Change execution order of gtests to avoid bug | ||
|
||
Kevin Gallagher (1): | ||
Improves usability of fetch-params.sh | ||
|
||
Sean Bowe (6): | ||
Properly account for joinsplit value when deciding if a transaction should be placed in a mined block. | ||
Add checkpoint at block 2500. | ||
Throw more descriptive exceptions when the constraint system is violated. | ||
Test that a pure joinsplit will mine if other transactions are in the mempool. | ||
1.0.1 release. | ||
Update man pages. | ||
|
||
Simon (1): | ||
Closes #1746. Add rpc call z_validateaddress to validate zaddrs. | ||
|
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