Skip to content

v0.72.0-beta

Compare
Choose a tag to compare
@andrei-21 andrei-21 released this 25 Nov 16:30
· 73 commits to main since this release
95f4491

What's Changed

  • Use longer lived lsp fee offers for redeeming by @gcomte in #1273
  • Bump breez-sdk-core from 0.6.2 to 0.6.4 by @dependabot in #1278
  • Periodically check storage for payment in notification handling by @andrei-21 in #1279

UDL Changes

@@ -326,6 +326,9 @@ interface Swap {
     [Throws=SwapError]
     SwapAddressInfo create(OpeningFeeParams? lsp_fee_params);
 
+    [Throws=LnError]
+    CalculateLspFeeResponse calculate_lsp_fee_for_amount(u64 amount_sat);
+
     [Throws=LnError]
     OnchainResolvingFees? determine_resolving_fees(FailedSwapInfo failed_swap_info);

Full Changelog: v0.71.0-beta...v0.72.0-beta