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
/
test
/
util
Age
Commit message (
Expand
)
Author
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-08-28
Pass mempool reference to chainstate constructor
MarcoFalke
2020-08-26
Merge #19779: Remove gArgs global from init
fanquake
2020-08-26
Merge #19775: test: Activate segwit in TestChain100Setup
fanquake
2020-08-24
init: Pass reference to ArgsManager around instead of relying on global
MarcoFalke
2020-08-21
test: Activate segwit in TestChain100Setup
MarcoFalke
2020-08-21
test: Pass empty tx pool to block assembler
MarcoFalke
2020-08-21
test: Move doxygen comment to header
MarcoFalke
2020-08-12
[net_processing] Change PeerLogicValidation to hold a connman reference
John Newbery
2020-08-07
Merge #19098: test: Remove duplicate NodeContext hacks
MarcoFalke
2020-07-29
Pass mempool pointer to UnloadBlockIndex
MarcoFalke
2020-07-29
Merge #18637: coins: allow cache resize after init
MarcoFalke
2020-07-13
test: Remove duplicate NodeContext hacks
Russell Yanofsky
2020-07-04
Merge #19277: util: Add Assert identity function
MarcoFalke
2020-07-01
Add CChainState::ResizeCoinsCaches
James O'Beirne
2020-07-01
Merge #19028: test: Set -logthreadnames in unit tests
Wladimir J. van der Laan
2020-06-28
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-25
Merge #19090: refactor: Misc scheduler cleanups
MarcoFalke
2020-06-21
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-15
scripted-diff: Replace EnsureChainman with Assert in unit tests
MarcoFalke
2020-06-15
util: Add Assert identity function
MarcoFalke
2020-06-04
refactor: Specify boost/thread/thread.hpp explicitly
Hennadii Stepanov
2020-05-28
test: Remove unused scheduler.h include from the common setup
MarcoFalke
2020-05-21
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-21
net: Pass chainman into PeerLogicValidation
MarcoFalke
2020-05-21
node: Add chainman alias for g_chainman
MarcoFalke
2020-05-21
test: Set -logthreadnames in unit tests
MarcoFalke
2020-05-21
init: Setup scheduler in tests and init in exactly the same way
MarcoFalke
2020-05-13
refactor: Remove g_rpc_node global
Russell Yanofsky
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-04-26
test: Add CreateWalletFromFile test
Russell Yanofsky
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-04-15
test: Add optional extra_args to testing setup
MarcoFalke
2020-04-15
node: Add args alias for gArgs global
MarcoFalke
2020-04-10
Merge #17737: Add ChainstateManager, remove BlockManager global
MarcoFalke
2020-04-10
Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libevent
MarcoFalke
2020-04-05
fuzz: Add process_messages harness
MarcoFalke
2020-04-02
Drop bitcoin-wallet dependency on libevent
Russell Yanofsky
2020-03-25
Merge #18134: Replace std::to_string with locale-independent alternative
Wladimir J. van der Laan
2020-03-17
test: add basic tests for ChainstateManager
James O'Beirne
2020-03-17
use ChainstateManager to initialize chainstate
James O'Beirne
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-12
refactor: Remove mempool global from net
MarcoFalke
2020-03-11
tests: Add fuzzing harness for ProcessMessage(...)
practicalswift
2020-03-06
scheduler: don't rely on boost interrupt on shutdown
Anthony Towns
2020-03-01
Merge #17399: validation: Templatize ValidationState instead of subclassing
MarcoFalke
2020-02-28
refactor: test/bench: dedup SetupDummyInputs()
Sebastian Falbesoner
[next]