1326 Commits (46ce223d15d4111d096f6342eb6f526d2507d7d7)

Author SHA1 Message Date
Pieter Wuille e945848582 scripted-diff: Use new naming style for insecure_rand* functions 7 years ago
practicalswift 0abc58890c [tests] Remove printf(...) 7 years ago
practicalswift 227ae9b34d [tests] Use FastRandomContext instead of boost::random::{mt19937,uniform_int_distribution} 7 years ago
Pieter Wuille 2fcd9cc86b scripted-diff: Use randbits/bool instead of randrange where possible 7 years ago
Pieter Wuille 2ada678521 Use randbits instead of ad-hoc emulation in prevector tests 7 years ago
Pieter Wuille 5f0b04eedc Replace rand() & ((1 << N) - 1) with randbits(N) 7 years ago
Pieter Wuille 3ecabae363 Replace more rand() % NUM by randranges 7 years ago
Matt Corallo b5fea8d0cc Cache full script execution results in addition to signatures 7 years ago
practicalswift 3fb81a8480 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 7 years ago
Pieter Wuille efee1db21a scripted-diff: use insecure_rand256/randrange more 7 years ago
Pieter Wuille 1119927df0 Add various insecure_rand wrappers for tests 7 years ago
Pieter Wuille 124d13a58c Merge test_random.h into test_bitcoin.h 7 years ago
Pieter Wuille 90620d66c9 scripted-diff: Rename cuckoo tests' local rand context 7 years ago
Pieter Wuille 37e864eb9f Add FastRandomContext::rand256() and ::randbytes() 7 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 7 years ago
Wladimir J. van der Laan a7e3c2814c rpc: Add listen address to incoming connections in `getpeerinfo` 7 years ago
practicalswift 90593ed92c Limit variable scope 7 years ago
Pieter Wuille 9aa215bff9 Bugfixes: missing == 0 after randrange 7 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 7 years ago
Pieter Wuille 73de2c1ff3 Rename CCoinsCacheEntry::coins to coin 7 years ago
Pieter Wuille ce23efaa5c Extend coins_tests 7 years ago
Pieter Wuille 5083079688 Switch CCoinsView and chainstate db from per-txid to per-txout 7 years ago
Pieter Wuille 961e483979 Switch tests from ModifyCoins to AddCoin/SpendCoin 7 years ago
Pieter Wuille 8b3868c1b4 Switch CScriptCheck to use Coin instead of CCoins 7 years ago
Matt Corallo c87b957a32 Only pass things committed to by tx's witness hash to CScriptCheck 7 years ago
Pieter Wuille f68cdfe92b Switch from per-tx to per-txout CCoinsViewCache methods in some places 7 years ago
Pieter Wuille bd83111a0f Optimization: Coin&& to ApplyTxInUndo 7 years ago
Pieter Wuille cb2c7fdac2 Replace CTxInUndo with Coin 7 years ago
practicalswift 5a9b508279 [trivial] Add end of namespace comments 7 years ago
Pieter Wuille d342424301 Remove/ignore tx version in utxo and undo 7 years ago
Pieter Wuille 7e00322906 Add specialization of SipHash for 256 + 32 bit data 7 years ago
Pieter Wuille f54580e7e4 error() in disconnect for disk corruption, not inconsistency 7 years ago
practicalswift 693247b82b [test] Speed up fuzzing by ~200x when using afl-fuzz 7 years ago
Cory Fields 6b51b0a076 tests: fix spurious addrman test failure 7 years ago
Jack Grigg 49a199bb51
torcontrol: Handle escapes in Tor QuotedStrings 7 years ago
Jack Grigg 29f3c20078
torcontrol: Add unit tests for Tor reply parsers 7 years ago
Wladimir J. van der Laan 2f84cf6654 tests: Correct testcase in script_tests.json for large number OP_EQUAL 7 years ago
Alex Morcos 3ee76d6de5 Introduce a scale factor 7 years ago
Alex Morcos 3810e976d6 Rewrite estimateSmartFee 7 years ago
Alex Morcos c7447ec303 Track failures in fee estimation. 7 years ago
Alex Morcos e5007bae35 Change parameters for fee estimation and estimates on all 3 time horizons. 7 years ago
Jimmy Song a80f295666 [tests] Clean up addrman_tests.cpp 7 years ago
Jorge Timón f2957ce6cd
Util: Create ArgsManager class... 7 years ago
Jorge Timón c1082a7d35
Chainparams: Use the factory for pow tests 7 years ago
Jorge Timón 2351a064a6
Chainparams: Get rid of CChainParams& Params(std::string) 7 years ago
Jorge Timón 381a46e38f
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 7 years ago
Jimmy Song ed36de59e4 [tests] Update Unit Test for addrman.h/addrman.cpp 7 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