Release v1.4.0-rc.3
Pre-release
Pre-release
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])
.
- Provided additional
- For more scenarios in detail, refer to KAS Docs.
- Use KAS Node API service via websocket provider.