From cfd594058b60a40900d8becdf504972336fe24c0 Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Wed, 13 Sep 2023 12:28:46 -0700 Subject: [PATCH] chore(release): v0.1.0-beta.5 (#283) --- CHANGELOG.md | 17 ++++++++++++++++ docs/classes/AssetsTransferApi.html | 14 ++++++------- docs/enums/Direction.html | 24 +++++++++++------------ docs/functions/constructApiPromise.html | 8 ++++---- docs/index.html | 8 ++++---- docs/interfaces/ApiInfo.html | 8 ++++---- docs/interfaces/TransferArgsOpts.html | 26 ++++++++++++------------- docs/interfaces/TxResult.html | 22 ++++++++++----------- docs/modules.html | 8 ++++---- docs/types/ConstructedFormat.html | 8 ++++---- docs/types/Format.html | 8 ++++---- docs/types/LocalTransferTypes.html | 8 ++++---- docs/types/Methods.html | 8 ++++---- package.json | 2 +- 14 files changed, 93 insertions(+), 76 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a5f5e6f..2b68a703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.1.0-beta.5](https://github.com/paritytech/asset-transfer-api/compare/v0.1.0-beta.4..v0.1.0-beta.5)(2023-09-13) + +## Features + +- feat: support construction of teleports for parachains' primary native assets to AssetHub +- feat: add disabled options config and function + +## Fix + +- fix: adjust fetchPalletInstanceId to handle ForeignAssets pallet +- fix: remove remaining use of parseInt + +## Chore + +- chore: bump actions/checkout from 3 to 4 +- chore(lint): change print-width for prettier to 120 + ## [0.1.0-beta.4](https://github.com/paritytech/asset-transfer-api/compare/v0.1.0-beta.3..v0.1.0-beta.4)(2023-08-30) ## Features diff --git a/docs/classes/AssetsTransferApi.html b/docs/classes/AssetsTransferApi.html index a60afdce..0c197bc8 100644 --- a/docs/classes/AssetsTransferApi.html +++ b/docs/classes/AssetsTransferApi.html @@ -1,4 +1,4 @@ -AssetsTransferApi | @substrate/asset-transfer-api - v0.1.0-beta.4
+AssetsTransferApi | @substrate/asset-transfer-api - v0.1.0-beta.5
  • Preparing search index...
  • -
  • The search index is not available
@substrate/asset-transfer-api - v0.1.0-beta.4
+
  • The search index is not available
  • @substrate/asset-transfer-api - v0.1.0-beta.5
    @@ -25,7 +25,7 @@

    Hierarchy

    • AssetsTransferApi
    +
  • Defined in AssetsTransferApi.ts:68
  • @@ -83,7 +83,7 @@
    opts: Returns Promise<TxResult<T>>
    +
  • Defined in AssetsTransferApi.ts:93
  • +
  • Defined in AssetsTransferApi.ts:709
    • @@ -141,7 +141,7 @@
      format: Returns Promise<null | RuntimeDispatchInfo | RuntimeDispatchInfoV1>
    +
  • Defined in AssetsTransferApi.ts:424
  • @@ -20,7 +20,7 @@

    Enumeration Direction

    +
  • Defined in types.ts:25
  • @@ -46,7 +46,7 @@
    +
  • Defined in types.ts:41
  • ParaToRelay: "ParaToRelay"
    @@ -54,7 +54,7 @@
    +
  • Defined in types.ts:45
  • ParaToSystem: "ParaToSystem"
    @@ -62,7 +62,7 @@
    +
  • Defined in types.ts:49
  • RelayToPara: "RelayToPara"
    @@ -70,7 +70,7 @@
    +
  • Defined in types.ts:57
  • RelayToSystem: "RelayToSystem"
    @@ -78,7 +78,7 @@
    +
  • Defined in types.ts:53
  • SystemToPara: "SystemToPara"
    @@ -86,7 +86,7 @@
    +
  • Defined in types.ts:29
  • SystemToRelay: "SystemToRelay"
    @@ -94,7 +94,7 @@
    +
  • Defined in types.ts:33
  • SystemToSystem: "SystemToSystem"
    @@ -102,7 +102,7 @@
    +
  • Defined in types.ts:37
  • @@ -37,7 +37,7 @@
    opts: Returns Promise<ApiInfo>
    +
  • Defined in constructApiPromise.ts:24
  • -

    @substrate/asset-transfer-api - v0.1.0-beta.4

    +

    @substrate/asset-transfer-api - v0.1.0-beta.5



    @substrate/asset-transfer-api

    @@ -166,7 +166,7 @@

    Running Zombienet
  • Create an asset
  • @@ -24,7 +24,7 @@

    Hierarchy

    +
  • Defined in constructApiPromise.ts:12
  • @@ -29,7 +29,7 @@

    Hierarchy

    +
  • Defined in types.ts:158
  • @@ -59,7 +59,7 @@
    +
  • Defined in types.ts:166
  • isLimited?: boolean
    @@ -68,7 +68,7 @@
    +
  • Defined in types.ts:186
  • keepAlive?: boolean
    @@ -77,7 +77,7 @@
    +
  • Defined in types.ts:213
  • paysWithFeeDest?: string
    @@ -85,7 +85,7 @@
    +
  • Defined in types.ts:176
  • paysWithFeeOrigin?: string
    @@ -95,7 +95,7 @@
    +
  • Defined in types.ts:172
  • sendersAddr?: string
    @@ -104,7 +104,7 @@
    +
  • Defined in types.ts:181
  • transferLiquidToken?: boolean
    @@ -113,7 +113,7 @@
    +
  • Defined in types.ts:218
  • weightLimit?: {
        proofSize?: string;
        refTime?: string;
    }
    @@ -137,7 +137,7 @@
    Optional
    +
  • Defined in types.ts:191
  • xcmVersion?: number
    @@ -146,7 +146,7 @@
    +
  • Defined in types.ts:208
  • @@ -30,7 +30,7 @@

    Hierarchy

    +
  • Defined in types.ts:124
  • @@ -55,7 +55,7 @@
    +
  • Defined in types.ts:128
  • direction: "local" | Direction
    @@ -63,7 +63,7 @@

    The direction of the cross chain transfer.

    +
  • Defined in types.ts:144
  • format: Format | "local"
    @@ -71,7 +71,7 @@
    +
  • Defined in types.ts:136
  • method: Methods
    @@ -79,7 +79,7 @@
    +
  • Defined in types.ts:148
  • origin: string
    @@ -87,7 +87,7 @@
    +
  • Defined in types.ts:132
  • @@ -95,7 +95,7 @@

    The constructed transaction.

    +
  • Defined in types.ts:152
  • xcmVersion: null | number
    @@ -103,7 +103,7 @@

    The xcm version that was used to construct the tx.

    +
  • Defined in types.ts:140
  • -

    @substrate/asset-transfer-api - v0.1.0-beta.4

    +

    @substrate/asset-transfer-api - v0.1.0-beta.5

    Index

    @@ -54,7 +54,7 @@

    Member Visibility

    Theme

    @@ -25,7 +25,7 @@

    Type Parameters

    T

    +
  • Defined in types.ts:81
  • @@ -25,7 +25,7 @@

    Type alias Format

    +
  • Defined in types.ts:76
  • @@ -20,7 +20,7 @@

    Type alias LocalTransferTypes

    +
  • Defined in types.ts:92
  • @@ -20,7 +20,7 @@

    Type alias Methods

    +
  • Defined in types.ts:105