Skip to content

Krystal Bull 1.3

Compare
Choose a tag to compare
@Christewart Christewart released this 02 Nov 13:45
· 12 commits to master since this release

Executive summary

This release upgrades bitcoin-s to 1.8. You can find the release notes for bitcoin-s 1.8 here: https://github.com/bitcoin-s/bitcoin-s/releases/tag/1.8.0

Verifying signatures

This release is signed with Chris's signing key with
fingerprint 339A49229576050819083EB3F99724872F822910

To do the verification, first hash the executable using sha256sum. You should check that the result is listed in
the SHA256SUMS.asc file next to its file name. After doing that you can use gpg --verify to authenticate the
signature.

Example:

sha256sum krystal*
54b134bcb72fb88f9de9e7270ed5712715970715ba7f3a7330c9f18ab15d6c24  krystalbull_1.3-1_amd64.deb
3b152fe0ea53d7b8135b8d384d59b1bc077f34c68a27b10af071481e27b44d3c  krystalbull-1.3.dmg
d49a5f5288c6b77bb0f169097beb4e9f642787ec203612ed3b16491de99c2ca2  krystal-bull.msi
$  gpg --verify SHA256SUMS.asc
gpg: Signature made Tue 02 Nov 2021 09:06:39 AM CDT
gpg:                using RSA key 339A49229576050819083EB3F99724872F822910
gpg: Good signature from "Chris Stewart <[email protected]>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 339A 4922 9576 0508 1908  3EB3 F997 2487 2F82 2910

Changelog

717dcfa Bump version on release.yml
b303723 Bump version, upgrade scalac to 2.13.7 (#86)
9782128 2021 10 27 upgrade bitcoin s 1.8 (#85)