Releases: mento-protocol/mento-sdk
Releases · mento-protocol/mento-sdk
v1.0.0
What's Changed
- The main change in this release is that trading limit related functionality now supports multiple assets (see #58). There are a few changes to the API that are not backwards compatible:
- getTradingLimitConfig(exchangeId) now returns an array of TradingLimitsConfig
- getTradingLimitState(exchangeId) now returns an array of TradingLimitsState
Full Changelog: v0.2.8...v1.0.0
v0.1.5
What's Changed
- feat: Add ability to query limits and circuit breaker status by @nvtaveras in #27
- docs: Update readme to point to sdk docs by @nvtaveras in #22
- docs: improve parameter desc in getExchangeForTokens by @nvtaveras in #24
Full Changelog: v0.1.4...v0.1.5
v0.1.3
This version of mento-sdk adds methods to the Mento class for use in UI, tweaks visibility of some Mento methods, upgrades repo to yarn 3, adds script for printing mento details, updates gitignore, README and lint config