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-09-23
Merge bitcoin/bitcoin#28385: [refactor] rewrite DisconnectedBlockTransactions...
fanquake
2023-09-21
Merge bitcoin/bitcoin#28379: Refactor: Remove m_is_test_chain
fanquake
2023-09-14
Merge bitcoin/bitcoin#28423: kernel: Remove protocol.h/netaddress.h/compat.h ...
fanquake
2023-09-13
make DisconnectedBlockTransactions responsible for its own memory management
glozow
2023-09-13
MOVEONLY: DisconnectedBlockTransactions to its own file
glozow
2023-09-12
[refactor] Remove netaddress.h from kernel headers
TheCharlatan
2023-09-12
kernel: Move MessageStartChars to its own file
TheCharlatan
2023-09-12
[refactor] Define MessageStartChars as std::array
TheCharlatan
2023-09-12
Remove unused GetType() from CBufferedFile and CAutoFile
MarcoFalke
2023-08-31
Refactor: Remove m_is_test_chain
Tim Neubauer
2023-08-28
config: default acceptnonstdtxn=0 on all chains
Anthony Towns
2023-08-17
move-only: Create src/kernel/mempool_removal_reason.h
MarcoFalke
2023-08-17
Merge bitcoin/bitcoin#28244: Break up script/standard.{h/cpp}
fanquake
2023-08-17
Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filter
fanquake
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-07
mempool_entry: improve struct packing
Anthony Towns
2023-08-07
Add importmempool RPC
MarcoFalke
2023-08-07
refactor: Add and use kernel::ImportMempoolOptions
MarcoFalke
2023-08-07
doc: Clarify the getmempoolinfo.loaded RPC field documentation
MarcoFalke
2023-08-03
mempool_entry: add mempool entry sequence number
Anthony Towns
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
[next]