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-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
2022-10-18
Move ::hashAssumeValid into ChainstateManager
MacroFake
2022-10-18
Move ::nMaxTipAge into ChainstateManager
MacroFake
2022-10-05
refactor: mempool: add MemPoolLimits::NoLimits()
stickies-v
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-08-05
Make adjusted time type safe
MacroFake
2022-08-03
validationcaches: Use size_t for sizes
Carl Dong
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-02
Remove ::g_max_datacarrier_bytes global
MacroFake
2022-08-02
Remove ::fIsBareMultisigStd global
MacroFake
2022-08-02
Remove ::dustRelayFee
MacroFake
2022-08-02
Remove ::incrementalRelayFee and ::minRelayTxFee globals
MacroFake
2022-08-02
Remove ::fRequireStandard global
MacroFake
2022-07-20
Use HashWriter where possible
MacroFake
2022-07-19
ci: Enable IWYU in src/kernel directory
Ryan Ofsky
2022-07-19
refactor: Reduce number of SanityChecks return values
Ryan Ofsky
2022-07-18
interfaces, refactor: Add more block information to block connected notificat...
Ryan Ofsky
2022-07-18
Merge bitcoin/bitcoin#25487: [kernel 3b/n] Decouple `{Dump,Load}Mempool` from...
glozow
2022-07-15
Move {Load,Dump}Mempool to kernel namespace
Carl Dong
2022-07-14
Move ChainstateManagerOpts into kernel:: namespace
Carl Dong
2022-07-06
Introduce `mempoolfullrbf` node setting.
Antoine Riard
2022-06-28
mempool: Use m_limit for UpdateTransactionsFromBlock
Carl Dong
2022-06-28
mempool: Introduce (still-unused) MemPoolLimits
Carl Dong
2022-06-28
scripted-diff: Rename DEFAULT_MEMPOOL_EXPIRY to indicate time unit
Carl Dong
2022-06-28
mempool: Pass in -mempoolexpiry instead of referencing gArgs
Carl Dong
2022-06-28
mempool: Pass in -maxmempool instead of referencing gArgs
Carl Dong
2022-06-28
pool: Add and use MemPoolOptions, ApplyArgsManOptions
Carl Dong
2022-06-08
doc: fix typo in kernel/context.h
brunoerg
2022-06-02
kernel: SanityChecks: Return an error struct
Carl Dong
2022-06-02
Move init::SanityCheck to kernel::SanityCheck
Carl Dong
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-05-31
kernel: Introduce empty and unused kernel::Context
Carl Dong
2022-05-23
scripted-diff: Move src/kernel/coinstats to kernel::
Carl Dong
2022-05-23
coinstats: Split node/coinstats.h to kernel/coinstats.h
Carl Dong
2022-05-23
coinstats: Move hasher codepath to kernel/coinstats
Carl Dong
2022-05-20
Add ChainstateManager::m_adjusted_time_callback
Carl Dong
2022-05-20
Add ChainstateManagerOpts, using as ::Options
Carl Dong
2022-04-26
b-cs: Define G_TRANSLATION_FUN in bitcoinkernel.cpp
Carl Dong