Release Notes
There was no v0.10.3-alpha
release, due to a build issue we had to skip that version and go directly to v0.10.4-alpha
.
This release of Lightning Terminal (LiT) includes an update to the integrated Taproot Assets daemon version. This release also adds functionality to query information of specific LND accounts, as well as enabling labeling of accounts.
We'll be continuously working to improve the user experience based on feedback from the community.
This release packages LND v0.16.4-beta
, Taproot Assets Daemon v0.2.3-alpha
, Loop v0.25.2-beta
, Pool v0.6.4-beta
and Faraday v0.2.11-alpha
.
NOTE that the minimum version of lnd
that can be used in --lnd-mode=remote
is v0.16.0-beta
.
Installation and configuration instructions can be found in the README.
Required changes when running in lnd
remote mode (lnd-mode=remote
)
When connecting to an existing lnd
node, that node must enable the RPC middleware interceptor feature. You can enable that by specifying the --rpcmiddleware.enable
command line flag or by adding rpcmiddleware.enable=true
to your lnd.conf
file. See the remote configuration docs for more information.
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 ViktorTigerstrom
's key from the ubuntu key server:
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 187F6ADD93AE3B0CF335AA6AB984570980684DCC
Once you have his PGP key you can verify the release (assuming manifest-v0.10.4-alpha.sig
and manifest-v0.10.4-alpha.txt
are in the current directory) with:
gpg --verify manifest-v0.10.4-alpha.sig manifest-v0.10.4-alpha.txt
You should see the following if the verification was successful:
gpg: Signature made Wed Jul 26 21:13:03 2023 CEST
gpg: using EDDSA key 187F6ADD93AE3B0CF335AA6AB984570980684DCC
gpg: Good signature from "Viktor Tigerström <vtigerstrom@gmail.com>"
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.10.4-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.10.4-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.10.4-alpha.sig.ots
.
Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:
ots verify manifest-v0.10.4-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
- build(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /app by @dependabot in #594
- config: fix macaroon path construction by @ellemouton in #598
- build(deps): bump word-wrap from 1.2.3 to 1.2.4 in /app by @dependabot in #599
- build(deps): bump google.golang.org/grpc from 1.39.0 to 1.53.0 in /autopilotserverrpc by @dependabot in #587
- accounts: add label and AccountInfo RPC by @guggero in #605
- Update litd to version
v0.10.4-alpha
by @ViktorTigerstrom in #607
Full Changelog: v0.10.2-alpha...v0.10.4-alpha