Breez-sdk-liquid

Latest version: v0.3.4

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.5.0rc5

Features & Bug fixes

* Support connecting to external signer
* Retrieve LnurlPay fees before paying
* Fix chain swap refund for multiple lockup transactions
* Fix swift framework
* fix list_payment chronological order

What's Changed
* Add notification plugin CI by dangeross in https://github.com/breez/breez-sdk-liquid/pull/526
* Add prepare_lnurl_pay by dangeross in https://github.com/breez/breez-sdk-liquid/pull/524
* Bump sdk-common by dangeross in https://github.com/breez/breez-sdk-liquid/pull/527
* Fix SDK checkout by dangeross in https://github.com/breez/breez-sdk-liquid/pull/528
* Fix list payments filter by dangeross in https://github.com/breez/breez-sdk-liquid/pull/529
* Log exact error root cause when failing to lookup script address by ok300 in https://github.com/breez/breez-sdk-liquid/pull/530
* `GetInfoResponse`: add fingerprint by ok300 in https://github.com/breez/breez-sdk-liquid/pull/532
* Support user implemented signer. by roeierez in https://github.com/breez/breez-sdk-liquid/pull/495
* Add API key to RN example by dangeross in https://github.com/breez/breez-sdk-liquid/pull/533
* Skip missed ticks by dangeross in https://github.com/breez/breez-sdk-liquid/pull/534
* Add swift framework plists by dangeross in https://github.com/breez/breez-sdk-liquid/pull/536
* Bring remaining u32 amount types to u64 by ok300 in https://github.com/breez/breez-sdk-liquid/pull/537
* Receive Chain Swap: support refund even when lockup address is re-used by ok300 in https://github.com/breez/breez-sdk-liquid/pull/471
* Prevent swap double claim by dangeross in https://github.com/breez/breez-sdk-liquid/pull/542
* Reserved address pool by dangeross in https://github.com/breez/breez-sdk-liquid/pull/531
* Send: Fix double-lockup when payment is TimedOut by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/541
* Propagate signer interface changes by ok300 in https://github.com/breez/breez-sdk-liquid/pull/544
* Send: Allow transition from `TimedOut` state to `Created` by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/545
* Store claim_address for incoming chain swap when claiming by dangeross in https://github.com/breez/breez-sdk-liquid/pull/548
* Onchain payment flow: add more logging by ok300 in https://github.com/breez/breez-sdk-liquid/pull/551
* Fix chronological order of `list_payments` by dangeross in https://github.com/breez/breez-sdk-liquid/pull/552
* Retry chain swap server lockup tx verification by dangeross in https://github.com/breez/breez-sdk-liquid/pull/557
* Liquid/Lightning drain by dangeross in https://github.com/breez/breez-sdk-liquid/pull/553
* Validate the pay_onchain address by dangeross in https://github.com/breez/breez-sdk-liquid/pull/561
* Notification Plugin: Notify success when waiting for confirmation by dangeross in https://github.com/breez/breez-sdk-liquid/pull/562
* Log errors on starting an SDK instance by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/565
* Wipe storage cache in case of data corrupted issue by roeierez in https://github.com/breez/breez-sdk-liquid/pull/566


**Full Changelog**: https://github.com/breez/breez-sdk-liquid/compare/0.4.0-rc3...0.5.0-rc5

0.4.0rc3

Features & Bug fixes
* PendingConfirmation notification now is fixed for received payments via magic hints.
* `get_payment` by hash API function was added
* `list_payments` now supports filtering by address
* Fix incorrect chain swap refund fees
* `list_refundables` now reflects the correct refund amount in case of multiple utxos.

Breaking changes
* `default_config` function now must receive API key on mainnet.

What's Changed
* Fix lowball fee rates for onchain liquid tx by roeierez in https://github.com/breez/breez-sdk-liquid/pull/498
* Fix pay onchain claim fee by dangeross in https://github.com/breez/breez-sdk-liquid/pull/499
* Flutter uniFFI by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/510
* Update `flutter_rust_bridge` to `2.4.0` by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/511
* Fix publishing of Flutter sources by dangeross in https://github.com/breez/breez-sdk-liquid/pull/513
* Re-add convenience Flutter gen command by dangeross in https://github.com/breez/breez-sdk-liquid/pull/514
* Chain swap cooperative refund: fix triggering of `refund_incoming_swap` by ok300 in https://github.com/breez/breez-sdk-liquid/pull/517
* Fix: Incoming Chain Swap Refund by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/522
* `list-refundables`: show refundable amount, not swap amount by ok300 in https://github.com/breez/breez-sdk-liquid/pull/516
* SDK: Require Breez API key globally by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/520
* Get Payment by dangeross in https://github.com/breez/breez-sdk-liquid/pull/476
* Add Breez electrum server for Liquid Mainnet by ok300 in https://github.com/breez/breez-sdk-liquid/pull/525


**Full Changelog**: https://github.com/breez/breez-sdk-liquid/compare/0.3.4...0.4.0-rc3

0.3.4

Bug fixes
* Fix error on sending an amount closed to the balance
* Use the correct claim fee rate on `pay_onchain`

0.3.2

Features
* Use lowball fees for direct Liquid transactions
* Send all funds is now supported in `pay_onchain`
* Update default electrum URLs

Breaking Changes
* API key is now required: https://breez.technology/request-api-key/#contact-us-form-sdk
* Parse invoice: short_channel_id is now formatted as a string instead of a number

What's Changed
* Set optional prepare params as null by dangeross in https://github.com/breez/breez-sdk-liquid/pull/472
* `melos pub-upgrade` by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/477
* Tests: fix swap handlers by switching to mock chain service by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/475
* Sync: correctly detect payment by refund tx ID by ok300 in https://github.com/breez/breez-sdk-liquid/pull/470
* Set `PaymentDetails` as mandatory, default to LiquidAddress by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/474
* Fix payment details rebase by dangeross in https://github.com/breez/breez-sdk-liquid/pull/483
* RN: prevent conversion of ReadableMap to HashMap by dangeross in https://github.com/breez/breez-sdk-liquid/pull/482
* Change short_channel_id to string by dangeross in https://github.com/breez/breez-sdk-liquid/pull/484
* Fix publish CI issues by dangeross in https://github.com/breez/breez-sdk-liquid/pull/485
* prepare-pay-onchain: add an option to drain by ok300 in https://github.com/breez/breez-sdk-liquid/pull/464
* Bump boltz client library by ok300 in https://github.com/breez/breez-sdk-liquid/pull/486
* Build SDK bindings for Flutter by dangeross in https://github.com/breez/breez-sdk-liquid/pull/488
* Fix the namespace conflict by dangeross in https://github.com/breez/breez-sdk-liquid/pull/490
* Remove transaction by dangeross in https://github.com/breez/breez-sdk-liquid/pull/493
* Add lowball broadcast support with API key for all transaction types by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/489
* Send & Chain: localize refund flow to swap handlers by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/407
* Chain: fix claim after refactoring changes by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/496
* Update electrum URLs by dangeross in https://github.com/breez/breez-sdk-liquid/pull/497


**Full Changelog**: https://github.com/breez/breez-sdk-liquid/compare/0.3.0...0.3.2

0.3.0

Features
* LNURL-Pay support for receiving variant amounts
* Added Go & C bindings
* Background receive via mobile notifications
* Enable direct payments to and from a Liquid address
* Fix fees calculation for pay_onchain
* Add sign_message and check_message API
* Emit pending confirmation for direct Liquid payments
* Added PaymentDetails to the Payment structure

Breaking changes
* Payment structure has changed to contain PaymentDetails
* PrepareReceiveRequest has changed and now consists of PaymentMethod. It serves as a single interface for receiving funds.

What's Changed
* Fix lowball broadcast by dangeross in https://github.com/breez/breez-sdk-liquid/pull/418
* Send: Show regular onchain fees when MRH payment is detected by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/421
* Bugfix: Correct the relative path on bindings scripts by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/425
* Pause event notifications on first sync by ok300 in https://github.com/breez/breez-sdk-liquid/pull/424
* Receive payment: remove retry backoff, reduce wait time to 1 sec by ok300 in https://github.com/breez/breez-sdk-liquid/pull/431
* Allow working with local library on iOS by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/434
* Downgrade Flutter to 3.22.3 by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/438
* Address `cargo clippy` warnings by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/439
* Bump `flutter_rust_bridge` to `2.2.0` by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/442
* Receive payment: remove MRH BIP21 amount validation by ok300 in https://github.com/breez/breez-sdk-liquid/pull/448
* Confirm chain swap claims by dangeross in https://github.com/breez/breez-sdk-liquid/pull/450
* Bugfix: Update production podpsec's version with version script by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/447
* Depend on `sdk-common` with `liquid` feature by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/452
* Send/Receive: Add BIP21 support by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/414
* Handle in RN codegen multiple fields in enum variant by dangeross in https://github.com/breez/breez-sdk-liquid/pull/453
* Send: Consider request amount when preparing the payment by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/454
* pay-onchain: fix user lockup fee calculation, boltz fee calculation by ok300 in https://github.com/breez/breez-sdk-liquid/pull/459
* Fix chain swap limits validation by ok300 in https://github.com/breez/breez-sdk-liquid/pull/456
* Add Go/CS bindings by dangeross in https://github.com/breez/breez-sdk-liquid/pull/147
* Integrate webhooks by dangeross in https://github.com/breez/breez-sdk-liquid/pull/410
* Add description hash to receive payment by dangeross in https://github.com/breez/breez-sdk-liquid/pull/440
* Add `sign_message` and `check_message` by dangeross in https://github.com/breez/breez-sdk-liquid/pull/443
* Android notification plugin by dangeross in https://github.com/breez/breez-sdk-liquid/pull/433
* Ensure non-MRH invoices use lockup amount for fee calculation by hydra-yse in https://github.com/breez/breez-sdk-liquid/pull/461
* Swift notification plugin by dangeross in https://github.com/breez/breez-sdk-liquid/pull/436
* Restore: Associate swap tx IDs from onchain data by ok300 in https://github.com/breez/breez-sdk-liquid/pull/399
* Emit pending confirmation for liquid transactions by roeierez in https://github.com/breez/breez-sdk-liquid/pull/462
* Update `flutter_rust_bridge` to `2.3.0` by erdemyerebasmaz in https://github.com/breez/breez-sdk-liquid/pull/465
* Fix C symbol export by dangeross in https://github.com/breez/breez-sdk-liquid/pull/466
* Add CLI commands to readme by dangeross in https://github.com/breez/breez-sdk-liquid/pull/463
* Fix Swift macOS platform definition by dangeross in https://github.com/breez/breez-sdk-liquid/pull/467


**Full Changelog**: https://github.com/breez/breez-sdk-liquid/compare/0.2.1...0.3.0

0.2.1

Bug fixes
* Fix conflict in React Native with os.Logger

What's Changed
* Fix conflict with os.Logger by roeierez in https://github.com/breez/breez-sdk-liquid/pull/430

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.