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
/
test
/
descriptor_tests.cpp
Age
Commit message (
Expand
)
Author
2020-03-07
Only cache xpubs that have a hardened last step
Andrew Chow
2020-03-07
Cache the immediate derivation parent xpub
Andrew Chow
2020-03-07
Add DescriptorCache* read_cache and DescriptorCache* write_cache to Expand an...
Andrew Chow
2020-02-11
Get the OutputType for a descriptor
Andrew Chow
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-08
Add sortedmulti descriptor and unit tests
Andrew Chow
2019-08-21
Make descriptor test deterministic
David Reikher
2019-08-16
Additional tests for other failure cases
Andrew Chow
2019-08-16
Check error messages in descriptor tests
Andrew Chow
2019-08-16
Return an error from descriptor Parse that gives more information about what ...
Andrew Chow
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-04
Keep full pubkeys in FlatSigningProvider::origins
Pieter Wuille
2019-02-15
Descriptor checksum
Pieter Wuille
2018-11-28
Add comments to descriptor tests
Pieter Wuille
2018-11-28
Add descriptor expansion cache
Pieter Wuille
2018-11-27
Merge #14477: Add ability to convert solvability info to descriptor
Pieter Wuille
2018-11-27
Fix descriptor_tests not checking ToString output of public descriptors
Russell Yanofsky
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-26
Add tests for InferDescriptor and Descriptor::IsSolvable
Pieter Wuille
2018-10-20
Add tests for key origin support
Pieter Wuille
2018-08-02
Remove unused variable
practicalswift
2018-07-27
Support h instead of ' in hardened descriptor paths
Pieter Wuille
2018-07-27
Descriptor tests
Pieter Wuille