aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cap maximum feeRoss Nicoll2021-07-091-0/+6
* Remove default SignetRoss Nicoll2021-06-021-0/+4
* Litecoin: Add scrypt N=1024 PoWshaolinfry2021-05-301-0/+10
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-1/+1
* doc: warn that incoming conns are unlikely when not using default portsAdam Jonas2020-12-171-1/+1
* Remove references to CreateWalletFromFilefanquake2020-11-121-1/+1
* Merge #19991: net: Use alternative port for incoming Tor connectionsWladimir J. van der Laan2020-10-021-9/+32
|\
| * net: Extend -bind config option with optional network typeHennadii Stepanov2020-10-011-9/+32
| * net: Pass onion service target to Tor controllerHennadii Stepanov2020-10-011-1/+1
* | signet: do not log signet startup messages for other chainsJon Atack2020-10-011-0/+4
* | Merge #20004: test: Add signet witness commitment section parse testsWladimir J. van der Laan2020-09-301-4/+4
|\ \
| * | Remove gArgs global from CreateChainParams to aid testingMarcoFalke2020-09-291-4/+4
| |/
* | Merge #19984: log: Remove static log message "Initializing chainstate Chainst...Wladimir J. van der Laan2020-09-291-1/+0
|\ \
| * | log: Remove static log message "Initializing chainstate Chainstate [ibd] @ he...practicalswift2020-09-201-1/+0
* | | Merge #20003: net: Exit with error message if -proxy is specified without arg...Wladimir J. van der Laan2020-09-291-0/+4
|\ \ \ | |_|/ |/| |
| * | net: Print error message if -proxy is specified without arguments (instead of...practicalswift2020-09-231-0/+4
* | | Merge #20014: doc: Mention signet in -help outputfanquake2020-09-291-4/+6
|\ \ \
| * | | doc: Mention signet in -help outputHennadii Stepanov2020-09-251-4/+6
* | | | Merge #15367: feature: Added ability for users to add a startup commandMarcoFalke2020-09-281-0/+18
|\ \ \ \ | |/ / / |/| | |
| * | | feature: Added ability for users to add a startup commandBen Carman2020-09-281-0/+18
* | | | Merge #19927: validation: Reduce direct g_chainman usageMarcoFalke2020-09-231-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | validation: Pass in chainman to UnloadBlockIndexCarl Dong2020-09-151-1/+1
* | | | Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders2020-09-221-0/+4
| |_|/ |/| |
* | | Merge #19241: help: Generate checkpoint height from chainparamsWladimir J. van der Laan2020-09-151-1/+1
|\ \ \ | |/ / |/| |
| * | help: Generate checkpoint height from chainparamsLuke Dashjr2020-08-201-1/+1
* | | scripted-diff: [net processing] Rename PeerLogicValidation to PeerManagerJohn Newbery2020-09-071-5/+5
* | | [net_processing] Pass chainparams to PeerLogicValidation constructorJohn Newbery2020-09-071-1/+1
* | | Remove mempool globalMarcoFalke2020-09-051-3/+3
* | | Remove mempool global from initMarcoFalke2020-09-051-12/+12
* | | Merge #19840: Avoid callback when -blocknotify is emptyWladimir J. van der Laan2020-09-021-14/+9
|\ \ \
| * | | Avoid callback when -blocknotify is emptyJoão Barbosa2020-08-301-14/+9
| | |/ | |/|
* | | Merge #19099: refactor: Move wallet methods out of chain.h and node.hMarcoFalke2020-08-311-6/+11
|\ \ \
| * | | refactor: Create interfaces earlier during initializationRussell Yanofsky2020-08-271-6/+11
| |/ /
* / / Pass mempool reference to chainstate constructorMarcoFalke2020-08-281-1/+1
|/ /
* | Merge #19779: Remove gArgs global from initfanquake2020-08-261-164/+163
|\ \
| * | scripted-diff: gArgs -> argsMarcoFalke2020-08-241-133/+129
| * | init: Capture copy of blocknotify setting for BlockNotifyCallbackMarcoFalke2020-08-241-16/+14
| * | init: Pass reference to ArgsManager around instead of relying on globalMarcoFalke2020-08-241-15/+20
| |/
* | Merge #19704: Net processing: move ProcessMessage() to PeerLogicValidationfanquake2020-08-241-1/+1
|\ \ | |/ |/|
| * [net_processing] Change PeerLogicValidation to hold a connman referenceJohn Newbery2020-08-121-1/+1
* | Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...Wladimir J. van der Laan2020-08-131-5/+7
|\ \
| * | [net] Signal NODE_COMPACT_FILTERS if we're serving compact filters.Jim Posen2020-05-311-5/+7
* | | Optionally populate BlockAndHeaderTipInfo during AppInitMainJonas Schnelli2020-08-121-1/+11
| |/ |/|
* | Replace `hidden service` with `onion service`Riccardo Masutti2020-08-071-2/+2
* | Merge #19604: Pass mempool pointer to UnloadBlockIndex/GetCoinsCacheSizeStateMarcoFalke2020-07-301-1/+1
|\ \
| * | Pass mempool pointer to UnloadBlockIndexMarcoFalke2020-07-291-1/+1
* | | scripted-diff: Replace gArgs with local argsmanIvan Metlushko2020-07-291-132/+132
* | | refactor: add unused ArgsManager to replace gArgsIvan Metlushko2020-07-291-2/+3
|/ /
* | Merge #18637: coins: allow cache resize after initMarcoFalke2020-07-291-2/+5
|\ \
| * | add ChainstateManager::MaybeRebalanceCaches()James O'Beirne2020-07-011-0/+3