Skip to content

Releases: paritytech/asset-transfer-api

v0.2.0

20 May 18:36
9b6eda9
Compare
Choose a tag to compare

Chore

  • chore(deps): update pjs (#403)(60f82f9)
  • chore(registry): update registry dep (#402)(014c8f0)
  • chore(deps): update pjs (#398)(339e032)
    Note: This PJS update allows for paysWithFeeOrigin to work on Polkadot Asset Hub.
  • chore(deps): up pjs (#396)(4073aa2)
  • chore(registry): update registry dep (#395)(d7f3d8a)
  • chore(deps): up pjs (#387)(f3f2b28)
  • chore(registry): update registry dep (#385)(00064ea)

Feat

  • feat: support system to bridge txs (#383)(311ecd9)
  • feat: add support for pallet-xcm claimAssets call (#394)(685ca19)

Breaking Change

Fix

  • fix: update lp pool token storage key destructuring (#390)(cb7d39f)

v0.2.0-beta.2

24 Apr 17:39
9e272bc
Compare
Choose a tag to compare

Chore

  • chore(deps): update pjs (#398)(339e032)
    Note: This PJS update allows for paysWithFeeOrigin to work on Polkadot Asset Hub.

v0.2.0-beta.1

24 Apr 13:42
7a07dda
Compare
Choose a tag to compare

Chore

Feat

  • feat: add support for pallet-xcm claimAssets call (#394)(685ca19)

v0.2.0-beta.0

02 Apr 17:01
bec5170
Compare
Choose a tag to compare

Breaking Change

Fix

  • fix: update lp pool token storage key destructuring (#390)(cb7d39f)

Chore

v0.1.8

05 Mar 14:43
8eb662b
Compare
Choose a tag to compare

Feat

Fix

  • fix: update foreign asset location construction (#377)(9c6cbc1)

  • fix: resolve tx calls based on current runtime (#375)(d55fa29)

  • fix: add support for xcmv4 types (#372)(0e5c545)

Chore

v0.1.7

07 Feb 18:31
81ac35a
Compare
Choose a tag to compare

Feat

  • feat: ensure the injectedRegsitry opt does deep comparisons (#359) (724a89d)
  • feat: add local transfers for orml, and parachains (#352) (57cc037)

Fix

  • fix(internal): add deepEqual functionality for comparing two objects (#365) (e305138)
  • fix(internal-refactor): adjust naming to be more conventional (#358) (6b42fdb)
  • fix: renaming statemine in zombienet toml files (#356) (f653810)

Chore

Docs

Test

v0.1.6

22 Jan 16:18
f010883
Compare
Choose a tag to compare

Features

  • feat: add browser compatibility (#341)

Fix

  • fix: add rococo to RELAY_CHAIN_NAMES (#344)
  • fix(internal): ensure all sanitizeKeys int values are sanitized to str (#346)
  • fix: add catch try for CDN_URL fetching (#350)

Build

  • build: remove .spec files from lib (#342)

Chore

  • chore(registry): update registry package (#347)
  • chore(deps): bump actions/cache from 3 to 4 (#349)

Docs

  • docs: fix readme nit for spacing (#348)

v0.1.5

03 Jan 19:25
c38a670
Compare
Choose a tag to compare

Features

  • feat: give registry option between CDN and npm package (#332)
  • feat: add paysWithFeeOrigin support for MultiLocations (#333)

Fix

  • fix(internal): cleanup structure for args passed into calls (#328)
  • fix: check fee asset lp exists for paysWithFeeOrigin (#336)

Docs

  • docs(readme): Add explanation for local transfers in parachains (#331)

Chore

  • chore(deps): bump @babel/traverse from 7.21.4 to 7.23.4 (#329)
  • chore(substrate-dev): update @substrate/dev to 0.7.1 (#334)
  • chore(yarn): bump yarn to 4.0.2 (#335)
  • chore(pjs): update polkadot-js to 10.11.2 (#339)

v0.1.4

14 Nov 18:49
e4b3f2b
Compare
Choose a tag to compare

Features

  • feat: ParaToRelay

Fix

  • fix: updated zombienet to work with polkadot-sdk nodes
  • fix: support parachains without assets pallet in runtime

Docs

  • docs: adjust inline docs for createXcmTypes

v0.1.3

07 Nov 18:53
e73e84a
Compare
Choose a tag to compare

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