Skip to content

Releases: lightsparkdev/kotlin-sdk

core-v0.3.1

16 Jun 22:24
1024723
Compare
Choose a tag to compare

core release version 0.3.1

What's Changed

  • Add graphql subscription support by implementing the websockets graphql protocol.

lightspark-sdk-v0.2.0

27 May 00:15
2342122
Compare
Choose a tag to compare

lightspark-sdk release version 0.2.0

Adding a couple helper functions for test mode:

  • createTestModeInvoice which can give you an encoded lightning invoice that can be paid from your test wallet via the payInvoice function
  • createTestModePayment to pay an invoice created from your test wallet via createInvoice

Also fixing some bugs with payInvoice and signing. Bumping the core dependency.

wallet-sdk-v0.2.0

26 May 23:55
485fa04
Compare
Choose a tag to compare

wallet-sdk release version 0.2.0

Adding a couple helper functions for test mode:

  • createTestModeInvoice which can give you an encoded lightning invoice that can be paid from your test wallet via the payInvoice function
  • createTestModePayment to pay an invoice created from your test wallet via createInvoice

Also fixing some bugs with payInvoice and signing. Bumping the core dependency.

core-v0.3.0

26 May 23:30
81d04d0
Compare
Choose a tag to compare

core release version 0.3.0

  • Resolving an issue with signing on newer android OS versions.

core-v0.2.0

18 May 04:58
18d3930
Compare
Choose a tag to compare

Core SDK release version 0.2.0

Only minor changes to support new CI infra. Removing unused iOS support, so bumping the minor version.

wallet-sdk-v0.1.2

15 May 21:17
Compare
Choose a tag to compare
  • Adding channel open and close transaction types to make fees accessible.

wallet-sdk-v0.1.1

14 May 18:38
Compare
Choose a tag to compare
  • Fixing an issue with initial channel creation by requiring signing for the initializeWallet operation.

wallet-sdk-v0.1.0

10 May 05:44
Compare
Choose a tag to compare

🚀 First release of the kotlin/java Wallet SDK

See the README and API Docs for usage info

lightspark-sdk v0.1.4

10 May 05:43
Compare
Choose a tag to compare

Patch release of the Kotlin lightspark-sdk version 0.1.4.

Minor fixes and internal refactors getting ready for the release of the wallet SDK.

See https://central.sonatype.com/artifact/com.lightspark/lightspark-sdk/0.1.4

lightspark-sdk v0.1.2

06 May 01:02
Compare
Choose a tag to compare

🚀 Initial public release of the Lightspark Kotlin + Java SDK! See lightspark-sdk/README.md for guidance on getting started or check out the API docs on our website.