-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
merge bitcoin#16787, #17474, #17687, #18165, #18877, #18960, #19010, #19044, #19070: block filters #4355
Conversation
linter + both tests are unhappy |
It's a work in progress |
Marked as draft |
This pull request has conflicts, please rebase. |
Please rename all commits to begin with "Merge" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, besides one thing and a comment
@@ -21,6 +21,7 @@ static const unsigned int DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN = 100; | |||
/** Default for BIP61 (sending reject messages) */ | |||
static constexpr bool DEFAULT_ENABLE_BIP61 = true; | |||
static const bool DEFAULT_PEERBLOOMFILTERS = true; | |||
static const bool DEFAULT_PEERBLOCKFILTERS = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should consider what all of these defaults should be, like should normal nodes be serving bloom filters by default for example?
…lterindex twice
…to a shared serviceFlagToStr function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few small issues
…DE_COMPACT_FILTERS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK for merging via merge commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
No description provided.