aboutsummaryrefslogtreecommitdiff
path: root/src/script/descriptor.cpp
AgeCommit message (Expand)Author
2019-08-16Give more errors for specific failure conditionsAndrew Chow
2019-08-16Return an error from descriptor Parse that gives more information about what ...Andrew Chow
2019-08-17Merge #15986: Add checksum to getdescriptorinfoMeshCollider
2019-08-14descriptor: fix missed m_script_arg arg renaming in #14934fanquake
2019-08-14Merge #14934: Descriptor expansion cache clarificationsWladimir J. van der Laan
2019-08-06Add unmodified-but-with-checksum to getdescriptorinfoPieter Wuille
2019-08-06Factor out checksum checking from descriptor parsingPieter Wuille
2019-06-06Add private key derivation functions to descriptorsMeshCollider
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2019-04-04Keep full pubkeys in FlatSigningProvider::originsPieter Wuille
2019-02-15Descriptor checksumPieter Wuille
2019-02-14Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow
2019-01-29[doc] descriptor: explain GetPubKey() usage with cached public keySjors Provoost
2019-01-29scripted-diff: rename DescriptorImpl m_script_arg to m_subdescriptor_argSjors Provoost
2019-01-25Descriptor expansions only need pubkey entries for PKH/WPKHPieter Wuille
2018-11-28Add descriptor expansion cachePieter Wuille
2018-11-28[refactor] Combine the ToString and ToPrivateString implementationsPieter Wuille
2018-11-28[refactor] Use DescriptorImpl internally, permitting access to new methodsPieter Wuille
2018-11-28[refactor] Add a base DescriptorImpl with most common logicPieter Wuille
2018-11-27Merge #14477: Add ability to convert solvability info to descriptorPieter Wuille
2018-11-05Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...practicalswift
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-26Add Descriptor::IsSolvable() to distinguish addr/raw from othersPieter Wuille
2018-10-26Add support for inferring descriptors from scriptsPieter Wuille
2018-10-20Add key origin support to descriptorsPieter Wuille
2018-09-04Fix typos reported by codespellpracticalswift
2018-07-27Support h instead of ' in hardened descriptor pathsPieter Wuille
2018-07-27Output descriptors modulePieter Wuille