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.
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
objectssend_onchain
,refund
,send_payment
,send_spontaneous_payment
,lnurl_pay
,lnurl_withdraw
- Use
req
shorthand forrequest
params across all bindings. - Rename
req_data
oflnurl_pay
&lnurl_withdraw
todata
as it now belongs to their respectiveRequest
object ReceivePaymentRequest
now useamount_msat
instead ofamount_sat
SendPaymentRequest
now useamount_msat
instead ofamount_sat
SendSpontaneousPaymentRequest
now useamount_msat
instead ofamount_sat
New Contributors
- @danielgranhao made their first contribution in #534
Full Changelog: 0.2.5...0.2.7