aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Improve logging in bctest.py if there is a formatting mismatchJohn Newbery2017-03-071-3/+9
* Merge #9548: Remove min reasonable feeWladimir J. van der Laan2017-03-073-9/+9
|\
| * Remove unnecessary min fee argument in CTxMemPool constructorAlex Morcos2017-01-173-9/+9
* | Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-075-46/+33
|\ \
| * | [cleanup] Remove coin age priority completely.Alex Morcos2017-03-032-3/+2
| * | [test] Remove priority from testsAlex Morcos2017-03-035-42/+33
| * | [cleanup] Remove estimatePriority and estimateSmartPriorityAlex Morcos2017-02-271-2/+0
| * | [mining] Remove -blockprioritysize.Alex Morcos2017-02-271-1/+0
* | | Merge #9555: [test] Avoid reading a potentially uninitialized variable in tx_...MarcoFalke2017-03-071-1/+3
|\ \ \
| * | | [test] Avoid reading a potentially uninitialized variable in tx_invalid-testpracticalswift2017-01-211-1/+3
* | | | Merge #8808: Do not shadow variables (gcc set)Wladimir J. van der Laan2017-03-031-1/+1
|\ \ \ \
| * | | | Do not shadow variables (gcc set)Pavel Janík2016-12-051-1/+1
* | | | | test: Report InitBlockIndex resultWladimir J. van der Laan2017-03-021-2/+2
* | | | | Merge #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSDWladimir J. van der Laan2017-03-011-0/+19
|\ \ \ \ \
| * | | | | sanity: Move OS random to sanity check functionWladimir J. van der Laan2017-02-221-28/+1
| * | | | | util: Specific GetOSRandom for Linux/FreeBSD/OpenBSDWladimir J. van der Laan2017-02-211-0/+46
* | | | | | Merge #9868: Abstract out the command line options for block assemblyWladimir J. van der Laan2017-03-011-19/+28
|\ \ \ \ \ \
| * | | | | | Run miner_tests with fixed optionsPieter Wuille2017-02-261-19/+28
* | | | | | | Merge #9867: Replace remaining sprintf with snprintfWladimir J. van der Laan2017-02-281-3/+3
|\ \ \ \ \ \ \
| * | | | | | | test: Replace remaining sprintf with snprintfWladimir J. van der Laan2017-02-271-3/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge #9350: [Trivial] Adding label for amount inside of tx_valid/tx_invalid....MarcoFalke2017-02-272-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Adding 'amount' label to tx_valid/tx_invalid.json filesChris Stewart2016-12-152-2/+2
* | | | | | | BIP32 extra test vectorPieter Wuille2017-02-231-0/+13
| |/ / / / / |/| | | | |
* | | | | | Merge #9815: Trivial: use EXIT_ codes instead of magic numbersWladimir J. van der Laan2017-02-221-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | use EXIT_ codes instead of magic numbersMarko Bencun2017-02-211-2/+2
* | | | | | Merge #9727: Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan2017-02-211-18/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan2017-02-101-18/+0
* | | | | | [Trivial] Update comments referencing main.cppCryptAxe2017-02-161-1/+1
|/ / / / /
* | | | | Init ECC context for test_bitcoin_fuzzy.Gregory Maxwell2017-02-051-0/+2
* | | | | net: Disallow sending messages until the version handshake is completeCory Fields2017-02-021-0/+4
* | | | | Merge #9556: Remove redundant semicolonsWladimir J. van der Laan2017-02-021-1/+1
|\ \ \ \ \
| * | | | | Remove redundant semicolonspracticalswift2017-01-141-1/+1
| | |_|/ / | |/| | |
* | | | | Merge #9647: Skip RAII event tests if libevent is built without event_set_mem...Wladimir J. van der Laan2017-01-301-0/+6
|\ \ \ \ \
| * | | | | Skip RAII event tests if libevent is built without event_set_mem_functionsLuke Dashjr2017-01-281-0/+6
* | | | | | Merge #9615: Wallet incremental feeWladimir J. van der Laan2017-01-301-4/+7
|\ \ \ \ \ \
| * | | | | | Fix to have miner test aware of new separate block min tx feeAlex Morcos2017-01-191-4/+7
* | | | | | | [trivial] Fix typos in commentspracticalswift2017-01-271-2/+2
* | | | | | | Merge #9610: [Trivial] Grammar and typo correction (laudaa)MarcoFalke2017-01-226-7/+7
|\ \ \ \ \ \ \
| * | | | | | | [Trivial] Grammar and typo correctionLauda2017-01-226-7/+7
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge #9554: [test] Avoid potential NULL pointer dereference in addrman_tests...MarcoFalke2017-01-221-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | [test] Avoid potential NULL pointer dereference in addrman_tests.cpppracticalswift2017-01-141-1/+1
| |/ / / / /
* | | | | | Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan2017-01-192-5/+7
|\ \ \ \ \ \
| * | | | | | Use replaced transactions in compact block reconstructionMatt Corallo2017-01-101-4/+6
| * | | | | | Make ATMP optionally return the CTransactionRefs it replacedMatt Corallo2017-01-091-1/+1
* | | | | | | Merge #9512: Fix various things -fsanitize complains aboutWladimir J. van der Laan2017-01-182-4/+6
|\ \ \ \ \ \ \
| * | | | | | | Fix memory leak in net_testsPieter Wuille2017-01-121-2/+2
| * | | | | | | Avoid integer overflows in scriptnum testsPieter Wuille2017-01-121-2/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge #9508: Remove unused Python importsMarcoFalke2017-01-181-1/+0
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Remove unused Python importspracticalswift2017-01-131-1/+0
| | |/ / / / | |/| | | |
* | | | | | Merge #9380: Separate different uses of minimum feesWladimir J. van der Laan2017-01-161-3/+3
|\ \ \ \ \ \