10116 Commits (d3ef66b9fcfe93ba392172639826aadc26b23039)

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
Pavlos Antoniou e5c616888b Fix instantiation and array accesses in class base_uint<BITS> 8 years ago
Russell Yanofsky 24e44c354d Don't return stale data from CCoinsViewCache::Cursor() 8 years ago
Matt Corallo eada04e778 Do not print soft-fork-script warning with -promiscuousmempool 8 years ago
Matt Corallo b5fea8d0cc Cache full script execution results in addition to signatures 8 years ago
Matt Corallo 6d22b2b17b Pull script verify flags calculation out of ConnectBlock 8 years ago
practicalswift 246a02fb14 Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set} 8 years ago
Luke Dashjr c237bd750e wallet: Update formatting 8 years ago
Luke Dashjr 9cbe8c80ba wallet: Forbid -salvagewallet, -zapwallettxes, and -upgradewallet with multiple wallets 8 years ago
Luke Dashjr a2a5f3f0f0 wallet: Base backup filenames on original wallet filename 8 years ago
Luke Dashjr b823a4c9f6 wallet: Include actual backup filename in recovery warning message 8 years ago
Luke Dashjr 84dcb45017 Bugfix: wallet: Fix warningStr, errorStr argument order 8 years ago
Luke Dashjr 008c360083 Wallet: Move multiwallet sanity checks to CWallet::Verify, and do other checks on all wallets 8 years ago
Luke Dashjr 0f08575be2 Wallet: Support loading multiple wallets if -wallet used more than once 8 years ago
Luke Dashjr b124cf04ea Wallet: Replace pwalletMain with a vector of wallet pointers 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
Matt Corallo 40796e1a9d Remove references to priority that snuck back in in 870824e9. 8 years ago
Mario Dian 24980a3e40 Make functions in validation.cpp static and pass chainparams 8 years ago
practicalswift b083db617a [trivial] Fix typo: "occurrences" (misspelled as "occurrances") 8 years ago
Matt Corallo ec1271f2be Remove useless mapNextTx lookup in CTxMemPool::TrimToSize. 8 years ago
Luke Dashjr 9a5a1d7d45 RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided with either value 8 years ago
Luke Dashjr 23b0fe34f5 bitcoin-tx: rbfoptin: Avoid touching nSequence if the value is already opting in 8 years ago
Luke Dashjr b005bf21a7 Introduce MAX_BIP125_RBF_SEQUENCE constant 8 years ago
Jonas Schnelli 575cde4605 [bitcoin-tx] add rbfoptin command 8 years ago
Luke Dashjr 36bcab2356 RPC/Wallet: Add RBF support for fundrawtransaction 8 years ago
Luke Dashjr 891c5eeec2 Wallet: Refactor FundTransaction to accept parameters via CCoinControl 8 years ago
Luke Dashjr 578ec80d4f RPC: rawtransaction: Add RBF support for createrawtransaction 8 years ago
Luke Dashjr 19b3648bb5 CWalletDB: Store the update counter per wallet 8 years ago
Luke Dashjr 74e8738961 Bugfix: ForceSetArg should replace entr(ies) in mapMultiArgs, not append 8 years ago
Luke Dashjr 23fb9adaea wallet: Move nAccountingEntryNumber from static/global to CWallet 8 years ago
Luke Dashjr 9d15d5548d Bugfix: wallet: Increment "update counter" when modifying account stuff 8 years ago
Luke Dashjr f28eb8020e Bugfix: wallet: Increment "update counter" only after actually making the applicable db changes to avoid potential races 8 years ago
Suhas Daftuar 76f74811c4 Add timeout for headers sync 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
Pieter Wuille 8b22af3ee5 Replace bytes_serialized with bogosize 8 years ago
Jorge Timón 1238f13cf6
scripted-diff: Remove PAIRTYPE 8 years ago
Jorge Timón 18dc3c3962
scripted-diff: Remove Q_FOREACH 8 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 8 years ago
Jorge Timón a5410ac5ec
Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> removal 8 years ago