mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-11 22:43:06 +02:00
doc: add release notes for PR 34911
This commit is contained in:
12
doc/release-notes-34911.md
Normal file
12
doc/release-notes-34911.md
Normal file
@@ -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`.
|
||||
Reference in New Issue
Block a user