aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | test: Require standard txs in regtestMarcoFalke2019-06-211-1/+2
* | | Merge #16194: refactor: share blockmetadata with BlockManagerWladimir J. van der Laan2019-07-161-5/+6
|\ \ \
| * | | refactoring: remove mapBlockIndex globalJames O'Beirne2019-07-081-5/+6
| | |/ | |/|
* | | Merge #16291: gui: Stop translating PACKAGE_NAMEMarcoFalke2019-07-081-2/+2
|\ \ \ | |/ / |/| |
| * | scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke2019-06-261-2/+2
* | | [build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)Sjors Provoost2019-07-051-4/+4
* | | Merge #15457: Check std::system for -[alert|block|wallet]notifyWladimir J. van der Laan2019-07-051-0/+8
|\ \ \ | |/ / |/| |
| * | [build]: check std::system for -[alert|block|wallet]notifySjors Provoost2019-06-061-0/+8
* | | Merge #16112: util: Log early messagesMarcoFalke2019-06-181-8/+2
|\ \ \ | |_|/ |/| |
| * | Log early messages with -printtoconsoleAnthony Towns2019-05-281-6/+0
| * | Replace OpenDebugLog() with StartLogging()Anthony Towns2019-05-281-2/+2
* | | Merge #16171: Remove -mempoolreplacement to prevent needless block prop slown...MarcoFalke2019-06-181-10/+0
|\ \ \
| * | | Remove -mempoolreplacement to prevent needless block prop slowness.Matt Corallo2019-06-081-10/+0
* | | | Replace remaining fprintf with tfm::format manuallyMarcoFalke2019-06-131-4/+3
|/ / /
* | | Merge #16129: refactor: Remove unused includesMarcoFalke2019-06-061-1/+0
|\ \ \ | |_|/ |/| |
| * | Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
| |/
* | Merge #15976: refactor: move methods under CChainState (pt. 1)Wladimir J. van der Laan2019-06-051-3/+3
|\ \ | |/ |/|
| * refactoring: FlushStateToDisk -> CChainStateJames O'Beirne2019-05-161-3/+3
* | Remove global symbols: Avoid using the global namespace if possiblepracticalswift2019-05-251-1/+1
* | Merge #12980: Allow quicker shutdowns during LoadBlockIndex()Jonas Schnelli2019-05-191-0/+1
|\ \
| * | Allow quicker shutdowns during LoadBlockIndex()Jonas Schnelli2018-08-021-0/+1
* | | Merge #15990: Add tests and documentation for blocksonlyWladimir J. van der Laan2019-05-161-2/+2
|\ \ \
| * | | doc: Mention blocksonly in reduce-traffic.md, unhide optionMarcoFalke2019-05-131-1/+1
| * | | net: Rename ::fRelayTxes to ::g_relay_txesMarcoFalke2019-05-091-1/+1
| | |/ | |/|
* | | Merge #14364: doc: Clarify -blocksdir usageMarcoFalke2019-05-131-1/+1
|\ \ \
| * | | doc: Clarify -blocksdir usageDaniel McNally2019-01-171-1/+1
* | | | Merge #15890: Doc: remove text about txes always relayed from -whitelistMarcoFalke2019-05-081-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Doc: remove text about txes always relayed from -whitelistDavid A. Harding2019-04-251-2/+2
* | | | scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne2019-05-031-7/+7
* | | | Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfoMarcoFalke2019-05-011-4/+4
|\ \ \ \
| * | | | Move g_is_mempool_loaded into CTxMemPool::m_is_loadedBen Woosley2019-03-221-4/+4
* | | | | Merge #15849: Thread names in logs and deadlock debug toolsMarcoFalke2019-04-301-3/+6
|\ \ \ \ \
| * | | | | threads: prefix log messages with thread namesJames O'Beirne2019-04-291-0/+2
| * | | | | threads: introduce util/threadnames, refactor thread namingJames O'Beirne2019-04-291-3/+4
* | | | | | Merge #15877: doc: Fix -dustrelayfee= argument docs grammarMarcoFalke2019-04-291-1/+1
|\ \ \ \ \ \
| * | | | | | doc: Fix -dustrelayfee= argument docs grammarkeepkeyjon2019-04-231-1/+1
* | | | | | | Remove unused OpenSSL includes to make it more clear where OpenSSL is usedpracticalswift2019-04-291-1/+0
* | | | | | | Merge #15778: [wallet] Move maxtxfee from node to walletMarcoFalke2019-04-271-18/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | [wallet] Move maxTxFee to walletJohn Newbery2019-04-181-18/+0
* | | | | | | Merge #15699: Remove no-op CClientUIInterface::[signal_name]_disconnect. Disc...MarcoFalke2019-04-231-4/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Disconnect BlockNotifyGenesisWait and RPCNotifyBlockChange properly. Remove n...practicalswift2019-03-291-4/+6
* | | | | | | Merge #15655: Resolve the checkpoints <-> validation circular dependencyMarcoFalke2019-04-191-1/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Resolve the checkpoints <-> validation CD.2512019-03-231-1/+0
* | | | | | | Merge #14121: Index for BIP 157 block filtersMarcoFalke2019-04-181-0/+45
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | init: Add CLI option to enable block filter index.Jim Posen2019-04-061-0/+45
| | |/ / / / | |/| | | |
* | | | | | Merge #15638: Move-only: Pull wallet code out of libbitcoin_serverWladimir J. van der Laan2019-04-101-0/+2
|\ \ \ \ \ \
| * | | | | | [build] Add several util unitsJohn Newbery2019-04-091-0/+1
| * | | | | | [build] Move policy settings to new src/policy/settings unitJohn Newbery2019-04-091-0/+1
| |/ / / / /
* | | | | | Merge #15629: init: Throw error when network specific config is ignoredMarcoFalke2019-04-091-13/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | init: Throw error when network specific config is ignoredMarcoFalke2019-03-191-13/+13
| |/ / / /