Skip to content

v0.2.5-alpha

Compare
Choose a tag to compare
@carlaKC carlaKC released this 24 May 09:05
· 139 commits to master since this release
v0.2.5-alpha
db0c602

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

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

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

gpg --verify manifest-carlakirkcohen-v0.2.5-alpha.sig manifest-v0.2.5-alpha.txt

You should see the following if the verification was successful:

gpg: Signature made Wed May 19 09:10:39 2021 SAST
gpg:                using RSA key 15E7ECF257098A4EF91655EB4CA7FE54A6213C91
gpg: Good signature from "Carla Kirk-Cohen <kirkcohenc@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.2.5-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.2.5-alpha

Contributors (Alphabetical Order)

Carla Kirk-Cohen
Elle Mouton

Release Notes

  • The options for the fiat API used by the audit and `` endpoints have been expanded to include Coindesk's API.