From 07d63ec3ab3163dc555b3b37365955088f61090a Mon Sep 17 00:00:00 2001
From: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
Date: Mon, 25 Sep 2023 07:53:34 -0700
Subject: [PATCH] chore(release): 0.1.1 (#295)
---
CHANGELOG.md | 16 +++++++++
.../AssetTransferApi.AssetTransferApi.html | 14 ++++----
.../errors_BaseError.BaseErrorsEnum.html | 36 +++++++++----------
docs/enums/types.Direction.html | 24 ++++++-------
...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 ++---
package.json | 2 +-
18 files changed, 125 insertions(+), 109 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7db9f878..e8ca34a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## [0.1.1](https://github.com/paritytech/asset-transfer-api/compare/v0.1.0..v0.1.1)(2023-09-25)
+
+## Features
+
+- feat: add rococo support and to the registry ([#293](https://github.com/paritytech/asset-transfer-api/pull/293))
+
+## Fix
+
+- fix(internal): remove getChainIdBySpecName and add caching system ([#288](https://github.com/paritytech/asset-transfer-api/pull/288))
+- fix(internal): remove all use of MultiLocation, and use correct versioned type. ([#292](https://github.com/paritytech/asset-transfer-api/pull/292))
+- fix: update the registry to the new xcAssets format ([#284](https://github.com/paritytech/asset-transfer-api/pull/284))
+
+## Docs
+
+- docs: Improve README.md ([#291](https://github.com/paritytech/asset-transfer-api/pull/291))
+
## [0.1.0](https://github.com/paritytech/asset-transfer-api/compare/v0.1.0-beta.5..v0.1.0)(2023-09-19)
## Summary
diff --git a/docs/classes/AssetTransferApi.AssetTransferApi.html b/docs/classes/AssetTransferApi.AssetTransferApi.html
index 4dae3936..e9fb6cba 100644
--- a/docs/classes/AssetTransferApi.AssetTransferApi.html
+++ b/docs/classes/AssetTransferApi.AssetTransferApi.html
@@ -1,4 +1,4 @@
-
AssetTransferApi | @substrate/asset-transfer-api - v0.1.0
@@ -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:25
ParaToRelay
ParaToRelay: "ParaToRelay"
@@ -55,7 +55,7 @@
+Defined in types.ts:45
ParaToSystem
ParaToSystem: "ParaToSystem"
@@ -63,7 +63,7 @@
+Defined in types.ts:49
RelayToPara
RelayToPara: "RelayToPara"
@@ -71,7 +71,7 @@
+Defined in types.ts:57
RelayToSystem
RelayToSystem: "RelayToSystem"
@@ -79,7 +79,7 @@
+Defined in types.ts:53
SystemToPara
SystemToPara: "SystemToPara"
@@ -87,7 +87,7 @@
+Defined in types.ts:29
SystemToRelay
SystemToRelay: "SystemToRelay"
@@ -95,7 +95,7 @@
+Defined in types.ts:33
SystemToSystem
SystemToSystem: "SystemToSystem"
@@ -103,7 +103,7 @@
+Defined in types.ts:37
-
@substrate/asset-transfer-api - v0.1.0
+
@substrate/asset-transfer-api - v0.1.1
@substrate/asset-transfer-api
@@ -181,7 +181,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:158
Optional
isLimited
isLimited?: boolean
@@ -69,7 +69,7 @@
+
Defined in types.ts:186
Optional
keepAlive
keepAlive?: boolean
@@ -78,7 +78,7 @@
+
Defined in types.ts:213
Optional
paysWithFeeDest
paysWithFeeDest?: string
@@ -86,7 +86,7 @@
+
Defined in types.ts:176
Optional
paysWithFeeOrigin
paysWithFeeOrigin?: string
@@ -96,7 +96,7 @@
+
Defined in types.ts:172
Optional
sendersAddr
sendersAddr?: string
@@ -105,7 +105,7 @@
+
Defined in types.ts:181
Optional
transferLiquidToken
transferLiquidToken?: boolean
@@ -114,7 +114,7 @@
+
Defined in types.ts:218
Optional
weightLimit
weightLimit?: {
    proofSize?: string;
    refTime?: string;
}
@@ -138,7 +138,7 @@ Optional
+Defined in types.ts:191
Optional
xcmVersion
xcmVersion?: number
@@ -147,7 +147,7 @@
+Defined in types.ts:208
@@ -31,7 +31,7 @@
Hierarchy
+
Defined in types.ts:124
direction
@@ -64,7 +64,7 @@
+
Defined in types.ts:144
+
Defined in types.ts:136
+
Defined in types.ts:148
origin
origin: string
@@ -88,7 +88,7 @@
+
Defined in types.ts:132
+Defined in types.ts:152
xcmVersion
xcmVersion: null | number
@@ -104,7 +104,7 @@
+Defined in types.ts:140
@@ -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
@@ -50,7 +50,7 @@ Member Visibility
@@ -26,7 +26,7 @@
Type Parameters
T
+
Defined in types.ts:81
@@ -26,7 +26,7 @@
Type alias Format
+Defined in types.ts:76
@@ -21,7 +21,7 @@
Type alias LocalTransferTypes
+Defined in types.ts:92
@@ -21,7 +21,7 @@
Type alias Methods
+Defined in types.ts:105