1360 Commits (b45c597caadabbf10a1e34f2c9ee1d0916164eee)

Author SHA1 Message Date
practicalswift 5a9b508279 [trivial] Add end of namespace comments 8 years ago
Pieter Wuille d342424301 Remove/ignore tx version in utxo and undo 8 years ago
Pieter Wuille 7e00322906 Add specialization of SipHash for 256 + 32 bit data 8 years ago
Pieter Wuille f54580e7e4 error() in disconnect for disk corruption, not inconsistency 8 years ago
practicalswift f3ba869734 [tests] Add libFuzzer support. 8 years ago
practicalswift 693247b82b [test] Speed up fuzzing by ~200x when using afl-fuzz 8 years ago
Cory Fields 6b51b0a076 tests: fix spurious addrman test failure 8 years ago
Jack Grigg 49a199bb51
torcontrol: Handle escapes in Tor QuotedStrings 8 years ago
Jack Grigg 29f3c20078
torcontrol: Add unit tests for Tor reply parsers 8 years ago
Wladimir J. van der Laan 2f84cf6654 tests: Correct testcase in script_tests.json for large number OP_EQUAL 8 years ago
Alex Morcos 3ee76d6de5 Introduce a scale factor 8 years ago
Alex Morcos 3810e976d6 Rewrite estimateSmartFee 8 years ago
Alex Morcos c7447ec303 Track failures in fee estimation. 8 years ago
Alex Morcos e5007bae35 Change parameters for fee estimation and estimates on all 3 time horizons. 8 years ago
Jimmy Song a80f295666 [tests] Clean up addrman_tests.cpp 8 years ago
Jorge Timón f2957ce6cd
Util: Create ArgsManager class... 8 years ago
Jorge Timón c1082a7d35
Chainparams: Use the factory for pow tests 8 years ago
Jorge Timón 2351a064a6
Chainparams: Get rid of CChainParams& Params(std::string) 8 years ago
Jorge Timón 381a46e38f
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 8 years ago
Jimmy Song ed36de59e4 [tests] Update Unit Test for addrman.h/addrman.cpp 8 years ago
Jimmy Song dcb69fde5a [test] Unit test amount.h/amount.cpp 8 years ago
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