doc: add release notes for explicit fee estimators and bumpfee change

This commit is contained in:
Karl-Johan Alm 2018-11-12 21:01:12 +09:00
parent 05227a3554
commit 25dac9fa65
No known key found for this signature in database
GPG key ID: 57AF762DB3353322

View file

@ -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.