14318 Commits (05b8c081b435e87b08335e9f9b62a55fa1d48ecc)
 

Author SHA1 Message Date
practicalswift 7631066779 Use the "domain name setup" image (previously unused) in the gitian docs 7 years ago
practicalswift 49de096c2a Remove unused Boost includes 7 years ago
Gregory Maxwell bf376eaccc Return early in IsBanned. 7 years ago
Andrew Chow 3ec5ad88e6 Add test for rpcuser/rpcpassword 7 years ago
practicalswift 3289ef4fe1 Remove unused constant MEMPOOL_GD_VERSION 7 years ago
Alex Morcos 525769853e Change semantics of HaveCoinInCache to match HaveCoin 7 years ago
John Newbery 5ebd5f9e15 [tests] tidy up zmq_test.py 7 years ago
Wladimir J. van der Laan 29f80cd230
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of 7 years ago
Andrew Chow c53c9831ee Replace cookie auth in tests 7 years ago
Andrew Chow ec98b78e1e Tests for wallet encryption stuff 7 years ago
Russell Yanofsky 3ff1fa8c4a Use override keyword on CCoinsView overrides 7 years ago
John Newbery 4a0c08fdcf [tests] update zmq test to use correct config.ini file 7 years ago
Wladimir J. van der Laan 9c248e39f2
Merge #10481: Decodehextx scripts sanity check 7 years ago
Wladimir J. van der Laan 35e7f13f68
Merge #10548: Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set} 7 years ago
Wladimir J. van der Laan 71ab6e5538
Merge #10547: [tests] Use FastRandomContext instead of boost::random::{mt19937,uniform_int_distribution} 7 years ago
Timothy Redaelli 7222388bb2 Avoid printing generic and duplicated "checking for QT" during ./configure 7 years ago
practicalswift 9f841a6c3d [tests] Remove accidental trailing semicolon 7 years ago
practicalswift 30c2d9db48 [tests] Remove unused function InsecureRandBytes(size_t len) 7 years ago
Wladimir J. van der Laan 6c2d81f34d
Merge #10524: [tests] Remove printf(...) 7 years ago
Pieter Wuille e801084dec
Merge #10321: Use FastRandomContext for all tests 7 years ago
John Newbery 6294f3283a gettxoutproof() should return consistent result 7 years ago
Andrew Chow c8914b9dbb Have `make cov` optionally include branch coverage statistics 7 years ago
Andrew Chow ac4e438229 Sanity check transaction scripts in DecodeHexTx 7 years ago
Andrew Chow 5b75c47784 Add a valid opcode sanity check to CScript 7 years ago
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
Pavlos Antoniou e5c616888b Fix instantiation and array accesses in class base_uint<BITS> 7 years ago
Russell Yanofsky 24e44c354d Don't return stale data from CCoinsViewCache::Cursor() 7 years ago
Wladimir J. van der Laan 46311e792f
Merge #9672: Opt-into-RBF for RPC & bitcoin-tx 7 years ago
practicalswift 246a02fb14 Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set} 7 years ago
Pieter Wuille be3e042c20
Merge #10523: Perform member initialization in initialization lists where possible 7 years ago
MarcoFalke 75e898c094
Merge #10331: Share config between util and functional tests 7 years ago
MarcoFalke 2805d606bc
Merge #10522: [wallet] Remove unused variables 7 years ago
MarcoFalke 32751807c9
Merge #10538: [trivial] Fix typo: "occurrences" (misspelled as "occurrances") 7 years ago
Luke Dashjr c237bd750e wallet: Update formatting 7 years ago
Luke Dashjr 9cbe8c80ba wallet: Forbid -salvagewallet, -zapwallettxes, and -upgradewallet with multiple wallets 7 years ago
Luke Dashjr a2a5f3f0f0 wallet: Base backup filenames on original wallet filename 7 years ago
Luke Dashjr b823a4c9f6 wallet: Include actual backup filename in recovery warning message 7 years ago
Luke Dashjr 84dcb45017 Bugfix: wallet: Fix warningStr, errorStr argument order 7 years ago
Luke Dashjr 008c360083 Wallet: Move multiwallet sanity checks to CWallet::Verify, and do other checks on all wallets 7 years ago
Luke Dashjr 0f08575be2 Wallet: Support loading multiple wallets if -wallet used more than once 7 years ago
Luke Dashjr b124cf04ea Wallet: Replace pwalletMain with a vector of wallet pointers 7 years ago
John Newbery 8ad5bdef78 Merge bctest.py into bitcoin-util-test.py 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
Matt Corallo 40796e1a9d Remove references to priority that snuck back in in 870824e9. 7 years ago