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
/
node
Age
Commit message (
Expand
)
Author
2022-01-11
Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...
MarcoFalke
2022-01-07
refactor: add thread safety lock assertion to WriteBlockIndexDB()
Jon Atack
2022-01-06
Move CBlockFileInfo::ToString method where class is declared
Russell Yanofsky
2022-01-07
Merge bitcoin/bitcoin#23974: Make blockstorage globals private members of Blo...
fanquake
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
2022-01-05
scripted-diff: Rename touched member variables
MarcoFalke
2022-01-05
Make blockstorage globals private members of BlockManager
MarcoFalke
2022-01-05
doc: Clarify nPruneAfterHeight for signet
MarcoFalke
2022-01-05
Move blockstorage-related unload to BlockManager::Unload
MarcoFalke
2022-01-05
move-only: Create WriteBlockIndexDB helper
MarcoFalke
2022-01-05
Move functions to BlockManager
MarcoFalke
2022-01-05
doc: Fix typo in LoadBlockIndex
brunoerg
2022-01-05
Merge bitcoin/bitcoin#23411: refactor: Avoid integer overflow in ApplyStats w...
MarcoFalke
2022-01-02
Fixup style of moved code
MarcoFalke
2022-01-02
Move BlockManager to node/blockstorage
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-23
docs: Make LoadChainstate comment more accurate
Carl Dong
2021-12-23
node/chainstate: Use MAX_FUTURE_BLOCK_TIME
Carl Dong
2021-12-22
scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader
Russell Yanofsky
2021-12-17
refactor: Avoid integer overflow in ApplyStats when activating snapshot
MarcoFalke
2021-12-17
Add dev doc to CCoinsStats::m_hash_type and make it const
MarcoFalke
2021-12-17
style: Remove unused whitespace
MarcoFalke
2021-12-15
Move FindForkInGlobalIndex from BlockManager to CChainState
MarcoFalke
2021-12-14
refactor: remove unneeded calls to strprintf()
fanquake
2021-12-10
Merge bitcoin/bitcoin#23280: init: Coalesce Chainstate loading sequence betwe...
MarcoFalke
2021-12-07
style-only: Remove redundant scope in *Chainstate
Carl Dong
2021-12-07
Collapse the 2 cs_main locks in LoadChainstate
Carl Dong
2021-12-07
Remove all #include // for * comments
Carl Dong
2021-12-07
node/chainstate: Add options for in-memory DBs
Carl Dong
2021-12-07
node/caches: Remove intermediate variables
Carl Dong
2021-12-07
node/caches: Extract cache calculation logic
Carl Dong
2021-12-07
validation: VerifyDB only needs Consensus::Params
Carl Dong
2021-12-07
node/chainstate: Decouple from ShutdownRequested
Carl Dong
2021-12-07
node/chainstate: Decouple from GetTime
Carl Dong
2021-12-07
init: Delay RPC block notif until warmup finished
Carl Dong
2021-12-07
mining, refactor: add m_mempool.cs thread safety lock assertions
Jon Atack
2021-12-07
Merge bitcoin/bitcoin#23644: wallet: Replace confusing getAdjustedTime() with...
MarcoFalke
2021-12-06
Move -checkblocks LogPrintf to AppInitMain
Carl Dong
2021-12-06
node/chainstate: Reduce coupling of LogPrintf
Carl Dong
2021-12-06
node/chainstate: Decouple from concept of uiInterface
Carl Dong
2021-12-06
Split off VerifyLoadedChainstate
Carl Dong
2021-12-06
node/chainstate: Remove do/while loop
Carl Dong
2021-12-06
Move init logistics message for BAD_GENESIS_BLOCK to init.cpp
Carl Dong
2021-12-06
Move mempool nullptr Assert out of LoadChainstate
Carl Dong
2021-12-06
node/chainstate: Decouple from concept of NodeContext
Carl Dong
2021-12-06
node/chainstate: Decouple from ArgsManager
Carl Dong
2021-12-06
node/chainstate: Decouple from stringy errors
Carl Dong
2021-12-06
node/chainstate: Decouple from GetTimeMillis
Carl Dong
2021-12-06
node: Extract chainstate loading sequence
Carl Dong
[next]