Breez SDK Core v0.2.3: Dynamic Fee Selection According to LSP & More
Breez SDK enables mobile developers to integrate Lightning and bitcoin payments into their apps with a shallow learning curve.
- Watch the following webinar to learn how to integrate Lightning payments into any app with just few lines of code using Breez SDK.
Features & Bug fixes
- Dynamic fee selection according to the LSP specification - https://github.com/BitcoinAndLightningLayerSpecs/lsp/tree/main/LSPS2
- Published npm package for Reacts Native: https://www.npmjs.com/package/@breeztech/react-native-breez-sdk
- Published flutter package: https://github.com/breez/breez-sdk-flutter
- Fix
send_onchain
to use private routing hints - Added optional parameters passed to
receive_payment
- Support Kotlin Multiplatform - thank you @angelix!
- Support sign_message/check_message
- Added a simple API to get channel opening fees for a specific amount
- Bug fixes
Breaking changes
All functionality is preserved but some of the API methods were changed slightly in favor of better maintenance.
receive_payment
now receives an argument of type ReceivePaymentRequestreceive_onchain
now receives an argument of type ReceiveOnchainRequestbut_bitcoin
now receives an argument of type ButBitcoinRequest
New Contributors
Full Changelog: 0.1.4...0.2.3