v0.1.26-beta #54
guggero
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release Notes
This release of
lndinit
contains a database migration functionality that can migratelnd
'sbbolt
database to either SQLite or Postgres.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
orgpg2
installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to importguggero
's key from keybase:Once you have his PGP key you can verify the release (assuming
manifest-v0.1.26-beta.sig
andmanifest-v0.1.26-beta.txt
are in the current directory) with:You should see the following if the verification was successful:
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:One can use the
shasum -a 256 <file name here>
tool in order to re-compute thesha256
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:
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.1.26-beta.sig.ots
.Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:
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
v0.16.0-beta.rc1
by @bhandras in build: bump LND tov0.16.0-beta.rc1
#27New Contributors
Full Changelog: v0.1.5-beta...v0.1.26-beta
This discussion was created from the release v0.1.26-beta.
Beta Was this translation helpful? Give feedback.
All reactions