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
/
test
/
util
/
setup_common.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace consensus values with Dogecoin equivalents
Ross Nicoll
2021-06-02
1
-1
/
+1
*
Dogecoin: Update coinbase maturity
Ross Nicoll
2021-05-20
1
-4
/
+4
*
validation: Pass in chainman to UnloadBlockIndex
Carl Dong
2020-09-15
1
-1
/
+1
*
scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
John Newbery
2020-09-07
1
-2
/
+2
*
[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
*
Pass mempool reference to chainstate constructor
MarcoFalke
2020-08-28
1
-3
/
+4
*
Merge #19779: Remove gArgs global from init
fanquake
2020-08-26
1
-2
/
+2
|
\
|
*
init: Pass reference to ArgsManager around instead of relying on global
MarcoFalke
2020-08-24
1
-2
/
+2
*
|
Merge #19775: test: Activate segwit in TestChain100Setup
fanquake
2020-08-26
1
-25
/
+10
|
\
\
|
*
|
test: Activate segwit in TestChain100Setup
MarcoFalke
2020-08-21
1
-12
/
+1
|
*
|
test: Pass empty tx pool to block assembler
MarcoFalke
2020-08-21
1
-3
/
+3
|
*
|
test: Move doxygen comment to header
MarcoFalke
2020-08-21
1
-12
/
+8
|
|
/
*
/
[net_processing] Change PeerLogicValidation to hold a connman reference
John Newbery
2020-08-12
1
-1
/
+1
|
/
*
Merge #19098: test: Remove duplicate NodeContext hacks
MarcoFalke
2020-08-07
1
-0
/
+4
|
\
|
*
test: Remove duplicate NodeContext hacks
Russell Yanofsky
2020-07-13
1
-0
/
+4
*
|
Pass mempool pointer to UnloadBlockIndex
MarcoFalke
2020-07-29
1
-1
/
+1
*
|
Merge #18637: coins: allow cache resize after init
MarcoFalke
2020-07-29
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add CChainState::ResizeCoinsCaches
James O'Beirne
2020-07-01
1
-1
/
+1
*
|
Merge #19277: util: Add Assert identity function
MarcoFalke
2020-07-04
1
-1
/
+1
|
\
\
|
*
|
scripted-diff: Replace EnsureChainman with Assert in unit tests
MarcoFalke
2020-06-15
1
-1
/
+1
|
|
/
*
|
Merge #19028: test: Set -logthreadnames in unit tests
Wladimir J. van der Laan
2020-07-01
1
-1
/
+3
|
\
\
|
*
|
test: Set -logthreadnames in unit tests
MarcoFalke
2020-05-21
1
-0
/
+2
|
*
|
init: Setup scheduler in tests and init in exactly the same way
MarcoFalke
2020-05-21
1
-1
/
+1
*
|
|
test: Remove unused scheduler.h include from the common setup
MarcoFalke
2020-05-28
1
-0
/
+1
|
|
/
|
/
|
*
|
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-21
1
-1
/
+1
*
|
net: Pass chainman into PeerLogicValidation
MarcoFalke
2020-05-21
1
-1
/
+1
*
|
node: Add chainman alias for g_chainman
MarcoFalke
2020-05-21
1
-2
/
+4
|
/
*
refactor: Remove g_rpc_node global
Russell Yanofsky
2020-05-13
1
-2
/
+0
*
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
1
-1
/
+1
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
test: Add optional extra_args to testing setup
MarcoFalke
2020-04-15
1
-3
/
+23
*
node: Add args alias for gArgs global
MarcoFalke
2020-04-15
1
-0
/
+1
*
Merge #17737: Add ChainstateManager, remove BlockManager global
MarcoFalke
2020-04-10
1
-2
/
+3
|
\
|
*
test: add basic tests for ChainstateManager
James O'Beirne
2020-03-17
1
-0
/
+1
|
*
use ChainstateManager to initialize chainstate
James O'Beirne
2020-03-17
1
-2
/
+2
*
|
Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libevent
MarcoFalke
2020-04-10
1
-0
/
+2
|
\
\
|
*
|
Drop bitcoin-wallet dependency on libevent
Russell Yanofsky
2020-04-02
1
-0
/
+2
*
|
|
fuzz: Add process_messages harness
MarcoFalke
2020-04-05
1
-0
/
+5
|
/
/
*
|
Merge #18134: Replace std::to_string with locale-independent alternative
Wladimir J. van der Laan
2020-03-25
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-14
1
-0
/
+1
*
|
refactor: Remove mempool global from net
MarcoFalke
2020-03-12
1
-1
/
+1
|
/
*
tests: Add fuzzing harness for ProcessMessage(...)
practicalswift
2020-03-11
1
-1
/
+3
*
scheduler: don't rely on boost interrupt on shutdown
Anthony Towns
2020-03-06
1
-0
/
+1
*
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-27
1
-2
/
+1
*
[lib] add scheduler to node context
Amiti Uttarwar
2020-02-17
1
-2
/
+5
*
test: Show debug log on unit test failure
MarcoFalke
2020-01-02
1
-0
/
+1
*
rpc: Remove mempool global from miner
MarcoFalke
2019-12-23
1
-1
/
+1
*
node: Add reference to mempool in NodeContext
MarcoFalke
2019-11-15
1
-1
/
+3
*
Merge #16978: test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-11-07
1
-1
/
+23
[next]