Align with btc 0.12#1399
Closed
UdjinM6 wants to merge 10 commits intodashpay:v0.12.2.xfrom
UdjinM6:mergebtc012
Closed
Align with btc 0.12#1399UdjinM6 wants to merge 10 commits intodashpay:v0.12.2.xfrom UdjinM6:mergebtc012
UdjinM6 wants to merge 10 commits intodashpay:v0.12.2.xfrom
UdjinM6:mergebtc012
Conversation
- BIP9DeploymentInfo struct for static deployment info - VersionBitsDeploymentInfo: Avoid C++11ism by commenting parameter names - getblocktemplate: Make sure to set deployments in the version if it is LOCKED_IN - In this commit, all rules are considered required for clients to support
…ting softforks vs not
Github-Pull: bitcoin#7814 Rebased-From: fa389d4
Github-Pull: bitcoin#8317 Rebased-From: 477777f
This change is needed to prevent sync_blocks timeouts in the mempool_reorg test after the sync_blocks update in the upcoming commit "[qa] Change sync_blocks to pick smarter maxheight". This change was initially suggested by Suhas Daftuar <[email protected]> in bitcoin#8680 (comment) Github-Pull: bitcoin#9196 Rebased-From: 67c6326
When generating a new service key, explicitly request a RSA1024 one. The bitcoin P2P protocol has no support for the longer hidden service names that will come with ed25519 keys, until it does, we depend on the old hidden service type so make this explicit. See bitcoin#9214. Github-Pull: bitcoin#9234 Rebased-From: 7d3b627
Github-Pull: bitcoin#9295 Rebased-From: 1a6eacb
Github-Pull: bitcoin#9295 Rebased-From: c24a4f5
Merged
Author
|
closing in fav of #1409 |
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.
Changes from v0.12.2.x...bitcoin:0.12 with fixed conflicts.