@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": 171,
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": 171
@@ -1087,7 +1087,7 @@
1087
1087
  " Any liquidity locks on some account balances.",
1088
1088
  " NOTE: Should only be accessed when setting, changing and freeing a lock.",
1089
1089
  "",
1090
- " Use of locks is deprecated in favour of freezes. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
1090
+ " Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/`"
1091
1091
  ]
1092
1092
  },
1093
1093
  {
@@ -1106,7 +1106,7 @@
1106
1106
  "docs": [
1107
1107
  " Named reserves on some account balances.",
1108
1108
  "",
1109
- " Use of reserves is deprecated in favour of holds. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
1109
+ " Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/`"
1110
1110
  ]
1111
1111
  },
1112
1112
  {
@@ -1175,7 +1175,7 @@
1175
1175
  " The maximum number of locks that should exist on an account.",
1176
1176
  " Not strictly enforced, but used for weight estimation.",
1177
1177
  "",
1178
- " Use of locks is deprecated in favour of freezes. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
1178
+ " Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/`"
1179
1179
  ]
1180
1180
  },
1181
1181
  {
@@ -1185,7 +1185,7 @@
1185
1185
  "docs": [
1186
1186
  " The maximum number of named reserves that can exist on an account.",
1187
1187
  "",
1188
- " Use of reserves is deprecated in favour of holds. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
1188
+ " Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/`"
1189
1189
  ]
1190
1190
  },
1191
1191
  {
@@ -1999,9 +1999,9 @@
1999
1999
  "docs": []
2000
2000
  },
2001
2001
  {
2002
- "name": "PezkuwiXcm",
2002
+ "name": "PolkadotXcm",
2003
2003
  "storage": {
2004
- "prefix": "PezkuwiXcm",
2004
+ "prefix": "PolkadotXcm",
2005
2005
  "items": [
2006
2006
  {
2007
2007
  "name": "QueryCounter",
@@ -2291,7 +2291,7 @@
2291
2291
  "docs": []
2292
2292
  },
2293
2293
  {
2294
- "name": "PezcumulusXcm",
2294
+ "name": "CumulusXcm",
2295
2295
  "storage": null,
2296
2296
  "calls": {
2297
2297
  "type": 313
@@ -2305,9 +2305,9 @@
2305
2305
  "docs": []
2306
2306
  },
2307
2307
  {
2308
- "name": "ToZagrosXcmRouter",
2308
+ "name": "ToKusamaXcmRouter",
2309
2309
  "storage": {
2310
- "prefix": "ToZagrosXcmRouter",
2310
+ "prefix": "ToKusamaXcmRouter",
2311
2311
  "items": [
2312
2312
  {
2313
2313
  "name": "Bridge",
@@ -2441,7 +2441,7 @@
2441
2441
  "docs": [
2442
2442
  " The maximum amount of weight (if any) to be used from remaining weight `on_idle` which",
2443
2443
  " should be provided to the message queue for servicing enqueued items `on_idle`.",
2444
- " Useful for teyrchains to process messages at the same block they are received.",
2444
+ " Useful for parachains to process messages at the same block they are received.",
2445
2445
  "",
2446
2446
  " If `None`, it will not call `ServiceQueues::service_queues` in `on_idle`."
2447
2447
  ]
@@ -4048,7 +4048,7 @@
4048
4048
  "fallback": "0x00000000",
4049
4049
  "docs": [
4050
4050
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
4051
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
4051
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
4052
4052
  "",
4053
4053
  " Number of proposals that have been made."
4054
4054
  ]
@@ -4068,7 +4068,7 @@
4068
4068
  "fallback": "0x00",
4069
4069
  "docs": [
4070
4070
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
4071
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
4071
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
4072
4072
  "",
4073
4073
  " Proposals that have been made."
4074
4074
  ]
@@ -4093,7 +4093,7 @@
4093
4093
  "fallback": "0x00",
4094
4094
  "docs": [
4095
4095
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
4096
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
4096
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
4097
4097
  "",
4098
4098
  " Proposal indices that have been approved but not yet awarded."
4099
4099
  ]
@@ -4176,7 +4176,7 @@
4176
4176
  "value": "0x64000000",
4177
4177
  "docs": [
4178
4178
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
4179
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
4179
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
4180
4180
  "",
4181
4181
  " The maximum number of approvals that can wait in the spending queue.",
4182
4182
  "",
@@ -4910,7 +4910,7 @@
4910
4910
  " keys which are then hashed and concatenated, resulting in arbitrarily long keys.",
4911
4911
  "",
4912
4912
  " Use the *state migration RPC* to retrieve the length of the longest key in your",
4913
- " storage: <https://github.com/pezkuwichain/bizinikiwi/issues/11642>",
4913
+ " storage: <https://github.com/paritytech/substrate/issues/11642>",
4914
4914
  "",
4915
4915
  " The migration will halt with a `Halted` event if this value is too small.",
4916
4916
  " Since there is no real penalty from over-estimating, it is advised to use a large",
@@ -4922,7 +4922,7 @@
4922
4922
  " - [`frame_support::storage::StorageDoubleMap`]: 96 byte",
4923
4923
  "",
4924
4924
  " For more info see",
4925
- " <https://www.shawntabrizi.com/blog/bizinikiwi/querying-bizinikiwi-storage-via-rpc/>"
4925
+ " <https://www.shawntabrizi.com/blog/substrate/querying-substrate-storage-via-rpc/>"
4926
4926
  ]
4927
4927
  }
4928
4928
  ],
@@ -7326,7 +7326,7 @@
7326
7326
  " This runtime API is used to inform potential block authors whether they will",
7327
7327
  " have the right to author at a slot, assuming they have claimed the slot.",
7328
7328
  "",
7329
- " In particular, this API allows Aura-based teyrchains to regulate their \"unincluded segment\",",
7329
+ " In particular, this API allows Aura-based parachains to regulate their \"unincluded segment\",",
7330
7330
  " which is the section of the head of the chain which has not yet been made available in the",
7331
7331
  " relay chain.",
7332
7332
  "",
@@ -7335,7 +7335,7 @@
7335
7335
  " the amount of blocks that can be created.",
7336
7336
  "",
7337
7337
  " Changes:",
7338
- " - Version 2: Update to `can_build_upon` to take a relay chain `Slot` instead of a teyrchain `Slot`."
7338
+ " - Version 2: Update to `can_build_upon` to take a relay chain `Slot` instead of a parachain `Slot`."
7339
7339
  ]
7340
7340
  },
7341
7341
  {
@@ -7377,7 +7377,7 @@
7377
7377
  }
7378
7378
  ],
7379
7379
  "docs": [
7380
- " The `Core` runtime api that every Bizinikiwi runtime needs to implement."
7380
+ " The `Core` runtime api that every Substrate runtime needs to implement."
7381
7381
  ]
7382
7382
  },
7383
7383
  {
@@ -8061,7 +8061,7 @@
8061
8061
  "",
8062
8062
  " Version history:",
8063
8063
  " - Version 2: Changed [`Self::collect_collation_info`] signature",
8064
- " - Version 3: Signals to the node to use version 1 of [`TeyrchainBlockData`]."
8064
+ " - Version 3: Signals to the node to use version 1 of [`ParachainBlockData`]."
8065
8065
  ]
8066
8066
  },
8067
8067
  {
@@ -8214,19 +8214,19 @@
8214
8214
  ]
8215
8215
  },
8216
8216
  {
8217
- "name": "GetTeyrchainInfo",
8217
+ "name": "GetParachainInfo",
8218
8218
  "methods": [
8219
8219
  {
8220
- "name": "teyrchain_id",
8220
+ "name": "parachain_id",
8221
8221
  "inputs": [],
8222
8222
  "output": 171,
8223
8223
  "docs": [
8224
- " Retrieve the teyrchain id used for runtime."
8224
+ " Retrieve the parachain id used for runtime."
8225
8225
  ]
8226
8226
  }
8227
8227
  ],
8228
8228
  "docs": [
8229
- " Runtime api used to access general info about a teyrchain runtime."
8229
+ " Runtime api used to access general info about a parachain runtime."
8230
8230
  ]
8231
8231
  },
8232
8232
  {