Bump NO_BLOOM_VERSION and SENDHEADERS_VERSION to match PROTOCOL_VERSION#936
Merged
schinzelh merged 1 commit intodashpay:v0.12.1.xfrom Aug 12, 2016
UdjinM6:protobumps
Merged
Bump NO_BLOOM_VERSION and SENDHEADERS_VERSION to match PROTOCOL_VERSION#936schinzelh merged 1 commit intodashpay:v0.12.1.xfrom UdjinM6:protobumps
schinzelh merged 1 commit intodashpay:v0.12.1.xfrom
UdjinM6:protobumps
Conversation
|
Nice find 👍 |
|
Yep, nice find - utACK 411ad29 |
PastaPastaPasta
pushed a commit
to PastaPastaPasta/dash
that referenced
this pull request
Jul 17, 2020
…has never been used. ac8a1d0 [RPC] Remove field in getblocktemplate help that has never been used (Conor Scott) Pull request description: [BIP 22 - getblocktemplate](https://github.com/bitcoin/bips/blob/master/bip-0022.mediawiki#Transactions%20Object%20Format) specifies an optional flag, `required` if the transaction must be in the block. Luke's implementation dashpay#936 did not include this flag, and it was later added to the help description in dashpay#3246 (more than a year later) but the field was still never actually implemented. As far as I can tell, bitcoin core would have never actually included this in a `getblocktemplate` call, so it seems logical to remove it from the help description. If I am missing something or this is considered harmless - I can close the PR. Tree-SHA512: f25dda51cc4e1512aff69309be04e3053bdccc1cf03c8d58e8866aa1fdf9d86cc57df872e85528351fc8a8d6d64a8f46a36c513680834762d854f368fbeb0f44
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.
These features were introduced in bitcoin 0.11/0.12 and our 0.12.0.x nodes (which are bitcoin 0.10 based) are already running on higher protocol (70103). Bumping these to avoid banning nodes for misbehavior (bloom) and correctly (not) push sendheaders messages. Fixing related comments too.