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
2022-07-07
refactor: Drop no longer needed `util/designator.h`
Hennadii Stepanov
2022-06-28
fees: Pass in a filepath instead of referencing gArgs
Carl Dong
2022-06-28
pool: Add and use MemPoolOptions, ApplyArgsManOptions
Carl Dong
2022-06-15
Merge bitcoin/bitcoin#25223: [kernel 2e/n] miner: Make `mempool` optional, st...
fanquake
2022-06-06
miner: Make mempool optional for BlockAssembler
Carl Dong
2022-06-04
Merge bitcoin/bitcoin#25065: [kernel 2c/n] Introduce `kernel::Context`, encap...
fanquake
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-05-31
test: Use Set/UnsetGlobals in BasicTestingSetup
Carl Dong
2022-05-30
[test util] to populate mempool with random transactions/packages
glozow
2022-05-30
[test util] use -checkmempool for TestingSetup mempool check ratio
glozow
2022-05-30
[test util] add chain name to TestChain100Setup ctor
glozow
2022-05-20
Add ChainstateManager::m_adjusted_time_callback
Carl Dong
2022-05-20
Add ChainstateManagerOpts, using as ::Options
Carl Dong
2022-05-18
Do not call global Params() when chainman is in scope
MacroFake
2022-05-18
Do not pass CChainParams& to PeerManager::make
MacroFake
2022-05-18
Do not pass CChainParams& to BlockAssembler constructor
MacroFake
2022-05-18
Do not pass Consensus::Params& to Chainstate helpers
MacroFake
2022-05-18
Do not pass time getter to Chainstate helpers
MacroFake
2022-05-10
validation: remove redundant CChainParams params from ChainstateManager methods
Anthony Towns
2022-05-10
validation: add CChainParams to ChainstateManager
Anthony Towns
2022-04-27
validation: Prune UnloadBlockIndex and callees
Carl Dong
2022-04-27
validation: No mempool clearing in UnloadBlockIndex
Carl Dong
2022-04-20
[net] Move asmap into NetGroupManager
John Newbery
2022-04-16
test: fix connman UB by calling derived constructor
chinggg
2022-02-09
validation, refactoring: remove ChainstateManager::Reset()
Jon Atack
2022-02-09
validation: replace lock with annotation in UnloadBlockIndex()
Jon Atack
2022-01-11
test: non-addrman unit tests: override-able check ratio
Vasil Dimov
2022-01-11
test: parse the command line arguments in unit tests
Vasil Dimov
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2022-01-06
Merge bitcoin/bitcoin#23855: refactor: Post-"Chainstate loading sequence coal...
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-23
init: Use clang-tidy named args syntax
Carl Dong
2021-12-23
style-only: Rename *Chainstate return values
Carl Dong
2021-12-13
test: call VerifyLoadedChainstate during ChainTestingSetup
James O'Beirne
2021-12-07
Remove all #include // for * comments
Carl Dong
2021-12-07
test/setup: Use LoadChainstate
Carl Dong
2021-12-01
Merge bitcoin/bitcoin#23546: scripted-diff: Use clang-tidy syntax for C++ nam...
fanquake
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-11-16
style: Sort file list after rename
MarcoFalke
2021-11-16
scripted-diff: Move miner to src/node
MarcoFalke
2021-11-03
[refactor] Don't call AcceptToMemoryPool() from outside validation.cpp
John Newbery
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-09-28
scripted-diff: Rename CAddrMan to AddrMan
Amiti Uttarwar
2021-09-24
Merge bitcoin/bitcoin#22818: test: Activate all regtest softforks at height 1...
merge-script
2021-09-23
Merge bitcoin/bitcoin#21526: validation: UpdateTip/CheckBlockIndex assumeutxo...
W. J. van der Laan
2021-09-16
test: Add extra_args argument to TestChain100Setup constructor
MarcoFalke
2021-09-16
test: Remove unused ~TestChain100Setup
MarcoFalke
2021-09-16
Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, makeCha...
fanquake
2021-09-15
test: refactor: separate CreateBlock in TestChain100Setup
James O'Beirne
2021-08-27
[addrman] Set m_asmap in CAddrMan initializer list
John Newbery
[next]