Skip to content

Release v1.4.0-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jimni1222 jimni1222 released this 02 Jun 08:11
· 126 commits to dev since this release
06c3aa4

v1.4.0-rc.3 Release Notes

New Features

  • Supported websocket provider with KAS Node API.
    • Use KAS Node API service via websocket provider.
      • Provided additional caver.initNodeAPIWithHttp, a function that initializes to use KAS Node API using an Http provider.
      • Provided additional caver.initNodeAPIWithWebSocket, a function that initializes to use KAS Node API using an WebSocket provider.
      • The CaverExtKAS contstructor supports websocket through const caver = new CaverExtKAS(chainId, accessKeyId, secretAccessKey, { useNodeAPIWithHttp: false }).
      • The initKASAPI supports websocket through caver.initKASAPI(chainId, accessKeyId, secretAccessKey, { useNodeAPIWithHttp: false }).
      • The initNodeAPI supports websocket through caver.initNodeAPI(chainId, accessKeyId, secretAccessKey, false [, url]).
    • For more scenarios in detail, refer to KAS Docs.