-
Notifications
You must be signed in to change notification settings - Fork 769
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
index, rpc: Coinstatsindex follow-ups
Summary: > Index: Return early from failed coinstatsindex init bitcoin/bitcoin@01386bf ---- > rpc: Add missing gettxoutsetinfo help docs bitcoin/bitcoin@a5f6791 ---- > rpc: Block until synced if coinstatsindex is used in gettxoutsetinfo > > During initial sync after startup the gettxoutsetinfo RPC will still return an error while catching up. However, after the initial sync the index will not error immediately anymore when it's in the process of syncing to the tip while being called. Instead it will block until synced and then return the response. bitcoin/bitcoin@d4356d4 ---- > Index: Improve logging in coinstatsindex > > More accurate logging of a warning should make clear if the recovery condition was hit while catching the results of the previous block. bitcoin/bitcoin@5b3d4e7 ---- > coinstats: Add comments for new coinstatsindex values bitcoin/bitcoin@779e638 ---- This concludes backport of [[bitcoin/bitcoin#22047 | core#22047]] Some commits were already backported as dependencies of other backports in D11597 and D11605 Test Plan: `ninja all check-all` Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D13906
- Loading branch information
Showing
4 changed files
with
88 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters