Skip to content

v0.1.3

Compare
Choose a tag to compare
@TarikGul TarikGul released this 07 Nov 18:53
· 140 commits to main since this release
e73e84a

Features

  • feat: support para to para xcm tx construction

Fix

  • fix: xtokens and xTokens naming for ParaTo*
  • fix: sorting bug for ascending assets
  • fix: add Ethereum address check in createBeneficiary for ParaToPara direction
  • fix(internal): refactor dest and beneficiary types generators
  • fix(internal): Refactor multiassets creation, and xcm types
  • fix(internal): refactor all weight limits to not use createType
  • fix(internal): remove createType(Call) where applicable
  • fix(registry): update asset-registry to inlcude extra foreign assets

Test

  • test: add foreign assets script to test network
  • test: add liquid assets script to test network
  • test: fix jest tests running twice

Docs

  • docs: update the README with corrections

Chore

  • chore: chore(yarn): bump yarn to 3.6.2
  • chore: bump actions/setup-node from 3 to 4