aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-01-19 13:40:11 +0000
committerfanquake <fanquake@gmail.com>2023-01-19 13:40:23 +0000
commit234388621733a919802553972580aa2428c7e07e (patch)
tree53745e23a83f0699fb996a4265533fcf9a35d8af
parent92dcbe9cc36926b20f08cb74562ae85b8932e341 (diff)
parent783288334c98844ffce1f8ffa0e64a9fdb0c1c13 (diff)
downloadbitcoin-234388621733a919802553972580aa2428c7e07e.tar.xz
Merge bitcoin/bitcoin#26920: doc: add release note for #25957 (fast wallet rescan)
783288334c98844ffce1f8ffa0e64a9fdb0c1c13 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 783288334c98844ffce1f8ffa0e64a9fdb0c1c13 Tree-SHA512: 817aa3d27b3f839de3975ace7c8ec59bcc4dbe4b5628bf64153e503cd143599d8923bd7e181ad5b196dacf1a9078347825bc40d4de5c6e2df9ed12e752217094
-rw-r--r--doc/release-notes-25957.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes-25957.md b/doc/release-notes-25957.md
new file mode 100644
index 0000000000..c71afa2c2e
--- /dev/null
+++ b/doc/release-notes-25957.md
@@ -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)