Skip to content

Commit

Permalink
Merge bitcoin#21049: Add release notes for listdescriptors RPC
Browse files Browse the repository at this point in the history
51f3752 Add release notes for listdescriptors RPC (Ivan Metlushko)

Pull request description:

  Original PR is bitcoin#20226

ACKs for top commit:
  jonatack:
    ACK 51f3752
  jonasschnelli:
    ACK 51f3752

Tree-SHA512: e8091d01b99a3effcd6c1738e7363a44858ba9bcf6bd99bf60f2025a25db83fc8d61354ab2002365b56071b9f3693c7d534153a259b5ebc91cbcf8d13f6555f1
  • Loading branch information
MarcoFalke authored and knst committed Jan 28, 2024
1 parent 97904e8 commit 2ffc034
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/release-notes-21049.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Wallet
------

- A new `listdescriptors` RPC is available to inspect the contents of descriptor-enabled wallets.
The RPC returns public versions of all imported descriptors, including their timestamp and flags.
For ranged descriptors, it also returns the range boundaries and the next index to generate addresses from. (#20226)

0 comments on commit 2ffc034

Please sign in to comment.