1169 Commits (c99ab3ca4b2363b721d6582cf22d5d41896d1037)

Author SHA1 Message Date
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 8 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 8 years ago
Jeremy Rubin 3f098cccf6 Decrease testcase sizes in cuckoocache tests 8 years ago
practicalswift dbf30ff10f [trivial] Fix typos in comments 8 years ago
John Newbery 63d66ba20a Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py 8 years ago
practicalswift d93b97fbcf Set to nullptr after delete 8 years ago
Pavel Janík b42ff60c7e Fix shadowing of local variables. 8 years ago
Pavel Janík bb2aaeeeea Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1. 8 years ago
practicalswift 8dc957ae06 Remove unused code 8 years ago
Russell Yanofsky 91e303595b Make test_bitcoin.cpp compatible with Qt Test framework 8 years ago
kobake 8e0720bdb9 Fix msvc compiler error C4146 (unary minus operator applied to unsigned type) 8 years ago
John Newbery 6c1fb73dd1 Improve logging in bctest.py if there is a formatting mismatch 8 years ago
Alex Morcos 359e8a03d1 [cleanup] Remove coin age priority completely. 8 years ago
Alex Morcos 0315888d0d [test] Remove priority from tests 8 years ago
Wladimir J. van der Laan 64854666f5 test: Report InitBlockIndex result 8 years ago
Alex Morcos fe282acd76 [cleanup] Remove estimatePriority and estimateSmartPriority 8 years ago
Alex Morcos 272b25a6a9 [mining] Remove -blockprioritysize. 8 years ago
Wladimir J. van der Laan 19cafc6239 test: Replace remaining sprintf with snprintf 8 years ago
Pieter Wuille 277b472fb2 Run miner_tests with fixed options 8 years ago
Pieter Wuille 30aedcbdb4 BIP32 extra test vector 8 years ago
Wladimir J. van der Laan 7cad849299 sanity: Move OS random to sanity check function 8 years ago
Wladimir J. van der Laan 224e6eb089 util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD 8 years ago
Marko Bencun a87d02adad use EXIT_ codes instead of magic numbers 8 years ago
CryptAxe 00e623d0b8 [Trivial] Update comments referencing main.cpp 8 years ago
Jeremy Rubin 96c7f2c345 Add CheckQueue Tests 8 years ago
Wladimir J. van der Laan 056aba2b4f Remove fallbacks for boost_filesystem < v3 8 years ago
Gregory Maxwell ac719c936d Init ECC context for test_bitcoin_fuzzy. 8 years ago
Cory Fields 7a8c251901 net: Disallow sending messages until the version handshake is complete 8 years ago
Luke Dashjr 95f97f4b94 Skip RAII event tests if libevent is built without event_set_mem_functions 8 years ago
practicalswift cc16d99f1d [trivial] Fix typos in comments 8 years ago
Lauda 5c66d41b7f [Trivial] Grammar and typo correction 8 years ago
practicalswift 8455e367fe [test] Avoid reading a potentially uninitialized variable in tx_invalid-test 8 years ago
Alex Morcos 6b331e6cf9 Fix to have miner test aware of new separate block min tx fee 8 years ago
Alex Morcos ad82cb06ce Remove unnecessary min fee argument in CTxMemPool constructor 8 years ago
Alex Morcos eb30d1a5b2 Introduce -dustrelayfee 8 years ago
practicalswift 8fc698935f Remove redundant semicolons 8 years ago
practicalswift afab9f47f6 [test] Avoid potential NULL pointer dereference in addrman_tests.cpp 8 years ago
practicalswift 95bab821b3 Remove unused Python imports 8 years ago
Pieter Wuille 5a0b7e4106 Fix memory leak in net_tests 8 years ago
Pieter Wuille f94f3e0df8 Avoid integer overflows in scriptnum tests 8 years ago
Suhas Daftuar 4b06e41c30 Add unit test for FindEarliestAtLeast 8 years ago
Matt Corallo 93380c5247 Use replaced transactions in compact block reconstruction 8 years ago
John Newbery 0c50909347 testcases: explicitly specify transaction version 1 8 years ago
Matt Corallo edded808fc Make ATMP optionally return the CTransactionRefs it replaced 8 years ago
Russell Yanofsky dd44ea39bb Check FRESH validity in CCoinsViewCache::BatchWrite 8 years ago
Alex Morcos 84f7ab08d2 Remove member variable hadNoDependencies from CTxMemPoolEntry 8 years ago
Alex Morcos b50cd7a67e Fix dangerous condition in ModifyNewCoins. 8 years ago
Cory Fields d3d7056d2a net: make net processing interruptible 8 years ago
Karl-Johan Alm 73f41190b9 Refactoring: Removed using namespace <xxx> from bench/ and test/ source files. 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago