Skip to content

Lightspark Go SDK v0.13.0

Compare
Choose a tag to compare
@jklein24 jklein24 released this 17 May 17:42
· 43 commits to main since this release
12bd566

What's Changed

  • Add idempotency where useful
    • Add optional PayInvoiceWithIdempotencyKey and RequestWithdrawalWithIdempotencyKey functions to the client.
    • Add IdempotencyKey field to OutgoingPayment and Withdrawal objects.
    • Add new FetchOutgoingPaymentsByIdempotencyKey query.
  • Add FailHtlcs function to cancel pending htlcs (for example for HODL invoices).
  • Add FetchInvoiceByPaymentHash and FetchOutgoingPaymentsByPaymentHash to get all outgoing payments for a specific hash.
  • Update objects from graphql schema.