-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dex/networks/btc: descriptor parsing primitives This adds descriptor parsing functions and types. See https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md client/asset/btc: listdescriptors and get priv key This adds the RPC code to find the matching private key descriptor from the listdescriptors response to the address public key in the getaddressinfo response. Double check private key accessibility if wallet is unlocked. harness: make btc descriptor wallets This makes the beta and gamma wallets into descriptor wallets. This also removes the BTC test chain archive. The new-wallet script has an optional $3 arg for the descriptors bool.
- Loading branch information
Showing
12 changed files
with
1,092 additions
and
42 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
Oops, something went wrong.