Skip to content

Commit 2fdf585

Browse files
authored
Update dependencies (#764)
* Update asset_transfer_api. Resolves #754 * Update chopsticks 1.0.6 -> 1.1.1. Resolves #746 * Update zombienet (v1.3.128 -> v1.3.130). Resolves #717 * Update polkadot_api (1.13.1 -> 1.14.1). Resolves #741 * Update polkadot_js_api (15.9.3 -> 16.2.1). Resolves #706 * Update asset_transfer_api (0.7.2 -> 1.0.0). Resolves #755 * Update polkadot_js_api (16.1.2 -> 16.2.2). Resolves #737 * Update zombienet to v1.3.133. Resolves #732 * Update open_zeppelin_contracts (v5.0.0 -> v5.3.0). Resolves #711 * re-generate llms.txt * Update @polkadot/api to 16.3.1
1 parent 769cf99 commit 2fdf585

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

develop/toolkit/interoperability/asset-transfer-api/reference.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ description: Explore the Asset Transfer API Reference for comprehensive details
3232

3333
Holds open an API connection to a specified chain within the `ApiPromise` to help construct transactions for assets and estimate fees.
3434

35-
For a more in-depth explanation of the Asset Transfer API class structure, check the [source code](https://github.com/paritytech/asset-transfer-api/blob/{{dependencies.repositories.asset_transfer_api.version}}/src/AssetTransferApi.ts#L123){target=\_blank}.
35+
For a more in-depth explanation of the Asset Transfer API class structure, check the [source code](https://github.com/paritytech/asset-transfer-api/blob/{{dependencies.repositories.asset_transfer_api.version}}/src/AssetTransferApi.ts#L128){target=\_blank}.
3636

3737
### Methods
3838

@@ -43,7 +43,7 @@ Generates an XCM transaction for transferring assets between chains. It simplifi
4343
After obtaining the transaction, you must handle the signing and submission process separately.
4444

4545
```ts
46-
--8<-- 'https://raw.githubusercontent.com/paritytech/asset-transfer-api/refs/tags/{{dependencies.repositories.asset_transfer_api.version}}/src/AssetTransferApi.ts:186:192'
46+
--8<-- 'https://raw.githubusercontent.com/paritytech/asset-transfer-api/refs/tags/{{dependencies.repositories.asset_transfer_api.version}}/src/AssetTransferApi.ts:191:197'
4747
```
4848

4949
??? interface "Request parameters"
@@ -102,7 +102,7 @@ Creates a local XCM transaction to retrieve trapped assets. This function can be
102102

103103

104104
```ts
105-
--8<-- 'https://raw.githubusercontent.com/paritytech/asset-transfer-api/refs/tags/{{dependencies.repositories.asset_transfer_api.version}}/src/AssetTransferApi.ts:370:375'
105+
--8<-- 'https://raw.githubusercontent.com/paritytech/asset-transfer-api/refs/tags/{{dependencies.repositories.asset_transfer_api.version}}/src/AssetTransferApi.ts:383:388'
106106
```
107107

108108
??? interface "Request parameters"
@@ -153,7 +153,7 @@ Creates a local XCM transaction to retrieve trapped assets. This function can be
153153
Decodes the hex of an extrinsic into a string readable format.
154154

155155
```ts
156-
--8<-- 'https://raw.githubusercontent.com/paritytech/asset-transfer-api/refs/tags/{{dependencies.repositories.asset_transfer_api.version}}/src/AssetTransferApi.ts:536:536'
156+
--8<-- 'https://raw.githubusercontent.com/paritytech/asset-transfer-api/refs/tags/{{dependencies.repositories.asset_transfer_api.version}}/src/AssetTransferApi.ts:558:558'
157157
```
158158

159159
??? interface "Request parameters"
@@ -171,7 +171,7 @@ Decodes the hex of an extrinsic into a string readable format.
171171
??? child "Type `Format`"
172172

173173
```ts
174-
--8<-- 'https://raw.githubusercontent.com/paritytech/asset-transfer-api/refs/tags/{{dependencies.repositories.asset_transfer_api.version}}/src/types.ts:132:132'
174+
--8<-- 'https://raw.githubusercontent.com/paritytech/asset-transfer-api/refs/tags/{{dependencies.repositories.asset_transfer_api.version}}/src/types.ts:130:130'
175175
```
176176

177177
??? interface "Response parameters"
@@ -197,7 +197,7 @@ Decodes the hex of an extrinsic into a string readable format.
197197
Fetch estimated fee information for an extrinsic.
198198

199199
```ts
200-
--8<-- 'https://raw.githubusercontent.com/paritytech/asset-transfer-api/refs/tags/{{dependencies.repositories.asset_transfer_api.version}}/src/AssetTransferApi.ts:446:449'
200+
--8<-- 'https://raw.githubusercontent.com/paritytech/asset-transfer-api/refs/tags/{{dependencies.repositories.asset_transfer_api.version}}/src/AssetTransferApi.ts:468:471'
201201
```
202202

203203
??? interface "Request parameters"
@@ -209,7 +209,7 @@ Fetch estimated fee information for an extrinsic.
209209
??? child "Type `ConstructedFormat<T>`"
210210

211211
```ts
212-
--8<-- 'https://raw.githubusercontent.com/paritytech/asset-transfer-api/refs/tags/{{dependencies.repositories.asset_transfer_api.version}}/src/types.ts:137:143'
212+
--8<-- 'https://raw.githubusercontent.com/paritytech/asset-transfer-api/refs/tags/{{dependencies.repositories.asset_transfer_api.version}}/src/types.ts:135:141'
213213
```
214214

215215
The `ConstructedFormat` type is a conditional type that returns a specific type based on the value of the TxResult `format` field.
@@ -227,7 +227,7 @@ Fetch estimated fee information for an extrinsic.
227227
??? child "Type `Format`"
228228

229229
```ts
230-
--8<-- 'https://raw.githubusercontent.com/paritytech/asset-transfer-api/refs/tags/{{dependencies.repositories.asset_transfer_api.version}}/src/types.ts:132:132'
230+
--8<-- 'https://raw.githubusercontent.com/paritytech/asset-transfer-api/refs/tags/{{dependencies.repositories.asset_transfer_api.version}}/src/types.ts:130:130'
231231
```
232232

233233
??? interface "Response parameters"

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14322,7 +14322,7 @@ description: Explore the Asset Transfer API Reference for comprehensive details
1432214322

1432314323
Holds open an API connection to a specified chain within the `ApiPromise` to help construct transactions for assets and estimate fees.
1432414324

14325-
For a more in-depth explanation of the Asset Transfer API class structure, check the [source code](https://github.com/paritytech/asset-transfer-api/blob/{{dependencies.repositories.asset_transfer_api.version}}/src/AssetTransferApi.ts#L123){target=\_blank}.
14325+
For a more in-depth explanation of the Asset Transfer API class structure, check the [source code](https://github.com/paritytech/asset-transfer-api/blob/{{dependencies.repositories.asset_transfer_api.version}}/src/AssetTransferApi.ts#L128){target=\_blank}.
1432614326

1432714327
### Methods
1432814328

variables.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ dependencies:
33
repositories:
44
zombienet:
55
repository_url: https://github.com/paritytech/zombienet
6-
version: v1.3.128
6+
version: v1.3.133
77
architecture: macos-arm64
88
asset_transfer_api:
99
repository_url: https://github.com/paritytech/asset-transfer-api
10-
version: v0.7.2
10+
version: v1.0.0
1111
polkadot_sdk_solochain_template:
1212
repository_url: https://github.com/paritytech/polkadot-sdk-solochain-template
1313
version: v0.0.2
@@ -22,7 +22,7 @@ dependencies:
2222
docker_image_version: stable2412
2323
open_zeppelin_contracts:
2424
repository_url: https://github.com/OpenZeppelin/openzeppelin-contracts
25-
version: v5.0.0
25+
version: v5.3.0
2626
polkadot_sdk_contracts_node:
2727
repository_url: https://github.com/paritytech/polkadot-sdk
2828
version: polkadot-stable2503-6
@@ -50,20 +50,20 @@ dependencies:
5050
javascript_packages:
5151
chopsticks:
5252
name: '@acala-network/chopsticks'
53-
version: 1.0.6
53+
version: 1.1.1
5454
asset_transfer_api:
5555
name: '@substrate/asset-transfer-api'
56-
version: 0.7.2
57-
polkadot_js_api_version: v16.0.1 # Check changelog for pjs version bumps
56+
version: 1.0.0
57+
polkadot_js_api_version: v16.2.2 # Check changelog for pjs version bumps
5858
moonwall:
5959
name: '@moonwall/cli'
6060
version: 5.12.0
6161
polkadot_js_api:
6262
name: '@polkadot/api'
63-
version: 16.1.2
63+
version: 16.3.1
6464
polkadot_api:
6565
name: polkadot-api
66-
version: 1.13.1
66+
version: 1.14.1
6767
hardhat_resolc:
6868
name: '@hardhat-resolc'
6969
version: 0.0.7

0 commit comments

Comments
 (0)