-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Backports for 0.13.1 #8815
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
Merged
Merged
Backports for 0.13.1 #8815
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
Github-Pull: bitcoin#8525 Rebased-From: 34521e4
Github-Pull: bitcoin#8525 Rebased-From: ca10a03
This RPC command is unsafe as it will return an address even if the script is invalid. Github-Pull: bitcoin#8699 Rebased-From: 86c3f8d
Github-Pull: bitcoin#8712 Rebased-From: 1b6bcdd
Github-Pull: bitcoin#8418 Rebased-From: 56c87e9
Github-Pull: bitcoin#8418 Rebased-From: 9c8593d
Github-Pull: bitcoin#8418 Rebased-From: a8689fd
Github-Pull: bitcoin#8418 Rebased-From: 9a22a6c
Github-Pull: bitcoin#8418 Rebased-From: 45c7ddd
Python lambda use was incorrect. sendcmpct messages need to be synchronized with RPC calls to generate(). Headers need to be synced (eg with getheaders) for cmpctblock announcements to start. Last test omitted sending a sendcmpct message. Github-Pull: bitcoin#8739 Rebased-From: 157254a)
Github-Pull: bitcoin#8636 Rebased-From: 482f852
This was referenced Sep 26, 2016
ACK 9dfa0c8 |
1 similar comment
ACK 9dfa0c8 |
laanwj
added a commit
that referenced
this pull request
Sep 27, 2016
9dfa0c8 Implement NULLDUMMY softfork (Johnson Lau) cef633c Fix broken sendcmpct test in p2p-compactblocks.py (Suhas Daftuar) fb8706e Add p2p test for BIP 152 (compact blocks) (Suhas Daftuar) f6be478 Add support for compactblocks to mininode (Suhas Daftuar) 4295a7a Tests: refactor compact size serialization in mininode (Suhas Daftuar) ff893aa Implement SipHash in Python (Pieter Wuille) 198494c Allow changing BIP9 parameters on regtest (Suhas Daftuar) 23feab1 Remove maxuploadtargets recommended minimum (Jonas Schnelli) a5ec248 Remove createwitnessaddress (Johnson Lau) b394a96 Add basic test for IsStandard witness transaction blinding (instagibbs) 1672225 Do not store witness txn in rejection cache (Pieter Wuille)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Backport the remaining 0.13.1-backport tagged pulls. See individual commits for original pull information.