9863 Commits (439c4e8ad5871f59d87ae2ab77fe01aa6fe41414)

Author SHA1 Message Date
Jeremy Rubin 500710bd29 Fix 2 subscript[0] bugs in pubkey.cpp, and eliminate one extra size check 7 years ago
Jeremy Rubin e0451e3e2a Fix subscript[0] bug in net.cpp if GetGroup returns a 0-sized vector 7 years ago
Pavel Janík 5618b7d1ad Do not shadow upper local variable `state`. 8 years ago
Pieter Wuille 0aadc11fd8 Avoid dereference-of-casted-pointer 8 years ago
Matt Corallo 3192975f1d Flush CValidationInterface callbacks prior to destruction 8 years ago
Matt Corallo 08096bbbc6 Support more than one CScheduler thread for serial clients 8 years ago
Matt Corallo 2fbf2dbe15 Add default arg to CScheduler to schedule() a callback now 8 years ago
Matt Corallo cda1429d5b Give CMainSignals a reference to the global scheduler 8 years ago
Alex Morcos f0bf33da83 Change default fee estimation mode. 8 years ago
Alex Morcos e0738e3d31 remove default argument from estimateSmartFee 8 years ago
Alex Morcos d507c301bc Introduce a fee estimate mode. 8 years ago
Alex Morcos cfaef69ace remove default argument from GetMinimumFee 8 years ago
Wladimir J. van der Laan 191d12b073
qt: First translations update for 0.15 8 years ago
Matt Corallo 73c942ecd3 Use "replaceable" instead of "rbfoptin" in bitcoin-tx. 8 years ago
Matt Corallo fb915d5b18 Use "replaceable" instead of "optIntoRbf" in fundrawtransaction. 8 years ago
Matt Corallo 928c6811f2 Use "replaceable" instead of "optintorbf" in createrawtransaction. 8 years ago
John Newbery 58e9864083 [rpc] fix verbose argument for getblock in bitcoin-cli 8 years ago
darksh1ne 9bbf60047e Use method name from __func__ macro 8 years ago
Matt Corallo 3a19fed9db Make ValidationInterface signals-type-agnostic 8 years ago
Matt Corallo ff6a834fc3 Use TestingSetup to DRY qt rpcnestedtests 8 years ago
Akio Nakamura ecb4fc382b fix typo in help text for removeprunedfunds 8 years ago
practicalswift 959dd8781e Avoid printing incorrect block indexing time due to uninitialized variable 8 years ago
Gregory Sanders f2f1d0a83e document script-based return fields for validateaddress 8 years ago
Michael Rotarius b8bb4257fe REST/RPC example update 8 years ago
Jonas Schnelli 542ce6e246
Report [CANCELLED] instead of [DONE] when shut down during txdb upgrade 8 years ago
Jonas Schnelli 83fbea3f25
Report txdb upgrade not more often then every 10% 8 years ago
Jonas Schnelli 06c5b6edd3
Show txdb upgrade progress in debug log 8 years ago
Jonas Schnelli 316fcb5106
Allow to cancel the txdb upgrade via splashscreen callback 8 years ago
Jonas Schnelli ae09d4583b
Allow to shut down during txdb upgrade 8 years ago
Jonas Schnelli 00cb69bc86
[Qt] allow to execute a callback during splashscreen progress 8 years ago
Wladimir J. van der Laan 2a962834fe rpc: Update `generate` for developer notes 8 years ago
Wladimir J. van der Laan df7e2f057b rpc: Move the `generate` RPC call to rpcwallet 8 years ago
practicalswift aa95947ded Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class 8 years ago
Alex Morcos 21d4afa12f Comment clarifications in coins.cpp 8 years ago
Suhas Daftuar e3f9c05b96 Add CheckInputs() unit tests 8 years ago
Alex Morcos 3c8a9aefff Add belt-and-suspenders in DisconnectBlock 8 years ago
Matt Corallo 381b8fc365 Clarify CCoinsViewMemPool documentation. 8 years ago
Alex Morcos 18bacec6c2 Make check to distinguish between orphan txs and old txs more efficient. 8 years ago
Alex Morcos 22378adbe5 Remove no longer used mempool.exists(outpoint) 8 years ago
practicalswift fd9599b135 [qt] Avoid potential null pointer dereference in TransactionView::exportClicked() 8 years ago
Jorge Timón ed866ab923
Indentation after 'Remove redundant calls to gArgs.IsArgSet()' 8 years ago
Jorge Timón 506b700dcb
Util: Remove redundant calls to gArgs.IsArgSet() 8 years ago
Pieter Wuille 21180ff734 Simplify return values of GetCoin/HaveCoin(InCache) 8 years ago
Suhas Daftuar 176c021d08 [qa] Test non-atomic chainstate writes 8 years ago
Matt Corallo d6af06d68a Dont create pcoinsTip until after ReplayBlocks. 8 years ago
Pieter Wuille eaca1b7b08 Random db flush crash simulator 8 years ago
Pieter Wuille 0580ee08ff Adapt memory usage estimation for flushing 8 years ago
Pieter Wuille 013a56aa1a Non-atomic flushing using the blockchain as replay journal 8 years ago
Pieter Wuille b3a279cd58 [MOVEONLY] Move LastCommonAncestor to chain 8 years ago
Ricardo Velhote c07475294a
[RPC] Add an uptime command that displays the amount of time that bitcoind has been running 8 years ago