Releases: hoprnet/hopr-sdk
Releases · hoprnet/hopr-sdk
v2.0.0
Changelog:
- update the routes to support newest 2.0.0 HOPRd
- add safeHoprAllowance to getBalance routes
- add aggregateChannelTickets route
- add fundChannel route
- update e2e tests to support new routes
- use hopr-pluto:providence for e2e tests, and provide needed config for it
- update and create new SDK documentation page
2.0.0-beta.11
Changelog:
- allow undefined payload for HoprSDK (it will let using HoprSDK like a TS type)
- update of ABIs used in HOPR ecosystem
2.0.0-beta.10
Changelog:
- update of staking v2 abis
- addition of Dufour Smart Contract Addresses
2.0.0-beta.9
Changelog:
- getPeers now includes
peerAddress - removed
receivedAtfromReceivedMessagetype
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.allSettledto make sure that all channels are open before returning a result #71 - improved the debug log
- moved all flows to a separate folder