@pezkuwi/types-support 16.5.6 → 16.5.9

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.
@@ -332,9 +332,9 @@
332
332
  "docs": []
333
333
  },
334
334
  {
335
- "name": "TeyrchainSystem",
335
+ "name": "ParachainSystem",
336
336
  "storage": {
337
- "prefix": "TeyrchainSystem",
337
+ "prefix": "ParachainSystem",
338
338
  "items": [
339
339
  {
340
340
  "name": "UnincludedSegment",
@@ -389,7 +389,7 @@
389
389
  },
390
390
  "fallback": "0x00",
391
391
  "docs": [
392
- " Validation code that is set by the teyrchain and is to be communicated to collator and",
392
+ " Validation code that is set by the parachain and is to be communicated to collator and",
393
393
  " consequently the relay-chain.",
394
394
  "",
395
395
  " This will be cleared in `on_initialize` of each new block if no other pallet already set",
@@ -428,7 +428,7 @@
428
428
  },
429
429
  "fallback": "0x00000000",
430
430
  "docs": [
431
- " The relay chain block number associated with the last teyrchain block.",
431
+ " The relay chain block number associated with the last parachain block.",
432
432
  "",
433
433
  " This is updated in `on_finalize`."
434
434
  ]
@@ -445,7 +445,7 @@
445
445
  " In other words, if this is `Some` and [`NewValidationCode`] is `Some` then the produced",
446
446
  " candidate will be invalid.",
447
447
  "",
448
- " This storage item is a mirror of the corresponding value for the current teyrchain from the",
448
+ " This storage item is a mirror of the corresponding value for the current parachain from the",
449
449
  " relay-chain. This value is ephemeral which means it doesn't hit the storage. This value is",
450
450
  " set after the inherent."
451
451
  ]
@@ -460,7 +460,7 @@
460
460
  "docs": [
461
461
  " Optional upgrade go-ahead signal from the relay-chain.",
462
462
  "",
463
- " This storage item is a mirror of the corresponding value for the current teyrchain from the",
463
+ " This storage item is a mirror of the corresponding value for the current parachain from the",
464
464
  " relay-chain. This value is ephemeral which means it doesn't hit the storage. This value is",
465
465
  " set after the inherent."
466
466
  ]
@@ -489,7 +489,7 @@
489
489
  },
490
490
  "fallback": "0x00",
491
491
  "docs": [
492
- " The snapshot of some state related to messaging relevant to the current teyrchain as per",
492
+ " The snapshot of some state related to messaging relevant to the current parachain as per",
493
493
  " the relay parent.",
494
494
  "",
495
495
  " This field is meant to be updated each block with the validation data inherent. Therefore,",
@@ -506,7 +506,7 @@
506
506
  },
507
507
  "fallback": "0x00",
508
508
  "docs": [
509
- " The teyrchain host configuration that was obtained from the relay parent.",
509
+ " The parachain host configuration that was obtained from the relay parent.",
510
510
  "",
511
511
  " This field is meant to be updated each block with the validation data inherent. Therefore,",
512
512
  " before processing of the inherent, e.g. in `on_initialize` this data may be stale.",
@@ -703,7 +703,7 @@
703
703
  "type": 187,
704
704
  "value": "0xe8030000",
705
705
  "docs": [
706
- " Returns the teyrchain ID we are running with."
706
+ " Returns the parachain ID we are running with."
707
707
  ]
708
708
  }
709
709
  ],
@@ -769,12 +769,12 @@
769
769
  "docs": []
770
770
  },
771
771
  {
772
- "name": "TeyrchainInfo",
772
+ "name": "ParachainInfo",
773
773
  "storage": {
774
- "prefix": "TeyrchainInfo",
774
+ "prefix": "ParachainInfo",
775
775
  "items": [
776
776
  {
777
- "name": "TeyrchainId",
777
+ "name": "ParachainId",
778
778
  "modifier": "Default",
779
779
  "type": {
780
780
  "plain": 187
@@ -1163,7 +1163,7 @@
1163
1163
  " Any liquidity locks on some account balances.",
1164
1164
  " NOTE: Should only be accessed when setting, changing and freeing a lock.",
1165
1165
  "",
1166
- " Use of locks is deprecated in favour of freezes. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
1166
+ " Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/`"
1167
1167
  ]
1168
1168
  },
1169
1169
  {
@@ -1182,7 +1182,7 @@
1182
1182
  "docs": [
1183
1183
  " Named reserves on some account balances.",
1184
1184
  "",
1185
- " Use of reserves is deprecated in favour of holds. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
1185
+ " Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/`"
1186
1186
  ]
1187
1187
  },
1188
1188
  {
@@ -1251,7 +1251,7 @@
1251
1251
  " The maximum number of locks that should exist on an account.",
1252
1252
  " Not strictly enforced, but used for weight estimation.",
1253
1253
  "",
1254
- " Use of locks is deprecated in favour of freezes. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
1254
+ " Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/`"
1255
1255
  ]
1256
1256
  },
1257
1257
  {
@@ -1261,7 +1261,7 @@
1261
1261
  "docs": [
1262
1262
  " The maximum number of named reserves that can exist on an account.",
1263
1263
  "",
1264
- " Use of reserves is deprecated in favour of holds. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
1264
+ " Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/`"
1265
1265
  ]
1266
1266
  },
1267
1267
  {
@@ -2075,9 +2075,9 @@
2075
2075
  "docs": []
2076
2076
  },
2077
2077
  {
2078
- "name": "PezkuwiXcm",
2078
+ "name": "PolkadotXcm",
2079
2079
  "storage": {
2080
- "prefix": "PezkuwiXcm",
2080
+ "prefix": "PolkadotXcm",
2081
2081
  "items": [
2082
2082
  {
2083
2083
  "name": "QueryCounter",
@@ -2367,7 +2367,7 @@
2367
2367
  "docs": []
2368
2368
  },
2369
2369
  {
2370
- "name": "PezcumulusXcm",
2370
+ "name": "CumulusXcm",
2371
2371
  "storage": null,
2372
2372
  "calls": {
2373
2373
  "type": 380
@@ -2381,9 +2381,9 @@
2381
2381
  "docs": []
2382
2382
  },
2383
2383
  {
2384
- "name": "ToPezkuwiXcmRouter",
2384
+ "name": "ToPolkadotXcmRouter",
2385
2385
  "storage": {
2386
- "prefix": "ToPezkuwiXcmRouter",
2386
+ "prefix": "ToPolkadotXcmRouter",
2387
2387
  "items": [
2388
2388
  {
2389
2389
  "name": "Bridge",
@@ -2517,7 +2517,7 @@
2517
2517
  "docs": [
2518
2518
  " The maximum amount of weight (if any) to be used from remaining weight `on_idle` which",
2519
2519
  " should be provided to the message queue for servicing enqueued items `on_idle`.",
2520
- " Useful for teyrchains to process messages at the same block they are received.",
2520
+ " Useful for parachains to process messages at the same block they are received.",
2521
2521
  "",
2522
2522
  " If `None`, it will not call `ServiceQueues::service_queues` in `on_idle`."
2523
2523
  ]
@@ -4985,7 +4985,7 @@
4985
4985
  " keys which are then hashed and concatenated, resulting in arbitrarily long keys.",
4986
4986
  "",
4987
4987
  " Use the *state migration RPC* to retrieve the length of the longest key in your",
4988
- " storage: <https://github.com/pezkuwichain/bizinikiwi/issues/11642>",
4988
+ " storage: <https://github.com/paritytech/substrate/issues/11642>",
4989
4989
  "",
4990
4990
  " The migration will halt with a `Halted` event if this value is too small.",
4991
4991
  " Since there is no real penalty from over-estimating, it is advised to use a large",
@@ -4997,7 +4997,7 @@
4997
4997
  " - [`frame_support::storage::StorageDoubleMap`]: 96 byte",
4998
4998
  "",
4999
4999
  " For more info see",
5000
- " <https://www.shawntabrizi.com/blog/bizinikiwi/querying-bizinikiwi-storage-via-rpc/>"
5000
+ " <https://www.shawntabrizi.com/blog/substrate/querying-substrate-storage-via-rpc/>"
5001
5001
  ]
5002
5002
  }
5003
5003
  ],
@@ -7049,7 +7049,7 @@
7049
7049
  "fallback": "0x00000000",
7050
7050
  "docs": [
7051
7051
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
7052
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
7052
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
7053
7053
  "",
7054
7054
  " Number of proposals that have been made."
7055
7055
  ]
@@ -7069,7 +7069,7 @@
7069
7069
  "fallback": "0x00",
7070
7070
  "docs": [
7071
7071
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
7072
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
7072
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
7073
7073
  "",
7074
7074
  " Proposals that have been made."
7075
7075
  ]
@@ -7094,7 +7094,7 @@
7094
7094
  "fallback": "0x00",
7095
7095
  "docs": [
7096
7096
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
7097
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
7097
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
7098
7098
  "",
7099
7099
  " Proposal indices that have been approved but not yet awarded."
7100
7100
  ]
@@ -7177,7 +7177,7 @@
7177
7177
  "value": "0x64000000",
7178
7178
  "docs": [
7179
7179
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
7180
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
7180
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
7181
7181
  "",
7182
7182
  " The maximum number of approvals that can wait in the spending queue.",
7183
7183
  "",
@@ -8210,7 +8210,7 @@
8210
8210
  " This runtime API is used to inform potential block authors whether they will",
8211
8211
  " have the right to author at a slot, assuming they have claimed the slot.",
8212
8212
  "",
8213
- " In particular, this API allows Aura-based teyrchains to regulate their \"unincluded segment\",",
8213
+ " In particular, this API allows Aura-based parachains to regulate their \"unincluded segment\",",
8214
8214
  " which is the section of the head of the chain which has not yet been made available in the",
8215
8215
  " relay chain.",
8216
8216
  "",
@@ -8219,7 +8219,7 @@
8219
8219
  " the amount of blocks that can be created.",
8220
8220
  "",
8221
8221
  " Changes:",
8222
- " - Version 2: Update to `can_build_upon` to take a relay chain `Slot` instead of a teyrchain `Slot`."
8222
+ " - Version 2: Update to `can_build_upon` to take a relay chain `Slot` instead of a parachain `Slot`."
8223
8223
  ]
8224
8224
  },
8225
8225
  {
@@ -8261,7 +8261,7 @@
8261
8261
  }
8262
8262
  ],
8263
8263
  "docs": [
8264
- " The `Core` runtime api that every Bizinikiwi runtime needs to implement."
8264
+ " The `Core` runtime api that every Substrate runtime needs to implement."
8265
8265
  ]
8266
8266
  },
8267
8267
  {
@@ -9027,7 +9027,7 @@
9027
9027
  "",
9028
9028
  " Version history:",
9029
9029
  " - Version 2: Changed [`Self::collect_collation_info`] signature",
9030
- " - Version 3: Signals to the node to use version 1 of [`TeyrchainBlockData`]."
9030
+ " - Version 3: Signals to the node to use version 1 of [`ParachainBlockData`]."
9031
9031
  ]
9032
9032
  },
9033
9033
  {
@@ -9098,19 +9098,19 @@
9098
9098
  ]
9099
9099
  },
9100
9100
  {
9101
- "name": "GetTeyrchainInfo",
9101
+ "name": "GetParachainInfo",
9102
9102
  "methods": [
9103
9103
  {
9104
- "name": "teyrchain_id",
9104
+ "name": "parachain_id",
9105
9105
  "inputs": [],
9106
9106
  "output": 187,
9107
9107
  "docs": [
9108
- " Retrieve the teyrchain id used for runtime."
9108
+ " Retrieve the parachain id used for runtime."
9109
9109
  ]
9110
9110
  }
9111
9111
  ],
9112
9112
  "docs": [
9113
- " Runtime api used to access general info about a teyrchain runtime."
9113
+ " Runtime api used to access general info about a parachain runtime."
9114
9114
  ]
9115
9115
  },
9116
9116
  {