mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Migrate sat_per_byte to sat_per_vbyte for LND requests
Per LND v0.21.0 release notes, the sat_per_byte option will be removed in v0.22 across CloseChannel, OpenChannel, SendCoins, SendMany, and walletrpc.BumpFee. LND already treats sat_per_byte as sat/vbyte internally, so this is a pure rename with no value conversion. Updates both the wire-format strings sent to LND and the matching TypeScript identifiers across the close-channel, open-channel, send-coins, and bump-fee paths.
This commit is contained in:
parent
890db72ab6
commit
6e48241d85
18 changed files with 34 additions and 25 deletions
|
|
@ -120,6 +120,15 @@ this release should add its entry under the appropriate section below.
|
|||
|
||||
## Code Health
|
||||
|
||||
- **LND: migrate `sat_per_byte` to `sat_per_vbyte` in node requests**
|
||||
([#1592](https://github.com/Ride-The-Lightning/RTL/pull/1592)).
|
||||
LND's v0.21.0 release notes deprecate the `sat_per_byte` field, with removal planned in
|
||||
v0.22 across `CloseChannel`, `OpenChannel`, `SendCoins`, `SendMany` and
|
||||
`walletrpc.BumpFee`. LND already interprets the old field as sat/vbyte internally, so
|
||||
this is a pure wire-format rename with no value conversion. The close-channel,
|
||||
open-channel, send-coins and bump-fee request paths (and their matching TypeScript
|
||||
identifiers) now send `sat_per_vbyte`, keeping RTL compatible ahead of the removal.
|
||||
|
||||
- **Batch dependency update resolving all 20 open Dependabot security PRs**
|
||||
([#1633](https://github.com/Ride-The-Lightning/RTL/pull/1633)).
|
||||
Dependabot had 20 open security-alert PRs against `master` (#1583–#1617). Rather than
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue