From 109699dd33c72539fc33619f7836b8088f63182c Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Thu, 18 Oct 2018 17:38:00 -0700 Subject: Add release notes --- doc/release-notes-14477.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/release-notes-14477.md diff --git a/doc/release-notes-14477.md b/doc/release-notes-14477.md new file mode 100644 index 0000000000..bb8c0a623e --- /dev/null +++ b/doc/release-notes-14477.md @@ -0,0 +1,5 @@ +Miscellaneous RPC changes +------------ + +- `getaddressinfo` now reports `solvable`, a boolean indicating whether all information necessary for signing is present in the wallet (ignoring private keys). +- `getaddressinfo`, `listunspent`, and `scantxoutset` have a new output field `desc`, an output descriptor that encapsulates all signing information and key paths for the address (only available when `solvable` is true for `getaddressinfo` and `listunspent`). -- cgit v1.2.3