Changelog
- Fixed a bug where chain wallet appeared to be empty in some edge cases.
- Fixed a bug where channel with peers behind an onion address could not be established because of alias length limitations.
- Fixed LNURL bug where domain names were not normalized before comparing them.
- Fixed an MPP bug where payment could be split into practically infinite amount of parts in some edge cases.
- Improved an error reporting when connecting to remote peers with unsupported features.
- Improved LNURL-PAY links representation.
- Added live network info in Settings -> Usage statistics
Verifying signature
You will need gpg
and release signing key 15780F46E10485AB.
It can be obtained at https://api.github.com/users/btcontract/gpg_keys
Or at https://lightning-wallet.com/akumaigorodski.asc
To import a signing key:
$ gpg --import akumaigorodski.asc
To verify release file checksums and signatures:
$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped