What's Changed
- Remove git commit hash from dockerfile by @pm47 in #202
- Upgrade to lightning-kmp 1.10.5 by @pm47 in #206
- Do not filter out events with negative amounts by @pm47 in #205
Full Changelog: v0.6.1...v0.6.2
Verifying signatures
You will need gpg
and our release signing key E434ED292E85643A
. Note that you can get it:
- from our website: https://acinq.co/pgp/padioupm.asc
- from github user @pm47: https://api.github.com/users/pm47/gpg_keys
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