Skip to content

Commit 2343886

Browse files
committed
Merge bitcoin/bitcoin#26920: doc: add release note for #25957 (fast wallet rescan)
7832883 doc: add release note for #25957 (fast wallet rescan) (Sebastian Falbesoner) Pull request description: This PR adds a missing release note for #25957. ACKs for top commit: Sjors: ACK 7832883 Tree-SHA512: 817aa3d27b3f839de3975ace7c8ec59bcc4dbe4b5628bf64153e503cd143599d8923bd7e181ad5b196dacf1a9078347825bc40d4de5c6e2df9ed12e752217094
2 parents 92dcbe9 + 7832883 commit 2343886

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/release-notes-25957.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Wallet
2+
------
3+
4+
- Rescans for descriptor wallets are now significantly faster if compact
5+
block filters (BIP158) are available. Since those are not constructed
6+
by default, the configuration option "-blockfilterindex=1" has to be
7+
provided to take advantage of the optimization. This improves the
8+
performance of the RPC calls `rescanblockchain`, `importdescriptors`
9+
and `restorewallet`. (#25957)

0 commit comments

Comments
 (0)