forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rpc/deriveaddress: Add support for sp desc * spscriptpubkeyman: Move labelled destination generation to seperate methods * rpc/getnewaddress: Add silent-payment to addess_type list * descriptor: Allow extended keys in sp() * Fix scan key storage issues in watch only wallet - Stop adding scan key to singingprovider private key map, this will prevent scan key from being counted among private keys - Stop storing scan keys to db, scan keys are already saved in descriptor * spscriptpubkeyman: Fix MarkUnusedAddresses SegFault DescriptorScriptPubKeyMan::MarkUnusedAddresses tries to expand the descriptor and read the resulting scripts This does not work for sp descriptors as no scripts are returned This leads to a SegFault * test: Add E2E test for sp descriptor
- Loading branch information
Showing
13 changed files
with
335 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.