aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2020-12-17Merge #20668: doc: warn that incoming conns are unlikely when not using defau...Wladimir J. van der Laan
2020-12-16Merge #20605: init: Signal-safe instant shutdownWladimir J. van der Laan
2020-12-16doc: warn that incoming conns are unlikely when not using default portsAdam Jonas
2020-12-15init: Signal-safe instant shutdownWladimir J. van der Laan
2020-12-13init: set nMaxOutboundLimit connection option directlyfanquake
2020-12-13net: remove nMaxOutboundTimeframe from connection optionsfanquake
2020-12-10Simplify and clarify extra outbound peer countingSuhas Daftuar
2020-12-09Remove g_relay_txesJohn Newbery
2020-12-09[net processing] Add m_ignores_incoming_txs to PeerManager and use internallyJohn Newbery
2020-12-09[init] Use MakeUnique<> to construct peermanJohn Newbery
2020-12-07Merge #18766: Disable fee estimation in blocksonly mode (by removing the fee ...MarcoFalke
2020-12-06Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...practicalswift
2020-12-03feestimator: encapsulate estimation file logicAntoine Poinsot
2020-12-03init: don't create a CBlockPolicyEstimator if we don't relay transactionsAntoine Poinsot
2020-12-03Remove the remaining fee estimation globalsAntoine Poinsot
2020-12-01Merge #20222: refactor: CTxMempool constructor clean upMarcoFalke
2020-11-26scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARDpracticalswift
2020-11-19Merge #20024: init: Fix incorrect warning "Reducing -maxconnections from N to...Wladimir J. van der Laan
2020-11-12Remove references to CreateWalletFromFilefanquake
2020-10-23refactor: Make CTxMemPool::m_check_ratio a const and a constructor argumentElle Mouton
2020-10-23refactor: Avoid double to int cast for nCheckFrequencyElle Mouton
2020-10-02Merge #19991: net: Use alternative port for incoming Tor connectionsWladimir J. van der Laan
2020-10-01net: Extend -bind config option with optional network typeHennadii Stepanov
2020-10-01net: Pass onion service target to Tor controllerHennadii Stepanov
2020-10-01signet: do not log signet startup messages for other chainsJon Atack
2020-09-30Merge #20004: test: Add signet witness commitment section parse testsWladimir J. van der Laan
2020-09-29Merge #19984: log: Remove static log message "Initializing chainstate Chainst...Wladimir J. van der Laan
2020-09-29Merge #20003: net: Exit with error message if -proxy is specified without arg...Wladimir J. van der Laan
2020-09-29Remove gArgs global from CreateChainParams to aid testingMarcoFalke
2020-09-29Merge #20014: doc: Mention signet in -help outputfanquake
2020-09-28Merge #15367: feature: Added ability for users to add a startup commandMarcoFalke
2020-09-28feature: Added ability for users to add a startup commandBen Carman
2020-09-26init: Fix incorrect warning "Reducing -maxconnections from N to N-1, because ...practicalswift
2020-09-25doc: Mention signet in -help outputHennadii Stepanov
2020-09-23Merge #19927: validation: Reduce direct g_chainman usageMarcoFalke
2020-09-23net: Print error message if -proxy is specified without arguments (instead of...practicalswift
2020-09-22Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders
2020-09-20log: Remove static log message "Initializing chainstate Chainstate [ibd] @ he...practicalswift
2020-09-15validation: Pass in chainman to UnloadBlockIndexCarl Dong
2020-09-15Merge #19241: help: Generate checkpoint height from chainparamsWladimir J. van der Laan
2020-09-07scripted-diff: [net processing] Rename PeerLogicValidation to PeerManagerJohn Newbery
2020-09-07[net_processing] Pass chainparams to PeerLogicValidation constructorJohn Newbery
2020-09-05Remove mempool globalMarcoFalke
2020-09-05Remove mempool global from initMarcoFalke
2020-09-02Merge #19840: Avoid callback when -blocknotify is emptyWladimir J. van der Laan
2020-08-31Merge #19099: refactor: Move wallet methods out of chain.h and node.hMarcoFalke
2020-08-30Avoid callback when -blocknotify is emptyJoão Barbosa
2020-08-28Pass mempool reference to chainstate constructorMarcoFalke
2020-08-27refactor: Create interfaces earlier during initializationRussell Yanofsky
2020-08-26Merge #19779: Remove gArgs global from initfanquake