What's Changed
- Fix offer extraction in BIP-21 uris by @pm47 in #77
- Fix validation of lnurl links in phoenix-cli by @pm47 in #83
- Support multiple values in configuration file by @pm47 in #82
- Add a secondary http password with limited access by @pm47 in #84
- Add a per-invoice webhook for BOLT11 payments by @pm47 in #85
- (JVM) Fix db schema version by @pm47 in #86
Full Changelog: v0.3.1...v0.3.2
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027
. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone: https://api.github.com/users/sstone/gpg_keys
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