Skip to content

Releases: Team-Hycon/hw-app-hycon

v0.0.8

26 Jun 03:53
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release
  • signTransaction(): now supports data up to 256 bytes length

v0.0.7

25 Jun 06:23
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

signTransaction(): returns both recovery and signature.

v0.0.6

21 Jun 09:10
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
  • getAddress(): returns public key, hex address and string address using bip32 path.
    string address = 'H' + base58_encode(hex address) + check_sum(hex_address)

v0.0.5

21 Jun 01:23
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Initial public release with following functionalities:

  • getAddress(): returns public key and address using bip32 path
  • signTransaction(): signs encoded (by protobuf) transaction and returns its signature
  • getAppConfig(): returns app version