aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-18Add Unit Test for SingleThreadedSchedulerClientJesse Cohen
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
2018-05-05Add Clang thread safety analysis annotationspracticalswift
2018-05-04Make CMutableTransaction constructor explicitMarcoFalke
2018-05-05Add transaction tests for constant scriptCodeJohnson Lau
2018-05-05Add constant scriptCode policy in non-segwit scriptsJohnson Lau
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-04-29util: Store debug log file path in BCLog::Logger member.Jim Posen
2018-04-29scripted-diff: Rename BCLog::Logger member variables.Jim Posen
2018-04-27util: Establish global logger object.Jim Posen
2018-04-26Merge #13002: Do not treat bare multisig outputs as IsMine unless watchedWladimir J. van der Laan
2018-04-25[test] Simple unit test for TxIndex.Jim Posen
2018-04-23Make tests pass after 2020Bernhard M. Wiedemann
2018-04-23Merge #12885: Reduce implementation code inside CScriptWladimir J. van der Laan
2018-04-23Merge #13052: trivial: Fix relevent typoMarcoFalke