Skip to content

Releases: chill117/lnurl-node

v0.27.0

27 Aug 14:53
8e22e71

Choose a tag to compare

  • New "cors" option that when enabled the server will allow CORS requests - disabled by default.
  • Upgrade dependencies

v0.26.2

07 Jun 10:37
37957f3

Choose a tag to compare

  • Latest lightning-backends fixed GetAlby (again)

v0.26.1

07 Jun 10:37
c212778

Choose a tag to compare

  • Latest lightning-backends fixed GetAlby bug w/ latest LndHub credentials
  • Upgrade dependencies

v0.26.0

23 Apr 12:38
6fa2c54

Choose a tag to compare

  • New error hook
  • Upgrade dependencies

v0.25.1

30 Aug 16:27
574cf56

Choose a tag to compare

  • Use latest lightning-backends with downgraded dependencies - this fixes incompatibility with older nodejs

v0.25.0

29 Aug 18:52
c4c02bf

Choose a tag to compare

  • Server.generateNewUrl method now accepts a pre-defined "k1" value. If not provided, then the "k1" value is randomly generated - the previous behavior.
  • Upgraded dependencies

v0.24.2

21 Aug 11:40
0d1e6cc

Choose a tag to compare

  • Upgraded dependencies

v0.24.1

21 Aug 11:39
2fbf3e7

Choose a tag to compare

  • Upgraded lightning-backends

v0.24.0

26 Apr 10:42
652d755

Choose a tag to compare

  • "url:process" hook called before signature check
  • C-Lightning backend now supported via JSON-RPC unix sock or HTTP-RPC API provided by Sparko plugin

v0.20.2

09 Feb 13:30
4f74e03

Choose a tag to compare

  • Data store (knex): Gracefully wait for a database connection or timeout after 30 seconds (default)
    • Fails immediately with any error other than ECONNREFUSED