aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-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-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
2018-05-19scripted-diff: Rename master key to seedJohn Newbery
2018-05-18Drop UpdateTransaction in favor of UpdateInputBen Woosley
2018-05-16Merge #13023: Fix some concurrency issues in ActivateBestChain()Wladimir J. van der Laan
2018-05-16Add unit tests for signals generated by ProcessNewBlock()Jesse Cohen
2018-05-15Merge #12881: Minor optimizations to bech32::Decode(); add tests.Wladimir J. van der Laan
2018-05-14Break circular dependency: chain -> pow -> chainBen Woosley
2018-05-14Merge #12963: Fix Clang Static Analyzer warningsMarcoFalke
2018-05-14Merge #11689: mempool: Fix missing locking in CTxMemPool::check(…) and CTxM...MarcoFalke
2018-05-12Merge #11423: [Policy] Several transaction standardness rulesWladimir J. van der Laan