Skip to content

v0.5.0

Choose a tag to compare

@realbub realbub released this 27 Feb 18:12
· 2 commits to main since this release

What's new

  • L402 paywall supportln.l402.create_challenge(), ln.l402.verify(), ln.l402.pay() (sync + async)
  • Get/watch by payment hashln.invoices.get() and ln.payments.get() now accept int | str
  • Removed ln.keys.list() — server endpoint removed (key listing is a local CLI operation)

Breaking changes

  • keys.list() removed from both KeysResource and AsyncKeysResource
  • ApiKeyResponse type removed