Skip to content

BIP-352: warn against stopping scan due to wallet policy filtering#2134

Merged
murchandamus merged 1 commit intobitcoin:masterfrom
Eunovo:always-scan-after-a-match
Apr 7, 2026
Merged

BIP-352: warn against stopping scan due to wallet policy filtering#2134
murchandamus merged 1 commit intobitcoin:masterfrom
Eunovo:always-scan-after-a-match

Conversation

@Eunovo
Copy link
Copy Markdown
Contributor

@Eunovo Eunovo commented Apr 7, 2026

From the discussion in #2106 (comment), this PR adds a warning to the "if no matches are found, stop" scanning step. Without it, wallet developers may be tempted to apply policy filtering (e.g. dust) before deciding to continue, causing subsequent outputs for the same sender to be missed.

Adds a warning to the "if no matches are found, stop" scanning
step. Without it, wallet developers may be tempted to apply policy
filtering (e.g. dust) before deciding to continue,
causing subsequent outputs for the same sender to be missed.
@Eunovo
Copy link
Copy Markdown
Contributor Author

Eunovo commented Apr 7, 2026

cc: @theStack

@murchandamus murchandamus added Proposed BIP modification Pending acceptance This BIP modification requires sign-off by the champion of the BIP being modified labels Apr 7, 2026
Copy link
Copy Markdown
Member

@murchandamus murchandamus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, waiting for @theStack to review, though.

@theStack
Copy link
Copy Markdown
Contributor

theStack commented Apr 7, 2026

lgtm ACK df87830

Thanks!

@murchandamus murchandamus merged commit c77a6c5 into bitcoin:master Apr 7, 2026
4 checks passed
@murchandamus murchandamus removed the Pending acceptance This BIP modification requires sign-off by the champion of the BIP being modified label Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants