Merge #15730: rpc: Show scanning details in getwalletinfo
pull/764/headb6c748f849
doc: Add release notes for 15730 (João Barbosa)d3e8458365
rpc: Show scanning details in getwalletinfo (João Barbosa)90e27abe37
wallet: Track current scanning progress (João Barbosa)2ee811e693
wallet: 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: utACKb6c748f849
jonatack: ACKb6c748f849
, only changes appear to be rebase for https://github.com/bitcoin/bitcoin/pull/15730#discussion_r280030617 and release notes. Tree-SHA512: 8ee98f971c15f66ce8138fc92c55e51abc9faf01866a31ac7ce2ad766aa2bb88559eabee3b5815d645c84cdf1c19dc35ec03f31461e39bc5f6040edec0b87116
commit
c5ffe8d515
@ -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.
|
Loading…
Reference in new issue