Skip to content

Releases: interlay/interbtc-api

2.8.0

19 Mar 21:21
55e9343
Compare
Choose a tag to compare

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)

Diff 2.7.0...2.8.0

2.7.0

05 Mar 04:31
7747549
Compare
Choose a tag to compare

Highlights

  • no breaking API changes

  • 3 new APIs provided to withdraw all collateral for a vault

    • VaultsAPI:
      • buildWithdrawAllCollateralExtrinsic (link)
      • withdrawAllCollateral (link)
    • NominationAPI:
      • DefaultNominationApi.buildWithdrawAllCollateralExtrinsic as static method (link)
  • only noteworthy dependency bump is @interlay/monetary-js from 0.7.3 to 0.7.4

  • diff: 2.6.0...2.7.0

2.7.0 (2024-03-05)

2.6.0

29 Nov 09:35
944ce91
Compare
Choose a tag to compare

Highlights

[ADD_BULLETPOINTS_HERE]

2.6.0 (2023-11-29)

2.6.0-rc.0

26 Oct 11:11
1dcd18d
Compare
Choose a tag to compare

Highlights

[ADD_BULLETPOINTS_HERE]

2.6.0-rc.0 (2023-10-26)

2.5.2

25 Oct 16:16
4e85d3e
Compare
Choose a tag to compare

Highlights

[ADD_BULLETPOINTS_HERE]

2.5.2 (2023-10-25)

2.5.1

12 Sep 10:18
6999a55
Compare
Choose a tag to compare

Highlights

  • removed use of fs.readFile so it can be used in the browser (UI)
  • duplicated parachain type definitions inside the lib for the time being to avoid jest/ts-jest issues with ecmascript

2.5.1 (2023-09-12)

2.5.0

24 Aug 08:25
89374d4
Compare
Choose a tag to compare

Highlights

  • Update @polkadot/api to latest (10.9.1)
  • Change module from previously CommonJs to ES6 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

2.5.0 (2023-08-24)

2.4.3

15 Aug 11:51
6262ea7
Compare
Choose a tag to compare

2.4.3 (2023-08-15)

2.4.2

15 Aug 09:03
3a85386
Compare
Choose a tag to compare

Highlights

  • Added manual runtime definitions for transactionPaymentApi.queryInfo to enable its use before our upgrade to polkadot/api 10.3 (or newer) is complete

2.4.2 (2023-08-15)

2.4.1

08 Aug 11:40
a3012ae
Compare
Choose a tag to compare

Highlights

  • @interlay/interbtc-types updated to 1.13.0 version

2.4.1 (2023-08-08)