1405 Commits (bb79aaf93af93d5f9f5097cff4fbb2791af86875)

Author SHA1 Message Date
Andrew Chow 5b75c47784 Add a valid opcode sanity check to CScript 8 years ago
Pieter Wuille e945848582 scripted-diff: Use new naming style for insecure_rand* functions 8 years ago
practicalswift 0abc58890c [tests] Remove printf(...) 8 years ago
practicalswift 227ae9b34d [tests] Use FastRandomContext instead of boost::random::{mt19937,uniform_int_distribution} 8 years ago
Pieter Wuille 2fcd9cc86b scripted-diff: Use randbits/bool instead of randrange where possible 8 years ago
Pieter Wuille 2ada678521 Use randbits instead of ad-hoc emulation in prevector tests 8 years ago
Pieter Wuille 5f0b04eedc Replace rand() & ((1 << N) - 1) with randbits(N) 8 years ago
Pieter Wuille 3ecabae363 Replace more rand() % NUM by randranges 8 years ago
Matt Corallo b5fea8d0cc Cache full script execution results in addition to signatures 8 years ago
practicalswift 3fb81a8480 Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 8 years ago
Pieter Wuille efee1db21a scripted-diff: use insecure_rand256/randrange more 8 years ago
Pieter Wuille 1119927df0 Add various insecure_rand wrappers for tests 8 years ago
Pieter Wuille 124d13a58c Merge test_random.h into test_bitcoin.h 8 years ago
Pieter Wuille 90620d66c9 scripted-diff: Rename cuckoo tests' local rand context 8 years ago
Pieter Wuille 37e864eb9f Add FastRandomContext::rand256() and ::randbytes() 8 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 8 years ago
Wladimir J. van der Laan a7e3c2814c rpc: Add listen address to incoming connections in `getpeerinfo` 8 years ago
practicalswift 90593ed92c Limit variable scope 8 years ago
Pieter Wuille 9aa215bff9 Bugfixes: missing == 0 after randrange 8 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 8 years ago
Pieter Wuille 73de2c1ff3 Rename CCoinsCacheEntry::coins to coin 8 years ago
Pieter Wuille ce23efaa5c Extend coins_tests 8 years ago
Pieter Wuille 5083079688 Switch CCoinsView and chainstate db from per-txid to per-txout 8 years ago
Pieter Wuille 961e483979 Switch tests from ModifyCoins to AddCoin/SpendCoin 8 years ago
Pieter Wuille 8b3868c1b4 Switch CScriptCheck to use Coin instead of CCoins 8 years ago
Matt Corallo c87b957a32 Only pass things committed to by tx's witness hash to CScriptCheck 8 years ago
Pieter Wuille f68cdfe92b Switch from per-tx to per-txout CCoinsViewCache methods in some places 8 years ago
Pieter Wuille bd83111a0f Optimization: Coin&& to ApplyTxInUndo 8 years ago
Pieter Wuille cb2c7fdac2 Replace CTxInUndo with Coin 8 years ago
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