Skip to content

lightspark-sdk-v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 May 00:15
· 445 commits to develop since this release
2342122

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.