aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2018-10-18 17:38:00 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2018-11-14 14:21:42 -0800
commit109699dd33c72539fc33619f7836b8088f63182c (patch)
tree7fbd814dfb745db3995153f7638675520975cf43 /doc
parentb65326b562cde20aab709a953e396997a6cacbd6 (diff)
downloadbitcoin-109699dd33c72539fc33619f7836b8088f63182c.tar.xz
Add release notes
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-14477.md5
1 files changed, 5 insertions, 0 deletions
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`).