Skip to content

Releases: hoprnet/hopr-sdk

0.0.1-alpha.10

20 Jun 14:42
152c3fc

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

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

Choose a tag to compare

Changelog:

  • decodeMessage & path attributes to added ws-helper

0.0.1-alpha.6

06 Jun 13:22
7be836c

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

0.0.1-alpha.5

01 Jun 08:48

Choose a tag to compare

Changelog:

  • Detailed docs and docs automatic generation
  • Fix WebSocket class in ws-helper module for browser usage

0.0.1-alpha.4

31 May 15:22
19a30b7

Choose a tag to compare

New utils:

  • deferredPromise
  • WebsocketHelper for hoprd ws

0.0.1-alpha.3

30 May 13:06

Choose a tag to compare

First release of the @hoprnet/hopr-sdk

Avalible API Functions:

  • closeChannel
  • createToken
  • deleteToken
  • fundChannels
  • getAddresses
  • getAlias
  • getAliases
  • getBalances
  • getChannel
  • getChannelTickets
  • getChannels
  • getEntryNodes
  • getHoprAddress
  • getInfo
  • getMetrics
  • getNativeAddress
  • getNativeBalance
  • getPeerInfo
  • getPeers
  • getSettings
  • getStatistics
  • getTickets
  • getToken
  • getVersion
  • getWsUrl
  • openChannel
  • pingNode
  • redeemChannelTickets
  • redeemTickets
  • removeAlias
  • sendMessage
  • setAlias
  • setSetting
  • sign
  • websocket
  • withdraw

Avalible Utils Functions:

  • createLogger
  • decodeMessage
  • fetchWithTimeout
  • getHeaders