Releases: Zilliqa/gozilliqa-sdk
Releases · Zilliqa/gozilliqa-sdk
v2.4.0
v2.3.2
v2.3.1
v2.3.0
This release we introduce several critical features to support Zilliqa Relayer running on polynetwork including:
- Serialization for zilliqa core data structures.
- Schnorr multisig verify.
- Tx and Ds blockchain verification, including ds community calculation.
- MPT support for verifying merkle proof.
- Integrate with poly cross chain manager contract and lock proxy contract.
Besides, we also fix some miner issue reported by community.
v2.2.1
v2.2.0
This release introduces following changes:
- Create a shortcut function to deploy smart contract (to mainnet,testnet and isolated server).
- Add a new datatype for constructiong scilla parameters.
- Create a wrapper around schnorr to sign and verify message.
- Add more unit tests
v2.1.0
This release introduces following changes/fixes:
- Fix an error for transaction receipt.
- Provide a new function to compute (signing) transaction hash locally.
- Support two new types for constructing transaction payload (further constructing transaction struct) from json file: payment transaction type and contract deployment transaction type.
- Fix some unit tests.