Skip to content

Releases: bitcoin-s/krystal-bull

Krystal Bull 1.4.0

15 Feb 19:59
Compare
Choose a tag to compare

Upgrades the bitcoin-s dependency to 1.9.0.

Please see the release notes: https://github.com/bitcoin-s/bitcoin-s/releases/tag/1.9.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-bull-assembly-1.4.0.jar 
0814ef917bdb36ca828a440025e341863d0b63ace16f7e5df7b781a2ef64abc2  krystal-bull-assembly-1.4.0.jar
$ gpg --verify SHA256SUMS.asc
gpg: Signature made Thu 24 Sep 2020 12:49:39 PM CDT
gpg:                using RSA key 339A49229576050819083EB3F99724872F822910
gpg:                issuer "stewart.chris1234@gmail.com"
gpg: Good signature from "Chris Stewart <stewart.chris1234@gmail.com>"

Krystal Bull 1.3

02 Nov 13:45
Compare
Choose a tag to compare

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 <stewart.chris1234@gmail.com>" [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)

1.2

09 Jul 13:28
Compare
Choose a tag to compare
1.2

Executive Summary

Krystal Bull is a standalone oracle application for DLC oracles.

For an example of what an oracle announcement looks like, please see the Suredbits Oracle Explorer

We now support submitting announcements and attestations to the Suredbits Oracle Explorer so you can easily share your oracle's announcements.

The other major change this release is building installers everytime a commit is merged into master. We support linux (deb), mac (dmg), and windows (msi).

Changelog

afae62d Upgrade bitcoin-s to 1.7.0 (#80)
135c870 Add missing publishing of installers when taggging a release (#79)
fe41dbb Better log for send to explorer button (#77)
ba285c4 Fix not sending sigs (#76)
3cd0a16 Open link on click (#72)
98da84a Update scala & scalafx (#73)
18a6a38 Oracle Explorer confirmation (#69)
ae7ec82 Specify teamid when notarizing on mac (#68)
e80a937 Add fetch depth zero for windows (#67)
aaebc19 Windows packaging (#66)
56a69cf Add fetch depth 0 to fetch all existing tags (#65)
eed2f3d 2021 05 18 pkg version tag (#64)
41f3efb Update About Dialog (#63)
7e4c496 2021 05 11 jpackage release (#56)
2f242fc Update README.md
1c61f72 Better password handling
de300cd Fix javafx on the m1 chip, also upgrade some dependencies (#55)
a8ec366 Update bitcoin-s to v0.6.0
ca41075 Fix data dir / oracleName.txt creation (#54)
f664459 Fix send to explorer, and config parsing
121f3d9 View from explorer (#50)
c0a8c58 Add saved config with more options (#49)
3458251 Add clone event ability (#47)
fa3c934 Use simpler oracle explorer functions (#48)
1bf02f1 Delegate hashing to announcement (#46)
69b37fe Delete sigs option (#45)
6edd75f Add Oracle explorer functionality (#44)
044422b Put create enum event outcomes in a scroll pane (#42)
bb205b5 Bump bitcoin-s
bef0d12 Fix signing numeric outcome with commas (#40)
51bf284 Allow specifying time in advanced mode (#39)
cf9a1fc Improve event view page (#38)
6177993 Fix NPE on wrong password (#37)
1e887ae Update README.md

Krystal Bull v0.1.0

22 Feb 17:19
bbf2b35
Compare
Choose a tag to compare

Warning Note

DLCs are still a work in progress protocol and backwards incompatible changes are likely.
For this reason there is a max 3 month maturity time for events in this version of Krystal Bull.
This limit can be raised by going into the settings and enabling the Advanced Mode.

Krystal Bull

To run Krystal Bull you will need Java installed, checkout the beginning instructions about building from source for help.

If you want to run the standalone binaries, after verifying PGP signatures, you can run it with ./krystal-bull to start the app. If you are on Windows it will instead need to run krystal-bull.exe or if just want to execute the jar you can generally just double click it, or use java -jar krystal-bull.jar.

Verifying signatures

This release is signed with benthecarman's signing key with fingerprint 0AD83877C1F0CD1EE9BD660AD7CC770B81FD22A8

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 it's file name.
After doing that you can use gpg --verify to authenticate the signature.

Example:

$ sha256sum krystal-bull.jar 
e3421820224cf83e963ae11fd44da16b115243bb20def01a6153ab3fc45b4531  krystal-bull.jar
$ gpg --verify SHA256SUMS.asc 
gpg: Signature made Mon 22 Feb 2021 11:07:38 AM CST
gpg:                using RSA key 0AD83877C1F0CD1EE9BD660AD7CC770B81FD22A8
gpg: Good signature from "Ben Carman <benthecarman@live.com>"