aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2018-11-12 21:01:12 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2020-06-24 16:01:38 +0900
commit25dac9fa65243ca8db02df22f484039c08114401 (patch)
treeb73c6c163fa5551bc97e874f929241f4a66025cc /doc
parent05227a35545d7656450874b3668bf418c73813fb (diff)
downloadbitcoin-25dac9fa65243ca8db02df22f484039c08114401.tar.xz
doc: add release notes for explicit fee estimators and bumpfee change
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-11413.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/release-notes-11413.md b/doc/release-notes-11413.md
new file mode 100644
index 0000000000..32735e37f6
--- /dev/null
+++ b/doc/release-notes-11413.md
@@ -0,0 +1,11 @@
+Updated or changed RPC
+----------------------
+
+The `bumpfee`, `fundrawtransaction`, `sendmany`, `sendtoaddress`, and `walletcreatefundedpsbt`
+RPC commands have been updated to include two new fee estimation methods "BTC/kB" and "sat/B".
+The target is the fee expressed explicitly in the given form. Note that use of this feature
+will trigger BIP 125 (replace-by-fee) opt-in.
+
+In addition, the `estimate_mode` parameter is now case insensitive for all of the above RPC commands.
+
+The `bumpfee` command now uses `conf_target` rather than `confTarget` in the options.