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-05-10
validation: move g_versionbitscache into ChainstateManager
Anthony Towns
2022-05-10
validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...
Anthony Towns
2022-05-06
Merge bitcoin/bitcoin#24538: miner: bug fix? update for ancestor inclusion us...
MacroFake
2022-05-03
blockstorage: add LIFETIMEBOUND to GetFirstStoredBlock()::start_time
Jon Atack
2022-04-28
blockstorage, refactor: pass GetFirstStoredBlock() start_block by reference
Jon Atack
2022-04-28
blockstorage, refactor: make GetFirstStoredBlock() a member of BlockManager
Jon Atack
2022-04-27
validation: Prune UnloadBlockIndex and callees
Carl Dong
2022-04-27
init: Reset mempool and chainman via reconstruction
Carl Dong
2022-04-26
Merge bitcoin/bitcoin#24917: Make BlockManager::LoadBlockIndex private
fanquake
2022-04-25
blockstorage: Add prune locks to BlockManager
Fabian Jahr
2022-04-25
refactor: Introduce GetFirstStoredBlock helper function
Fabian Jahr
2022-04-22
Merge bitcoin/bitcoin#22910: net: Encapsulate asmap in NetGroupManager
fanquake
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-19
Make BlockManager::LoadBlockIndex private
MarcoFalke
2022-04-19
[init] Add netgroupman to node.context
John Newbery
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-14
[miner] bug fix: update for parent inclusion using modified fee
glozow
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
[next]