aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-04-20Merge #9942: Refactor CBlockPolicyEstimatorWladimir J. van der Laan
2017-04-13Merge #9480: De-duplicate SignatureCacheHasherPieter Wuille
2017-04-12Deduplicate SignatureCacheHasherJeremy Rubin
2017-04-10Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos
2017-04-10Make feeEstimator its own global instance of CBlockPolicyEstimatorAlex Morcos
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-03-30Decrease testcase sizes in cuckoocache testsJeremy Rubin
2017-03-22Merge #10045: [trivial] Fix typos in commentsJonas Schnelli
2017-03-21[trivial] Fix typos in commentspracticalswift
2017-03-20Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery
2017-03-20Merge #10027: Set to nullptr after deleteWladimir J. van der Laan
2017-03-18Set to nullptr after deletepracticalswift
2017-03-18Merge #9911: Wshadow: various gcc fixesWladimir J. van der Laan
2017-03-18Merge #9987: Remove unused codeWladimir J. van der Laan
2017-03-18Fix shadowing of local variables.Pavel Janík
2017-03-18Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1.Pavel Janík
2017-03-17Merge #9974: Add basic Qt wallet testJonas Schnelli
2017-03-17Remove unused codepracticalswift
2017-03-14Merge #9497: CCheckQueue Unit TestsWladimir J. van der Laan
2017-03-10Make test_bitcoin.cpp compatible with Qt Test frameworkRussell Yanofsky
2017-03-09Merge #9916: Fix msvc compiler error C4146 (minus operator applied to unsigne...Wladimir J. van der Laan
2017-03-08Fix msvc compiler error C4146 (unary minus operator applied to unsigned type)kobake
2017-03-07Improve logging in bctest.py if there is a formatting mismatchJohn Newbery
2017-03-07Merge #9548: Remove min reasonable feeWladimir J. van der Laan
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-03-07Merge #9555: [test] Avoid reading a potentially uninitialized variable in tx_...MarcoFalke
2017-03-03[cleanup] Remove coin age priority completely.Alex Morcos
2017-03-03[test] Remove priority from testsAlex Morcos
2017-03-03Merge #8808: Do not shadow variables (gcc set)Wladimir J. van der Laan
2017-03-02test: Report InitBlockIndex resultWladimir J. van der Laan
2017-03-01Merge #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSDWladimir J. van der Laan
2017-03-01Merge #9868: Abstract out the command line options for block assemblyWladimir J. van der Laan
2017-02-28Merge #9867: Replace remaining sprintf with snprintfWladimir J. van der Laan
2017-02-27Merge #9350: [Trivial] Adding label for amount inside of tx_valid/tx_invalid....MarcoFalke
2017-02-27[cleanup] Remove estimatePriority and estimateSmartPriorityAlex Morcos
2017-02-27[mining] Remove -blockprioritysize.Alex Morcos
2017-02-27test: Replace remaining sprintf with snprintfWladimir J. van der Laan
2017-02-26Run miner_tests with fixed optionsPieter Wuille
2017-02-23BIP32 extra test vectorPieter Wuille
2017-02-22Merge #9815: Trivial: use EXIT_ codes instead of magic numbersWladimir J. van der Laan
2017-02-22sanity: Move OS random to sanity check functionWladimir J. van der Laan
2017-02-21util: Specific GetOSRandom for Linux/FreeBSD/OpenBSDWladimir J. van der Laan
2017-02-21Merge #9727: Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan
2017-02-21use EXIT_ codes instead of magic numbersMarko Bencun
2017-02-16[Trivial] Update comments referencing main.cppCryptAxe
2017-02-16Add CheckQueue TestsJeremy Rubin
2017-02-10Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan
2017-02-05Init ECC context for test_bitcoin_fuzzy.Gregory Maxwell
2017-02-02net: Disallow sending messages until the version handshake is completeCory Fields