Releases: lightsparkdev/kotlin-sdk
core-v0.3.1
core release version 0.3.1
What's Changed
- Add graphql subscription support by implementing the websockets graphql protocol.
lightspark-sdk-v0.2.0
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
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 thepayInvoice
functioncreateTestModePayment
to pay an invoice created from your test wallet viacreateInvoice
Also fixing some bugs with payInvoice and signing. Bumping the core dependency.
core-v0.3.0
core release version 0.3.0
- Resolving an issue with signing on newer android OS versions.
core-v0.2.0
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
- Adding channel open and close transaction types to make fees accessible.
wallet-sdk-v0.1.1
- Fixing an issue with initial channel creation by requiring signing for the initializeWallet operation.
wallet-sdk-v0.1.0
🚀 First release of the kotlin/java Wallet SDK
See the README and API Docs for usage info
lightspark-sdk v0.1.4
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
🚀 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.