aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/mempool_persist.cpp
AgeCommit message (Expand)Author
2024-06-26mempool: move LoadMempool/DumpMempool to nodeCory Fields
2024-05-06refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th...Luke Dashjr
2024-03-27log: renamed disk to file so wording was more accuratekevkevin
2024-03-27mempool: Log added for dumping mempool transactions to diskkevkevin
2024-01-31Don't use scientific notation in log messagesKristaps Kaupe
2024-01-12[log] mempool loadingglozow
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-11-09mempool: persist with XORMarcoFalke
2023-09-12Remove unused GetType() from CBufferedFile and CAutoFileMarcoFalke
2023-08-07Add importmempool RPCMarcoFalke
2023-08-07refactor: Add and use kernel::ImportMempoolOptionsMarcoFalke
2023-08-07doc: Clarify the getmempoolinfo.loaded RPC field documentationMarcoFalke
2023-06-28kernel: Pass interrupt reference to chainmanTheCharlatan
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-03-23refactor: Extract util/fs_helpers from util/systemBen Woosley
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
2022-07-15Move {Load,Dump}Mempool to kernel namespaceCarl Dong