Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Releases: uniqys/UniqysKit

Uniqys Kit v0.3.6

12 Jul 02:37
Compare
Choose a tag to compare

Chore

  • Support building and execution on Windows Native.
  • Add gitter link after error messages for developers to ask about Uniqys Kit.

Uniqys Kit v0.3.5

11 Jun 06:12
Compare
Choose a tag to compare

Bug fixes

easy-client: no increase nonce

Uniqys Kit v0.3.4

07 Jun 07:03
Compare
Choose a tag to compare

Chore

cli: Added workaround for peer ID mismatch. (#37)

Uniqys Kit v0.3.3

29 May 00:34
Compare
Choose a tag to compare

Bug fixes

cli: Replaced exec with spawn to prevent buffer overflow. (#31)

Chore

cli: Made cli more convenient. (#29)

Uniqys Kit v0.3.2

24 Apr 08:12
Compare
Choose a tag to compare

New Features

  • @uniqys/easy-client: support ECMAScript module (#26)

Breaking Changes

  • Changed API path for fetching merkle proofs of transactions (#27)

Uniqys Kit v0.3.1

17 Apr 08:59
Compare
Choose a tag to compare

New Features

  • easy-framework: Added size limit to transactions. (#22)
  • easy-framework: Added APIs to get current and next validator set. (#25)
  • easy-framework: Added an API to set next validator set. (#25)

Bug Fixes

  • easy-framework: Fixed self-transfer bug. (#16, #19)

Breaking Changes

  • Next validator set can now be changed in the application via Inner API, but not in the Event Provider. (#25)

Uniqys Kit v0.3.0

29 Mar 07:37
Compare
Choose a tag to compare

New Features

  • event-provider-ethereum: Support two-way peg between Ethereum and Sidechain. This feature is experimental. (#17)
  • event-provider-ethereum: Support dynamic validator. This feature is experimental. (#17)
  • easy-framework: Add apis to fetch block information. (#11)
  • cli: Add subcommand to generate genesisHash.json. (#17)

Breaking Changes

This release included some breaking changes on structures of Transaction, BlockHeader, and etc.

Chore

  • Use nodenv instead of ndenv. (#14)

Sample

  • Added a new sample: eth-sidechain. Check here.

Uniqys Kit v0.2.0

14 Feb 08:16
Compare
Choose a tag to compare

New Features

  • easy-client: Transactions can now be signed with web3.js via Easy.Web3 (#5, #9, thanks to @ookimaki).
  • signature: Uniqys address is now Ethereum compatible (#10).

Breaking Changes

  • EasyClientForBrowser is now exported as Easy.Browser in easy.js. Use new Easy.Browser instead of new Easy.