Skip to content

v0.1.5

Latest
Compare
Choose a tag to compare
@pm47 pm47 released this 16 May 16:45
· 1 commit to master since this release
6845a31

What's Changed

  • Add official Dockerfile by @pm47 in #17
  • Add authentication to webhook calls by @pm47 in #34
  • Add descriptionHash parameter to createinvoice by @pm47 in #50
  • Update lightning-kmp by @pm47 in #51
  • Add endpoints to list incoming and outgoing payments by @dpad85 in #53

Full Changelog: v0.1.4...v0.1.5

Verifying signatures

You will need gpg and our release signing key 7A73FE77DE2C4027. Note that you can get it:

To import our signing key:

$ gpg --import drouinf.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped