Skip to content

Releases: Zilliqa/gozilliqa-sdk

v2.4.0

13 Jan 16:41
44a849f
Compare
Choose a tag to compare

Update dependencies and some fixes for the tests.

v2.3.2

29 Sep 06:47
2ff222c
Compare
Choose a tag to compare

Fix ds block serialization issue.

v2.3.1

16 Jul 12:28
85a9cd9
Compare
Choose a tag to compare
v2.3.1 Pre-release
Pre-release

Fix one parameter error: #99

v2.3.0

03 Jul 01:30
7a254f7
Compare
Choose a tag to compare
v2.3.0 Pre-release
Pre-release

This release we introduce several critical features to support Zilliqa Relayer running on polynetwork including:

  1. Serialization for zilliqa core data structures.
  2. Schnorr multisig verify.
  3. Tx and Ds blockchain verification, including ds community calculation.
  4. MPT support for verifying merkle proof.
  5. Integrate with poly cross chain manager contract and lock proxy contract.

Besides, we also fix some miner issue reported by community.

v2.2.1

19 Nov 15:11
b84f5e8
Compare
Choose a tag to compare
  1. Fix schnorr verify issue.
  2. Fix private key generation.
  3. Do some tiny refactor.

v2.2.0

12 Aug 05:29
8c647e6
Compare
Choose a tag to compare

This release introduces following changes:

  1. Create a shortcut function to deploy smart contract (to mainnet,testnet and isolated server).
  2. Add a new datatype for constructiong scilla parameters.
  3. Create a wrapper around schnorr to sign and verify message.
  4. Add more unit tests

v2.1.0

03 Aug 03:51
cb75605
Compare
Choose a tag to compare

This release introduces following changes/fixes:

  1. Fix an error for transaction receipt.
  2. Provide a new function to compute (signing) transaction hash locally.
  3. Support two new types for constructing transaction payload (further constructing transaction struct) from json file: payment transaction type and contract deployment transaction type.
  4. Fix some unit tests.

v2.0.0

13 Jul 02:47
2cc69c1
Compare
Choose a tag to compare
Merge pull request #64 from Zilliqa/feat/pendingtnx

feat(provider): support new getpendingtxns, format

v1.2.0

14 Jul 07:45
8388182
Compare
Choose a tag to compare

This release introduces following features/fixes:

  1. Batch rpc for GetTransaction to enable users to confirm multiple transactions with only one request.
  2. Fix GetPendingTxns
  3. Introduce PR template and issue template

v1.1.0

03 Jul 23:49
d6170e4
Compare
Choose a tag to compare

This minor release introduces the following changes:

  • Batch signing and sending for payment transactions
  • Fix provider api: GetContractAddressFromTransactionID
  • Update transaction receipt to satisfy latest node api
  • Fix some error handling for rpc