10392 Commits (80f5f28d38e59b550ab7e7465cfa48defee343a6)

Author SHA1 Message Date
Matt Corallo 381b8fc365 Clarify CCoinsViewMemPool documentation. 7 years ago
Alex Morcos 18bacec6c2 Make check to distinguish between orphan txs and old txs more efficient. 7 years ago
Alex Morcos 22378adbe5 Remove no longer used mempool.exists(outpoint) 7 years ago
esneider ca67ddf0b7 Move the AreInputsStandard documentation next to its implementation 7 years ago
practicalswift fd9599b135 [qt] Avoid potential null pointer dereference in TransactionView::exportClicked() 7 years ago
Jorge Timón ed866ab923
Indentation after 'Remove redundant calls to gArgs.IsArgSet()' 7 years ago
Jorge Timón 506b700dcb
Util: Remove redundant calls to gArgs.IsArgSet() 7 years ago
Pieter Wuille 21180ff734 Simplify return values of GetCoin/HaveCoin(InCache) 7 years ago
Suhas Daftuar 176c021d08 [qa] Test non-atomic chainstate writes 7 years ago
Matt Corallo d6af06d68a Dont create pcoinsTip until after ReplayBlocks. 7 years ago
Pieter Wuille eaca1b7b08 Random db flush crash simulator 7 years ago
Pieter Wuille 0580ee08ff Adapt memory usage estimation for flushing 7 years ago
Pieter Wuille 013a56aa1a Non-atomic flushing using the blockchain as replay journal 7 years ago
Pieter Wuille b3a279cd58 [MOVEONLY] Move LastCommonAncestor to chain 7 years ago
Ricardo Velhote c07475294a
[RPC] Add an uptime command that displays the amount of time that bitcoind has been running 7 years ago
Andrew Chow 5155d1101e Initialize randomness in benchmarks 7 years ago
Russell Yanofsky deaf48b046 Handle TIMESTAMP_WINDOW within CWallet::RescanFromTime 7 years ago
Russell Yanofsky 5b2be2b787 Make CWallet::RescanFromTime comment less ambiguous 7 years ago
Cory Fields c1be285364 chainparams: make supported service bits option explicit 7 years ago
Cory Fields d5c7c1cfe3 net: use an internal address for fixed seeds 7 years ago
Matt Corallo a3543af3cc Better document CheckInputs parameter meanings 7 years ago
Matt Corallo 309ee1ae7b Update -maxsigcachesize doc clarify init logprints for it 7 years ago
Matt Corallo b014668e27 Add CheckInputs wrapper CCoinsViewMemPool -> non-consensus-critical 7 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 7 years ago
Jorge Timón b1268a19d0
clang-format: Delete ForEachMacros 7 years ago
Jorge Timón 5995735c5b
scripted-diff: Remove #include <boost/foreach.hpp> 7 years ago
Jorge Timón 3eff827f89
scripted-diff: Remove BOOST_REVERSE_FOREACH 7 years ago
Jorge Timón 33aed5bf89
Fix const_reverse_iterator constructor (pass const ptr) 7 years ago
Jorge Timón 300851ec16
Introduce src/reverse_iterator.hpp and include it... 7 years ago
practicalswift 700d8d85bd Remove obsolete _MSC_VER check 7 years ago
tnaka e503b2b680 fixed listunspent rpc convert parameter 7 years ago
MarcoFalke fab9b60fbd doc: Remove outdated minrelaytxfee comment 7 years ago
Cory Fields 9af207c810 random: fix crash on some 64bit platforms 7 years ago
Gregory Maxwell 18873373bd Add a comment explaining the use of MAX_BLOCK_BASE_SIZE. 7 years ago
Marko Bencun 07b2afef10 add Binds, WhiteBinds to CConnman::Options 7 years ago
Marko Bencun ce79f32518 add WhitelistedRange to CConnman::Options 7 years ago
practicalswift 131a8ceb73 Make clang-format use C++11 features (e.g. A<A<int>> instead of A<A<int> >) 7 years ago
Pavel Janík cc0ed26753 Supress struct/class mismatch warnings introduced in #10284. 7 years ago
Cory Fields 6cdc488e36 net: switch to dummy internal ip for dns seed source 7 years ago
Cory Fields 6d0bd5b73d net: do not allow resolving to an internal address 7 years ago
Cory Fields 7f31762cb6 net: add an internal subnet for representing unresolved hostnames 7 years ago
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