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
V3.3.4
V3.3.3
V3.3.2
V3.3.1
V3.3.0
V3.2.0
Release note:
Core Changes
Documentation
- #390 docs(contract): remove outdated warning
Misc Changes
- #394 fix: cleanup tsbuildinfo
- #393 refactor: remove unused codes
- #389 build: include node v16
- #388 build: typescript v4
- #386 refactor(crypto): use elliptic/lib/elliptic/ec/signature
- #384 build: jest v27
Dependencies update:
- #392 chore(deps): bump tmpl from 1.0.4 to 1.0.5
V3.1.0
Release Note
Core Changes
- #353 Feat GetStateProof
- #345 Optimize randomBytes
- #338 feat: Strip 0x prefex for txn hashes inputs
- #324 Fix Promise resolve & HeadersInit type
- #318 fix(core): tx receipt type
Documentation
- #377 docs: examples notice
- #375 docs: how to install private packages
- #328 docs: pr tempate
- #325 chore/update-example-readme
- #352 chore: comment out issues templates tips and hints
Misc Changes
-#383 chore: ignore lerna.json for formatting
- #373 test: remove unused shema.json files
- #372 Format json, markdown files
- #370 Use Verdaccio
- #367 test: move test cases
- #364 chore: pre-commit hook includes testing
- #362 fix: install husky with prepare script
- #361 test: put testcases in ts instead of json
- #359 Use jest-fetch-mock v3
- #357 Minimize jest related deps
- #355 fix: prettier
- #354 fix(tsconfig): use include pattern
- #351 refactor(blockchain): comments
- #348 build: validate with pre-commit hook
- #344 Remove examples
- #343 Use sodium-universal instead of sodium-native
- #341 Refactor/eqeqeq
- #340 refactor: no hardcoding
- #337 fix(example): gas limit
- #334 feat(core): remove unused code
- #330 feat: use sodium-native only
- #323 refactor: remove unused import
- #320 ESLint no-unreachable
- #319 chore: ignore dist for formatting
- #314 chore: add noel to code owner
- #313 ESLint
Build optimization
- #381 build(subscriptions): mock-socket as dev dep
- #380 build: remove unused pkg
- #376 build(package): fix allowlist
- #371 fix: whiltelist production files
- #363 Remove unused deps
- #358 build: remove unused deps and babel-jest related deps
- #342 build: remove @trust/webcrypto
- #332 build(npm): whitelist production files
- #329 feat: remove viewblock package
- #326 build: add tslib as dev dependency
Dependencies update
- #374 chore(deps): bump tar from 4.4.15 to 4.4.19
- #365 Jest v26
- #360 chore(deps): bump node-fetch from 2.6.0 to 2.6.1
- #350 build: cross-fetch v2.2.5
- #339 chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /examples/webpack/react
- #336 chore(deps): bump url-parse from 1.5.1 to 1.5.3
- #335 chore(deps): bump url-parse from 1.5.1 to 1.5.3 in /examples/webpack/react
- #333 chore(deps): bump path-parse from 1.0.6 to 1.0.7
- #327 build: typescript v3.2 -> v3.9.10
- #322 chore(deps): bump tar from 6.0.5 to 6.1.5 in /examples/webpack/react
- #321 chore(deps): bump tar from 4.4.13 to 4.4.15
- #315 chore(deps): bump color-string from 1.5.4 to 1.6.0 in /examples/webpack/react
- #310 chore(deps): bump ws from 5.2.2 to 5.2.3
- #309 chore(deps-dev): bump glob-parent from 3.1.0 to 5.1.2
- #307 chore(deps): bump ws from 6.2.1 to 6.2.2 in /examples/webpack/react
- #302 chore(deps): bump dns-packet from 1.3.1 to 1.3.4 in /examples/webpack/react
V3.0.0
Release Note:
- (Breaking) Remove support for Node v10 as Node v10 has come to EOL (#306)
- (Breaking) Remove deprecated APIs (#308)
- Add batch request (#280)
- Fix batch request (#304)
- Add transaction status API (#292)
- Update default gas price and gas limit for payment transaction (#290)
- Update dependencies (#300, #299, #298, #297, #296, #294, #293, #291, #286. #285, #284, #283)