* v0.8.3:
update version to 0.8.3
Set esplora/waterfalls as default chain explorer backend
Update version to 0.8.2
Fix recommended fees calculation
update version to 0.8.1
Broadcast receive swap server lockup txs (#904)
* Add BOLT12 receive payment handling
* Handle BOLT12 invoice requests via WS
* Fix invoice request subscription on stream initialisation
* Store the BOLT12 offer used to receive a payment
* Address review feedback
* Separate into create BOLT12 invoice fn
* Update all BOLT12 offers when webhook URL changes
* Deprecate Lightning for Bolt11Invoice
* Fixes the reference to the dart repo tag
* ci(flutter): do not publish pubspec_overrides.yaml
* Run just version
---------
Co-authored-by: Erdem Yerebasmaz <erdem@yerebasmaz.com>
* Reference the same Flutter plugin version for Dart plugin instead of latest
* fix: removed breez-sdk-liquid-dart tag check
Removed if tag exists on remote as this script is run before the package is published
* fix: revert minSdkVersion across all uniffi packages
This PR fixes a regression introduced in https://github.com/breez/breez-sdk-liquid/pull/766 due to a confusion between minSdkVersion requirement & minimum compileSdkVersion requirement.
* Bump package requirements on flutter_breez_liquid README
* Bump JNA used on bindings tests to 5.14.0
* Downgrade android release to Uniffi 0.25
---------
Co-authored-by: Ross Savage <hello@satimoto.com>
* chore: update Flutter dependencies to latest
Use Flutter version 3.27.4 on CI workflows
* chore: update flutter_rust_bridge to 2.8.0 and generate bindings
chore: update dependencies to latest
* Use Flutter 3.29.0 on CI workflows
* Persist and expose BIP353 addresses
* Increment schema minor version
* Move bip353 address from LNURL context to SendDestination
* Update after sdk-common merge
* Address review
* Only try to insert bip353 address when available
* debug-ios-crash-on-push:
update version to 0.7.0-rc3
Switch to pure AES implementation in ecies (#716)
update version to 0.7.0-rc2
Add logging to handle_push
update version to 0.7.0-rc1
* Prevent missing notifications due to concurrent SDK instances
* Expose swap claim tx id and use it to derive WaitingConfirmation in plugins
* Use id type as get payment request variant