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

Releases: Zilliqa/zilliqa-js

V2.1.0

06 Jan 06:21
Compare
Choose a tag to compare

Release note:

  • Add Webpack bundle support (#270)
  • Undepreciate base58 utility (#271)

V2.0.0

21 Dec 06:36
Compare
Choose a tag to compare

Release note:

  • Add GetTransactionStatus API
  • Update GetPendingTxn API
  • Update dependencies version
  • Minor read me fix

Version 1.0.0

01 Sep 17:35
Compare
Choose a tag to compare

Code changes

  • Update GetPendingTxn() to latest interface and outputs changes from Zilliqa V6.3.0
  • Add getting of transaction hash for Transaction object
  • Depreciate Base58 functions
  • Use sodium-native to generate random bytes

DevOps

  • Add NodeJS 12 build on Travis
  • Added OSX build on Travis
  • Change build from Ubuntu 16.04 to Ubuntu 18.04 on Travis

Misc

  • Update readme to include installation instruciton for Windows operating system

Version 1.0.0-alpha.0

09 Jul 06:59
Compare
Choose a tag to compare
Version 1.0.0-alpha.0 Pre-release
Pre-release
  • Depreciation of Base58 utility
  • Changes to support core protocol revamp of getpendingtxns api

V0.11.1

07 Jul 07:40
Compare
Choose a tag to compare

Version 0.11.1 release notes:

  • Remove breaking changes namely, zilliqa.contracts.at(address) and zilliqa.transactions.new({toAddr}) (PR #241)
  • Introduce new flag to determine whether normalization of address is required or not (PR #241)
  • Add link to zilliqa-js/viewblock readme in zilliqa-js main readme (PR #242)

We will like to thanks @bogdan for his suggestion on the code fixes and improvements.

Version V0.11.0

22 Jun 05:48
Compare
Choose a tag to compare

Version 0.11.0 release note:

  • Support all version of NodeJS 12.x.x (Thanks @bogdan)
  • Add a new method addByMnemonicLedger() to support derivation path used in Ledger devices
  • Remove const from enum to address access when isolatedModules is on
  • Fix conversion from public key to address
  • Fix population of code and data for getTransaction and getSmartContracts (Thanks @bogdan)

V0.10.1

15 Jun 05:07
Compare
Choose a tag to compare

Version 0.10.1 release note:

  • Fix outdated data structure for TxBlockHeader, TxBlockObj and TransactionReceiptObj
  • Add Exception data structure
  • Add check for sufficient funds during the creation of transaction
  • Fix bech32 address checking

V0.10.0

15 Jun 05:08
Compare
Choose a tag to compare

Version 0.10.0 release note: