Releases: interlay/interbtc-api
Releases · interlay/interbtc-api
2.8.0
Highlights
Includes a version bump from Node 18 (lts/gallium) to 20 (lts/iron).
Other than that, several bumped dev dependencies.
2.8.0 (2024-03-20)
2.7.0
Highlights
-
no breaking API changes
-
3 new APIs provided to withdraw all collateral for a vault
-
only noteworthy dependency bump is
@interlay/monetary-js
from0.7.3
to0.7.4
-
diff: 2.6.0...2.7.0
2.7.0 (2024-03-05)
2.6.0
2.6.0-rc.0
2.5.2
2.5.1
2.5.0
Highlights
- Update
@polkadot/api
to latest (10.9.1
) - Change module from previously
CommonJs
toES6
due to a blocking issue with polkadot typegen ( polkadot-js/api#5540 ) which only has a workaround for esm modules - Change test suite from mocha/chai/sinon to jest