1428 Commits (a44c56c98a696b6b2b65fc6c0f33aa5009b8c85a)

Author SHA1 Message Date
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
jnewbery b7e144bb73 Add test cases to test new bitcoin-tx functionality 8 years ago
Matt Corallo c2f61bebb1 Add a ForceSetArg method for testing 8 years ago
Russell Yanofsky 35356b40ef Remove unused variable in test, fixing warning. 8 years ago
Matt Corallo 4cd373aea8 Un-expose mapArgs from utils.h 8 years ago
Matt Corallo 0cf86a6678 Introduce (and use) an IsArgSet accessor method 8 years ago
Matt Corallo 2b5f085ad1 Fix non-const mapMultiArgs[] access after init. 8 years ago
Pieter Wuille 2ddfcfd2d6 Make CScript (and prevector) c++11 movable. 8 years ago
Pieter Wuille 6713f0f142 Make FillBlock consume txn_available to avoid shared_ptr copies 8 years ago
Pieter Wuille 62607d796c Convert COrphanTx to keep a CTransactionRef 8 years ago
Pieter Wuille c44e4c467c Make AcceptToMemoryPool take CTransactionRef 8 years ago
Douglas Roark b3717326c1 Re-enable a blank v1 Tx JSON test 8 years ago
Karl-Johan Alm 280a5599eb Added some simple tests for the RAII-style events. 8 years ago
BtcDrak 23208ac81b
Remove unused test files and references 8 years ago
Karl-Johan Alm 815f4148b2 Uses built-in byte swap if available (Apple) and if bswap_XX is undefined. 8 years ago
Chris Stewart 988ce2ddef Adding 'amount' label to tx_valid/tx_invalid.json files 8 years ago
Pieter Wuille 5dd626a6d3 Make fuzzer actually test CTxOutCompressor 8 years ago
Patrick Strateman a4153e20ec Simple fuzzing framework 8 years ago
Jeremy Rubin 67dac4e193 Add unit tests for the CuckooCache 8 years ago
Jeremy Rubin c9e69fbf39 Add CuckooCache implementation and replace the sigcache map_type with it 8 years ago
Richard Kiss e49a252bae Fix spelling. 8 years ago
Karl-Johan Alm 8c1dbc5e9d Refactor: Removed begin/end_ptr functions. 8 years ago
BtcDrak c5c92c46fb
Update python tests for default tx version=2 8 years ago