Skip to content

Releases: paraspell/xcm-tools

sdk: v7.1.0

04 Nov 00:55
Compare
Choose a tag to compare

7.1.0 (2024-11-04)

Features

  • sdk: Add support to Hydration > Ethereum transfer 🪄 (b6f4c81)
  • sdk: Allow to pass RPC url to create API client ✨ (6fb3af9)

Bug Fixes

  • sdk: Fix USDT transfer from Bifrost to AssetHub ✏️ (68eb167)

Miscellaneous Chores

  • sdk: Update optional ws_url parameter (c6fb8ae)

xcm-router: v1.4.1

01 Nov 00:33
Compare
Choose a tag to compare

1.4.1 (2024-11-01)

Bug Fixes

  • playground: Remove Ethereum option from some selects ✨ (825702e)

Documentation

  • Add TSDoc reference comments to exported functions 📄 (73b8cfe)

Miscellaneous Chores

  • Add consistent type imports ESlint rule ✏️ (61c20ae)
  • Perform a monthly check 🛠️ (46a8802)
  • xcm-tools: Add starter template projects to readme (8e9cbf7)

Tests

  • Improve overall unit test coverage to above 90% 🧪 (aeb32bb)

xcm-analyser: v1.4.0

01 Nov 00:55
Compare
Choose a tag to compare

1.4.0 (2024-11-01)

Features

  • xcm-api: Add balance queries to XCM-API 👨‍🔧 (4475ea7)

Documentation

  • Add TSDoc reference comments to exported functions 📄 (73b8cfe)

Miscellaneous Chores

  • Add consistent type imports ESlint rule ✏️ (61c20ae)
  • Perform a monthly check 🛠️ (46a8802)

Tests

  • Improve overall unit test coverage to above 90% 🧪 (aeb32bb)

sdk: v7.0.1

01 Nov 23:00
Compare
Choose a tag to compare

7.0.1 (2024-11-01)

Bug Fixes

  • sdk: Fix Moonbeam 'xc' prefix handling 🔧 (a986bf8)

sdk: v7.0.0

01 Nov 00:18
Compare
Choose a tag to compare

7.0.0 (2024-11-01)

⚠ BREAKING CHANGES

  • sdk: Add PolkadotAPI(PAPI) support ✨

Features

  • sdk: Add PolkadotAPI(PAPI) support ✨ (b3a1e72)

Bug Fixes

  • playground: Remove Ethereum option from some selects ✨ (825702e)
  • sdk: Fix and improve getAssetBalance function 🔧 (395dc7c)

Miscellaneous Chores

  • Perform a monthly check 🛠️ (46a8802)
  • sdk: Update docs about PAPI (50db221)
  • sdk: Update README.md (a7dad60)
  • sdk: Update README.md (1fbb395)

sdk: v6.2.4

25 Oct 17:51
Compare
Choose a tag to compare

6.2.4 (2024-10-25)

Bug Fixes

  • sdk: Add relaychain support for getTNode function ⚙️ (c8fdf3e)

sdk: v6.2.3

24 Oct 12:47
Compare
Choose a tag to compare

6.2.3 (2024-10-24)

Bug Fixes

  • sdk: Export getOriginFeeDetails function 📦 (41fe7a0)

sdk: v6.2.2

23 Oct 18:29
Compare
Choose a tag to compare

6.2.2 (2024-10-23)

Bug Fixes

  • sdk: Fix transfer info invalid currency error handling 🛠️ (139bcfc)

sdk: v6.2.1

21 Oct 17:15
Compare
Choose a tag to compare

6.2.1 (2024-10-21)

Bug Fixes

  • sdk: Fix Bifrost transfers 🛠️ (9eb6a2b)

sdk: v6.2.0

19 Oct 00:35
Compare
Choose a tag to compare

6.2.0 (2024-10-19)

Features

  • xcm-api: Add balance queries to XCM-API 👨‍🔧 (4475ea7)

Bug Fixes

  • sdk: Fix AssetHub transfer issues 🔧 (412c9ab)

Documentation

  • Add TSDoc reference comments to exported functions 📄 (73b8cfe)

Miscellaneous Chores

  • Add consistent type imports ESlint rule ✏️ (61c20ae)
  • xcm-tools: Add starter template projects to readme (8e9cbf7)

Code Refactoring

  • sdk: Generalize Builder class - preparation for PAPI implementation 🛠️ (5d3f34f)
  • sdk: Generalize PolkadotJS code ⚙️ (582fbdf)

Tests

  • Improve overall unit test coverage to above 90% 🧪 (aeb32bb)
  • sdk: Correctly mock ApiPromise in Builder / transfer tests 🧪 (8e01c4f)