Releases: interlay/interbtc-api
Releases · interlay/interbtc-api
2.4.0
Highlights
- Coinbase tx proof for user transaction is now provided for issue, redeem, replace requests execution
- [BREAKING]: oracle.isOnline now takes parameter of currency for which to check online status, universal oracle status is removed
- [BREAKING] system.getStatusCode was removed, there is no more global parachain status, invalid tx submission should be prevented on the UI side by dry-running
2.4.0 (2023-08-04)
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
Same as 2.3.1
(incorrect tagging).
2.3.1
2.3.0
Highlights
Breaking changes:
amm.addLiquidity
andamm.removeLiquidity
now return Promise
Other changes:
- added bitcoin parsing utilities to construct merkle proof and decode transaction data from raw transaction
- runtime calls
farming.deposit
andfarming.withdraw
are now being passed argument denoting count of reward currencies
2.3.0 (2023-06-05)
2.2.5
Highlights
DefaultOracleApi#getExchangeRate()
can now provide exchange rates for lending tokens too.- Updated helper scripts.