10549 Commits (9587a9c12b5d54263787a23c75f570db368318c1)

Author SHA1 Message Date
John Newbery 7810993335 [trivial] fix indentation for ArgsManager class 7 years ago
Alex Morcos 61718268b5 Don't create change at the dust limit, even if it means paying more than expected 7 years ago
John Newbery 0ef7de953f [RPCs] Remove submitblock parameters argument help text 7 years ago
practicalswift f2fb132cb0 Net: Fix resource leak in ReadBinaryFile(...) 7 years ago
Alex Morcos e9cd7786da Pass in smart fee slider value to coin control dialog 7 years ago
Pieter Wuille cb24c8539d Use rdrand as entropy source on supported platforms 7 years ago
Marko Bencun 1d1ea9f096 Turn TryCreateDirectory() into TryCreateDirectories() 7 years ago
Alex Morcos 1bebfc8d3a Output Fee Estimation Calculations in CreateTransaction 7 years ago
Gregory Maxwell dd869c60ca Add an explanation of quickly hashing onto a non-power of two range. 7 years ago
Alex Morcos 8e69adc665 Add missing include for atomic in db.h 7 years ago
practicalswift 4087d9ea7c Remove unnecessary forward class declarations in header files 7 years ago
practicalswift 4265bf351a Remove unreachable or otherwise redundant code 7 years ago
practicalswift 67ca816849 Simplify "bool x = y ? true : false" to "bool x = y" 7 years ago
MarcoFalke 3ee3d04374 Add extra LevelDB source to Makefile 7 years ago
Cory Fields 2424989e4f leveldb: enable runtime-detected crc32 instructions 7 years ago
Andrew Chow c45cbaf69f Fix stopatheight 7 years ago
Pieter Wuille e241a63c23 Clarify prevector::erase and avoid swap-to-clear 7 years ago
Matt Corallo 9417d7a336 Be much more agressive in AccessCoin docs. 7 years ago
Matt Corallo f58349ca85 Restore some assert semantics in sigop cost calculations 7 years ago
Matt Corallo 3533fb4d33 Return a bool in SpendCoin to restore pre-per-utxo assert semantics 7 years ago
practicalswift e53a0fa12a Remove duplicate includes 7 years ago
practicalswift dce82397c1 Comment out unused constant REJECT_DUST 7 years ago
practicalswift 49de096c2a Remove unused Boost includes 7 years ago
Gregory Maxwell bf376eaccc Return early in IsBanned. 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
Russell Yanofsky 3ff1fa8c4a Use override keyword on CCoinsView overrides 7 years ago
practicalswift 30c2d9db48 [tests] Remove unused function InsecureRandBytes(size_t len) 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
Matt Corallo eada04e778 Do not print soft-fork-script warning with -promiscuousmempool 7 years ago
Matt Corallo b5fea8d0cc Cache full script execution results in addition to signatures 7 years ago
Matt Corallo 6d22b2b17b Pull script verify flags calculation out of ConnectBlock 7 years ago
practicalswift 246a02fb14 Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set} 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