Skip to content

@lightsparkdev/[email protected]

Choose a tag to compare

@github-actions github-actions released this 16 Mar 20:40
· 26 commits to main since this release
845faa9

Minor Changes

  • b1f160b: - Bolt 12 “Offer” commands

    • Added create-offer command to generate a BOLT12 offer, specifying an amount or zero for user-chosen amounts, plus a description.

    • Added pay-offer command allowing you to pay a BOLT12 offer from the CLI, with optional fee/timeouts.

    • Misc. node usage

      • Polished logic for local vs. remote signing in the new BOLT12 commands.
      • Minor improvements to usage strings and help text.
    • General

      • Focus is on new BOLT12 Offer features; the rest is routine housekeeping in index.ts.

Patch Changes