Releases: lightsparkdev/go-sdk
Releases · lightsparkdev/go-sdk
v0.5.0
- Expose remote signing requests and responses for the ability to handle them in custom ways.
v0.4.1
Lightspark Go SDK v0.4.1
- Fixed an encoding issue with signing GraphQL requests.
v0.3.1
- Some fixes for UMA to match the spec and improve compatibility with other languages.
0.2.5
- Add paging to more queries where is was missing
- Fixing error handling in a few client calls
- Add
expirySecs
param to the createInvoice
and createLnurlInvoice
functions to allow setting the invoice expiration time.
- Add some better code docs.
0.1.5
Added support for generating invoices for LNURLs.
0.1.4
- Use CSPRNG to generate nonce.
0.1.3
Add two functions for test mode.
- CreateTestModeInvoice for creating an test invoice.
- CreateTestModePayment for sending a test payment to an invoice.