Releases: paraspell/xcm-tools
Releases · paraspell/xcm-tools
sdk: v7.1.0
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
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
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
7.0.1 (2024-11-01)
Bug Fixes
- sdk: Fix Moonbeam 'xc' prefix handling 🔧 (a986bf8)
sdk: v7.0.0
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
sdk: v6.2.4
6.2.4 (2024-10-25)
Bug Fixes
- sdk: Add relaychain support for getTNode function ⚙️ (c8fdf3e)
sdk: v6.2.3
6.2.3 (2024-10-24)
Bug Fixes
- sdk: Export getOriginFeeDetails function 📦 (41fe7a0)
sdk: v6.2.2
6.2.2 (2024-10-23)
Bug Fixes
- sdk: Fix transfer info invalid currency error handling 🛠️ (139bcfc)
sdk: v6.2.1
6.2.1 (2024-10-21)
Bug Fixes
- sdk: Fix Bifrost transfers 🛠️ (9eb6a2b)
sdk: v6.2.0
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)