From 25f69d970a411057681b1792c1c32084f4e49cf1 Mon Sep 17 00:00:00 2001 From: Pol Espinasa Date: Mon, 16 Mar 2026 19:17:16 +0100 Subject: [PATCH] release note --- doc/release-notes-33259.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/release-notes-33259.md diff --git a/doc/release-notes-33259.md b/doc/release-notes-33259.md new file mode 100644 index 00000000000..46f339fe7b5 --- /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.