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
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-03-04
Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation fun...
Wladimir J. van der Laan
2021-03-03
Move MakeNoLogFileContext to common libtest_util, and use it in bench
MarcoFalke
2021-02-22
validation: Remove global ::LoadGenesisBlock
Carl Dong
2021-02-20
Merge #20750: [Bundle 2/n] Prune g_chainman usage in mempool-related validati...
MarcoFalke
2021-02-19
Merge #21211: test: Move P2WSH_OP_TRUE to shared test library
MarcoFalke
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-17
test: Move P2WSH_OP_TRUE to shared test library
MarcoFalke
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 #20789: fuzz: Rework strong and weak net enum fuzzing
MarcoFalke
2021-01-07
Merge #20584: Declare de facto const reference variables/member functions as ...
MarcoFalke
2021-01-02
fuzz: Use ConsumeWeakEnum for ServiceFlags
MarcoFalke
2021-01-02
fuzz: Add ConsumeWeakEnum helper, Extract ALL_NET_PERMISSION_FLAGS
MarcoFalke
2021-01-02
fuzz: [refactor] Extract ALL_CONNECTION_TYPES constant
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
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-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-12-01
Merge #20222: refactor: CTxMempool constructor clean up
MarcoFalke
2020-11-20
net: Treat raw message bytes as uint8_t
MarcoFalke
2020-11-20
Merge #20056: net: Use Span in ReceiveMsgBytes
Wladimir J. van der Laan
2020-11-16
Merge #20033: refactor: minor whitespace fixups, s/const/constexpr/ and remov...
MarcoFalke
2020-11-07
test: Mock IBD in net_processing fuzzers
MarcoFalke
2020-10-31
style: minor improvements as a followup to #19845
Vasil Dimov
2020-10-23
refactor: Make CTxMemPool::m_check_ratio a const and a constructor argument
Elle Mouton
2020-10-02
net: Use Span in ReceiveMsgBytes
MarcoFalke
2020-09-28
Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2
Pieter Wuille
2020-09-24
Add local thread pool to CCheckQueue
Hennadii Stepanov
2020-09-17
test: move HasReason so it can be reused
Vasil Dimov
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
[next]