@polkadot/types-known 10.13.1 → 11.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/packageInfo.js +1 -1
- package/cjs/spec/statemint.js +7 -1
- package/cjs/upgrades/e2e/polkadot.js +164 -0
- package/cjs/upgrades/manual/polkadot.js +2 -1
- package/package.json +4 -4
- package/packageInfo.js +1 -1
- package/spec/statemint.js +7 -1
- package/upgrades/e2e/polkadot.js +164 -0
- package/upgrades/manual/polkadot.js +2 -1
package/cjs/packageInfo.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.packageInfo = void 0;
|
|
4
|
-
exports.packageInfo = { name: '@polkadot/types-known', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '
|
|
4
|
+
exports.packageInfo = { name: '@polkadot/types-known', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '11.0.2' };
|
package/cjs/spec/statemint.js
CHANGED
|
@@ -40,11 +40,17 @@ exports.versioned = [
|
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
// metadata V14
|
|
43
|
-
minmax: [500,
|
|
43
|
+
minmax: [500, 1001003],
|
|
44
44
|
types: {
|
|
45
45
|
Weight: 'WeightV1',
|
|
46
46
|
TAssetConversion: 'Option<AssetId>'
|
|
47
47
|
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
minmax: [1002000, undefined],
|
|
51
|
+
types: {
|
|
52
|
+
Weight: 'WeightV1'
|
|
53
|
+
}
|
|
48
54
|
}
|
|
49
55
|
// ,
|
|
50
56
|
// {
|
|
@@ -3211,5 +3211,169 @@ exports.upgrades = [
|
|
|
3211
3211
|
1
|
|
3212
3212
|
]
|
|
3213
3213
|
]
|
|
3214
|
+
],
|
|
3215
|
+
[
|
|
3216
|
+
20181758,
|
|
3217
|
+
1001003,
|
|
3218
|
+
[
|
|
3219
|
+
[
|
|
3220
|
+
"0xdf6acb689907609b",
|
|
3221
|
+
4
|
|
3222
|
+
],
|
|
3223
|
+
[
|
|
3224
|
+
"0x37e397fc7c91f5e4",
|
|
3225
|
+
2
|
|
3226
|
+
],
|
|
3227
|
+
[
|
|
3228
|
+
"0x40fe3ad401f8959a",
|
|
3229
|
+
6
|
|
3230
|
+
],
|
|
3231
|
+
[
|
|
3232
|
+
"0x17a6bc0d0062aeb3",
|
|
3233
|
+
1
|
|
3234
|
+
],
|
|
3235
|
+
[
|
|
3236
|
+
"0x18ef58a3b67ba770",
|
|
3237
|
+
1
|
|
3238
|
+
],
|
|
3239
|
+
[
|
|
3240
|
+
"0xd2bc9897eed08f15",
|
|
3241
|
+
3
|
|
3242
|
+
],
|
|
3243
|
+
[
|
|
3244
|
+
"0xf78b278be53f454c",
|
|
3245
|
+
2
|
|
3246
|
+
],
|
|
3247
|
+
[
|
|
3248
|
+
"0xaf2c0297a23e6d3d",
|
|
3249
|
+
5
|
|
3250
|
+
],
|
|
3251
|
+
[
|
|
3252
|
+
"0x49eaaf1b548a0cb0",
|
|
3253
|
+
3
|
|
3254
|
+
],
|
|
3255
|
+
[
|
|
3256
|
+
"0x91d5df18b0d2cf58",
|
|
3257
|
+
2
|
|
3258
|
+
],
|
|
3259
|
+
[
|
|
3260
|
+
"0x2a5e924655399e60",
|
|
3261
|
+
1
|
|
3262
|
+
],
|
|
3263
|
+
[
|
|
3264
|
+
"0xed99c5acb25eedf5",
|
|
3265
|
+
3
|
|
3266
|
+
],
|
|
3267
|
+
[
|
|
3268
|
+
"0xcbca25e39f142387",
|
|
3269
|
+
2
|
|
3270
|
+
],
|
|
3271
|
+
[
|
|
3272
|
+
"0x687ad44ad37f03c2",
|
|
3273
|
+
1
|
|
3274
|
+
],
|
|
3275
|
+
[
|
|
3276
|
+
"0xab3c0572291feb8b",
|
|
3277
|
+
1
|
|
3278
|
+
],
|
|
3279
|
+
[
|
|
3280
|
+
"0xbc9d89904f5b923f",
|
|
3281
|
+
1
|
|
3282
|
+
],
|
|
3283
|
+
[
|
|
3284
|
+
"0x37c8bb1350a9a2a8",
|
|
3285
|
+
4
|
|
3286
|
+
],
|
|
3287
|
+
[
|
|
3288
|
+
"0xf3ff14d5ab527059",
|
|
3289
|
+
3
|
|
3290
|
+
],
|
|
3291
|
+
[
|
|
3292
|
+
"0xfbc577b9d747efd6",
|
|
3293
|
+
1
|
|
3294
|
+
]
|
|
3295
|
+
]
|
|
3296
|
+
],
|
|
3297
|
+
[
|
|
3298
|
+
20438530,
|
|
3299
|
+
1002000,
|
|
3300
|
+
[
|
|
3301
|
+
[
|
|
3302
|
+
"0xdf6acb689907609b",
|
|
3303
|
+
4
|
|
3304
|
+
],
|
|
3305
|
+
[
|
|
3306
|
+
"0x37e397fc7c91f5e4",
|
|
3307
|
+
2
|
|
3308
|
+
],
|
|
3309
|
+
[
|
|
3310
|
+
"0x40fe3ad401f8959a",
|
|
3311
|
+
6
|
|
3312
|
+
],
|
|
3313
|
+
[
|
|
3314
|
+
"0x17a6bc0d0062aeb3",
|
|
3315
|
+
1
|
|
3316
|
+
],
|
|
3317
|
+
[
|
|
3318
|
+
"0x18ef58a3b67ba770",
|
|
3319
|
+
1
|
|
3320
|
+
],
|
|
3321
|
+
[
|
|
3322
|
+
"0xd2bc9897eed08f15",
|
|
3323
|
+
3
|
|
3324
|
+
],
|
|
3325
|
+
[
|
|
3326
|
+
"0xf78b278be53f454c",
|
|
3327
|
+
2
|
|
3328
|
+
],
|
|
3329
|
+
[
|
|
3330
|
+
"0xaf2c0297a23e6d3d",
|
|
3331
|
+
10
|
|
3332
|
+
],
|
|
3333
|
+
[
|
|
3334
|
+
"0x49eaaf1b548a0cb0",
|
|
3335
|
+
3
|
|
3336
|
+
],
|
|
3337
|
+
[
|
|
3338
|
+
"0x91d5df18b0d2cf58",
|
|
3339
|
+
2
|
|
3340
|
+
],
|
|
3341
|
+
[
|
|
3342
|
+
"0x2a5e924655399e60",
|
|
3343
|
+
1
|
|
3344
|
+
],
|
|
3345
|
+
[
|
|
3346
|
+
"0xed99c5acb25eedf5",
|
|
3347
|
+
3
|
|
3348
|
+
],
|
|
3349
|
+
[
|
|
3350
|
+
"0xcbca25e39f142387",
|
|
3351
|
+
2
|
|
3352
|
+
],
|
|
3353
|
+
[
|
|
3354
|
+
"0x687ad44ad37f03c2",
|
|
3355
|
+
1
|
|
3356
|
+
],
|
|
3357
|
+
[
|
|
3358
|
+
"0xab3c0572291feb8b",
|
|
3359
|
+
1
|
|
3360
|
+
],
|
|
3361
|
+
[
|
|
3362
|
+
"0xbc9d89904f5b923f",
|
|
3363
|
+
1
|
|
3364
|
+
],
|
|
3365
|
+
[
|
|
3366
|
+
"0x37c8bb1350a9a2a8",
|
|
3367
|
+
4
|
|
3368
|
+
],
|
|
3369
|
+
[
|
|
3370
|
+
"0xf3ff14d5ab527059",
|
|
3371
|
+
3
|
|
3372
|
+
],
|
|
3373
|
+
[
|
|
3374
|
+
"0xfbc577b9d747efd6",
|
|
3375
|
+
1
|
|
3376
|
+
]
|
|
3377
|
+
]
|
|
3214
3378
|
]
|
|
3215
3379
|
];
|
|
@@ -12,5 +12,6 @@ exports.upgrades = [
|
|
|
12
12
|
[10458576, 9200], [10655116, 9220], [10879371, 9230], [11328884, 9250], [11532856, 9260],
|
|
13
13
|
[11933818, 9270], [12217535, 9280], [12245277, 9281], [12532644, 9291], [12876189, 9300],
|
|
14
14
|
[13800015, 9340], [14188833, 9360], [14543918, 9370], [15978362, 9420], [16450000, 9430],
|
|
15
|
-
[17840000, 9431], [18407475, 1000001], [19551000, 1001002]
|
|
15
|
+
[17840000, 9431], [18407475, 1000001], [19551000, 1001002], [20181758, 1001003],
|
|
16
|
+
[20438530, 1002000]
|
|
16
17
|
];
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"./cjs/packageDetect.js"
|
|
19
19
|
],
|
|
20
20
|
"type": "module",
|
|
21
|
-
"version": "
|
|
21
|
+
"version": "11.0.2",
|
|
22
22
|
"main": "./cjs/index.js",
|
|
23
23
|
"module": "./index.js",
|
|
24
24
|
"types": "./index.d.ts",
|
|
@@ -206,9 +206,9 @@
|
|
|
206
206
|
},
|
|
207
207
|
"dependencies": {
|
|
208
208
|
"@polkadot/networks": "^12.6.2",
|
|
209
|
-
"@polkadot/types": "
|
|
210
|
-
"@polkadot/types-codec": "
|
|
211
|
-
"@polkadot/types-create": "
|
|
209
|
+
"@polkadot/types": "11.0.2",
|
|
210
|
+
"@polkadot/types-codec": "11.0.2",
|
|
211
|
+
"@polkadot/types-create": "11.0.2",
|
|
212
212
|
"@polkadot/util": "^12.6.2",
|
|
213
213
|
"tslib": "^2.6.2"
|
|
214
214
|
}
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@polkadot/types-known', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '
|
|
1
|
+
export const packageInfo = { name: '@polkadot/types-known', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '11.0.2' };
|
package/spec/statemint.js
CHANGED
|
@@ -37,11 +37,17 @@ export const versioned = [
|
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
// metadata V14
|
|
40
|
-
minmax: [500,
|
|
40
|
+
minmax: [500, 1001003],
|
|
41
41
|
types: {
|
|
42
42
|
Weight: 'WeightV1',
|
|
43
43
|
TAssetConversion: 'Option<AssetId>'
|
|
44
44
|
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
minmax: [1002000, undefined],
|
|
48
|
+
types: {
|
|
49
|
+
Weight: 'WeightV1'
|
|
50
|
+
}
|
|
45
51
|
}
|
|
46
52
|
// ,
|
|
47
53
|
// {
|
package/upgrades/e2e/polkadot.js
CHANGED
|
@@ -3208,5 +3208,169 @@ export const upgrades = [
|
|
|
3208
3208
|
1
|
|
3209
3209
|
]
|
|
3210
3210
|
]
|
|
3211
|
+
],
|
|
3212
|
+
[
|
|
3213
|
+
20181758,
|
|
3214
|
+
1001003,
|
|
3215
|
+
[
|
|
3216
|
+
[
|
|
3217
|
+
"0xdf6acb689907609b",
|
|
3218
|
+
4
|
|
3219
|
+
],
|
|
3220
|
+
[
|
|
3221
|
+
"0x37e397fc7c91f5e4",
|
|
3222
|
+
2
|
|
3223
|
+
],
|
|
3224
|
+
[
|
|
3225
|
+
"0x40fe3ad401f8959a",
|
|
3226
|
+
6
|
|
3227
|
+
],
|
|
3228
|
+
[
|
|
3229
|
+
"0x17a6bc0d0062aeb3",
|
|
3230
|
+
1
|
|
3231
|
+
],
|
|
3232
|
+
[
|
|
3233
|
+
"0x18ef58a3b67ba770",
|
|
3234
|
+
1
|
|
3235
|
+
],
|
|
3236
|
+
[
|
|
3237
|
+
"0xd2bc9897eed08f15",
|
|
3238
|
+
3
|
|
3239
|
+
],
|
|
3240
|
+
[
|
|
3241
|
+
"0xf78b278be53f454c",
|
|
3242
|
+
2
|
|
3243
|
+
],
|
|
3244
|
+
[
|
|
3245
|
+
"0xaf2c0297a23e6d3d",
|
|
3246
|
+
5
|
|
3247
|
+
],
|
|
3248
|
+
[
|
|
3249
|
+
"0x49eaaf1b548a0cb0",
|
|
3250
|
+
3
|
|
3251
|
+
],
|
|
3252
|
+
[
|
|
3253
|
+
"0x91d5df18b0d2cf58",
|
|
3254
|
+
2
|
|
3255
|
+
],
|
|
3256
|
+
[
|
|
3257
|
+
"0x2a5e924655399e60",
|
|
3258
|
+
1
|
|
3259
|
+
],
|
|
3260
|
+
[
|
|
3261
|
+
"0xed99c5acb25eedf5",
|
|
3262
|
+
3
|
|
3263
|
+
],
|
|
3264
|
+
[
|
|
3265
|
+
"0xcbca25e39f142387",
|
|
3266
|
+
2
|
|
3267
|
+
],
|
|
3268
|
+
[
|
|
3269
|
+
"0x687ad44ad37f03c2",
|
|
3270
|
+
1
|
|
3271
|
+
],
|
|
3272
|
+
[
|
|
3273
|
+
"0xab3c0572291feb8b",
|
|
3274
|
+
1
|
|
3275
|
+
],
|
|
3276
|
+
[
|
|
3277
|
+
"0xbc9d89904f5b923f",
|
|
3278
|
+
1
|
|
3279
|
+
],
|
|
3280
|
+
[
|
|
3281
|
+
"0x37c8bb1350a9a2a8",
|
|
3282
|
+
4
|
|
3283
|
+
],
|
|
3284
|
+
[
|
|
3285
|
+
"0xf3ff14d5ab527059",
|
|
3286
|
+
3
|
|
3287
|
+
],
|
|
3288
|
+
[
|
|
3289
|
+
"0xfbc577b9d747efd6",
|
|
3290
|
+
1
|
|
3291
|
+
]
|
|
3292
|
+
]
|
|
3293
|
+
],
|
|
3294
|
+
[
|
|
3295
|
+
20438530,
|
|
3296
|
+
1002000,
|
|
3297
|
+
[
|
|
3298
|
+
[
|
|
3299
|
+
"0xdf6acb689907609b",
|
|
3300
|
+
4
|
|
3301
|
+
],
|
|
3302
|
+
[
|
|
3303
|
+
"0x37e397fc7c91f5e4",
|
|
3304
|
+
2
|
|
3305
|
+
],
|
|
3306
|
+
[
|
|
3307
|
+
"0x40fe3ad401f8959a",
|
|
3308
|
+
6
|
|
3309
|
+
],
|
|
3310
|
+
[
|
|
3311
|
+
"0x17a6bc0d0062aeb3",
|
|
3312
|
+
1
|
|
3313
|
+
],
|
|
3314
|
+
[
|
|
3315
|
+
"0x18ef58a3b67ba770",
|
|
3316
|
+
1
|
|
3317
|
+
],
|
|
3318
|
+
[
|
|
3319
|
+
"0xd2bc9897eed08f15",
|
|
3320
|
+
3
|
|
3321
|
+
],
|
|
3322
|
+
[
|
|
3323
|
+
"0xf78b278be53f454c",
|
|
3324
|
+
2
|
|
3325
|
+
],
|
|
3326
|
+
[
|
|
3327
|
+
"0xaf2c0297a23e6d3d",
|
|
3328
|
+
10
|
|
3329
|
+
],
|
|
3330
|
+
[
|
|
3331
|
+
"0x49eaaf1b548a0cb0",
|
|
3332
|
+
3
|
|
3333
|
+
],
|
|
3334
|
+
[
|
|
3335
|
+
"0x91d5df18b0d2cf58",
|
|
3336
|
+
2
|
|
3337
|
+
],
|
|
3338
|
+
[
|
|
3339
|
+
"0x2a5e924655399e60",
|
|
3340
|
+
1
|
|
3341
|
+
],
|
|
3342
|
+
[
|
|
3343
|
+
"0xed99c5acb25eedf5",
|
|
3344
|
+
3
|
|
3345
|
+
],
|
|
3346
|
+
[
|
|
3347
|
+
"0xcbca25e39f142387",
|
|
3348
|
+
2
|
|
3349
|
+
],
|
|
3350
|
+
[
|
|
3351
|
+
"0x687ad44ad37f03c2",
|
|
3352
|
+
1
|
|
3353
|
+
],
|
|
3354
|
+
[
|
|
3355
|
+
"0xab3c0572291feb8b",
|
|
3356
|
+
1
|
|
3357
|
+
],
|
|
3358
|
+
[
|
|
3359
|
+
"0xbc9d89904f5b923f",
|
|
3360
|
+
1
|
|
3361
|
+
],
|
|
3362
|
+
[
|
|
3363
|
+
"0x37c8bb1350a9a2a8",
|
|
3364
|
+
4
|
|
3365
|
+
],
|
|
3366
|
+
[
|
|
3367
|
+
"0xf3ff14d5ab527059",
|
|
3368
|
+
3
|
|
3369
|
+
],
|
|
3370
|
+
[
|
|
3371
|
+
"0xfbc577b9d747efd6",
|
|
3372
|
+
1
|
|
3373
|
+
]
|
|
3374
|
+
]
|
|
3211
3375
|
]
|
|
3212
3376
|
];
|
|
@@ -9,5 +9,6 @@ export const upgrades = [
|
|
|
9
9
|
[10458576, 9200], [10655116, 9220], [10879371, 9230], [11328884, 9250], [11532856, 9260],
|
|
10
10
|
[11933818, 9270], [12217535, 9280], [12245277, 9281], [12532644, 9291], [12876189, 9300],
|
|
11
11
|
[13800015, 9340], [14188833, 9360], [14543918, 9370], [15978362, 9420], [16450000, 9430],
|
|
12
|
-
[17840000, 9431], [18407475, 1000001], [19551000, 1001002]
|
|
12
|
+
[17840000, 9431], [18407475, 1000001], [19551000, 1001002], [20181758, 1001003],
|
|
13
|
+
[20438530, 1002000]
|
|
13
14
|
];
|