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
/
setup_common.cpp
Age
Commit message (
Expand
)
Author
2021-04-01
Merge #21525: [Bundle 4.5/n] Followup fixups to bundle 4
MarcoFalke
2021-03-24
miner: Add chainstate member to BlockAssembler
Carl Dong
2021-03-24
Revert "scripted-diff: Invoke CreateNewBlock with chainstate"
Carl Dong
2021-03-20
[net_processing] Keep addrman reference in PeerManager
John Newbery
2021-03-20
[net] Construct addrman outside connman
John Newbery
2021-03-12
Merge #21404: refactor: Remove MakeUnique<T>()
MarcoFalke
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-08
miner: Pass in blockman to ::RegenerateCommitments
Carl Dong
2021-03-08
scripted-diff: Invoke CreateNewBlock with chainstate
Carl Dong
2021-02-22
validation: Remove global ::LoadGenesisBlock
Carl Dong
2021-02-18
scripted-diff: Invoke ::AcceptToMemoryPool with chainstate
Carl Dong
2021-02-18
Merge #19809: log: Prefix log messages with function name and source code loc...
Wladimir J. van der Laan
2021-02-16
[test] Introduce a unit test helper to create a valid mempool transaction.
Amiti Uttarwar
2021-02-12
tests: add deterministic chain generation unittest fixture
James O'Beirne
2021-02-01
Merge #21016: refactor: remove boost::thread_group usage
Wladimir J. van der Laan
2021-01-29
refactor: remove boost::thread_group usage
fanquake
2021-01-28
validation: Remove global ::ActivateBestChain
Carl Dong
2021-01-25
Merge #18710: Add local thread pool to CCheckQueue
Wladimir J. van der Laan
2021-01-15
log: Prefix log messages with function name if -logsourcelocations is set
practicalswift
2021-01-09
net_processing: split PeerManager into interface and implementation classes
Anthony Towns
2021-01-07
Merge #20584: Declare de facto const reference variables/member functions as ...
MarcoFalke
2020-12-09
[net processing] Add m_ignores_incoming_txs to PeerManager and use internally
John Newbery
2020-12-08
test: Add new ChainTestingSetup and use it
Carl Dong
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
2020-12-03
Remove the remaining fee estimation globals
Antoine Poinsot
2020-10-23
refactor: Make CTxMemPool::m_check_ratio a const and a constructor argument
Elle Mouton
2020-09-24
Add local thread pool to CCheckQueue
Hennadii Stepanov
2020-09-15
validation: Pass in chainman to UnloadBlockIndex
Carl Dong
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-15
scripted-diff: Replace EnsureChainman with Assert in unit tests
MarcoFalke
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
[next]