aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-05-24Add transaction tests for constant scriptCodeJohnson Lau
2018-05-24Add constant scriptCode policy in non-segwit scriptsJohnson Lau
2018-05-24Add unit tests for signals generated by ProcessNewBlock()Jesse Cohen
2018-02-27test: Add missing signal.h headerWladimir J. van der Laan
2018-02-15test: Add unit test for LockDirectoryWladimir J. van der Laan
2018-01-15Merge #12118: Sort mempool by min(feerate, ancestor_feerate)Wladimir J. van der Laan
2018-01-15Merge #12127: Remove unused mempool indexWladimir J. van der Laan
2018-01-12Add test for new ancestor feerate sort behaviorSuhas Daftuar
2018-01-11Merge #12082: Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid....MarcoFalke
2018-01-10Merge #11403: SegWit wallet supportJonas Schnelli
2018-01-09Implicitly know about P2WPKH redeemscriptsPieter Wuille
2018-01-09Remove unused mempool indexSuhas Daftuar
2018-01-04Merge #11997: [tests] util_tests.cpp: actually check ignored argsMarcoFalke
2018-01-03Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.jsonChris Stewart
2018-01-04[tests] util_tests.cpp: actually check ignored argsAnthony Towns
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-29Merge #11824: Block ActivateBestChain to empty validationinterface queuePieter Wuille
2017-12-26Block ActivateBestChain to empty validationinterface queueMatt Corallo
2017-12-26Require no cs_main lock for ProcessNewBlock/ActivateBestChainMatt Corallo
2017-12-23Merge #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.Wladimir J. van der Laan
2017-12-20Merge #11879: [tests] remove redundant univalue_tests.cppWladimir J. van der Laan
2017-12-19Merge #11220: Check specific validation error in miner testsWladimir J. van der Laan
2017-12-19Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCsWladimir J. van der Laan
2017-12-13Merge #11558: Minimal code changes to allow msvc compilationWladimir J. van der Laan
2017-12-12[tests] remove redundant univalue_tests.cppJohn Newbery
2017-12-12Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan
2017-12-12Merge #10699: Make all script validation flags backward compatibleWladimir J. van der Laan
2017-12-12Merge #11516: crypto: Add test cases covering the relevant HMAC-SHA{256,512} ...Wladimir J. van der Laan
2017-12-01Merge #11804: [docs] Fixed outdated link with archive.isWladimir J. van der Laan
2017-12-01[docs] Fixed outdated link with archive.isTim Shimmin
2017-11-30Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke
2017-11-22[Tests] Adding unit tests for GetDifficulty in blockchain.cpp.sean
2017-11-21trivial: Fix unsuccessful typopracticalswift
2017-11-18[tests] Test that mempool rejects coinbase transactionsJames O'Beirne
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16test: refactor: Use absolute include paths for test data filesWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-10tests: Add missing locks to testspracticalswift
2017-11-10Minimal code changes to allow msvc compilation.Aaron Clauson
2017-11-09Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))practicalswift
2017-11-09Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift
2017-11-09Use unique_ptr for dbw (CDBWrapper)practicalswift
2017-11-09[Tests] check specific validation error in miner testsSjors Provoost
2017-11-07Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, ...MarcoFalke
2017-11-06Have SegWit active by defaultPieter Wuille
2017-11-06Unit tests for always-active versionbits.Anthony Towns
2017-11-06[consensus] Pin P2SH activation to block 173805 on mainnetJohn Newbery
2017-11-02Add unit test for stale tip checkingSuhas Daftuar
2017-11-02Add CConnmanTest to mutate g_connman in testsJoão Barbosa
2017-11-02Connect to an extra outbound peer if our tip is staleSuhas Daftuar