Skip to content

v1.1.0

Choose a tag to compare

@andrew-ifrita andrew-ifrita released this 26 Aug 12:58
· 3 commits to main since this release
70919be

v1.1.0

Chore

  • chore(deps-dev): bump tsx from 4.20.3 to 4.20.5 (#659)
  • chore(deps): bump the pjs group with 6 updates (#658)
  • chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 (#657)
  • chore(deps-dev): bump knip from 5.62.0 to 5.63.0 (#656)
  • chore(deps-dev): bump @types/node from 24.2.1 to 24.3.0 (#655)
  • chore(deps): bump amannn/action-semantic-pull-request from 5 to 6 (#654)
  • chore(deps): bump actions/checkout from 4 to 5 (#651)
  • chore(deps-dev): bump @types/node from 24.2.0 to 24.2.1 (#650)
  • chore(deps): bump the pjs group with 3 updates (#649)
  • chore(deps-dev): bump typedoc from 0.28.9 to 0.28.10 (#648)
  • chore(deps): bump the pjs group with 6 updates (#645)
  • chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 (#644)
  • chore(deps-dev): bump typedoc from 0.28.8 to 0.28.9 (#643)
  • chore(deps-dev): bump @types/node from 24.1.0 to 24.2.0 (#642)
  • chore(deps-dev): bump @types/node from 24.0.15 to 24.1.0 (#638)
  • chore(deps): bump the pjs group with 9 updates (#637)
  • chore(deps-dev): bump typedoc from 0.28.7 to 0.28.8 (#636)
  • chore(deps-dev): bump @types/node from 24.0.14 to 24.0.15 (#631)
  • chore(deps-dev): bump knip from 5.61.3 to 5.62.0 (#630)
  • chore(deps-dev): bump @acala-network/chopsticks-testing from 1.2.0 to 1.2.1 (#629)
  • chore(deps-dev): bump @acala-network/chopsticks-utils from 1.2.0 to 1.2.1 (#628)
  • chore(deps-dev): bump @acala-network/chopsticks from 1.2.0 to 1.2.1 (#627)
  • chore(deps): bump the pjs group across 1 directory with 5 updates (#624)
  • chore(deps-dev): bump @types/node from 24.0.10 to 24.0.13 (#622)
  • chore: yarn dedupe (#618)
  • chore(deps-dev): bump knip from 5.61.2 to 5.61.3 (#615)
  • chore(deps-dev): bump @types/node from 24.0.4 to 24.0.10 (#614)
  • chore(deps): bump the pjs group with 9 updates (#613)
  • chore(deps-dev): bump @acala-network/chopsticks-testing from 1.1.0 to 1.1.1 (#606)
  • chore(deps-dev): bump typedoc from 0.28.5 to 0.28.7 (#605)

Feat

  • feat: Verify originChainId matches the chain id looked up from specName (#647)
  • feat: Add runtime validation for XcmMultiLocation (#641)
  • feat: Make Registry options optional (#633)
  • feat: Add example for getDestinationXcmWeightToFeeAsset (#617)

Fix

  • fix: PJS version mismatches (#646)
  • fix: Typo in error; "assetIid" -> "assetId" (#639)
  • fix: Check assets individually in claimAssets(...) (#635)
  • fix: Update sanitizeKeys to match polkadot-sdk XCM types (#600)

Refactor

  • refactor: transferAssetsUsingTypeAndThenCleanup (#634)
  • refactor: Remove parseLocationStrToLocation (#612)
  • refactor: parseLocationStrToLocation to require xcmCreator (#610)
  • refactor: Remove benficiary types as they are just MultiLocations (#608)
  • refactor: Use knip to remove dead code and clean up dependencies (refactoring along the way) (#604)
  • refactor: Consolidate some duplicated tests and remove a few redundant files (#603)

Test

  • test: Consolidate resolveMultiLocation tests (#640)
  • test: Improve xcm version handling in getAssetId unit tests (#632)
  • test: Asset Hub <-> Astar e2e tests (#626)
  • test: Skip flaky integration test. (#616)