Skip to content

Releases: Fairblock/fairyringclient

v0.5.3

26 Apr 15:18
5f327b3
Compare
Choose a tag to compare

What's changed

  • Updated default gas adjustment from 1.5 to 3

Full Changelog: v0.5.2...v0.5.3

v0.5.2

05 Apr 16:30
Compare
Choose a tag to compare

Whats New ?

  • Fixed client will submit incorrect keyshares when the current public key got overrode

Full Changelog: V0.5.1...v0.5.2

V0.5.1

05 Apr 16:29
Compare
Choose a tag to compare

What's New ?

  • Added support for using authorized address to submit keyshare

v0.5.0

26 Mar 15:04
f35a812
Compare
Choose a tag to compare
  • Updated client to get share on chain instead of getting it from API (For fairyring v0.5.0)
  • Removed multiple validators support
  • Removed ShareGenerationAPI in the config
  • Updated PrivateKeys to PrivateKey in config
  • Updated keys list and keys add command to keys show and keys update

v0.4.0

26 Mar 15:00
ecd0e8c
Compare
Choose a tag to compare
  • Fixed client not able to handle general key share event

v0.3.2

06 Feb 02:52
Compare
Choose a tag to compare

Fixed how queued commitments & shares are being verified to prevent nil pointer error / incorrect result

v0.3.1

06 Feb 02:36
Compare
Choose a tag to compare

Updates

  1. Added version command
  2. Updated client to not exit but to wait until next round when get share response is empty on client start

v0.3.0

04 Feb 00:28
2e1005e
Compare
Choose a tag to compare

Updates

  1. Client will now wait for next round instead of exiting when there is no pub key at start
  2. Client will keep try to get commitment instead of exiting when there is error on getting commitment after got a new pub key
  3. Removed fairyringclient keys rsa command
  4. Moved fairyringclient keys cosmos command to fairyringclient keys
  5. Removed --no-rsa-key flag on fairyringclient init command
  6. Removed all RSA related code
  7. init command will no longer create keys directory for RSA keys
  8. Updated get share request to sign body with cosmos key instead of RSA key
  9. Updated client to decrypt share with cosmos key instead of RSA key

v0.2.0

29 Dec 14:50
Compare
Choose a tag to compare

New Features

  1. Added Prometheus metrics.
  2. Added verify key share after getting the key share from API, client will be paused until next round if the key share is invalid.
  3. Added a auto pause mechanism that if total invalid share submitted in a row is larger than the threshold, client will be paused until next round.

Updates

  1. Update default chain id to fairytest-3
  2. Updated log
  3. Bump google.golang.org/grpc version from v1.58.0 to v1.58.3
  4. Bump golang.org/x/net version from v0.15.0 to v0.17.0

v0.1.1

12 Oct 02:11
beb9e10
Compare
Choose a tag to compare
  • Updated Readme setup guide
  • Added Instruction for new validator installing client for the first time
  • Updated default chain id to fairytest-2