test: wait for the expected basic block filter index in interface_rest#26143
Merged
maflcko merged 1 commit intobitcoin:masterfrom Sep 21, 2022
Merged
test: wait for the expected basic block filter index in interface_rest#26143maflcko merged 1 commit intobitcoin:masterfrom
interface_rest#26143maflcko merged 1 commit intobitcoin:masterfrom
Conversation
amovfx
reviewed
Sep 20, 2022
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Sep 23, 2022
…ndex in `interface_rest` aee29c5 test: wait for the expected basic block filter index in `interface_rest` (brunoerg) Pull request description: Fixes bitcoin#26098 Wait for the expected 'basic block filter index' to not cause issues when calling `/blockfilterheaders/basic/`, like: https://github.com/bitcoin/bitcoin/blob/9bd842a5928f160c1bc8fca6ca7d8d43f096fd6a/src/rest.cpp#L423-L424 Top commit has no ACKs. Tree-SHA512: 36abe28a76cd01ce7ac1ae9258ce1a9a5473d985c498d915c1130256bc800d0d1207708a195b78bbcb00478ec9c373a2fbfeb26c1fddeb35abe8b253e0308058
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 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.
Fixes #26098
Wait for the expected 'basic block filter index' to not cause issues when calling
/blockfilterheaders/basic/, like:bitcoin/src/rest.cpp
Lines 423 to 424 in 9bd842a