Skip to content

Commit b5852ad

Browse files
committed
docs: add release-notes
1 parent edff78b commit b5852ad

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/release-notes/release-notes-0.20.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ circuit. The indices are only available for forwarding events saved after v0.20.
128128
a whole. This new config prevents a single misbehaving peer from using up all
129129
the bandwidth.
130130

131+
* [Add sat_per_kw option for more fine granular control of transaction
132+
fees](https://github.com/lightningnetwork/lnd/pull/10067). This option is added for the sendcoins, sendmany, openchannel, batchopenchannel,
133+
closechannel, closeallchannels and wallet bumpfee commands. Also add
134+
max_fee_per_kw for closechannel command.
135+
131136
## lncli Additions
132137

133138
* [`lncli sendpayment` and `lncli queryroutes` now support the
@@ -139,6 +144,11 @@ circuit. The indices are only available for forwarding events saved after v0.20.
139144
[`--incoming_chan_ids` and `--outgoing_chan_ids`](https://github.com/lightningnetwork/lnd/pull/9356).
140145
These filters allows to query forwarding events for specific channels.
141146

147+
* The [--sat_per_vbyte](https://github.com/lightningnetwork/lnd/pull/10067)
148+
option now supports fractional values (e.g. 1.05).
149+
This option is added for the sendcoins, sendmany, openchannel,
150+
batchopenchannel, closechannel, closeallchannels and wallet bumpfee commands. The max_fee_rate argument for closechannel also supports fractional values.
151+
142152
# Improvements
143153
## Functional Updates
144154

@@ -227,6 +237,10 @@ reader of a payment request.
227237
`QueryRoutes` RPC. This [transition](https://github.com/lightningnetwork/lnd/pull/10057) allows us to specify more than one outgoing channel
228238
the pathfinder should use when finding a route.
229239

240+
### ⚠️ **Warning:** The deprecated fee rate option --sat_per_byte will be removed in release version **0.21**
241+
242+
The following RPCs will be impacted: sendcoins, sendmany, openchannel, closechannel, closeallchannels and wallet bumpfee.
243+
230244
# Technical and Architectural Updates
231245
## BOLT Spec Updates
232246

0 commit comments

Comments
 (0)