Releases: paritytech/asset-transfer-api
Releases · paritytech/asset-transfer-api
v0.2.0
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
v0.2.0-beta.2
v0.2.0-beta.1
v0.2.0-beta.0
v0.1.8
v0.1.7
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
- chore(yarn): update berry to 4.1.0 (#362) (46a4d07)
- chore(registry): update registry dep (#360) (d71af0f)
Docs
Test
v0.1.6
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
Docs
- docs: fix readme nit for spacing (#348)
v0.1.5
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
v0.1.4
v0.1.3
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