Skip to content

v0.3.1

Compare
Choose a tag to compare
@pm47 pm47 released this 18 Jul 12:59
· 36 commits to master since this release
b735020

What's Changed

  • Correctly handle ₿ prefix in BIP353 by @pm47 in #70
  • Support multiple webhooks by @pm47 in #72
  • Validate that mnemonics form a valid BIP-39 seed by @pm47 in #73
  • Use lightning-kmp 1.7.2-FEECREDIT-10 by @pm47 in #75

Full Changelog: v0.3.0...v0.3.1

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