index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
descriptor.h
Age
Commit message (
Expand
)
Author
2020-04-23
Add IsSingleType to Descriptors
Andrew Chow
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-07
Add DescriptorCache* read_cache and DescriptorCache* write_cache to Expand an...
Andrew Chow
2020-03-07
Introduce DescriptorCache struct which caches xpubs
Andrew Chow
2020-02-11
Get the OutputType for a descriptor
Andrew Chow
2020-01-16
Fix doxygen errors
Ben Woosley
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-09-24
doc: Doxygen-friendly descriptor.h comments
Jon Layton
2019-08-16
Return an error from descriptor Parse that gives more information about what ...
Andrew Chow
2019-08-17
Merge #15986: Add checksum to getdescriptorinfo
MeshCollider
2019-08-14
Merge #14934: Descriptor expansion cache clarifications
Wladimir J. van der Laan
2019-08-06
Add unmodified-but-with-checksum to getdescriptorinfo
Pieter Wuille
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-06-06
Add private key derivation functions to descriptors
MeshCollider
2019-02-15
Descriptor checksum
Pieter Wuille
2019-01-29
[doc] descriptor: explain GetPubKey() usage with cached public key
Sjors Provoost
2018-11-28
Add descriptor expansion cache
Pieter Wuille
2018-10-26
Add Descriptor::IsSolvable() to distinguish addr/raw from others
Pieter Wuille
2018-10-26
Add support for inferring descriptors from scripts
Pieter Wuille
2018-09-05
Replace duplcate reference with reference to reference doc
Pieter Wuille
2018-07-27
Support h instead of ' in hardened descriptor paths
Pieter Wuille
2018-07-27
Output descriptors module
Pieter Wuille