Skip to content

Commit 5f6bf19

Browse files
committed
docs: release-notes-0.21
1 parent a76f22d commit 5f6bf19

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,30 @@
6363

6464
## Deprecations
6565

66+
### ⚠️ **Warning:** The deprecated fee rate option `--sat_per_byte` will be removed in release version **0.22**
67+
68+
Users should migrate to the `--sat_per_vbyte` option, which correctly represents
69+
fee rates in terms of virtual bytes (vbytes).
70+
71+
Internally `--sat_per_byte` was treated as sat/vbyte, this meant the option name
72+
was misleading and could result in unintended fee calculations. To avoid
73+
further confusion and to align with ecosystem terminology, the option is being
74+
removed.
75+
76+
The following RPCs will be impacted:
77+
78+
| RPC Method | Messages | Removed Option |
79+
|----------------------|----------------|-------------|
80+
| [`lnrpc.CloseChannel`](https://lightning.engineering/api-docs/api/lnd/lightning/close-channel/) | [`lnrpc.CloseChannelRequest`](https://lightning.engineering/api-docs/api/lnd/lightning/close-channel/#lnrpcclosechannelrequest) | sat_per_byte
81+
| [`lnrpc.OpenChannelSync`](https://lightning.engineering/api-docs/api/lnd/lightning/open-channel-sync/) | [`lnrpc.OpenChannelRequest`](https://lightning.engineering/api-docs/api/lnd/lightning/open-channel-sync/#lnrpcopenchannelrequest) | sat_per_byte
82+
| [`lnrpc.OpenChannel`](https://lightning.engineering/api-docs/api/lnd/lightning/open-channel/) | [`lnrpc.OpenChannelRequest`](https://lightning.engineering/api-docs/api/lnd/lightning/open-channel/#lnrpcopenchannelrequest) | sat_per_byte
83+
| [`lnrpc.SendCoins`](https://lightning.engineering/api-docs/api/lnd/lightning/send-coins/) | [`lnrpc.SendCoinsRequest`](https://lightning.engineering/api-docs/api/lnd/lightning/send-coins/#lnrpcsendcoinsrequest) | sat_per_byte
84+
| [`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
85+
| [`walletrpc.BumpFee`](https://lightning.engineering/api-docs/api/lnd/wallet-kit/bump-fee/) | [`walletrpc.BumpFeeRequest`](walletrpc.BumpFeeRequest) | sat_per_byte
86+
|
87+
88+
89+
6690
# Technical and Architectural Updates
6791
## BOLT Spec Updates
6892

0 commit comments

Comments
 (0)