Skip to content

Releases: hoprnet/hopr-sdk

2.0.0-beta.8

04 Sep 14:05
d90e98a
Compare
Choose a tag to compare

Changelog:

  • updated messages payload and balances response

2.0.0-beta.7

31 Aug 18:27
e99d691
Compare
Choose a tag to compare

Changelog:

  • Update of the API to v3.0.0 rc

2.0.0-beta.1

17 Aug 12:13
Compare
Choose a tag to compare

Changelog:

  • Updated API to v3 (used in HOPRd 2.0.0)

0.0.1-alpha.14

10 Aug 16:20
78d95bc
Compare
Choose a tag to compare

Changelog:

  • fix for fetch request to withdraw

0.0.1-alpha.12

20 Jul 15:25
1d72c78
Compare
Choose a tag to compare

Changelog:

  • Adds a custom timeout to all class functions
  • fix docs

0.0.1-alpha.11

06 Jul 09:45
986d46f
Compare
Choose a tag to compare

Changelog:

  • fix for openMultipleChannels function with addittion of a Promise.allSettled to make sure that all channels are open before returning a result #71
  • improved the debug log
  • moved all flows to a separate folder

0.0.1-alpha.10

20 Jun 14:42
152c3fc
Compare
Choose a tag to compare

Changelog:

  • added possibility of sending a message using automatic path finding

0.0.1-alpha.9

14 Jun 07:46
Compare
Choose a tag to compare

Changelog:

  • SDK class will now throw errors on errors
  • errors that are thrown now have a clearer intention and meaning (#63)
  • new function getChannelsWithFullTopology that calls /api/v2/channels?fullTopology=true

0.0.1-alpha.7

07 Jun 13:41
6e83bfc
Compare
Choose a tag to compare

Changelog:

  • decodeMessage & path attributes to added ws-helper

0.0.1-alpha.6

06 Jun 13:22
7be836c
Compare
Choose a tag to compare

Changelog:

  • Fix using package with commonjs
  • Websocket functions following apiEndpoint and apiToken convention in the SDK
  • Parsing apiEndpoint to allow urls with and without '/' on the end of the string