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
2022-02-15
Add tr() descriptor unit tests
Pieter Wuille
2022-01-20
Merge bitcoin/bitcoin#23171: qa: test descriptors with mixed xpubs and const ...
Andrew Chow
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-09
qa: test descriptors with mixed xpubs and const pubkeys
Antoine Poinsot
2021-06-24
Remove priv option for ToNormalizedString
Andrew Chow
2021-04-28
script: allow up to 20 keys in wsh() descriptors
Antoine Poinsot
2021-04-28
script: match multisigs with up to MAX_PUBKEYS_PER_MULTISIG keys
Antoine Poinsot
2021-03-29
Clean up context dependent checks in descriptor parsing
Pieter Wuille
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2020-10-09
descriptors: Add ToNormalizedString and tests
Andrew Chow
2020-07-11
wallet: Fix typo in comments; Simplify assert
MarcoFalke
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-05-08
test: Fix outstanding -Wsign-compare errors
Ben Woosley
2020-04-17
test: Move boost/stdlib includes last
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
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