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
/
mempool_persist.cpp
Age
Commit message (
Expand
)
Author
2024-05-06
refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th...
Luke Dashjr
2024-03-27
log: renamed disk to file so wording was more accurate
kevkevin
2024-03-27
mempool: Log added for dumping mempool transactions to disk
kevkevin
2024-01-31
Don't use scientific notation in log messages
Kristaps Kaupe
2024-01-12
[log] mempool loading
glozow
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-09
mempool: persist with XOR
MarcoFalke
2023-09-12
Remove unused GetType() from CBufferedFile and CAutoFile
MarcoFalke
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-06-28
kernel: Pass interrupt reference to chainman
TheCharlatan
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-23
refactor: Extract util/fs_helpers from util/system
Ben Woosley
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-07-15
Move {Load,Dump}Mempool to kernel namespace
Carl Dong