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-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-09-01
Merge bitcoin/bitcoin#25614: Severity-based logging, step 2
Andrew Chow
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-08-20
Create BCLog::Level::Trace log severity level
Jon Atack
2022-08-20
Create -loglevel configuration option
klementtan
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-03
cuckoocache: Return approximate memory size
Carl Dong
2022-08-02
sort after scripted-diff
MacroFake
2022-08-02
scripted-diff: Move mempool_args to src/node
MacroFake
2022-08-02
Return optional error from ApplyArgsManOptions
MacroFake
2022-07-19
refactor: Reduce number of LoadChainstate return values
Russell Yanofsky
2022-07-19
refactor: Reduce number of LoadChainstate parameters
Russell Yanofsky
2022-07-14
Use designated initializers for ChainstateManager::Options
Carl Dong
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
[next]