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