This repository has been archived by the owner on May 26, 2023. It is now read-only.
Releases: Zilliqa/zilliqa-js
Releases · Zilliqa/zilliqa-js
V2.1.0
V2.0.0
Version 1.0.0
Code changes
- Update
GetPendingTxn()
to latest interface and outputs changes fromZilliqa 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
- Depreciation of Base58 utility
- Changes to support core protocol revamp of getpendingtxns api
V0.11.1
Version 0.11.1 release notes:
- Remove breaking changes namely,
zilliqa.contracts.at(address)
andzilliqa.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 inzilliqa-js
main readme (PR #242)
We will like to thanks @bogdan for his suggestion on the code fixes and improvements.
Version V0.11.0
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
fromenum
to address access whenisolatedModules
is on - Fix conversion from public key to address
- Fix population of
code
anddata
forgetTransaction
andgetSmartContracts
(Thanks @bogdan)
V0.10.1
V0.10.0
Version 0.10.0 release note:
- Add
GetPendingTxns
api (https://apidocs.zilliqa.com/#getpendingtxns) - Add
GetMinerInfo
api (https://apidocs.zilliqa.com/#getminerinfo) - Update
acorn
dependency version