Merged
Conversation
…, r=str4d Closes zcash#2954 and zcash#2959. Fixes Overwinter issues in sighash_tests.
Implement z_mergetoaddress for combining UTXOs and notes Closes zcash#2493.
Implements ZIP 201.
…e, r=str4d Overwinter peer management Implements ZIP 201. Part of zcash#2904.
Transaction expiry height Implements ZIP 203. - Only applies after Overwinter blockheight. Closes #754.
Release v1.0.15-rc1
The Equihash check caused block index loading to take around 38x longer. However, we don't need to check it directly, as the only paths to writing a block header to disk already go through a proof-of-work check (e.g. receiving a block over the network). By forcing the block header inside the CBlockIndex to be re-serialized, we retain the benefits of the consistency check without the overhead at startup. Co-authored-by: Brad Miller <brad@z.cash>
Use block hash comparison for consistency check when loading block index The Equihash check caused block index loading to take around 38x longer. However, we don't need to check it directly, as the only paths to writing a block header to disk already go through a proof-of-work check (e.g. receiving a block over the network). By forcing the block header inside the CBlockIndex to be re-serialized, we retain the benefits of the consistency check without the overhead at startup.
Overwinter release notes and testnet activation height Closes zcash#2957.
Release v1.0.15
add pindex pubkey33 cache
a few fixes to build scripts
ca333
pushed a commit
that referenced
this pull request
Nov 25, 2018
ca333
pushed a commit
that referenced
this pull request
Dec 18, 2018
- Fix bug when destination invokes payment (wrong pubkeys in OP_RETURN - validation would fail) - Added channelslist RPC - Changed channelsinfo data to JSON format
ca333
pushed a commit
that referenced
this pull request
Jan 7, 2019
ca333
pushed a commit
that referenced
this pull request
Feb 18, 2019
ca333
pushed a commit
that referenced
this pull request
Mar 3, 2019
ca333
pushed a commit
that referenced
this pull request
Mar 3, 2019
ca333
pushed a commit
that referenced
this pull request
Jul 18, 2019
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.