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
/
bitcoin-chainstate.cpp
Age
Commit message (
Expand
)
Author
2022-08-03
cuckoocache: Return approximate memory size
Carl Dong
2022-07-19
refactor: Reduce number of LoadChainstate return values
Russell Yanofsky
2022-07-19
refactor: Reduce number of LoadChainstate parameters
Russell Yanofsky
2022-07-14
Use designated initializers for ChainstateManager::Options
Carl Dong
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-20
Add ChainstateManager::m_adjusted_time_callback
Carl Dong
2022-05-20
Add ChainstateManagerOpts, using as ::Options
Carl Dong
2022-05-18
Do not pass Consensus::Params& to Chainstate helpers
MacroFake
2022-05-18
Do not pass time getter to Chainstate helpers
MacroFake
2022-05-10
validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...
Anthony Towns
2022-05-10
validation: remove redundant CChainParams params from ChainstateManager methods
Anthony Towns
2022-05-10
validation: add CChainParams to ChainstateManager
Anthony Towns
2022-04-28
Merge bitcoin/bitcoin#24322: [kernel 1/n] Introduce initial `libbitcoinkernel`
fanquake
2022-04-27
validation: Prune UnloadBlockIndex and callees
Carl Dong
2022-04-27
validation: No mempool clearing in UnloadBlockIndex
Carl Dong
2022-04-26
b-cs: Define G_TRANSLATION_FUN in bitcoinkernel.cpp
Carl Dong
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-03-08
bitcoin-chainstate: Lock cs_main to UnloadBlockIndex
Carl Dong
2022-02-14
build: Add example bitcoin-chainstate executable
Carl Dong