Skip to content

Releases: lightsparkdev/go-sdk

v0.5.0

11 Oct 17:51
Compare
Choose a tag to compare
  • Expose remote signing requests and responses for the ability to handle them in custom ways.

v0.4.1

04 Oct 00:21
Compare
Choose a tag to compare

Lightspark Go SDK v0.4.1

  • Fixed an encoding issue with signing GraphQL requests.

v0.4.0

25 Sep 21:35
Compare
Choose a tag to compare

Lightspark Go SDK v0.4.0

v0.3.1

21 Sep 07:59
Compare
Choose a tag to compare
  • Some fixes for UMA to match the spec and improve compatibility with other languages.

v0.3.0

13 Sep 18:50
d611a0f
Compare
Choose a tag to compare

What's Changed

  • Implement Remote Signing and UMA! 🎉 by @jklein24 in #1

Full Changelog: 0.2.5...0.3.0

0.2.5

18 Aug 00:04
Compare
Choose a tag to compare
  • 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

06 Jul 01:10
Compare
Choose a tag to compare

Added support for generating invoices for LNURLs.

0.1.4

31 May 00:46
Compare
Choose a tag to compare
  • Use CSPRNG to generate nonce.

0.1.3

23 May 21:43
Compare
Choose a tag to compare

Add two functions for test mode.

  • CreateTestModeInvoice for creating an test invoice.
  • CreateTestModePayment for sending a test payment to an invoice.

0.1.2

18 May 22:54
Compare
Choose a tag to compare

Add webhook