Releases: lightsparkdev/kotlin-sdk
Releases · lightsparkdev/kotlin-sdk
lightspark-sdk-v0.5.0
lightspark-sdk release version 0.5.0
This is a breaking release which bumps the API endpoint target and adds UMA support 🎉
See the UMA docs for more info.
crypto-v0.2.2
crypto release version 0.2.2
- Just minor bug fixes and generating shared linux libs for jvm
crypto-v0.2.1
crypto release version 0.2.1
- Adding in the bindings for ecdsa and ecies functions for secp256k1
- Adding invoice signing and commitment point logic for remote signing
crypto-v0.2.0
crypto release version 0.2.0
Updating the crypto lib API from lightspark-crypto-uniffi changes. Adapting the API surface to match and simplifying some functions.
lightspark-sdk-v0.4.1
lightspark-sdk release version 0.4.1
- Revert back to JDK 17 to fix Spring compatibility.
core-v0.3.3
core release version 0.3.3
- Revert back to JDK 17 to fix Spring compatibility.
lightspark-sdk-v0.4.0
lightspark-sdk release version 0.4.0
- Add invoice expirySecs to the invoice creation functions
- Return Invoice object instead of InvoiceData so that you can store the Invoice ID if needed
- Lots of docs improvements
- Allow fetching transactions and invoices for a wallet tied to the current account.
core-v0.3.2
core release version 0.3.2
Just a minor build update to jdk 18
crypto-v0.1.2
crypto release version 0.1.2
Initial alpha release of the shared crypto lib for remote signing!
lightspark-sdk-v0.3.0
lightspark-sdk release version 0.3.0
- Adding
createLnurlInvoice
and related objects for LNURL support. - Adding additional objects for wallet management
- Some minor bug fixes