Skip to content

Releases: vitelabs/vite.js

v2.3.19

17 Sep 06:08
Compare
Choose a tag to compare

2.3.19 (2022-09-17)

Features

  • New abi #81
  • Refactor websocket/ipc reconnect and support for subscription renewal #71
  • Add support for vitex internal transfer, direct cross-chain deposit to vitex and withdraw from vitex to withdrawal address. #72
  • Export HTTP, WS, and IPC modules from the main @vite/vitejs package. #73
  • Add WsRpc keepalive.

Bug Fixes

  • Replace qs with query-string #79
  • Fix name accountblock in es5 output.

Build

  • Upgrade to webpack 5

v2.3.18

02 Apr 16:47
Compare
Choose a tag to compare
  • Updated subscription API name

  • Added viteAPI.queryContractState({ address, abi, methodName, params }) to query contract state and call view functions.

  • Fixed function setPublicKey

  • Updated dependencies and webpack

  • Removed docs

  • Minor fixes

v2.3.16

27 Oct 13:33
Compare
Choose a tag to compare

2.3.16 (2021-10-27)

chore

fix

v2.3.14

30 Jun 12:32
6843956
Compare
Choose a tag to compare

2.3.14 (2021-06-30)

chore

  • 2.3.13 changelog (e1cec6a)
  • change changelog style to eslint (682230c)

docs

fix

v2.3.13

30 Jun 11:02
0d6fb1e
Compare
Choose a tag to compare

2.3.13 (2021-06-30)

chore

  • 2.3.12 changelog (a618adc)
  • move conventional-changelog-cli to devDependencies (6eaf8dc), closes #37

docs

  • update docs dependencies (e3221a7)

style

v2.3.12

13 Apr 09:33
Compare
Choose a tag to compare

(2021-04-13)

2.3.12 (2021-04-13)

Bug Fixes

  • ws: when connected failed, it have not trigger a error event (b38c399)

Reverts

  • Revert "docs: update cancelQuotaStake" (d963683)

v2.3.11

26 Jul 15:07
1c76260
Compare
Choose a tag to compare

Bug Fixes

  • ws: add destory method to WS Provider (dfcf417)
  • ws: disconnect ws before reconnect (54f02f9)

v2.3.10

25 Jun 05:48
de302da
Compare
Choose a tag to compare

Bugfix

  • Fix the bug of v2.3.9 which don't contain the es module.

v2.3.9

16 Jun 18:08
Compare
Choose a tag to compare

Upgrade dependencies and fix eslint problems

v2.3.7

30 Mar 07:12
Compare
Choose a tag to compare

Bug Fixes

  • Add params check for createContract: responseLatency must >= randomDegree (1a913d0)