From e73e84a0583329659c5984d86ad988278bf45806 Mon Sep 17 00:00:00 2001
From: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
Date: Tue, 7 Nov 2023 13:47:10 -0500
Subject: [PATCH] chore(release): 0.1.3 (#316)
---
CHANGELOG.md | 32 +++++++++++++++++
.../AssetTransferApi.AssetTransferApi.html | 14 ++++----
.../errors_BaseError.BaseErrorsEnum.html | 36 +++++++++----------
docs/enums/types.Direction.html | 26 +++++++-------
...nstructApiPromise.constructApiPromise.html | 8 ++---
docs/index.html | 8 ++---
.../constructApiPromise.ApiInfo.html | 14 ++++----
docs/interfaces/types.TransferArgsOpts.html | 26 +++++++-------
docs/interfaces/types.TxResult.html | 22 ++++++------
docs/modules/AssetTransferApi.html | 8 ++---
docs/modules/constructApiPromise.html | 8 ++---
docs/modules/errors_BaseError.html | 8 ++---
docs/modules/types.html | 8 ++---
docs/types/types.ConstructedFormat.html | 8 ++---
docs/types/types.Format.html | 8 ++---
docs/types/types.LocalTransferTypes.html | 8 ++---
docs/types/types.Methods.html | 8 ++---
docs/types/types.XcmDirection.html | 8 ++---
package.json | 2 +-
19 files changed, 146 insertions(+), 114 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79e6d7cb..391df613 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,37 @@
# Changelog
+## [0.1.3](https://github.com/paritytech/asset-transfer-api/compare/v0.1.2..v0.1.3)(2023-11-07)
+
+## 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
+
## [0.1.2](https://github.com/paritytech/asset-transfer-api/compare/v0.1.1..v0.1.2)(2023-09-26)
## Fix
diff --git a/docs/classes/AssetTransferApi.AssetTransferApi.html b/docs/classes/AssetTransferApi.AssetTransferApi.html
index 2e0628ec..a578e607 100644
--- a/docs/classes/AssetTransferApi.AssetTransferApi.html
+++ b/docs/classes/AssetTransferApi.AssetTransferApi.html
@@ -1,4 +1,4 @@
-
AssetTransferApi | @substrate/asset-transfer-api - v0.1.2
@@ -21,7 +21,7 @@
Enumeration BaseErrorsEnum
+Defined in errors/BaseError.ts:6
DisabledOption
DisabledOption: "DisabledOption"
@@ -61,7 +61,7 @@
+Defined in errors/BaseError.ts:64
InternalError
InternalError: "InternalError"
@@ -69,7 +69,7 @@
+Defined in errors/BaseError.ts:56
InvalidAddress
InvalidAddress: "InvalidAddress"
@@ -77,7 +77,7 @@
+Defined in errors/BaseError.ts:60
InvalidAsset
InvalidAsset: "InvalidAsset"
@@ -86,7 +86,7 @@
+Defined in errors/BaseError.ts:16
InvalidDirection
InvalidDirection: "InvalidDirection"
@@ -94,7 +94,7 @@
+Defined in errors/BaseError.ts:32
InvalidInput
InvalidInput: "InvalidInput"
@@ -103,7 +103,7 @@
+Defined in errors/BaseError.ts:11
InvalidMultiLocationAsset
InvalidMultiLocationAsset: "InvalidMultiLocationAsset"
@@ -111,7 +111,7 @@
+Defined in errors/BaseError.ts:36
InvalidPallet
InvalidPallet: "InvalidPallet"
@@ -119,7 +119,7 @@
+Defined in errors/BaseError.ts:24
InvalidXcmVersion
InvalidXcmVersion: "InvalidXcmVersion"
@@ -127,7 +127,7 @@
+Defined in errors/BaseError.ts:48
MultipleNonUniqueAssetsFound
MultipleNonUniqueAssetsFound: "MultipleNonUniqueAssetsFound"
@@ -135,7 +135,7 @@
+Defined in errors/BaseError.ts:40
NotImplemented
NotImplemented: "NotImplemented"
@@ -143,7 +143,7 @@
+Defined in errors/BaseError.ts:52
PalletNotFound
PalletNotFound: "PalletNotFound"
@@ -151,7 +151,7 @@
+Defined in errors/BaseError.ts:28
RegistryNotFound
RegistryNotFound: "RegistryNotFound"
@@ -159,7 +159,7 @@
+Defined in errors/BaseError.ts:44
@@ -21,7 +21,7 @@
Enumeration Direction
+Defined in types.ts:26
ParaToPara
ParaToPara: "ParaToPara"
@@ -56,7 +56,7 @@
+Defined in types.ts:46
ParaToRelay
ParaToRelay: "ParaToRelay"
@@ -64,7 +64,7 @@
+Defined in types.ts:50
ParaToSystem
ParaToSystem: "ParaToSystem"
@@ -72,7 +72,7 @@
+Defined in types.ts:54
RelayToPara
RelayToPara: "RelayToPara"
@@ -80,7 +80,7 @@
+Defined in types.ts:62
RelayToSystem
RelayToSystem: "RelayToSystem"
@@ -88,7 +88,7 @@
+Defined in types.ts:58
SystemToPara
SystemToPara: "SystemToPara"
@@ -96,7 +96,7 @@
+Defined in types.ts:34
SystemToRelay
SystemToRelay: "SystemToRelay"
@@ -104,7 +104,7 @@
+Defined in types.ts:38
SystemToSystem
SystemToSystem: "SystemToSystem"
@@ -112,7 +112,7 @@
+Defined in types.ts:42
-
@substrate/asset-transfer-api - v0.1.2
+
@substrate/asset-transfer-api - v0.1.3
@substrate/asset-transfer-api
@@ -183,7 +183,7 @@
@@ -25,7 +25,7 @@
Hierarchy
+
Defined in constructApiPromise.ts:12
+
Defined in constructApiPromise.ts:16
safeXcmVersion
safeXcmVersion: number
@@ -54,7 +54,7 @@ safeXcmVersion
+Defined in constructApiPromise.ts:24
specName
specName: string
@@ -62,7 +62,7 @@
+Defined in constructApiPromise.ts:20
@@ -30,7 +30,7 @@
Hierarchy
+
Defined in types.ts:168
Optional
isLimited
isLimited?: boolean
@@ -69,7 +69,7 @@
+
Defined in types.ts:196
Optional
keepAlive
keepAlive?: boolean
@@ -78,7 +78,7 @@
+
Defined in types.ts:223
Optional
paysWithFeeDest
paysWithFeeDest?: string
@@ -86,7 +86,7 @@
+
Defined in types.ts:186
Optional
paysWithFeeOrigin
paysWithFeeOrigin?: string
@@ -96,7 +96,7 @@
+
Defined in types.ts:182
Optional
sendersAddr
sendersAddr?: string
@@ -105,7 +105,7 @@
+
Defined in types.ts:191
Optional
transferLiquidToken
transferLiquidToken?: boolean
@@ -114,7 +114,7 @@
+
Defined in types.ts:228
Optional
weightLimit
weightLimit?: {
    proofSize?: string;
    refTime?: string;
}
@@ -138,7 +138,7 @@ Optional
+Defined in types.ts:201
Optional
xcmVersion
xcmVersion?: number
@@ -147,7 +147,7 @@
+Defined in types.ts:218
@@ -31,7 +31,7 @@
Hierarchy
+
Defined in types.ts:134
direction
@@ -64,7 +64,7 @@
+
Defined in types.ts:154
+
Defined in types.ts:146
+
Defined in types.ts:158
origin
origin: string
@@ -88,7 +88,7 @@
+
Defined in types.ts:142
+Defined in types.ts:162
xcmVersion
xcmVersion: null | number
@@ -104,7 +104,7 @@
+Defined in types.ts:150
@@ -16,7 +16,7 @@
AssetTransferApi
Module AssetTransferApi
+
Defined in AssetTransferApi.ts:1
Index
@@ -38,7 +38,7 @@ Member Visibility
@@ -16,7 +16,7 @@
constructApiPromise
Module constructApiPromise
+
Defined in constructApiPromise.ts:1
Index
@@ -42,7 +42,7 @@ Member Visibility
@@ -16,7 +16,7 @@
errors/BaseError
Module errors/BaseError
+
Defined in errors/BaseError.ts:1
Index
@@ -38,7 +38,7 @@ Member Visibility
@@ -16,7 +16,7 @@
types
Module types
+
Defined in types.ts:1
Index
@@ -51,7 +51,7 @@ Member Visibility
@@ -26,7 +26,7 @@
Type Parameters
T
+
Defined in types.ts:91
@@ -26,7 +26,7 @@
Type alias Format
+Defined in types.ts:86
@@ -21,7 +21,7 @@
Type alias LocalTransferTypes
+Defined in types.ts:102
@@ -21,7 +21,7 @@
Type alias Methods
+Defined in types.ts:115
@@ -21,7 +21,7 @@
Type alias XcmDirection
+Defined in types.ts:68