forked from zetacoin/zetacoin
-
Notifications
You must be signed in to change notification settings - Fork 25
0.14 - Windows compiling tests #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
1577f07 Restore removed release notes. (Gregory Maxwell)
Github-Pull: bitcoin#9785 Rebased-From: 914fad1
Github-Pull: bitcoin#9785 Rebased-From: c801c82
They're unused and produce nasty deprecation warnings Github-Pull: bitcoin#9786 Rebased-From: 3301587
Remove "nLowestTimestamp <= chainActive.Tip()->GetBlockTimeMax()" check from importmulti, which is always true because nLowestTimestamp is set to the minimum of the most recent block time and all the imported key timestamps, which is necessarily lower than the maximum block time. Github-Pull: bitcoin#9760 Rebased-From: ec1267f
…tivates Github-Pull: bitcoin#9619 Rebased-From: 9fc7f0b
Github-Pull: bitcoin#9619 Rebased-From: 279f944
mempool.dat is a binary file and thus it should be read/written as such. Fixes bitcoin#9810. Github-Pull: bitcoin#9813 Rebased-From: 171fc91
…ointer. Github-Pull: bitcoin#9798 Rebased-From: 40f11f8
Github-Pull: bitcoin#9817 Rebased-From: 312c4f1
Github-Pull: bitcoin#9773 Rebased-From: e2e2f4c
Github-Pull: bitcoin#9711 Rebased-From: 9949ebf
Regression happened in 91fb506 Add two hour buffer to manual pruning. Github-Pull: bitcoin#9820 Rebased-From: 874c736
This includes work by jnewbery Github-Pull: bitcoin#9824 Rebased-From: fa4cd2e
Github-Pull: bitcoin#9789 Rebased-From: b602fe0
This turns some compiler warnings into errors. Useful for c-i. Github-Pull: bitcoin#9789 Rebased-From: 205830a
Newer compilers may switch to newer standards by default. For example, gcc6 uses std=gnu++14 by default. Github-Pull: bitcoin#9831 Rebased-From: 9829c54
95e68df release: add a few performance-related notes (Cory Fields)
fa230fd doc: Small release notes fixups in the list of pulls (MarcoFalke)
Send payments during the test from a different node than the node generating keys to be imported, so the spending node doesn't create transactions that inadvertently involve (spend funds from) the imported keys. Fixes bitcoin#9826 Github-Pull: bitcoin#9839 Rebased-From: 864890a
Github-Pull: bitcoin#9875 Rebased-From: 75a1093
Proposal: 75% vs 95% for BIP9 deployments
Proposal: finalize CSV and segwit signaling date
Conflicts: src/alert.cpp src/main.cpp
commit to 0.14
Owner
|
Thanks for this. |
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.