Release Notes
This release of Lightning Terminal (LiT) includes an update to the version of LND to include the latest bug fixes. It also contains various Litd improvements (see the change-log for the full list!).
We'll be continuously working to improve the user experience based on feedback from the community.
This release packages LND v0.15.3-beta
, Loop v0.20.1-beta
, Pool v0.5.8-alpha
, and Faraday v0.2.8-alpha
.
NOTE that the minimum version of lnd
that can be used in --lnd-mode=remote
is v0.15.1-beta
.
Installation and configuration instructions can be found in the README.
Verifying the Release
In order to verify the release, you'll need to have gpg
or gpg2
installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import ellemouton
's key from the ubuntu key server:
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 26984CB69EB8C4A26196F7A4D7D916376026F177
Once you have his PGP key you can verify the release (assuming manifest-v0.8.2-alpha.sig
and manifest-v0.8.2-alpha.txt
are in the current directory) with:
gpg --verify manifest-v0.8.2-alpha.sig manifest-v0.8.2-alpha.txt
You should see the following if the verification was successful:
gpg: Signature made Mon Oct 24 10:46:42 2022 SAST
gpg: using RSA key 26984CB69EB8C4A26196F7A4D7D916376026F177
gpg: Good signature from "Elle Mouton <elle.mouton@gmail.com>" [ultimate]
That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256
sum of the binary, and compare that with the following hashes:
cat manifest-v0.8.2-alpha.txt
One can use the shasum -a 256 <file name here>
tool in order to re-compute the sha256
hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.
Finally, you can also verify the tag itself with the following command:
git verify-tag v0.8.2-alpha
Verifying the Release Timestamp
We have also started to timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.8.2-alpha.sig.ots
.
Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:
ots verify manifest-v0.8.2-alpha.sig.ots
These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.
Changelog (auto-generated)
What's Changed
What's Changed
- multi: rpcmiddleware package by @ellemouton in #419
- Makefile+github: run unit tests by @ellemouton in #422
- build: update to lnd v0.15.2 by @Roasbeef in #427
- README: update version matrix for v0.8.1-alpha by @guggero in #428
- multi: use filepath instead of path to work on Windows by @guggero in #430
- litd: maintenance, code cleanup, middleware fixes by @guggero in #432
- multi: bump lnd version to v0.15.3-beta by @guggero in #436
Full Changelog: v0.8.0-alpha...v0.8.2-alpha