Skip to content

Commit 18d23a5

Browse files
committed
docs: add release-notes
1 parent c730618 commit 18d23a5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.21.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,21 @@
9999
specify a list of inputs to use as transaction inputs via the new
100100
`inputs` field in `EstimateFeeRequest`.
101101

102+
* [Add sat_per_kw option for more fine granular control of transaction
103+
fees](https://github.com/lightningnetwork/lnd/pull/10067). This option is added for the sendcoins, sendmany, openchannel, batchopenchannel,
104+
closechannel, closeallchannels and wallet bumpfee commands. Also add
105+
max_fee_per_kw for closechannel command.
106+
102107
## lncli Additions
103108

104109
* The `estimatefee` command now supports the `--utxos` flag to specify explicit
105110
inputs for fee estimation.
106111

112+
* The [--sat_per_vbyte](https://github.com/lightningnetwork/lnd/pull/10067)
113+
option now supports fractional values (e.g. 1.05).
114+
This option is added for the sendcoins, sendmany, openchannel,
115+
batchopenchannel, closechannel, closeallchannels and wallet bumpfee commands. The max_fee_rate argument for closechannel also supports fractional values.
116+
107117
# Improvements
108118
## Functional Updates
109119

@@ -161,6 +171,10 @@
161171
| [`lnrpc.SendMany`](https://lightning.engineering/api-docs/api/lnd/lightning/send-many/) | [`lnrpc.SendManyRequest`](https://lightning.engineering/api-docs/api/lnd/lightning/send-many/#lnrpcsendmanyrequest) | sat_per_byte
162172
| [`walletrpc.BumpFee`](https://lightning.engineering/api-docs/api/lnd/wallet-kit/bump-fee/) | [`walletrpc.BumpFeeRequest`](walletrpc.BumpFeeRequest) | sat_per_byte
163173

174+
### ⚠️ **Warning:** The deprecated fee rate option --sat_per_byte will be removed in release version **0.22**
175+
176+
The following RPCs will be impacted: sendcoins, sendmany, openchannel, closechannel, closeallchannels and wallet bumpfee.
177+
164178
# Technical and Architectural Updates
165179
## BOLT Spec Updates
166180

0 commit comments

Comments
 (0)