Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Nov 14, 2018
1 parent b65326b commit 109699d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/release-notes-14477.md
Original file line number Diff line number Diff line change
@@ -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`).

0 comments on commit 109699d

Please sign in to comment.