Skip to content

Releases: nknorg/nkn-sdk-js

v1.1.3

05 May 20:03
Compare
Choose a tag to compare

Rewrite RPC module and add RPC functions to client/multiclient. Client and multiclient will make rpc request to connected node first to avoid relying on seed node. Also, multiclient will send transactions to multiple nodes to enhance success rate.

v1.1.2

05 May 20:02
Compare
Choose a tag to compare

Fix import compatibility issue with node 13.13

v1.1.1

05 May 20:02
Compare
Choose a tag to compare

Add native support for ES6 import

v1.1.0

09 Apr 09:21
Compare
Choose a tag to compare

Add libsodium as preferred crypto library when wasm is available. This can accelerate signing speeding by 60x in browser.

v1.0.8

31 Mar 09:34
Compare
Choose a tag to compare
  • Fix incorrect split message size calculation
  • Fix dependency ws missing in nodejs environment

v1.0.7

24 Mar 23:46
Compare
Choose a tag to compare
  • Implement noReply handle logic for both sender and receiver.
  • Rename pid->messageId and replyToPid->replyToId for consistency.

v1.0.6

21 Mar 01:48
Compare
Choose a tag to compare
  • Add options to specify worker factory function
  • Add worker support for webpack worker loader