index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init.cpp
Age
Commit message (
Expand
)
Author
2020-11-12
Remove references to CreateWalletFromFile
fanquake
2020-10-02
Merge #19991: net: Use alternative port for incoming Tor connections
Wladimir J. van der Laan
2020-10-01
net: Extend -bind config option with optional network type
Hennadii Stepanov
2020-10-01
net: Pass onion service target to Tor controller
Hennadii Stepanov
2020-10-01
signet: do not log signet startup messages for other chains
Jon Atack
2020-09-30
Merge #20004: test: Add signet witness commitment section parse tests
Wladimir J. van der Laan
2020-09-29
Merge #19984: log: Remove static log message "Initializing chainstate Chainst...
Wladimir J. van der Laan
2020-09-29
Merge #20003: net: Exit with error message if -proxy is specified without arg...
Wladimir J. van der Laan
2020-09-29
Remove gArgs global from CreateChainParams to aid testing
MarcoFalke
2020-09-29
Merge #20014: doc: Mention signet in -help output
fanquake
2020-09-28
Merge #15367: feature: Added ability for users to add a startup command
MarcoFalke
2020-09-28
feature: Added ability for users to add a startup command
Ben Carman
2020-09-25
doc: Mention signet in -help output
Hennadii Stepanov
2020-09-23
Merge #19927: validation: Reduce direct g_chainman usage
MarcoFalke
2020-09-23
net: Print error message if -proxy is specified without arguments (instead of...
practicalswift
2020-09-22
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-20
log: Remove static log message "Initializing chainstate Chainstate [ibd] @ he...
practicalswift
2020-09-15
validation: Pass in chainman to UnloadBlockIndex
Carl Dong
2020-09-15
Merge #19241: help: Generate checkpoint height from chainparams
Wladimir J. van der Laan
2020-09-07
scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
John Newbery
2020-09-07
[net_processing] Pass chainparams to PeerLogicValidation constructor
John Newbery
2020-09-05
Remove mempool global
MarcoFalke
2020-09-05
Remove mempool global from init
MarcoFalke
2020-09-02
Merge #19840: Avoid callback when -blocknotify is empty
Wladimir J. van der Laan
2020-08-31
Merge #19099: refactor: Move wallet methods out of chain.h and node.h
MarcoFalke
2020-08-30
Avoid callback when -blocknotify is empty
João Barbosa
2020-08-28
Pass mempool reference to chainstate constructor
MarcoFalke
2020-08-27
refactor: Create interfaces earlier during initialization
Russell Yanofsky
2020-08-26
Merge #19779: Remove gArgs global from init
fanquake
2020-08-24
Merge #19704: Net processing: move ProcessMessage() to PeerLogicValidation
fanquake
2020-08-24
scripted-diff: gArgs -> args
MarcoFalke
2020-08-24
init: Capture copy of blocknotify setting for BlockNotifyCallback
MarcoFalke
2020-08-24
init: Pass reference to ArgsManager around instead of relying on global
MarcoFalke
2020-08-20
help: Generate checkpoint height from chainparams
Luke Dashjr
2020-08-13
Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...
Wladimir J. van der Laan
2020-08-12
Optionally populate BlockAndHeaderTipInfo during AppInitMain
Jonas Schnelli
2020-08-12
[net_processing] Change PeerLogicValidation to hold a connman reference
John Newbery
2020-08-07
Replace `hidden service` with `onion service`
Riccardo Masutti
2020-07-30
Merge #19604: Pass mempool pointer to UnloadBlockIndex/GetCoinsCacheSizeState
MarcoFalke
2020-07-29
Pass mempool pointer to UnloadBlockIndex
MarcoFalke
2020-07-29
scripted-diff: Replace gArgs with local argsman
Ivan Metlushko
2020-07-29
refactor: add unused ArgsManager to replace gArgs
Ivan Metlushko
2020-07-29
Merge #18637: coins: allow cache resize after init
MarcoFalke
2020-07-23
Merge #15935: Add <datadir>/settings.json persistent settings storage
MarcoFalke
2020-07-23
Merge #19473: net: Add -networkactive option
MarcoFalke
2020-07-22
net: Add -networkactive option
Hennadii Stepanov
2020-07-21
Merge #19217: p2p: disambiguate block-relay-only variable names from blockson...
MarcoFalke
2020-07-14
Merge #19323: gui: Fix regression in *txoutset* in GUI console
MarcoFalke
2020-07-11
net: remove -banscore configuration option
Jon Atack
2020-07-11
Add <datadir>/settings.json persistent settings storage.
Russell Yanofsky
[next]