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-04-19
scripted-diff: Rename pindexBestHeader, fHavePruned
Carl Dong
2022-04-19
Clear fHavePruned in BlockManager::Unload()
Carl Dong
2022-04-19
move-mostly: Make fHavePruned a BlockMan member
Carl Dong
2022-04-19
move-mostly: Make pindexBestHeader a ChainMan member
Carl Dong
2022-04-12
validation: Load pindexBestHeader in ChainMan
Carl Dong
2022-04-06
doc: Convert remaining comments to clang-tidy format
MarcoFalke
2022-04-06
Merge bitcoin/bitcoin#24758: Disable the syscall sandbox for bitcoin-qt and r...
laanwj
2022-04-06
Merge bitcoin/bitcoin#24732: Remove buggy and confusing IncrementExtraNonce
MarcoFalke
2022-04-05
Merge bitcoin/bitcoin#24236: Remove utxo db upgrade code
laanwj
2022-04-05
init: Disable syscall sandbox in the bitcoin-qt process
MarcoFalke
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-04-01
Remove buggy and confusing IncrementExtraNonce
MarcoFalke
2022-03-21
Use CAmount for fee delta and modified fee
MarcoFalke
2022-03-17
Merge bitcoin/bitcoin#24515: Only load BlockMan in BlockMan member functions
MarcoFalke
2022-03-15
Add and use BlockManager::GetAllBlockIndices
Carl Dong
2022-03-15
Add and use CBlockIndexHeightOnlyComparator
Carl Dong
2022-03-15
move-only: Move CBlockIndexWorkComparator to blockstorage
Carl Dong
2022-03-15
Only load BlockMan in BlockMan member functions
Carl Dong
2022-03-15
style-only: No need for std::pair for vSortedByHeight
Carl Dong
2022-03-11
Merge bitcoin/bitcoin#24421: miner: always assume we can build witness blocks
fanquake
2022-03-10
Remove utxo db upgrade code
MarcoFalke
2022-03-09
style-only: Various blockstorage.cpp cleanups
Carl Dong
2022-03-09
refactor: more const annotations for uses of CBlockIndex*
Anthony Towns
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
[next]