mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
docs: document instant out reliability improvements
Record the Instant Out and reservation validation, recovery, fee-limit, lifecycle, and custom macaroon updates in the next release notes.
This commit is contained in:
parent
e772f8ccfa
commit
f826260266
1 changed files with 9 additions and 0 deletions
|
|
@ -4,12 +4,21 @@
|
||||||
|
|
||||||
#### Breaking Changes
|
#### Breaking Changes
|
||||||
|
|
||||||
|
* Instant Out and reservation RPCs now require the `loop:out` permission.
|
||||||
|
Operators using custom scoped macaroons must rebake them before calling
|
||||||
|
`ListReservations`, `InstantOut`, `InstantOutQuote`, or `ListInstantOuts`.
|
||||||
|
[PR #1194](https://github.com/lightninglabs/loop/pull/1194)
|
||||||
|
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
|
|
||||||
* Loop Out requests now account for channel reserves when checking outbound
|
* Loop Out requests now account for channel reserves when checking outbound
|
||||||
capacity, preventing swaps from starting when their off-chain payment cannot
|
capacity, preventing swaps from starting when their off-chain payment cannot
|
||||||
be funded.
|
be funded.
|
||||||
|
|
||||||
|
* Improved Instant Out and reservation validation, lifecycle cleanup, recovery
|
||||||
|
timing, fee limits, and macaroon permissions.
|
||||||
|
[PR #1194](https://github.com/lightninglabs/loop/pull/1194)
|
||||||
|
|
||||||
* Taproot Asset Loop Out handling now validates RFQ timeouts and asset rates,
|
* Taproot Asset Loop Out handling now validates RFQ timeouts and asset rates,
|
||||||
keeps cached asset-name lookups responsive during slow `tapd` queries, and
|
keeps cached asset-name lookups responsive during slow `tapd` queries, and
|
||||||
closes `tapd` connections cleanly during shutdown and startup failures.
|
closes `tapd` connections cleanly during shutdown and startup failures.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue