mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-02 17:24:58 +02:00
Move {Load,Dump}Mempool to kernel namespace
Also: 1. Add the newly introduced kernel/mempool_persist.cpp to IWYU CI script 2. Add chrono mapping for iwyu
This commit is contained in:
@@ -177,6 +177,7 @@ BITCOIN_CORE_H = \
|
||||
kernel/context.h \
|
||||
kernel/mempool_limits.h \
|
||||
kernel/mempool_options.h \
|
||||
kernel/mempool_persist.h \
|
||||
key.h \
|
||||
key_io.h \
|
||||
logging.h \
|
||||
@@ -368,6 +369,7 @@ libbitcoin_node_a_SOURCES = \
|
||||
kernel/checks.cpp \
|
||||
kernel/coinstats.cpp \
|
||||
kernel/context.cpp \
|
||||
kernel/mempool_persist.cpp \
|
||||
mapport.cpp \
|
||||
mempool_args.cpp \
|
||||
net.cpp \
|
||||
@@ -884,6 +886,7 @@ libbitcoinkernel_la_SOURCES = \
|
||||
kernel/checks.cpp \
|
||||
kernel/coinstats.cpp \
|
||||
kernel/context.cpp \
|
||||
kernel/mempool_persist.cpp \
|
||||
key.cpp \
|
||||
logging.cpp \
|
||||
node/blockstorage.cpp \
|
||||
|
||||
Reference in New Issue
Block a user