Remove second service bit from NODE_NETWORK_LIMITED/BIP159#592
Merged
luke-jr merged 1 commit intobitcoin:masterfrom Sep 23, 2017
Merged
Remove second service bit from NODE_NETWORK_LIMITED/BIP159#592luke-jr merged 1 commit intobitcoin:masterfrom
luke-jr merged 1 commit intobitcoin:masterfrom
Conversation
luke-jr
reviewed
Sep 23, 2017
| all historical blocks. | ||
| # Pruned peers can relay blocks, headers, transactions, addresses and can serve a limited number of historical blocks, thus they should have a way how to announce their service(s) | ||
| # Peers no longer in initial block download should consider connection some of its outbound connections to pruned peers to allow other peers to bootstrap from non-pruned peers | ||
| # Peers no longer in initial block download should consider connect some of its outbound connections to pruned peers to allow other peers to bootstrap from non-pruned peers |
Contributor
Author
There was a problem hiding this comment.
Thanks! Fixed.
2b4df79 to
b5236f3
Compare
b5236f3 to
8b971ea
Compare
Contributor
Author
|
Fixed also the README file. |
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.
This removes the split between NODE_NETWORK_LOW|HIGH and reduced the specification to a single signalling bit (bit 10) NODE_NETWORK_LIMITED with a min height of 288 blocks.
The implementation has already been updated: bitcoin/bitcoin#10387