Skip to content

Releases: harmony-one/go-sdk

Go Version Update & Bugfixes

16 Apr 21:45
1fa1722
Compare
Choose a tag to compare

Uploaded for distribution on Thursday, April 16, 2020

Installation

Instructions for how to install and use the Harmony CLI can be found here.

Changes

  • Upgrade Go version to 1.14
  • Export keystore now takes in an output directory param & will export the keystore file to the specified location
  • Enable --bls-pubkeys-directory flag for edit validator command
  • Fix reading of .pass files when using --bls-pubkeys-directory

Bug Fixes and BLS key feature

13 Apr 02:51
2176f31
Compare
Choose a tag to compare

Uploaded for distribution on Sunday, April 12, 2020

Installation

Instructions for how to install and use the Harmony CLI can be found here.

Changes

  • Fix BLS-for-shard if given a 0x string.
  • Add BLS pub-key directory for create validator command

[early release] Stake Heist

07 Apr 01:33
0127fde
Compare
Choose a tag to compare

Uploaded for distribution on Monday, April 6, 2020

Installation

Instructions for how to install and use the Harmony CLI can be found here.

Changes

  • Add multiple BLS key generation for a given shard.
  • Add latest-headers command
  • Bugfix staking transaction

Hotfixes

01 Apr 22:37
Compare
Choose a tag to compare

Uploaded for distribution on Friday, April 1, 2020

Installation

Instructions for how to install and use the Harmony CLI can be found here.

Changes

  • Fix handling of no response for sharding structure
  • Fix version check
  • Update main repo version & fix name changes

Staking additions & Bug fixes

26 Mar 23:20
d983d7c
Compare
Choose a tag to compare

Uploaded for distribution on Friday, March 27, 2020

Installation

Instructions for how to install and use the Harmony CLI can be found here.

Changes

  • Fix BLS save function.
  • Add functionality to get validator information by block number
  • Fix localhost implicit chain ID
  • Add checks for invalid negative input

Bug fixes and Quality of life changes

21 Mar 19:19
80a4f42
Compare
Choose a tag to compare

Uploaded for distribution on Saturday, March 21, 2020

Installation

Instructions for how to install and use the Harmony CLI can be found here.

Changes

  • Remove needless double take from passphrases
  • Change cookbook depending on a given endpoint
  • Implicit chain ID if given a harmony endpoint
  • Version check when a transaction failed

[EMERGENCY] Chain-ID update edit validator change

10 Mar 00:42
2fcc715
Compare
Choose a tag to compare

Uploaded for distribution on Monday, March 9, 2020

Installation

Instructions for how to install and use the Harmony CLI can be found here.

Changes

  • Update default chain ID for Partner network
  • Update edit validator for new harmony node

Notes

  • Backwards incompatibility should not be broken.

Bug fixes and Quality of life changes

05 Mar 06:11
23dd013
Compare
Choose a tag to compare

Uploaded for distribution on Friday, March 6, 2020

Installation

Instructions for how to install and use the Harmony CLI can be found here.

Changes

  • Cookbook messages have been updated
  • Convenience for ip specified node
  • Print Bech32 address when keys are imported and/or created
  • Make recovering from mnemonic a separate command (and deprecate old way of importing keys)

[Staking][Breaking] Change validator info cmd in CLI, no tx breaking change

28 Feb 22:04
abda494
Compare
Choose a tag to compare

Uploaded for distribution on Friday, February 28, 2020

Installation

Instructions for how to install and use the Harmony CLI can be found here.

Changes

  • Change all-active to elected for getting validator information.

Minor update & bug fixes

26 Feb 23:57
Compare
Choose a tag to compare

Uploaded for distribution on Friday, February 28, 2020

Installation

Instructions for how to install and use the Harmony CLI can be found here.

Changes

  • Added enforcement for no arguments when doing transactions as they are parameterized via options. This should take care of the issue mentioned here and other similar issues.
  • Fixed transaction history command, mentioned here.
  • Added check for negative amounts on tx history.