Breez SDK Core v0.2.7 Released

The Breez SDK enables mobile developers to integrate Lightning and bitcoin payments into their apps with a shallow learning curve.

Breez SDK Core v0.2.7 Released

What's new

  • Add Getinfo command
  • Support paging in list payments - Thank you @dleutenegger
  • Add optional claim_txid and lock_txid to ReverseSwapInfo
  • Add closing_txid to closed channels received in payments list
  • Use millisatoshi instead of satoshi for lightning amounts.
  • Improve sync and sending payments performance
  • Fix uniffi-kotlin-multiplatform package

Breaking changes

  • Parameters and return type of the following API's now use their respective Request/Response objects
    • send_onchainrefundsend_paymentsend_spontaneous_paymentlnurl_paylnurl_withdraw
  • Use req shorthand for request params across all bindings.
  • Rename req_data of lnurl_pay & lnurl_withdraw to data as it now belongs to their respective Request object
  • ReceivePaymentRequest now use amount_msat instead of amount_sat
  • SendPaymentRequest now use amount_msat instead of amount_sat
  • SendSpontaneousPaymentRequest now use amount_msat instead of amount_sat

New Contributors

Full Changelog0.2.5...0.2.7

GitHub Repo
Website