From 8deed0df066ef2cbb6f51de4075c891a48b8debd Mon Sep 17 00:00:00 2001 From: rkrux Date: Fri, 24 Apr 2026 14:34:17 +0530 Subject: [PATCH] doc: add release notes for PR 34911 --- doc/release-notes-34911.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/release-notes-34911.md diff --git a/doc/release-notes-34911.md b/doc/release-notes-34911.md new file mode 100644 index 00000000000..43520296726 --- /dev/null +++ b/doc/release-notes-34911.md @@ -0,0 +1,12 @@ +### Mempool + +mempoolfullrbf=1 behaviour has been the default since v28 and the argument has +been removed since v29 subsequently. The `getmempoolinfo` RPC stops returning the +deprecated `fullrbf` key in the response unless the user requests it via the +`-deprecatedrpc=fullrbf` node argument. + +Also, the `bip125-replaceable` key is removed from the mempool RPCs +responses (because it, too, has been deprecated since v29) unless the user +requests it via `-deprecatedrpc=bip125` node argument. Affected mempool RPCs +are `getrawmempool`, `getmempoolancestors`, `getmempooldescendants`, and +`getmempoolentry`.