Skip to content

Releases: lightsparkdev/kotlin-sdk

lightspark-sdk-v0.5.0

16 Sep 00:54
d09aacc

Choose a tag to compare

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

16 Sep 00:14
f022e2f

Choose a tag to compare

crypto release version 0.2.2

  • Just minor bug fixes and generating shared linux libs for jvm

crypto-v0.2.1

13 Sep 01:21
f2a6bd8

Choose a tag to compare

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

12 Sep 18:13
24d657b

Choose a tag to compare

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

22 Aug 17:15
e3af022

Choose a tag to compare

lightspark-sdk release version 0.4.1

  • Revert back to JDK 17 to fix Spring compatibility.

core-v0.3.3

22 Aug 16:53
6624c98

Choose a tag to compare

core release version 0.3.3

  • Revert back to JDK 17 to fix Spring compatibility.

lightspark-sdk-v0.4.0

18 Aug 23:20
8052a41

Choose a tag to compare

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

18 Aug 22:35
fa11681

Choose a tag to compare

core release version 0.3.2

Just a minor build update to jdk 18

crypto-v0.1.2

21 Jul 20:47
d81be2f

Choose a tag to compare

crypto release version 0.1.2

Initial alpha release of the shared crypto lib for remote signing!

lightspark-sdk-v0.3.0

23 Jun 19:10
2b14eba

Choose a tag to compare

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