aboutsummaryrefslogtreecommitdiff
path: root/src/script/descriptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Keep full pubkeys in FlatSigningProvider::originsPieter Wuille2019-04-161-1/+1
* Descriptor checksumPieter Wuille2019-02-151-3/+141
* Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow2019-02-141-13/+4
* Descriptor expansions only need pubkey entries for PKH/WPKHPieter Wuille2019-01-251-4/+14
* Add descriptor expansion cachePieter Wuille2018-11-281-26/+52
* [refactor] Combine the ToString and ToPrivateString implementationsPieter Wuille2018-11-281-15/+12
* [refactor] Use DescriptorImpl internally, permitting access to new methodsPieter Wuille2018-11-281-7/+7
* [refactor] Add a base DescriptorImpl with most common logicPieter Wuille2018-11-281-172/+193
* Merge #14477: Add ability to convert solvability info to descriptorPieter Wuille2018-11-271-0/+86
|\
| * Add Descriptor::IsSolvable() to distinguish addr/raw from othersPieter Wuille2018-10-261-0/+7
| * Add support for inferring descriptors from scriptsPieter Wuille2018-10-261-0/+79
* | Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...practicalswift2018-11-051-1/+1
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
|/
* Add key origin support to descriptorsPieter Wuille2018-10-201-26/+96
* Fix typos reported by codespellpracticalswift2018-09-041-2/+2
* Support h instead of ' in hardened descriptor pathsPieter Wuille2018-07-271-2/+2
* Output descriptors modulePieter Wuille2018-07-271-0/+566