aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Sync changes from Dogecoin 1.10Ross Nicoll2019-07-131-1/+3
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-135-10/+607
* Add Dogecoin difficulty calculationsRoss Nicoll2019-04-281-3/+92
* Replace test data with Dogecoin valuesRoss Nicoll2019-04-0314-720/+732
* Add Dogecoin block subsidy calculations.Ross Nicoll2019-04-031-0/+105
* Scrypt n=1024 PoW hashRoss Nicoll2019-04-034-4/+39
* add test demonstrating addrLocal UBKaz Wesley2018-11-291-0/+38
* add a test demonstrating an overflow in a deserialization edge caseKaz Wesley2018-11-281-0/+45
* Use assert when running from multithreaded code as BOOST_CHECK_* are not thre...Jesse Cohen2018-08-271-2/+2
* qa: Stop txindex thread before calling destructorMarcoFalke2018-08-271-0/+2
* Merge #13918: rpc: Replace median fee rate with feerate percentiles in getblo...MarcoFalke2018-08-131-0/+80
|\
| * Replace median fee rate with feerate percentilesMarcin Jachymiak2018-08-111-0/+80
* | Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan2018-08-132-1/+37
|\ \ | |/ |/|
| * Always create 70 byte signatures with low R valuesAndrew Chow2018-08-092-1/+37
* | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-0861-61/+61
|\ \ | |/ |/|
| * Update copyright headers to 2018DrahtBot2018-07-2761-61/+61
* | trivial: correct typosVarunram2018-08-021-1/+1
* | Merge #13697: Support output descriptors in scantxoutsetWladimir J. van der Laan2018-08-011-0/+163
|\ \
| * | Support h instead of ' in hardened descriptor pathsPieter Wuille2018-07-271-2/+17
| * | Descriptor testsPieter Wuille2018-07-271-0/+148
| |/
* | Merge #13247: Add tests to SingleThreadedSchedulerClient() and document the m...MarcoFalke2018-07-311-1/+43
|\ \
| * | Add Unit Test for SingleThreadedSchedulerClientJesse Cohen2018-05-181-1/+43
* | | refactor: Avoid locking tx pool cs thriceMarcoFalke2018-07-294-6/+11
| |/ |/|
* | Merge #13753: scripted-diff: Remove trailing whitespacesMarcoFalke2018-07-2512-84/+84
|\ \
| * | scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-2412-84/+84
* | | Merge #13656: Remove the boost/algorithm/string/predicate.hpp dependencyMarcoFalke2018-07-241-0/+15
|\ \ \ | |/ / |/| |
| * | Removes Boost predicate.hpp dependency2512018-07-221-0/+15
* | | doc: Adjust bitcoincore.org linksMarcoFalke2018-07-221-4/+4
|/ /
* | Merge #13691: Remove redundant variables, statements and forward declarationsMarcoFalke2018-07-222-2/+1
|\ \
| * | Remove redundant unused variablespracticalswift2018-07-182-2/+1
* | | Merge #13655: bitcoinconsensus: invalid flags error should be set to bitcoinc...Wladimir J. van der Laan2018-07-181-0/+142
|\ \ \ | |/ / |/| |
| * | bitcoinconsensus: invalid flags should be set to bitcoinconsensus_error type,...Thomas Kerin2018-07-131-0/+142
* | | Merge #13663: tests: Avoid read/write to default datadirMarcoFalke2018-07-171-0/+2
|\ \ \
| * | | test_bitcoin: Avoid read/write to default datadirMarcoFalke2018-07-141-0/+2
| |/ /
* | | Merge #13417: [net] Tighten scope in net_processingPieter Wuille2018-07-132-1/+3
|\ \ \ | |/ / |/| |
| * | Make g_enable_bip61 a member variable of PeerLogicValidationJesse Cohen2018-07-091-1/+1
| * | [move-only] Move things only referenced in net_processing out of header fileJesse Cohen2018-06-191-0/+2
* | | Merge #13145: Use common getPath method to create temp directory in tests.MarcoFalke2018-07-124-27/+38
|\ \ \
| * | | Use common SetDataDir method to create temp directory in tests.winder2018-07-114-27/+38
* | | | Merge #13565: test: Fix AreInputsStandard test to reference the proper script...MarcoFalke2018-07-101-1/+1
|\ \ \ \
| * | | | Fix AreInputsStandard test to reference the proper scriptPubKeyBen Woosley2018-06-281-1/+1
* | | | | net: Remove unused interrupt from SendMessagesfanquake2018-07-081-14/+10
* | | | | Merge #13425: Moving final scriptSig construction from CombineSignatures to P...Wladimir J. van der Laan2018-07-052-40/+63
|\ \ \ \ \
| * | | | | Remove CombineSignatures and replace testsAndrew Chow2018-07-032-40/+63
| * | | | | Make SignatureData able to store signatures and scriptsAndrew Chow2018-07-031-4/+4
| | |_|/ / | |/| | |
* | | | | Merge #13575: Refactor: Rename NET_TOR to NET_ONIONWladimir J. van der Laan2018-07-041-2/+2
|\ \ \ \ \
| * | | | | scripted-diff: Replace NET_TOR with NET_ONIONwodry2018-07-021-2/+2
* | | | | | Merge #13491: Improve handling of INVALID in IsMineWladimir J. van der Laan2018-07-041-136/+113
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add P2WSH destination helper and use it instead of manual hashingPieter Wuille2018-06-171-100/+29
| * | | | | Add additional unit tests for invalid IsMine combinationsPieter Wuille2018-06-171-0/+82