index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cap maximum fee
Ross Nicoll
2021-07-09
1
-0
/
+6
*
Remove default Signet
Ross Nicoll
2021-06-02
1
-0
/
+4
*
Litecoin: Add scrypt N=1024 PoW
shaolinfry
2021-05-30
1
-0
/
+10
*
1.21 codebase rebrand (#1711)
barrystyle
2021-02-20
1
-1
/
+1
*
doc: warn that incoming conns are unlikely when not using default ports
Adam Jonas
2020-12-17
1
-1
/
+1
*
Remove references to CreateWalletFromFile
fanquake
2020-11-12
1
-1
/
+1
*
Merge #19991: net: Use alternative port for incoming Tor connections
Wladimir J. van der Laan
2020-10-02
1
-9
/
+32
|
\
|
*
net: Extend -bind config option with optional network type
Hennadii Stepanov
2020-10-01
1
-9
/
+32
|
*
net: Pass onion service target to Tor controller
Hennadii Stepanov
2020-10-01
1
-1
/
+1
*
|
signet: do not log signet startup messages for other chains
Jon Atack
2020-10-01
1
-0
/
+4
*
|
Merge #20004: test: Add signet witness commitment section parse tests
Wladimir J. van der Laan
2020-09-30
1
-4
/
+4
|
\
\
|
*
|
Remove gArgs global from CreateChainParams to aid testing
MarcoFalke
2020-09-29
1
-4
/
+4
|
|
/
*
|
Merge #19984: log: Remove static log message "Initializing chainstate Chainst...
Wladimir J. van der Laan
2020-09-29
1
-1
/
+0
|
\
\
|
*
|
log: Remove static log message "Initializing chainstate Chainstate [ibd] @ he...
practicalswift
2020-09-20
1
-1
/
+0
*
|
|
Merge #20003: net: Exit with error message if -proxy is specified without arg...
Wladimir J. van der Laan
2020-09-29
1
-0
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
net: Print error message if -proxy is specified without arguments (instead of...
practicalswift
2020-09-23
1
-0
/
+4
*
|
|
Merge #20014: doc: Mention signet in -help output
fanquake
2020-09-29
1
-4
/
+6
|
\
\
\
|
*
|
|
doc: Mention signet in -help output
Hennadii Stepanov
2020-09-25
1
-4
/
+6
*
|
|
|
Merge #15367: feature: Added ability for users to add a startup command
MarcoFalke
2020-09-28
1
-0
/
+18
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
feature: Added ability for users to add a startup command
Ben Carman
2020-09-28
1
-0
/
+18
*
|
|
|
Merge #19927: validation: Reduce direct g_chainman usage
MarcoFalke
2020-09-23
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
validation: Pass in chainman to UnloadBlockIndex
Carl Dong
2020-09-15
1
-1
/
+1
*
|
|
|
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-22
1
-0
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Merge #19241: help: Generate checkpoint height from chainparams
Wladimir J. van der Laan
2020-09-15
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
help: Generate checkpoint height from chainparams
Luke Dashjr
2020-08-20
1
-1
/
+1
*
|
|
scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
John Newbery
2020-09-07
1
-5
/
+5
*
|
|
[net_processing] Pass chainparams to PeerLogicValidation constructor
John Newbery
2020-09-07
1
-1
/
+1
*
|
|
Remove mempool global
MarcoFalke
2020-09-05
1
-3
/
+3
*
|
|
Remove mempool global from init
MarcoFalke
2020-09-05
1
-12
/
+12
*
|
|
Merge #19840: Avoid callback when -blocknotify is empty
Wladimir J. van der Laan
2020-09-02
1
-14
/
+9
|
\
\
\
|
*
|
|
Avoid callback when -blocknotify is empty
João Barbosa
2020-08-30
1
-14
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge #19099: refactor: Move wallet methods out of chain.h and node.h
MarcoFalke
2020-08-31
1
-6
/
+11
|
\
\
\
|
*
|
|
refactor: Create interfaces earlier during initialization
Russell Yanofsky
2020-08-27
1
-6
/
+11
|
|
/
/
*
/
/
Pass mempool reference to chainstate constructor
MarcoFalke
2020-08-28
1
-1
/
+1
|
/
/
*
|
Merge #19779: Remove gArgs global from init
fanquake
2020-08-26
1
-164
/
+163
|
\
\
|
*
|
scripted-diff: gArgs -> args
MarcoFalke
2020-08-24
1
-133
/
+129
|
*
|
init: Capture copy of blocknotify setting for BlockNotifyCallback
MarcoFalke
2020-08-24
1
-16
/
+14
|
*
|
init: Pass reference to ArgsManager around instead of relying on global
MarcoFalke
2020-08-24
1
-15
/
+20
|
|
/
*
|
Merge #19704: Net processing: move ProcessMessage() to PeerLogicValidation
fanquake
2020-08-24
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
[net_processing] Change PeerLogicValidation to hold a connman reference
John Newbery
2020-08-12
1
-1
/
+1
*
|
Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...
Wladimir J. van der Laan
2020-08-13
1
-5
/
+7
|
\
\
|
*
|
[net] Signal NODE_COMPACT_FILTERS if we're serving compact filters.
Jim Posen
2020-05-31
1
-5
/
+7
*
|
|
Optionally populate BlockAndHeaderTipInfo during AppInitMain
Jonas Schnelli
2020-08-12
1
-1
/
+11
|
|
/
|
/
|
*
|
Replace `hidden service` with `onion service`
Riccardo Masutti
2020-08-07
1
-2
/
+2
*
|
Merge #19604: Pass mempool pointer to UnloadBlockIndex/GetCoinsCacheSizeState
MarcoFalke
2020-07-30
1
-1
/
+1
|
\
\
|
*
|
Pass mempool pointer to UnloadBlockIndex
MarcoFalke
2020-07-29
1
-1
/
+1
*
|
|
scripted-diff: Replace gArgs with local argsman
Ivan Metlushko
2020-07-29
1
-132
/
+132
*
|
|
refactor: add unused ArgsManager to replace gArgs
Ivan Metlushko
2020-07-29
1
-2
/
+3
|
/
/
*
|
Merge #18637: coins: allow cache resize after init
MarcoFalke
2020-07-29
1
-2
/
+5
|
\
\
|
*
|
add ChainstateManager::MaybeRebalanceCaches()
James O'Beirne
2020-07-01
1
-0
/
+3
[next]