github lightninglabs/lightning-terminal v0.6.7-alpha
Lightning Terminal v0.6.7-alpha

latest releases: v0.12.4-privacy-flags, v0.12.4-alpha, v0.12.3-alpha...
2 years ago

Release Notes

This replaces the v0.6.6-alpha version of LiT that displayed an incorrect version number. But the functionality is identical to v0.6.6-alpha which we removed to avoid confusion.

This release of Lightning Terminal (LiT) includes a bug fixed in the Pool UI that caused an error when trying to submit an order using lnd v0.14.x-beta.

We'll be continuously working to improve the user experience based on feedback from the community.

This release packages LND v0.14.3-beta, Loop v0.18.0-beta, Pool v0.5.6-alpha, and Faraday v0.2.7-alpha.

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 guggero's key from keybase:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys F4FC70F07310028424EFC20A8E4256593F177720

Once you have his PGP key you can verify the release (assuming manifest-v0.6.7-alpha.sig and manifest-v0.6.7-alpha.txt are in the current directory) with:

gpg --verify manifest-v0.6.7-alpha.sig manifest-v0.6.7-alpha.txt

You should see the following if the verification was successful:

gpg: Signature made Do 25 Nov 2021 10:41:18 CET
gpg:                using RSA key F4FC70F07310028424EFC20A8E4256593F177720
gpg: Good signature from "Oliver Gugger <gugger@gmail.com>" [ultimate]
Primary key fingerprint: F4FC 70F0 7310 0284 24EF  C20A 8E42 5659 3F17 7720

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.6.7-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.6.7-alpha

Verifying the Release Timestamp

From this new version onwards we'll also now 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.6.7-alpha.sig.ots.

Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:

ots verify manifest-v0.6.7-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

New Contributors

Full Changelog: v0.6.5-alpha...v0.6.7-alpha

Don't miss a new lightning-terminal release

NewReleases is sending notifications on new releases.