Skip to content

Releases: nknorg/nkn-sdk-js

v1.2.3

19 Jan 11:38
Compare
Choose a tag to compare

Fix incorrection type definition in index.d.ts

v1.2.2

21 Dec 09:56
Compare
Choose a tag to compare

Upgrade ncp and babel for new nodejs compatibility

v1.2.1

21 Dec 01:59
Compare
Choose a tag to compare
  • Fix memory leak of open session
  • Add TypeScript declarations
  • Added pubsub example

v1.2.0

17 Nov 01:12
Compare
Choose a tag to compare
  • Lazy compute scrypt data for wallet
  • Fix axios connect timeout not working
  • Add setPRNG API to support using custom RNG

v1.1.9

14 Aug 23:49
Compare
Choose a tag to compare
  • Fix client with no message handler send ack automatically
  • Fix send with noreply option return msg id instead of null

v1.1.8

10 Aug 10:11
Compare
Choose a tag to compare

Fix multiclient connect handler error not printed

v1.1.7

01 Jul 22:35
Compare
Choose a tag to compare
  • Avoid client ws leak if close is called before connect
  • Catch and print send ack error

v1.1.6

10 May 01:10
Compare
Choose a tag to compare

Fix Wallet.fromJSON fails with v1 wallet format + async option

v1.1.5

10 May 00:18
Compare
Choose a tag to compare
  • 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

08 May 19:33
Compare
Choose a tag to compare
  • 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