mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
doc: add release note for #25957 (fast wallet rescan)
This commit is contained in:
parent
92dcbe9cc3
commit
783288334c
1 changed files with 9 additions and 0 deletions
9
doc/release-notes-25957.md
Normal file
9
doc/release-notes-25957.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
Wallet
|
||||
------
|
||||
|
||||
- Rescans for descriptor wallets are now significantly faster if compact
|
||||
block filters (BIP158) are available. Since those are not constructed
|
||||
by default, the configuration option "-blockfilterindex=1" has to be
|
||||
provided to take advantage of the optimization. This improves the
|
||||
performance of the RPC calls `rescanblockchain`, `importdescriptors`
|
||||
and `restorewallet`. (#25957)
|
Loading…
Reference in a new issue