Breez-sdk

Latest version: v0.6.2

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

Scan your dependencies

Page 1 of 5

0.6.2

Features & Bug fixes
* Greenlight signer fix for de-sync.

What's Changed
* fix notifications code to compile with the new node state properties by roeierez in https://github.com/breez/breez-sdk-greenlight/pull/1087
* Remove some unused code by JssDWt in https://github.com/breez/breez-sdk-greenlight/pull/1096
* use invoice destination for trampoline by JssDWt in https://github.com/breez/breez-sdk-greenlight/pull/1107


**Full Changelog**: https://github.com/breez/breez-sdk-greenlight/compare/0.6.1...0.6.2

0.6.1

Features & Bug fixes
* Upgrade to VLS 0.12.0

What's Changed
* Fix `inbound_liquidity_msats` by danielgranhao in https://github.com/breez/breez-sdk-greenlight/pull/1062
* Fix Kotlin incompatibility error in RN Android example by dangeross in https://github.com/breez/breez-sdk-greenlight/pull/1047
* SDK-Common: Add BIP21 URI parsing for Liquid by hydra-yse in https://github.com/breez/breez-sdk-greenlight/pull/1058
* CI: ensure build/test doesn't result in git change by JssDWt in https://github.com/breez/breez-sdk-greenlight/pull/1065
* SDK-Common: add missing character to BIP21 URI by hydra-yse in https://github.com/breez/breez-sdk-greenlight/pull/1068
* fix sdk-cli Cargo.lock by JssDWt in https://github.com/breez/breez-sdk-greenlight/pull/1070
* pin flutter version to 3.22.3 by JssDWt in https://github.com/breez/breez-sdk-greenlight/pull/1069
* Bump rexml from 3.2.8 to 3.3.3 in /libs/sdk-react-native/example by dependabot in https://github.com/breez/breez-sdk-greenlight/pull/1064
* drop node state by JssDWt in https://github.com/breez/breez-sdk-greenlight/pull/1071
* BIP21 parser: add tests that cover rounding errors by ok300 in https://github.com/breez/breez-sdk-greenlight/pull/1073
* Diagnostic data: sanitize swap and reverse swap infos by ok300 in https://github.com/breez/breez-sdk-greenlight/pull/1063
* Trampoline payments by JssDWt in https://github.com/breez/breez-sdk-greenlight/pull/1034
* Bump elliptic from 6.5.4 to 6.5.7 in /libs/sdk-react-native/example by dependabot in https://github.com/breez/breez-sdk-greenlight/pull/1075
* Exclude `use_trampoline` field of `LnUrlPayRequest` on `liquid` feature of `sdk-common` by erdemyerebasmaz in https://github.com/breez/breez-sdk-greenlight/pull/1076
* sdk-common: simplify prelude by ok300 in https://github.com/breez/breez-sdk-greenlight/pull/1078
* Bump rexml from 3.3.3 to 3.3.6 in /libs/sdk-react-native/example by dependabot in https://github.com/breez/breez-sdk-greenlight/pull/1079
* Add file logger RN example by dangeross in https://github.com/breez/breez-sdk-greenlight/pull/1080
* Change short_channel_id to string by dangeross in https://github.com/breez/breez-sdk-greenlight/pull/1082
* Upgrade to VLS 0.12.0 by dangeross in https://github.com/breez/breez-sdk-greenlight/pull/1084


**Full Changelog**: https://github.com/breez/breez-sdk-greenlight/compare/0.5.2...0.6.1

0.5.2

Features & Bug fixes
* Fix stuck nodes by greenlight (signer upgrade)
* Introduce `InsufficientFunds` error on `redem_onchain_funds`
* Validate invoice expiration on `send_payment`
* Fix reverse swap claim transaction fee to be more accurate.

What's Changed
* Fix rename of claim_reverse_swap in Notification Plugin by dangeross in https://github.com/breez/breez-sdk-greenlight/pull/1045
* Add common Moonpay provider by dangeross in https://github.com/breez/breez-sdk-greenlight/pull/1046
* Use correct lsp pubkey for historical notifications by roeierez in https://github.com/breez/breez-sdk-greenlight/pull/1049
* Fix failed payment response of completed payment by dangeross in https://github.com/breez/breez-sdk-greenlight/pull/1050
* Include SDK data in `execute_dev_command generatediagnosticdata` by dangeross in https://github.com/breez/breez-sdk-greenlight/pull/1051
* Fix reverse swap claim tx fee estimation by ok300 in https://github.com/breez/breez-sdk-greenlight/pull/1055
* Bump openssl from 0.10.64 to 0.10.66 in /libs by dependabot in https://github.com/breez/breez-sdk-greenlight/pull/1052
* Return insufficient funds error when needed by roeierez in https://github.com/breez/breez-sdk-greenlight/pull/1060
* Validate invoice expiration by roeierez in https://github.com/breez/breez-sdk-greenlight/pull/1061


**Full Changelog**: https://github.com/breez/breez-sdk-greenlight/compare/0.5.1-rc6...0.5.2

0.5.1rc4

Features & Bug fixes
* Support notifications to complete reverse swap when offline.
* Switching LSP now keeps getting payment notifications from the previous lsp (as long as there are channels).
* Support non strict mode for LNURL pay when callback domain is different than the lnurl domain.
* Use JSON for dev command output

What's Changed
* Breez Server: add ability to fetch Boltz Swapper URLs by ok300 in https://github.com/breez/breez-sdk/pull/1021
* Extract Breez Server URLs to `sdk-common` by ok300 in https://github.com/breez/breez-sdk/pull/1023
* Wait for channel to be swept before marking as closed by roeierez in https://github.com/breez/breez-sdk/pull/1024
* Fix handling of f32 type by dangeross in https://github.com/breez/breez-sdk/pull/1025
* chore: update ci deps by JssDWt in https://github.com/breez/breez-sdk/pull/1027
* Propagate timeout in LNURL withdraw flow by andrei-21 in https://github.com/breez/breez-sdk/pull/1004
* Use json as command output by roeierez in https://github.com/breez/breez-sdk/pull/1031
* Add Reverse Swap notification by dangeross in https://github.com/breez/breez-sdk/pull/953
* replace listpeers calls with listpeerchannels by JssDWt in https://github.com/breez/breez-sdk/pull/1032
* Use received amount to account for overpayment by dangeross in https://github.com/breez/breez-sdk/pull/1038
* Fix number of incoming transactions in swap by roeierez in https://github.com/breez/breez-sdk/pull/1042
* `onchain_payment_limits`: include `max_reverse_swap_amount` in result by ok300 in https://github.com/breez/breez-sdk/pull/1037
* Add `matches_callback_domain` flag to LNURL URL success action by dangeross in https://github.com/breez/breez-sdk/pull/1039
* Update versions to 0.5.0 by ok300 in https://github.com/breez/breez-sdk/pull/1043
* Register and un-register for notifications on all used LSPs by ok300 in https://github.com/breez/breez-sdk/pull/1035


**Full Changelog**: https://github.com/breez/breez-sdk/compare/0.5.0...0.5.1-rc4

0.5.0

Features & Bug fixes
* Greenlight signer upgrade.
* Keep closed channels in pending state until sweep
* Introduce unregister webhook API
* Support LNURL lightning query parameter
* Fix chain service error when channel closing tx couldn't be find onchain
* Show open channel fees in Invoice_paid event.
* Fix balance update after receive.

Breaking Changes
* NodeCredentials have been changes which now returns `GreenlightDeviceCredentials`
* Config now contains `GreenlightCredentials` which has `developer_key` & `developer_cert` (different naming)

What's Changed
* add error source to tonic errors for more detail by JssDWt in https://github.com/breez/breez-sdk/pull/962
* Keep node connection alive during payments by roeierez in https://github.com/breez/breez-sdk/pull/968
* Update Android build clang to 17 by dangeross in https://github.com/breez/breez-sdk/pull/972
* Upgrade flutter dependencies by dangeross in https://github.com/breez/breez-sdk/pull/973
* Setup NDK version to r26d on ubuntu by dangeross in https://github.com/breez/breez-sdk/pull/974
* Pattern match the linux x86_64 clang directory by dangeross in https://github.com/breez/breez-sdk/pull/975
* Unregister webhook by dangeross in https://github.com/breez/breez-sdk/pull/920
* Document deprecated methods with `deprecated` macro by andrei-21 in https://github.com/breez/breez-sdk/pull/981
* take over gl-client keepalive settings for the scheduler by JssDWt in https://github.com/breez/breez-sdk/pull/984
* input: handle uppercase `lightning:` prefix by JssDWt in https://github.com/breez/breez-sdk/pull/987
* [Flutter] Improve SDK stream management by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/980
* Parse web URLs with `lightning` query param by andrei-21 in https://github.com/breez/breez-sdk/pull/986
* Allow HTTP status code check in GET response parsing by ok300 in https://github.com/breez/breez-sdk/pull/990
* Chain service error by roeierez in https://github.com/breez/breez-sdk/pull/989
* Use persisted payment in invoice paid event by roeierez in https://github.com/breez/breez-sdk/pull/994
* fix balance update after receiving payments by roeierez in https://github.com/breez/breez-sdk/pull/993
* Bump rexml from 3.2.5 to 3.2.8 in /libs/sdk-react-native/example by dependabot in https://github.com/breez/breez-sdk/pull/976
* Regenerate RN bindings by dangeross in https://github.com/breez/breez-sdk/pull/1001
* Use remote fee policy when constructing route hints by dangeross in https://github.com/breez/breez-sdk/pull/1000
* Support uppercased `LIGHTNING` parameter of LUD-01 fallback scheme by andrei-21 in https://github.com/breez/breez-sdk/pull/1003
* Move greenlight to new credential mechanism by JssDWt in https://github.com/breez/breez-sdk/pull/985
* Expose `node_credentials` API through Flutter plugin by erdemyerebasmaz in https://github.com/breez/breez-sdk/pull/1006
* greenlight: use remote cltv delta in route hints by JssDWt in https://github.com/breez/breez-sdk/pull/1007
* Update bindings-kotlin-multiplatform to use version catalog by angelix in https://github.com/breez/breez-sdk/pull/997
* Extract `sdk-common` crate by ok300 in https://github.com/breez/breez-sdk/pull/1002
* Bump ws from 6.2.2 to 6.2.3 in /libs/sdk-react-native/example by dependabot in https://github.com/breez/breez-sdk/pull/1013
* Enable Atomicfu transformations & instrumented tests by angelix in https://github.com/breez/breez-sdk/pull/1011
* log reason for invoice wrapping failure by JssDWt in https://github.com/breez/breez-sdk/pull/1009
* Implement from `reqwest::Error` for `ServiceConnectivityError` by andrei-21 in https://github.com/breez/breez-sdk/pull/1005
* Extract BreezServer to `sdk-common` by ok300 in https://github.com/breez/breez-sdk/pull/1015
* Bump ws from 6.2.2 to 6.2.3 in /libs/sdk-react-native by dependabot in https://github.com/breez/breez-sdk/pull/1016
* Extract LNURL-auth structs to `sdk-common` by ok300 in https://github.com/breez/breez-sdk/pull/1012
* Bump GL dependency by ok300 in https://github.com/breez/breez-sdk/pull/1014
* CI: Add step to test if SDK compiles with latest dependencies by ok300 in https://github.com/breez/breez-sdk/pull/971
* `sdk-common`: remove `rusqlite` dependency by ok300 in https://github.com/breez/breez-sdk/pull/1019
* `sdk-common`: extract FiatAPI by ok300 in https://github.com/breez/breez-sdk/pull/1020
* use `to_us_msat` for `pending_onchain_balance` by JssDWt in https://github.com/breez/breez-sdk/pull/1022


**Full Changelog**: https://github.com/breez/breez-sdk/compare/0.4.1...0.5.0

0.4.2rc2

Bug fixes
* Fix wrong route hints when changing channel policy: https://github.com/breez/breez-sdk/issues/999

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.