1062 Commits (ff3a21919d97f7500978b4160199336e4b50b36a)

Author SHA1 Message Date
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
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
Luke Dashjr b124cf04ea Wallet: Replace pwalletMain with a vector of wallet pointers 7 years ago
Jorge Timón 1238f13cf6
scripted-diff: Remove PAIRTYPE 7 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 7 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 7 years ago
Pieter Wuille 8b25d2c0ce Upgrade from per-tx database to per-txout 7 years ago
Pieter Wuille 5083079688 Switch CCoinsView and chainstate db from per-txid to per-txout 7 years ago
practicalswift 5a9b508279 [trivial] Add end of namespace comments 7 years ago
shaolinfry 29c07196d0
Rename -bip9params to -vbparams 7 years ago
Marko Bencun 5d67526026 add SeedNodes to CConnman::Options 7 years ago
practicalswift 1b936f5926 Replace boost::function with std::function (C++11) 7 years ago
Alex Morcos c7447ec303 Track failures in fee estimation. 8 years ago
Jorge Timón 78da882edd
Util: Small improvements in gArgs usage 8 years ago
Jorge Timón b3cbd554d9
scripted-diff: Util: Encapsulate mapMultiArgs behind gArgs 8 years ago
Jorge Timón 2351a064a6
Chainparams: Get rid of CChainParams& Params(std::string) 8 years ago
Jorge Timón f87f3626e3
Chainparams: Use a regular factory for creating chainparams 8 years ago
Jorge Timón 381a46e38f
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 8 years ago
Pieter Wuille b297426c96 Add -stopatheight for benchmarking 8 years ago
Alex Morcos 5ba81e54e0 Read and Write fee estimate file directly from CBlockPolicyEstimator 8 years ago
MarcoFalke faafa801e8 init: Remove redundant logging code 8 years ago
MarcoFalke faab6241d0 logging: Fix off-by-one for shrinkdebugfile 8 years ago
John Newbery cd7f39467a initialize flag variable to 0 (and continue if GetLogCategory() fails) 8 years ago
John Newbery 3bde556429 Add -debugexclude option to switch off logging for specified components 8 years ago
Wladimir J. van der Laan 2a5f574762 Use fsbridge for fopen and freopen 8 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 8 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 8 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
Wladimir J. van der Laan 8d8f28dd52 refactor: Move RPCNotifyBlockChange out of `rpc/server.h` 8 years ago
Jameson Lopp 0fb288725b Move several relay options into the Relay help group 8 years ago
Jameson Lopp 1403b1a689 move rpcserialversion into RPC option group 8 years ago