Releases: vitelabs/vite.js
Releases · vitelabs/vite.js
v2.3.19
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
-
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