What changed, and why it matters
This commit is a documentation-only release note. It describes a new RPC feature that exposes background validation progress for the assumeutxo feature. There is no code change, no bug fix, and no security issue.
No action required; this is a documentation-only release note with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit adds a single markdown file under doc/release-notes-33259.md that documents an RPC enhancement: getblockchaininfo now includes a backgroundvalidation object when assumeutxo is used. The diff is purely informational text; no executable code is modified.
Changed components
doc/release-notes-33259.mdInspect captured patch +4 / −0
diff --git a/doc/release-notes-33259.md b/doc/release-notes-33259.md
new file mode 100644
index 00000000..46f339fe
--- /dev/null
+++ b/doc/release-notes-33259.md
@@ -0,0 +1,4 @@
+RPC
+---
+
+The `getblockchaininfo` RPC now exposes progress for background validation if the `assumeutxo` feature is used. Once a node has synced from snapshot to tip, `verificationprogress` returns 1.0 and `initialblockdownload` false even though the node may still be validating blocks in the background. A new object, `backgroundvalidation`, provides details about the snapshot being validated, including snapshot height, number of blocks processed, best block hash, chainwork, median time, and verification progress.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.