Skip to content

SDK Core 0.2.7

Compare
Choose a tag to compare
@roeierez roeierez released this 25 Oct 11:55
· 812 commits to main since this release

Features & Bug fixes

  • 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_onchain, refund, send_payment, send_spontaneous_payment, lnurl_pay, lnurl_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

What's Changed

New Contributors

Full Changelog: 0.2.5...0.2.7