Releases: nknorg/nkn-sdk-js
Releases · nknorg/nkn-sdk-js
v1.2.3
Fix incorrection type definition in index.d.ts
v1.2.2
Upgrade ncp and babel for new nodejs compatibility
v1.2.1
- Fix memory leak of open session
- Add TypeScript declarations
- Added pubsub example
v1.2.0
- Lazy compute scrypt data for wallet
- Fix axios connect timeout not working
- Add setPRNG API to support using custom RNG
v1.1.9
- Fix client with no message handler send ack automatically
- Fix send with noreply option return msg id instead of null
v1.1.8
Fix multiclient connect handler error not printed
v1.1.7
- Avoid client ws leak if close is called before connect
- Catch and print send ack error
v1.1.6
Fix Wallet.fromJSON fails with v1 wallet format + async option
v1.1.5
- Add async options for Wallet.fromJSON and reduce scrypt computation
- Wallet verify password supports both sync and async mode
- Client created internal wallet will use version 1 for performance
- No longer throw if wallet password field is missing
v1.1.4
- Upgrade to v2 wallet format for better security
- Allow worker set the same seed multiple times
- Wallet created by client will not use worker
- Throw error for invalid input in hexToBytes and bytesToHex