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
/
kernel
Age
Commit message (
Expand
)
Author
2023-07-11
kernel: Remove StartShutdown calls from validation code
Ryan Ofsky
2023-07-11
refactor: Move stopafterblockimport handling out of blockstorage
TheCharlatan
2023-06-28
kernel: Add fatalError method to notifications
TheCharlatan
2023-06-28
kernel: Add flushError method to notifications
TheCharlatan
2023-06-28
kernel: Pass interrupt reference to chainman
TheCharlatan
2023-06-28
util: Add SignalInterrupt class and use in shutdown.cpp
TheCharlatan
2023-06-14
refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN supp
MarcoFalke
2023-06-12
Use `int32_t` type for most transaction size/weight values
Hennadii Stepanov
2023-05-30
refactor: Add stop_at_height option in ChainstateManager
TheCharlatan
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
fix includes for touched header files (iwyu)
MarcoFalke
2023-05-29
Add [[nodiscard]] where ignoring a Result return type is an error
MarcoFalke
2023-05-26
Merge bitcoin/bitcoin#27469: wallet: improve IBD sync time by skipping block ...
Andrew Chow
2023-05-25
wallet: skip block scan if block was created before wallet birthday
furszy
2023-05-24
refactor: Replace std::optional<bilingual_str> with util::Result
Ryan Ofsky
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-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-09
scripted-diff: Remove unused chainparamsbase includes
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-06
Merge bitcoin/bitcoin#17860: fuzz: BIP 30, CVE-2018-17144
fanquake
2023-05-04
Add BlockManagerOpts::chainparams reference
MarcoFalke
2023-05-02
Avoid dereferencing interruption_point if it is nullptr
MarcoFalke
2023-04-18
kernel: update m_assumed_* chain params for 25.x
fanquake
2023-04-18
kernel: update chainTxData for 25.x
fanquake
2023-04-18
kernel: update nMinimumChainWork & defaultAssumeValid for 25.x
fanquake
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-23
refactor: Extract util/fs_helpers from util/system
Ben Woosley
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
Move ::nPruneTarget into BlockManager
MarcoFalke
2023-03-13
refactor: Move error() from util/system.h to logging.h
Ben Woosley
2023-02-22
kernel: add missing include
Cory Fields
2023-02-10
refactor, validation: Add ChainstateManagerOpts db options
Ryan Ofsky
2023-01-30
doc: Fix comment syntax error
willcl-ark
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-20
mempool: Don't share mempool with dbcache in blocksonly
willcl-ark
2023-01-16
Merge bitcoin/bitcoin#26251: refactor: add kernel/cs_main.h
MarcoFalke
2023-01-05
refactor: add kernel/cs_main.*
fanquake
2022-12-13
Adapt to libsecp256k1 API changes
Pieter Wuille
2022-11-30
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Hennadii Stepanov
2022-10-28
refactor: Silence GCC Wmissing-field-initializers in ChainstateManagerOpts
MacroFake
2022-10-18
Move ::fCheckBlockIndex into ChainstateManager
MacroFake
2022-10-18
Move ::fCheckpointsEnabled into ChainstateManager
MacroFake
2022-10-18
Move ::nMinimumChainWork into ChainstateManager
MacroFake
[next]