1405 Commits (bb79aaf93af93d5f9f5097cff4fbb2791af86875)

Author SHA1 Message Date
Jimmy Song 1b144495d0 [test] Add Unit Test for GetListenPort 8 years ago
Jeremy Rubin f9c88079df Deduplicate SignatureCacheHasher 8 years ago
Alex Morcos 14e10aa842 Call estimate(Smart)Fee directly from CBlockPolicyEstimator 8 years ago
Alex Morcos ae7327b832 Make feeEstimator its own global instance of CBlockPolicyEstimator 8 years ago
Jorge Timón 618d07faa2
MOVEONLY: tx functions to consensus/tx_verify.o 8 years ago
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
Pieter Wuille 4fd2d2fc97 Add a FastRandomContext::randrange and use it 8 years ago
Pieter Wuille 16329224e7 Switch FastRandomContext to ChaCha20 8 years ago
Pieter Wuille e04326fe66 Add ChaCha20 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
Russell Yanofsky cf66f04368 Add FindEarliestAtLeast test for edge cases 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