aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-07-17Merge #13663: tests: Avoid read/write to default datadirMarcoFalke
2018-07-14test_bitcoin: Avoid read/write to default datadirMarcoFalke
2018-07-13Merge #13417: [net] Tighten scope in net_processingPieter Wuille
2018-07-12Merge #13145: Use common getPath method to create temp directory in tests.MarcoFalke
2018-07-11Use common SetDataDir method to create temp directory in tests.winder
2018-07-10Merge #13565: test: Fix AreInputsStandard test to reference the proper script...MarcoFalke
2018-07-09Make g_enable_bip61 a member variable of PeerLogicValidationJesse Cohen
2018-07-08net: Remove unused interrupt from SendMessagesfanquake
2018-07-05Merge #13425: Moving final scriptSig construction from CombineSignatures to P...Wladimir J. van der Laan
2018-07-04Merge #13575: Refactor: Rename NET_TOR to NET_ONIONWladimir J. van der Laan
2018-07-04Merge #13491: Improve handling of INVALID in IsMineWladimir J. van der Laan
2018-07-03Remove CombineSignatures and replace testsAndrew Chow
2018-07-03Make SignatureData able to store signatures and scriptsAndrew Chow
2018-07-02scripted-diff: Replace NET_TOR with NET_ONIONwodry
2018-06-30Merge #13545: tests: Fix test case streams_serializedata_xor. Remove Boost de...MarcoFalke
2018-06-28Fix AreInputsStandard test to reference the proper scriptPubKeyBen Woosley
2018-06-27tests: Fix incorrect documentation for test case cuckoocache_hit_rate_okpracticalswift
2018-06-27Remove boost dependency (boost/assign/std/vector.hpp)practicalswift
2018-06-27Fix incorrect testspracticalswift
2018-06-28Merge #12882: tests: Make test_bitcoin pass under ThreadSanitzer (clang). Fix...MarcoFalke
2018-06-19[move-only] Move things only referenced in net_processing out of header fileJesse Cohen
2018-06-17Add P2WSH destination helper and use it instead of manual hashingPieter Wuille
2018-06-17Add additional unit tests for invalid IsMine combinationsPieter Wuille
2018-06-17Do not expose invalidity from IsMinePieter Wuille
2018-06-13tests: Drop variadic macroMarcoFalke
2018-06-12tests: Fix lock-order-inversion (potential deadlock) in DoS_tests. Reported b...practicalswift
2018-06-12Merge #13312: docs: Add a note about the source code filename naming conventionMarcoFalke
2018-06-11Merge #13230: Simplify include analysis by enforcing the developer guide's in...Wladimir J. van der Laan
2018-06-11test: Add MempoolAncestryTestsKarl-Johan Alm
2018-06-07Merge #13396: Drop unused arith_uint256 ! operatorWladimir J. van der Laan
2018-06-07Merge #13243: Make reusable base class for auxiliary indicesWladimir J. van der Laan
2018-06-06speed up of tx_validationcache_tests by reusing of CTransaction.lucash.dev@gmail.com
2018-06-06Use bracket syntax includes ("#include <foo.h>")practicalswift
2018-06-05Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to ...Wladimir J. van der Laan
2018-06-05Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInputWladimir J. van der Laan
2018-06-05Merge #13351: wallet: Prevent segfault when sending to unspendable witnessMarcoFalke
2018-06-05Drop uint 256 not operatorBen Woosley
2018-06-04index: Remove TxIndexDB from public interface of TxIndex.Jim Posen
2018-06-04Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2Wladimir J. van der Laan
2018-05-30wallet: Prevent segfault when sending to unspendable witnessMarcoFalke
2018-05-30Give an error and exit if there are unknown parametersAndrew Chow
2018-05-29[MOVEONLY] Move unused Merkle branch code to testsPieter Wuille
2018-05-29Specialized double sha256 for 64 byte inputsPieter Wuille
2018-05-24Merge #13291: test: Don't include torcontrol.cpp into the test fileMarcoFalke
2018-05-23Merge #13011: Cache witness hash in CTransactionWladimir J. van der Laan
2018-05-23Do not use uppercase characters in source code filenamespracticalswift
2018-05-22Merge #13282: trivial: Mark overrides as such.MarcoFalke
2018-05-21Declare TorReply parsing functions in torcontrol_testsBen Woosley
2018-05-20Drop the chain argument to GetDifficultyBen Woosley
2018-05-20trivial: Mark overrides as such.Daniel Kraft