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-03-11
Merge bitcoin/bitcoin#24421: miner: always assume we can build witness blocks
fanquake
2022-03-07
Merge bitcoin/bitcoin#24050: validation: Give `m_block_index` ownership of `C...
MarcoFalke
2022-03-01
Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound conn...
laanwj
2022-02-23
[miner] always assume we can create witness blocks
glozow
2022-02-22
refactor: Rewrite AddToBlockIndex with try_emplace
Carl Dong
2022-02-22
style: Modernize range-based loops over m_block_index
Carl Dong
2022-02-22
style-only: Use using instead of typedef for BlockMap
Carl Dong
2022-02-22
refactor: Rewrite InsertBlockIndex with try_emplace
Carl Dong
2022-02-22
blockstorage: Make m_block_index own CBlockIndex's
Carl Dong
2022-02-21
Avoid implicit-integer-sign-change in VerifyLoadedChainstate
MarcoFalke
2022-02-17
doc: Fix typos
Taeik Lim
2022-01-31
refactor: Make MessageBoxFlags enum underlying type unsigned
MarcoFalke
2022-01-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
2022-01-27
Merge bitcoin/bitcoin#22932: Add CBlockIndex lock annotations, guard nStatus/...
laanwj
2022-01-25
Remove/inline ReadRawBlockFromDisk(block_data, pindex, message_start)
Hennadii Stepanov
2022-01-25
Require IsBlockPruned() to hold mutex cs_main
Jon Atack
2022-01-25
Require CBlockIndex::GetUndoPos() to hold mutex cs_main
Jon Atack
2022-01-25
Require WriteUndoDataForBlock() to hold mutex cs_main
Jon Atack
2022-01-25
Remove unused checkFinalTx
MarcoFalke
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
2022-01-02
Use spans of std::byte in serialize
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
[next]