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

3 years ago

Release Notes

This release of Lightning Terminal (LiT) includes a couple of UI bug fixes as well as the long-awaited remote modes for the faraday, loopd and poold daemons.

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

This release packages LND v0.12.1-beta, Loop v0.11.4-beta, Pool v0.4.4-alpha, and Faraday v0.2.3-alpha.

Installation and configuration instructions can be found in the README.

Changelog

  1. Loop UI: Fix dismiss swap icon not working (#194)
  2. Loop UI: Display swap failure reason on History page (#193)
  3. Pool UI: Display trader key and close button in account panel (#191)
  4. Pool UI: Display warning if user has no channels (#190)
  5. Fix main lnd port usage bug introduced in #179 (#189)
  6. Bump lnd to v0.12.1-beta, Loop to v0.11.4-beta and Pool to v0.4.4-alpha, bump Docker files to compile with go v1.16.0 (#186)
  7. Fix duplicate phrasing in UI text (#182)
  8. Add remote modes for the faraday, loopd and poold daemons (#179)

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:

curl https://keybase.io/guggero/pgp_keys.asc | gpg --import

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

gpg --verify manifest-guggero-v0.4.1-alpha.sig manifest-v0.4.1-alpha.txt

You should see the following if the verification was successful:

gpg: Signature made Mi 29 Jul 2020 14:59:19 CEST
gpg:                using RSA key 6E01EEC9656903B0542B8F1003DB6322267C373B
gpg: Good signature from "Oliver Gugger <gugger@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.4.1-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.4.1-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-guggero-v0.4.1-alpha.sig.ots.

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

ots verify manifest-guggero-v0.4.1-alpha.sig.ots

These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.

Contributors (Alphabetical Order)

Alex Bosworth
Jamal James
Oliver Gugger

Don't miss a new lightning-terminal release

NewReleases is sending notifications on new releases.