1103 Commits (605918272cd806d0ee77a391d00360b925a5fab3)

Author SHA1 Message Date
Marko Bencun 605918272c add m_added_nodes to connman options 7 years ago
John Newbery 43b0e81d0f [wallet] Add StartWallets() function to wallet/init.cpp 7 years ago
John Newbery 290f3c56d9 [wallet] Add RegisterWalletRPC() function to wallet/init.cpp 7 years ago
John Newbery 062d63102e [wallet] Add CloseWallets() function to wallet/init.cpp 7 years ago
John Newbery 77fe07c159 [wallet] Add StopWallets() function to wallet/init.cpp 7 years ago
John Newbery 2da5eafa47 [wallet] Add FlushWallets() function to wallet/init.cpp 7 years ago
John Newbery 1b9cee66e1 [wallet] Rename WalletVerify() to VerifyWallets() 7 years ago
John Newbery 9c76ba18cd [wallet] Rename InitLoadWallet() to OpenWallets() 7 years ago
Cory Fields 2525b972af net: stop both net/net_processing before destroying them 7 years ago
Cory Fields 8ad663c1fa net: use an interface class rather than signals for message processing 7 years ago
Suhas Daftuar 0311836f69 Allow setting nMinimumChainWork on command line 7 years ago
Andrew Chow ec6902d0ea rpc: Push down safe mode checks 7 years ago
Matt Corallo cd0ea48742 Changing -txindex requires -reindex, not -reindex-chainstate 7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
Russell Yanofsky d97fe2016c Move some static functions out of wallet.h/cpp 7 years ago
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers 7 years ago
Luke Dashjr 4aa25089b4 Bugfix: Use testnet RequireStandard for -acceptnonstdtxn default 7 years ago
Gregory Maxwell f4c3d2c9da Enable disablesafemode by default. 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Matt Corallo e7539f8649 Fix some broken init-time prints/constants 7 years ago
Matt Corallo 13ab353829 Check for empty coinsview instead of just-reset coinsview in init 7 years ago
Matt Corallo fce3f4f492 Fix resume-of-reindex-after-restart 7 years ago
Matt Corallo c0025d0a92 Fix segfault when shutting down before fully loading 7 years ago
Matt Corallo 138569722c Order chainstate init more logically. 7 years ago
Matt Corallo ff3a21919d Call RewindBlockIndex even if we're about to run -reindex-chainstate 7 years ago
Matt Corallo b0f32497b8 More user-friendly error message if UTXO DB runs ahead of block DB 7 years ago
Matt Corallo eda888e573 Fix some LoadChainTip-related init-order bugs. 7 years ago
Pieter Wuille 2991c91d88 Add SHA256 dispatcher 7 years ago
Marko Bencun 352d582ba2 Add vConnect to CConnman::Options 7 years ago
practicalswift 40a0f9fb96 Enable devirtualization opportunities by using the final specifier (C++11) 7 years ago
Wladimir J. van der Laan dba485d651
init: Factor out AppInitLockDataDirectory 7 years ago
Alex Morcos b1385852ef Remove factor of 3 from definition of dust. 7 years ago
Matt Corallo 3192975f1d Flush CValidationInterface callbacks prior to destruction 7 years ago
Matt Corallo cda1429d5b Give CMainSignals a reference to the global scheduler 7 years ago
practicalswift 959dd8781e Avoid printing incorrect block indexing time due to uninitialized variable 7 years ago
Jonas Schnelli ae09d4583b
Allow to shut down during txdb upgrade 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
Matt Corallo d6af06d68a Dont create pcoinsTip until after ReplayBlocks. 7 years ago
Pieter Wuille 013a56aa1a Non-atomic flushing using the blockchain as replay journal 7 years ago
Matt Corallo 309ee1ae7b Update -maxsigcachesize doc clarify init logprints for it 7 years ago
practicalswift 700d8d85bd Remove obsolete _MSC_VER check 7 years ago
MarcoFalke fab9b60fbd doc: Remove outdated minrelaytxfee comment 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
Pieter Wuille cb24c8539d Use rdrand as entropy source on supported platforms 7 years ago
Marko Bencun 1d1ea9f096 Turn TryCreateDirectory() into TryCreateDirectories() 7 years ago
practicalswift 49de096c2a Remove unused Boost includes 7 years ago
Russell Yanofsky 24e44c354d Don't return stale data from CCoinsViewCache::Cursor() 7 years ago
Matt Corallo b5fea8d0cc Cache full script execution results in addition to signatures 7 years ago