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
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