Skip to content

v0.3.4

Compare
Choose a tag to compare
@pm47 pm47 released this 29 Aug 08:36
· 16 commits to master since this release
1a872b4

What's Changed

  • Add an optional expiry for bolt11 invoices by @pm47 in #102
  • Use lightning-kmp 1.7.3-FEECREDIT-11 by @pm47 in #106
  • Add a best-effort method for estimating liquidity fees by @pm47 in #107

Full Changelog: v0.3.3...v0.3.4

Verifying signatures

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

To import our signing key:

$ gpg --import padioupm.asc

To verify the release file checksums and signatures:

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