Skip to content

Commit 1803fee

Browse files
committed
Merge bitcoin/bitcoin#28637: doc: add release note for #27460 (new importmempool RPC)
1b672eb doc: add release note for #27460 (new `importmempool` RPC) (Sebastian Falbesoner) Pull request description: This PR adds a missing release note for #27460. ACKs for top commit: glozow: ACK 1b672eb Tree-SHA512: 89deadbfd6779e6eb19801c9fe7459a9876b920d44e09df102774c1eb8b3c0716462613dc99d1711eda4bd959ea61595b33f4528424ac02cf1af6cb4e5f1f0e9
2 parents c2d4e40 + 1b672eb commit 1803fee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/release-notes-27460.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- A new `importmempool` RPC has been added. It loads a valid `mempool.dat` file and attempts to
2+
add its contents to the mempool. This can be useful to import mempool data from another node
3+
without having to modify the datadir contents and without having to restart the node. (#27460)
4+
- Warning: Importing untrusted files is dangerous, especially if metadata from the file is taken over.
5+
- If you want to apply fee deltas, it is recommended to use the `getprioritisedtransactions` and
6+
`prioritisetransaction` RPCs instead of the `apply_fee_delta_priority` option to avoid
7+
double-prioritising any already-prioritised transactions in the mempool.

0 commit comments

Comments
 (0)