vite.js

Vite JavaScript SDK

Downloads
3.3K
Stars
53
Committers
13

Bot releases are visible (Hide)

vite.js - v2.3.19 Latest Release

Published by AllenLiuxt about 2 years ago

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
vite.js - v2.3.18

Published by AllenLiuxt over 2 years ago

  • 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

vite.js - v2.3.16

Published by AllenLiuxt almost 3 years ago

2.3.16 (2021-10-27)

chore

fix

vite.js - v2.3.14

Published by osdio over 3 years ago

2.3.14 (2021-06-30)

chore

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

docs

fix

vite.js - v2.3.13

Published by osdio over 3 years ago

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

vite.js - v2.3.12

Published by osdio over 3 years ago

(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)
vite.js - v2.3.11

Published by osdio about 4 years ago

Bug Fixes

  • ws: add destory method to WS Provider (dfcf417)
  • ws: disconnect ws before reconnect (54f02f9)
vite.js - v2.3.10

Published by osdio over 4 years ago

Bugfix

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

Published by osdio over 4 years ago

Upgrade dependencies and fix eslint problems

vite.js - v2.3.7

Published by osdio over 4 years ago

Bug Fixes

  • Add params check for createContract: responseLatency must >= randomDegree (1a913d0)
vite.js - v2.3.6

Published by osdio over 4 years ago

vite.js -

Published by lovelycs almost 5 years ago

Add ReceiveAccountBlockTask

vite.js -

Published by lovelycs almost 5 years ago

[Bugfix]: About ts path

vite.js -

Published by lovelycs almost 5 years ago

ViteJS 最新版本为 2.3.0 与旧版本不兼容: 更改了大部分的包结构,包括函数名、传参方式等,具体可参考:https://vite.wiki/api/vitejs/ 如果暂时不想升级可以继续使用 <=2.2.10 的版本

The latest version of ViteJS is 2.3.0, it is not compatible with the old version: most of the package structure has been changed, including the function name, parameters, etc. Please refer to: https://vite.wiki/api/vitejs/ If you do not want to upgrade, you can continue to use the version <= 2.2.10

vite.js -

Published by lovelycs over 5 years ago

【BugFix】getAccountBlock add fee

vite.js -

Published by lovelycs over 5 years ago

【Bugfix】abi.decodeParameters: decode array

vite.js -

Published by lovelycs over 5 years ago

bugfix(client): callOffChain

vite.js -

Published by lovelycs over 5 years ago

vite.js -

Published by lovelycs over 5 years ago

Change builtinTxBlock.createContract params

  1. confirmTimes => confirmTime
  2. times => quotaRatio
  3. add seedCount
vite.js -

Published by lovelycs over 5 years ago

  1. Fix bug: abi int
  2. Add Client Function: Add decodeTx, txType; Add method addTxType
  3. Update Constant. Delete builtinTxType; delete contractAddrs; add Contracts
  4. AccountBlock: getBuiltinTxType ==> getTxType; add decodeBlockByContract