Releases: hoprnet/hopr-sdk
Releases · hoprnet/hopr-sdk
2.0.0-beta.8
Changelog:
- updated messages payload and balances response
2.0.0-beta.7
Changelog:
- Update of the API to v3.0.0 rc
2.0.0-beta.1
Changelog:
- Updated API to v3 (used in HOPRd 2.0.0)
0.0.1-alpha.14
Changelog:
- fix for fetch request to withdraw
0.0.1-alpha.12
Changelog:
- Adds a custom timeout to all class functions
- fix docs
0.0.1-alpha.11
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
Changelog:
- added possibility of sending a message using automatic path finding
0.0.1-alpha.9
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
Changelog:
- decodeMessage & path attributes to added ws-helper
0.0.1-alpha.6
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