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
2023-03-14
Merge bitcoin/bitcoin#27238: refactor: Split logging utilities from system.h
fanquake
2023-03-13
refactor: Move error() from util/system.h to logging.h
Ben Woosley
2023-03-10
refactor: Consistently use context args over gArgs in node/interfaces
MarcoFalke
2023-03-08
Merge bitcoin/bitcoin#27189: util: Use steady clock in SeedStrengthen, FindBe...
fanquake
2023-03-07
Merge bitcoin/bitcoin#25740: assumeutxo: background validation completion
Andrew Chow
2023-03-07
validation: add ChainMan logic for completing UTXO snapshot validation
James O'Beirne
2023-03-02
Use steady clock in SeedStrengthen and FindBestImplementation
MarcoFalke
2023-02-28
Add InitError(error, details) overload
Ryan Ofsky
2023-02-28
Merge bitcoin/bitcoin#26533: prune: scan and unlink already pruned block file...
Andrew Chow
2023-02-24
doc: add explanation for fail_on_insufficient_dbcache
Ryan Ofsky
2023-02-24
init: Return more fitting ChainStateLoadStatus if verification was interrupted
Martin Zumsande
2023-02-22
Merge bitcoin/bitcoin#25574: validation: Improve error handling when VerifyDB...
Andrew Chow
2023-02-22
move-only-ish: init: factor out chainstate initialization
James O'Beirne
2023-02-20
Merge bitcoin/bitcoin#26883: src/node/miner cleanups, follow-ups for #26695
glozow
2023-02-16
validation: report if pruning prevents completion of verification
Martin Zumsande
2023-02-16
init, validation: Improve handling if VerifyDB() fails due to insufficient db...
Martin Zumsande
2023-02-16
validation: return VerifyDBResult::INTERRUPTED if verification was interrupted
Martin Zumsande
2023-02-16
validation: Change return value of VerifyDB to enum type
Martin Zumsande
2023-02-10
refactor, validation: Add ChainstateManagerOpts db options
Ryan Ofsky
2023-02-10
refactor, txdb: Use DBParams struct in CBlockTreeDB
Ryan Ofsky
2023-02-10
refactor, txdb: Add CoinsViewOptions struct
Ryan Ofsky
2023-02-10
refactor, dbwrapper: Add DBParams and DBOptions structs
Ryan Ofsky
2023-02-07
Remove reindex special case from the progress bar label
MarcoFalke
2023-01-30
Merge bitcoin/bitcoin#26965: refactor: Remove stray cs_main redundant declara...
fanquake
2023-01-30
Merge bitcoin/bitcoin#26649: refactor: Use AutoFile and HashVerifier (without...
fanquake
2023-01-25
refactor: Remove stray cs_main redundant declaration
MarcoFalke
2023-01-16
miner: don't re-apply default Options value if argument is unset
stickies-v
2023-01-16
refactor: avoid duplicating BlockAssembler::Options members
stickies-v
2023-01-16
Add BlockManager::IsPruneMode()
MarcoFalke
2023-01-16
Add BlockManager::GetPruneTarget()
MarcoFalke
2023-01-16
Add BlockManager::LoadingBlocks()
MarcoFalke
2023-01-16
Merge bitcoin/bitcoin#26251: refactor: add kernel/cs_main.h
MarcoFalke
2023-01-12
refactor: rename local gArgs to args
stickies-v
2023-01-11
Merge bitcoin/bitcoin#26695: bench: BlockAssembler on a mempool with packages
Andrew Chow
2023-01-05
refactor: add kernel/cs_main.*
fanquake
2023-01-04
Merge bitcoin/bitcoin#26752: wallet: Remove `mempool_sequence` from interface...
glozow
2023-01-03
Merge bitcoin/bitcoin#26289: Use util::Result in for calculating mempool ance...
Andrew Chow
2023-01-03
Use AutoFile and HashVerifier where possible
MarcoFalke
2022-12-26
wallet: remove `mempool_sequence` from `transactionRemovedFromMempool`
w0xlt
2022-12-26
wallet: remove `mempool_sequence` from `transactionAddedToMempool`
w0xlt
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-22
[miner] allow bypassing TestBlockValidity
glozow
2022-12-22
[refactor] add helper to apply ArgsManager to BlockAssembler::Options
glozow
2022-12-20
prune: scan and unlink already pruned block files on startup
Andrew Toth
2022-12-13
mempool: log/halt when CalculateMemPoolAncestors fails unexpectedly
stickies-v
2022-12-13
mempool: use util::Result for CalculateMemPoolAncestors
stickies-v
2022-12-07
Merge bitcoin/bitcoin#26298: refactor: Move src/interfaces/*.cpp files to lib...
fanquake
2022-12-06
Merge bitcoin/bitcoin#26609: refactor: Move `txmempool_entry.h` --> `kernel/m...
MarcoFalke
2022-11-30
Merge bitcoin/bitcoin#26359: p2p: Erlay support signaling follow-ups
fanquake
2022-11-30
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Hennadii Stepanov
[next]