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-06-01
Mitigate timeout in CalculateTotalBumpFees
Murch
2023-05-30
Merge bitcoin/bitcoin#27774: refactor: Add [[nodiscard]] where ignoring a Res...
fanquake
2023-05-30
Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...
fanquake
2023-05-29
Add [[nodiscard]] where ignoring a Result return type is an error
MarcoFalke
2023-05-24
refactor: Replace std::optional<bilingual_str> with util::Result
Ryan Ofsky
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-20
refactor: Move ScheduleBatchPriority to its own file
TheCharlatan
2023-05-20
kernel: Add warning method to notifications
TheCharlatan
2023-05-20
kernel: Add progress method to notifications
TheCharlatan
2023-05-20
kernel: Add headerTip method to notifications
TheCharlatan
2023-05-20
kernel: Add notification interface
TheCharlatan
2023-05-19
Merge bitcoin/bitcoin#27021: Implement Mini version of BlockAssembler to calc...
glozow
2023-05-17
index: Enable reindex-chainstate with active indexes
Martin Zumsande
2023-05-10
refactor, blockstorage: Replace stopafterblockimport arg
TheCharlatan
2023-05-10
refactor, blockstorage: Replace blocksdir arg
TheCharlatan
2023-05-10
refactor, BlockManager: Replace fastprune from arg with options
TheCharlatan
2023-05-10
refactor/iwyu: Complete includes for blockmanager_args
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-04
Remove unused chainparams from BlockManager methods
MarcoFalke
2023-05-04
Replace pindex pointer with block reference
MarcoFalke
2023-05-04
Add BlockManagerOpts::chainparams reference
MarcoFalke
2023-05-02
Merge bitcoin/bitcoin#27191: blockstorage: Adjust fastprune limit if block ex...
fanquake
2023-04-19
blockstorage: Adjust fastprune limit if block exceeds blockfile size
Martin Zumsande
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-03
Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system
fanquake
2023-03-30
Implement Mini version of BlockAssembler to calculate mining scores
glozow
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-23
Add missing fs.h includes
TheCharlatan
2023-03-16
Merge bitcoin/bitcoin#26177: refactor / kernel: Move non-gArgs chainparams fu...
fanquake
2023-03-15
Split non/kernel chainparams
Carl Dong
2023-03-15
refactor: Add and use PRUNE_TARGET_MANUAL constexpr
MarcoFalke
2023-03-15
Move ::fImporting to BlockManager
MarcoFalke
2023-03-15
Pass fImporting to ImportingNow helper class
MarcoFalke
2023-03-15
Move ::fPruneMode into BlockManager
MarcoFalke
2023-03-15
Move ::nPruneTarget into BlockManager
MarcoFalke
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
[next]