aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge #17617: doc: unify unix epoch time descriptionsWladimir J. van der Laan2019-12-131-1/+1
|\ \ \
| * | | qa: unify unix epoch time descriptionsJon Atack2019-12-131-1/+1
| | |/ | |/|
* / | cli: fix Fatal LevelDB error when specifying -blockfilterindex=basic twiceHarris2019-12-061-3/+3
|/ /
* | Fire TransactionRemovedFromMempool from mempool2512019-11-211-2/+0
* | Merge #17407: node: Add reference to mempool in NodeContextMarcoFalke2019-11-211-0/+6
|\ \
| * | node: Add reference to mempool in NodeContextMarcoFalke2019-11-151-0/+6
* | | doc: remove OpenSSL from build instructions and licensing infofanquake2019-11-181-3/+1
| |/ |/|
* | Run background seeding periodically instead of unpredictablyPieter Wuille2019-11-121-0/+5
|/
* Merge #17342: refactor: Clean up nScriptCheckThreadsMarcoFalke2019-11-071-12/+18
|\
| * [refactor] Replace global int nScriptCheckThreads with boolJohn Newbery2019-11-061-12/+18
* | Merge #17044: init: Remove auto-import of `bootstrap.dat` and associated codeWladimir J. van der Laan2019-11-051-15/+1
|\ \ | |/ |/|
| * remove old bootstrap relevant codetryphe2019-11-051-15/+1
* | Merge #17286: Fix help-debug -checkpointsWladimir J. van der Laan2019-11-011-1/+1
|\ \
| * | Fix incorrect help-debug for -checkpointsAntoine Riard2019-10-301-1/+1
* | | log: Fix log message for -par=1Hennadii Stepanov2019-10-311-1/+1
* | | Merge #15921: validation: Tidy up ValidationState interfaceWladimir J. van der Laan2019-10-301-1/+1
|\ \ \
| * | | [validation] Add CValidationState subclassesJohn Newbery2019-10-291-1/+1
| |/ /
* | | Merge #16839: Replace Connman and BanMan globals with NodeContext localWladimir J. van der Laan2019-10-301-33/+32
|\ \ \
| * | | scripted-diff: Remove g_connman, g_banman globalsRussell Yanofsky2019-10-281-20/+17
| * | | Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky2019-10-281-3/+5
| * | | scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky2019-10-281-11/+11
* | | | refactor: Remove redundant c_str() calls in formattingWladimir J. van der Laan2019-10-281-1/+1
|/ / /
* / / Remove BIP70 Supportfanquake2019-10-241-1/+1
|/ /
* / p2p: Remove BIP61 reject messagesMarcoFalke2019-10-021-2/+1
|/
* doc: Remove mention of renamed mapBlocksUnlinkedMarcoFalke2019-09-301-1/+1
* refactoring: move ReplayBlocks under CChainStateJames O'Beirne2019-09-171-1/+1
* refactoring: move LoadChainTip to CChainState methodJames O'Beirne2019-09-171-2/+2
* Merge #16796: wallet: Fix segfault in CreateWalletFromFileSamuel Dobson2019-09-091-1/+1
|\
| * wallet: Fix documentation around WalletParameterInteractionMarcoFalke2019-09-031-1/+1
* | Merge #15759: p2p: Add 2 outbound block-relay-only connectionsfanquake2019-09-071-1/+2
|\ \ | |/ |/|
| * Add 2 outbound block-relay-only connectionsSuhas Daftuar2019-09-041-1/+2
* | util: Make util/error bilingual_str (refactor)MarcoFalke2019-08-281-4/+4
* | [Doc] Add documentation for the new whitelist permissionsnicolas.dorier2019-08-241-5/+13
* | [doc] mention whitelist is inbound, and applies to blocksonlySjors Provoost2019-08-161-3/+3
* | Merge #16620: util: Move ResolveErrMsg to util/errorMarcoFalke2019-08-161-5/+0
|\ \
| * | util: Move ResolveErrMsg to util/errorMarcoFalke2019-08-151-5/+0
| |/
* | Merge #16060: Bury bip9 deploymentsMarcoFalke2019-08-151-6/+3
|\ \
| * | [Consensus] Bury segwit deploymentJohn Newbery2019-08-141-6/+3
* | | Merge #16443: refactor: have CCoins* data managed under CChainStateMarcoFalke2019-08-151-21/+28
|\ \ \ | |_|/ |/| |
| * | Cover UTXO set access with lock annotationsJames O'Beirne2019-08-151-2/+5
| * | refactor: have CCoins* data managed under CChainStateJames O'Beirne2019-08-151-21/+25
| |/
* / Make whitebind/whitelist permissions more flexiblenicolas.dorier2019-08-111-12/+8
|/
* Use ArgsManager::NETWORK_ONLY flagHennadii Stepanov2019-07-271-6/+6
* scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov2019-07-271-128/+128
* scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov2019-07-271-128/+128
* scripted-diff: Make translation bilingualHennadii Stepanov2019-07-241-56/+56
* Refactor out translation.hHennadii Stepanov2019-07-241-11/+13
* Merge #16355: refactor: move CCoinsViewErrorCatcher out of init.cppfanquake2019-07-231-25/+6
|\
| * move-onlyish: move CCoinsViewErrorCatcher out of init.cppJames O'Beirne2019-07-211-25/+6
* | Merge #15891: test: Require standard txs in regtest by defaultMarcoFalke2019-07-161-1/+2
|\ \