mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 09:43:55 +02:00
Merge #15730: rpc: Show scanning details in getwalletinfo
b6c748f849doc: Add release notes for 15730 (João Barbosa)d3e8458365rpc: Show scanning details in getwalletinfo (João Barbosa)90e27abe37wallet: Track current scanning progress (João Barbosa)2ee811e693wallet: Track scanning duration (João Barbosa) Pull request description: Closes #15724. ACKs for commit b6c748: MarcoFalke: re-utACKb6c748f849(Only change since my last review is rebase, adding release notes, and returning false instead of null) laanwj: utACKb6c748f849jonatack: ACKb6c748f849, only changes appear to be rebase for https://github.com/bitcoin/bitcoin/pull/15730#discussion_r280030617 and release notes. Tree-SHA512: 8ee98f971c15f66ce8138fc92c55e51abc9faf01866a31ac7ce2ad766aa2bb88559eabee3b5815d645c84cdf1c19dc35ec03f31461e39bc5f6040edec0b87116
This commit is contained in:
5
doc/release-notes-15730.md
Normal file
5
doc/release-notes-15730.md
Normal file
@@ -0,0 +1,5 @@
|
||||
RPC changes
|
||||
-----------
|
||||
The RPC `getwalletinfo` response now includes the `scanning` key with an object
|
||||
if there is a scanning in progress or `false` otherwise. Currently the object
|
||||
has the scanning duration and progress.
|
||||
Reference in New Issue
Block a user