aboutsummaryrefslogtreecommitdiff
path: root/src/test/descriptor_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-63/+63
* wallet: Fix typo in comments; Simplify assertMarcoFalke2020-07-111-1/+1
* refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-241-1/+1
* test: Fix outstanding -Wsign-compare errorsBen Woosley2020-05-081-1/+1
* test: Move boost/stdlib includes lastMarcoFalke2020-04-171-2/+4
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Sort test includesMarcoFalke2020-04-161-4/+4
* Only cache xpubs that have a hardened last stepAndrew Chow2020-03-071-0/+48
* Cache the immediate derivation parent xpubAndrew Chow2020-03-071-2/+18
* Add DescriptorCache* read_cache and DescriptorCache* write_cache to Expand an...Andrew Chow2020-03-071-3/+3
* Get the OutputType for a descriptorAndrew Chow2020-02-111-35/+39
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* Add sortedmulti descriptor and unit testsAndrew Chow2019-10-081-0/+3
* Make descriptor test deterministicDavid Reikher2019-08-211-14/+54
* Additional tests for other failure casesAndrew Chow2019-08-161-0/+15
* Check error messages in descriptor testsAndrew Chow2019-08-161-24/+25
* Return an error from descriptor Parse that gives more information about what ...Andrew Chow2019-08-161-4/+6
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* Keep full pubkeys in FlatSigningProvider::originsPieter Wuille2019-04-041-2/+2
* Descriptor checksumPieter Wuille2019-02-151-6/+28
* Add comments to descriptor testsPieter Wuille2018-11-281-4/+19
* Add descriptor expansion cachePieter Wuille2018-11-281-3/+12
* Merge #14477: Add ability to convert solvability info to descriptorPieter Wuille2018-11-271-0/+12
|\
| * Add tests for InferDescriptor and Descriptor::IsSolvablePieter Wuille2018-10-261-0/+12
* | Fix descriptor_tests not checking ToString output of public descriptorsRussell Yanofsky2018-11-271-1/+1
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
|/
* Add tests for key origin supportPieter Wuille2018-10-201-12/+28
* Remove unused variablepracticalswift2018-08-021-1/+1
* Support h instead of ' in hardened descriptor pathsPieter Wuille2018-07-271-2/+17
* Descriptor testsPieter Wuille2018-07-271-0/+148