@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.
@@ -855,7 +855,7 @@
855
855
  " Any liquidity locks on some account balances.",
856
856
  " NOTE: Should only be accessed when setting, changing and freeing a lock.",
857
857
  "",
858
- " Use of locks is deprecated in favour of freezes. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
858
+ " Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/`"
859
859
  ]
860
860
  },
861
861
  {
@@ -874,7 +874,7 @@
874
874
  "docs": [
875
875
  " Named reserves on some account balances.",
876
876
  "",
877
- " Use of reserves is deprecated in favour of holds. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
877
+ " Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/`"
878
878
  ]
879
879
  },
880
880
  {
@@ -943,7 +943,7 @@
943
943
  " The maximum number of locks that should exist on an account.",
944
944
  " Not strictly enforced, but used for weight estimation.",
945
945
  "",
946
- " Use of locks is deprecated in favour of freezes. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
946
+ " Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/`"
947
947
  ]
948
948
  },
949
949
  {
@@ -953,7 +953,7 @@
953
953
  "docs": [
954
954
  " The maximum number of named reserves that can exist on an account.",
955
955
  "",
956
- " Use of reserves is deprecated in favour of holds. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
956
+ " Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/`"
957
957
  ]
958
958
  },
959
959
  {
@@ -3238,7 +3238,7 @@
3238
3238
  "fallback": "0x00000000",
3239
3239
  "docs": [
3240
3240
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
3241
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
3241
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
3242
3242
  "",
3243
3243
  " Number of proposals that have been made."
3244
3244
  ]
@@ -3258,7 +3258,7 @@
3258
3258
  "fallback": "0x00",
3259
3259
  "docs": [
3260
3260
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
3261
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
3261
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
3262
3262
  "",
3263
3263
  " Proposals that have been made."
3264
3264
  ]
@@ -3283,7 +3283,7 @@
3283
3283
  "fallback": "0x00",
3284
3284
  "docs": [
3285
3285
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
3286
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
3286
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
3287
3287
  "",
3288
3288
  " Proposal indices that have been approved but not yet awarded."
3289
3289
  ]
@@ -3366,7 +3366,7 @@
3366
3366
  "value": "0x64000000",
3367
3367
  "docs": [
3368
3368
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
3369
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
3369
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
3370
3370
  "",
3371
3371
  " The maximum number of approvals that can wait in the spending queue.",
3372
3372
  "",
@@ -7641,7 +7641,7 @@
7641
7641
  " keys which are then hashed and concatenated, resulting in arbitrarily long keys.",
7642
7642
  "",
7643
7643
  " Use the *state migration RPC* to retrieve the length of the longest key in your",
7644
- " storage: <https://github.com/pezkuwichain/bizinikiwi/issues/11642>",
7644
+ " storage: <https://github.com/paritytech/substrate/issues/11642>",
7645
7645
  "",
7646
7646
  " The migration will halt with a `Halted` event if this value is too small.",
7647
7647
  " Since there is no real penalty from over-estimating, it is advised to use a large",
@@ -7653,7 +7653,7 @@
7653
7653
  " - [`frame_support::storage::StorageDoubleMap`]: 96 byte",
7654
7654
  "",
7655
7655
  " For more info see",
7656
- " <https://www.shawntabrizi.com/blog/bizinikiwi/querying-bizinikiwi-storage-via-rpc/>"
7656
+ " <https://www.shawntabrizi.com/blog/substrate/querying-substrate-storage-via-rpc/>"
7657
7657
  ]
7658
7658
  }
7659
7659
  ],
@@ -9337,7 +9337,7 @@
9337
9337
  "docs": [
9338
9338
  " The maximum amount of weight (if any) to be used from remaining weight `on_idle` which",
9339
9339
  " should be provided to the message queue for servicing enqueued items `on_idle`.",
9340
- " Useful for teyrchains to process messages at the same block they are received.",
9340
+ " Useful for parachains to process messages at the same block they are received.",
9341
9341
  "",
9342
9342
  " If `None`, it will not call `ServiceQueues::service_queues` in `on_idle`."
9343
9343
  ]
@@ -9841,7 +9841,7 @@
9841
9841
  },
9842
9842
  "fallback": "0x00",
9843
9843
  "docs": [
9844
- " The Pezkuwi Core reservations (generally tasked with the maintenance of System Chains)."
9844
+ " The Polkadot Core reservations (generally tasked with the maintenance of System Chains)."
9845
9845
  ]
9846
9846
  },
9847
9847
  {
@@ -9852,7 +9852,7 @@
9852
9852
  },
9853
9853
  "fallback": "0x00",
9854
9854
  "docs": [
9855
- " The Pezkuwi Core legacy leases."
9855
+ " The Polkadot Core legacy leases."
9856
9856
  ]
9857
9857
  },
9858
9858
  {
@@ -10989,7 +10989,7 @@
10989
10989
  }
10990
10990
  ],
10991
10991
  "docs": [
10992
- " The `Core` runtime api that every Bizinikiwi runtime needs to implement."
10992
+ " The `Core` runtime api that every Substrate runtime needs to implement."
10993
10993
  ]
10994
10994
  },
10995
10995
  {
@@ -35912,7 +35912,7 @@
35912
35912
  "Forcefully set the progress the running migration.",
35913
35913
  "",
35914
35914
  "This is only useful in one case: the next key to migrate is too big to be migrated with",
35915
- "a signed account, in a teyrchain context, and we simply want to skip it. A reasonable",
35915
+ "a signed account, in a parachain context, and we simply want to skip it. A reasonable",
35916
35916
  "example of this would be `:code:`, which is both very expensive to migrate, and commonly",
35917
35917
  "used, so probably it is already migrated.",
35918
35918
  "",
@@ -52046,7 +52046,7 @@
52046
52046
  "typeName": "CoreMaskBitCount",
52047
52047
  "docs": [
52048
52048
  "The amount of Coretime contributed to the Instantaneous Coretime Pool by the",
52049
- "Pezkuwi System."
52049
+ "Polkadot System."
52050
52050
  ]
52051
52051
  }
52052
52052
  ],
@@ -52122,7 +52122,7 @@
52122
52122
  "type": 6,
52123
52123
  "typeName": "BalanceOf<T>",
52124
52124
  "docs": [
52125
- "The amount of revenue the Pezkuwi System has already taken."
52125
+ "The amount of revenue the Polkadot System has already taken."
52126
52126
  ]
52127
52127
  },
52128
52128
  {
@@ -52448,7 +52448,7 @@
52448
52448
  {
52449
52449
  "name": null,
52450
52450
  "type": 537,
52451
- "typeName": "<dynamic_params::storage::Parameters as pezkuwi_sdk::frame_support::\ntraits::dynamic_params::AggregatedKeyValue>::Key",
52451
+ "typeName": "<dynamic_params::storage::Parameters as polkadot_sdk::frame_support::\ntraits::dynamic_params::AggregatedKeyValue>::Key",
52452
52452
  "docs": []
52453
52453
  }
52454
52454
  ],
@@ -52461,7 +52461,7 @@
52461
52461
  {
52462
52462
  "name": null,
52463
52463
  "type": 538,
52464
- "typeName": "<dynamic_params::referenda::Parameters as pezkuwi_sdk::frame_support\n::traits::dynamic_params::AggregatedKeyValue>::Key",
52464
+ "typeName": "<dynamic_params::referenda::Parameters as polkadot_sdk::frame_support\n::traits::dynamic_params::AggregatedKeyValue>::Key",
52465
52465
  "docs": []
52466
52466
  }
52467
52467
  ],
@@ -52621,7 +52621,7 @@
52621
52621
  {
52622
52622
  "name": null,
52623
52623
  "type": 541,
52624
- "typeName": "<dynamic_params::storage::Parameters as pezkuwi_sdk::frame_support::\ntraits::dynamic_params::AggregatedKeyValue>::Value",
52624
+ "typeName": "<dynamic_params::storage::Parameters as polkadot_sdk::frame_support::\ntraits::dynamic_params::AggregatedKeyValue>::Value",
52625
52625
  "docs": []
52626
52626
  }
52627
52627
  ],
@@ -52634,7 +52634,7 @@
52634
52634
  {
52635
52635
  "name": null,
52636
52636
  "type": 542,
52637
- "typeName": "<dynamic_params::referenda::Parameters as pezkuwi_sdk::frame_support\n::traits::dynamic_params::AggregatedKeyValue>::Value",
52637
+ "typeName": "<dynamic_params::referenda::Parameters as polkadot_sdk::frame_support\n::traits::dynamic_params::AggregatedKeyValue>::Value",
52638
52638
  "docs": []
52639
52639
  }
52640
52640
  ],
@@ -805,7 +805,7 @@
805
805
  " Any liquidity locks on some account balances.",
806
806
  " NOTE: Should only be accessed when setting, changing and freeing a lock.",
807
807
  "",
808
- " Use of locks is deprecated in favour of freezes. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
808
+ " Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/`"
809
809
  ]
810
810
  },
811
811
  {
@@ -824,7 +824,7 @@
824
824
  "docs": [
825
825
  " Named reserves on some account balances.",
826
826
  "",
827
- " Use of reserves is deprecated in favour of holds. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
827
+ " Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/`"
828
828
  ]
829
829
  },
830
830
  {
@@ -893,7 +893,7 @@
893
893
  " The maximum number of locks that should exist on an account.",
894
894
  " Not strictly enforced, but used for weight estimation.",
895
895
  "",
896
- " Use of locks is deprecated in favour of freezes. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
896
+ " Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/`"
897
897
  ]
898
898
  },
899
899
  {
@@ -903,7 +903,7 @@
903
903
  "docs": [
904
904
  " The maximum number of named reserves that can exist on an account.",
905
905
  "",
906
- " Use of reserves is deprecated in favour of holds. See `https://github.com/pezkuwichain/bizinikiwi/pull/12951/`"
906
+ " Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/`"
907
907
  ]
908
908
  },
909
909
  {
@@ -2250,7 +2250,7 @@
2250
2250
  "fallback": "0x00000000",
2251
2251
  "docs": [
2252
2252
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
2253
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
2253
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
2254
2254
  "",
2255
2255
  " Number of proposals that have been made."
2256
2256
  ]
@@ -2270,7 +2270,7 @@
2270
2270
  "fallback": "0x00",
2271
2271
  "docs": [
2272
2272
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
2273
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
2273
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
2274
2274
  "",
2275
2275
  " Proposals that have been made."
2276
2276
  ]
@@ -2295,7 +2295,7 @@
2295
2295
  "fallback": "0x00",
2296
2296
  "docs": [
2297
2297
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
2298
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
2298
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
2299
2299
  "",
2300
2300
  " Proposal indices that have been approved but not yet awarded."
2301
2301
  ]
@@ -2378,7 +2378,7 @@
2378
2378
  "value": "0x64000000",
2379
2379
  "docs": [
2380
2380
  " DEPRECATED: associated with `spend_local` call and will be removed in May 2025.",
2381
- " Refer to <https://github.com/pezkuwichain/pezkuwi-sdk/pull/5961> for migration to `spend`.",
2381
+ " Refer to <https://github.com/paritytech/polkadot-sdk/pull/5961> for migration to `spend`.",
2382
2382
  "",
2383
2383
  " The maximum number of approvals that can wait in the spending queue.",
2384
2384
  "",
@@ -5545,7 +5545,7 @@
5545
5545
  "docs": []
5546
5546
  },
5547
5547
  {
5548
- "name": "TeyrchainsOrigin",
5548
+ "name": "ParachainsOrigin",
5549
5549
  "storage": null,
5550
5550
  "calls": null,
5551
5551
  "events": null,
@@ -5641,7 +5641,7 @@
5641
5641
  },
5642
5642
  "fallback": "0x00",
5643
5643
  "docs": [
5644
- " All the validators actively participating in teyrchain consensus.",
5644
+ " All the validators actively participating in parachain consensus.",
5645
5645
  " Indices are into the broader validator set."
5646
5646
  ]
5647
5647
  },
@@ -5653,7 +5653,7 @@
5653
5653
  },
5654
5654
  "fallback": "0x00",
5655
5655
  "docs": [
5656
- " The teyrchain attestation keys of the validators actively participating in teyrchain",
5656
+ " The parachain attestation keys of the validators actively participating in parachain",
5657
5657
  " consensus. This should be the same length as `ActiveValidatorIndices`."
5658
5658
  ]
5659
5659
  },
@@ -5779,10 +5779,10 @@
5779
5779
  "fallback": "0x00",
5780
5780
  "docs": [
5781
5781
  " All the validator groups. One for each core. Indices are into `ActiveValidators` - not the",
5782
- " broader set of Pezkuwi validators, but instead just the subset used for teyrchains during",
5782
+ " broader set of Polkadot validators, but instead just the subset used for parachains during",
5783
5783
  " this session.",
5784
5784
  "",
5785
- " Bound: The number of cores is the sum of the numbers of teyrchains and parathread",
5785
+ " Bound: The number of cores is the sum of the numbers of parachains and parathread",
5786
5786
  " multiplexers. Reasonably, 100-1000. The dominant factor is the number of validators: safe",
5787
5787
  " upper bound at 10k."
5788
5788
  ]
@@ -5798,7 +5798,7 @@
5798
5798
  " The block number where the session start occurred. Used to track how many group rotations",
5799
5799
  " have occurred.",
5800
5800
  "",
5801
- " Note that in the context of teyrchains modules the session change is signaled during",
5801
+ " Note that in the context of parachains modules the session change is signaled during",
5802
5802
  " the block and enacted at the end of the block (at the finalization stage, to be exact).",
5803
5803
  " Thus for all intents and purposes the effect of the session change is observed at the",
5804
5804
  " block following the session change, block number of which we save in this storage value."
@@ -5862,17 +5862,17 @@
5862
5862
  ]
5863
5863
  },
5864
5864
  {
5865
- "name": "Teyrchains",
5865
+ "name": "Parachains",
5866
5866
  "modifier": "Default",
5867
5867
  "type": {
5868
5868
  "plain": 913
5869
5869
  },
5870
5870
  "fallback": "0x00",
5871
5871
  "docs": [
5872
- " All lease holding teyrchains. Ordered ascending by `ParaId`. On demand teyrchains are not",
5872
+ " All lease holding parachains. Ordered ascending by `ParaId`. On demand parachains are not",
5873
5873
  " included.",
5874
5874
  "",
5875
- " Consider using the [`TeyrchainsCache`] type of modifying."
5875
+ " Consider using the [`ParachainsCache`] type of modifying."
5876
5876
  ]
5877
5877
  },
5878
5878
  {
@@ -5923,7 +5923,7 @@
5923
5923
  },
5924
5924
  "fallback": "0x00",
5925
5925
  "docs": [
5926
- " The context (relay-chain block number) of the most recent teyrchain head."
5926
+ " The context (relay-chain block number) of the most recent parachain head."
5927
5927
  ]
5928
5928
  },
5929
5929
  {
@@ -5979,7 +5979,7 @@
5979
5979
  },
5980
5980
  "fallback": "0x0000",
5981
5981
  "docs": [
5982
- " Past code of teyrchains. The teyrchains themselves may not be registered anymore,",
5982
+ " Past code of parachains. The parachains themselves may not be registered anymore,",
5983
5983
  " but we also keep their code on-chain for the same amount of time as outdated code",
5984
5984
  " to keep it available for approval checkers."
5985
5985
  ]
@@ -5996,7 +5996,7 @@
5996
5996
  " was replaced. Note that this is the actual height of the included block, not the expected",
5997
5997
  " height at which the code upgrade would be applied, although they may be equal.",
5998
5998
  " This is to ensure the entire acceptance period is covered, not an offset acceptance period",
5999
- " starting from the time at which the teyrchain perceives a code upgrade as having occurred.",
5999
+ " starting from the time at which the parachain perceives a code upgrade as having occurred.",
6000
6000
  " Multiple entries for a single para are permitted. Ordered ascending by block number."
6001
6001
  ]
6002
6002
  },
@@ -6014,7 +6014,7 @@
6014
6014
  },
6015
6015
  "fallback": "0x00",
6016
6016
  "docs": [
6017
- " The block number at which the planned code change is expected for a teyrchain.",
6017
+ " The block number at which the planned code change is expected for a parachain.",
6018
6018
  "",
6019
6019
  " The change will be applied after the first parablock for this ID included which executes",
6020
6020
  " in the context of a relay chain block with a number >= `expected_at`."
@@ -6030,9 +6030,9 @@
6030
6030
  "docs": [
6031
6031
  " The list of upcoming future code upgrades.",
6032
6032
  "",
6033
- " Each item is a pair of the teyrchain and the expected block at which the upgrade should be",
6033
+ " Each item is a pair of the parachain and the expected block at which the upgrade should be",
6034
6034
  " applied. The upgrade will be applied at the given relay chain block. In contrast to",
6035
- " [`FutureCodeUpgrades`] this code upgrade will be applied regardless the teyrchain making any",
6035
+ " [`FutureCodeUpgrades`] this code upgrade will be applied regardless the parachain making any",
6036
6036
  " progress or not.",
6037
6037
  "",
6038
6038
  " Ordered ascending by block number."
@@ -6088,16 +6088,16 @@
6088
6088
  },
6089
6089
  "fallback": "0x00",
6090
6090
  "docs": [
6091
- " This is used by the relay-chain to communicate to a teyrchain a go-ahead with in the upgrade",
6091
+ " This is used by the relay-chain to communicate to a parachain a go-ahead with in the upgrade",
6092
6092
  " procedure.",
6093
6093
  "",
6094
6094
  " This value is absent when there are no upgrades scheduled or during the time the relay chain",
6095
6095
  " performs the checks. It is set at the first relay-chain block when the corresponding",
6096
- " teyrchain can switch its upgrade function. As soon as the teyrchain's block is included, the",
6096
+ " parachain can switch its upgrade function. As soon as the parachain's block is included, the",
6097
6097
  " value gets reset to `None`.",
6098
6098
  "",
6099
- " NOTE that this field is used by teyrchains via merkle storage proofs, therefore changing",
6100
- " the format will require migration of teyrchains."
6099
+ " NOTE that this field is used by parachains via merkle storage proofs, therefore changing",
6100
+ " the format will require migration of parachains."
6101
6101
  ]
6102
6102
  },
6103
6103
  {
@@ -6115,14 +6115,14 @@
6115
6115
  "fallback": "0x00",
6116
6116
  "docs": [
6117
6117
  " This is used by the relay-chain to communicate that there are restrictions for performing",
6118
- " an upgrade for this teyrchain.",
6118
+ " an upgrade for this parachain.",
6119
6119
  "",
6120
- " This may be a because the teyrchain waits for the upgrade cooldown to expire. Another",
6120
+ " This may be a because the parachain waits for the upgrade cooldown to expire. Another",
6121
6121
  " potential use case is when we want to perform some maintenance (such as storage migration)",
6122
6122
  " we could restrict upgrades to make the process simpler.",
6123
6123
  "",
6124
- " NOTE that this field is used by teyrchains via merkle storage proofs, therefore changing",
6125
- " the format will require migration of teyrchains."
6124
+ " NOTE that this field is used by parachains via merkle storage proofs, therefore changing",
6125
+ " the format will require migration of parachains."
6126
6126
  ]
6127
6127
  },
6128
6128
  {
@@ -6133,7 +6133,7 @@
6133
6133
  },
6134
6134
  "fallback": "0x00",
6135
6135
  "docs": [
6136
- " The list of teyrchains that are awaiting for their upgrade restriction to cooldown.",
6136
+ " The list of parachains that are awaiting for their upgrade restriction to cooldown.",
6137
6137
  "",
6138
6138
  " Ordered ascending by block number."
6139
6139
  ]
@@ -6263,7 +6263,7 @@
6263
6263
  },
6264
6264
  "fallback": "0x00",
6265
6265
  "docs": [
6266
- " Whether the teyrchains modules have been initialized within this block.",
6266
+ " Whether the parachains modules have been initialized within this block.",
6267
6267
  "",
6268
6268
  " Semantically a `bool`, but this guarantees it should never hit the trie,",
6269
6269
  " as this is cleared in `on_finalize` and Frame optimizes `None` values to be empty values.",
@@ -6678,7 +6678,7 @@
6678
6678
  },
6679
6679
  "fallback": "0x00",
6680
6680
  "docs": [
6681
- " The validator account keys of the validators actively participating in teyrchain consensus."
6681
+ " The validator account keys of the validators actively participating in parachain consensus."
6682
6682
  ]
6683
6683
  },
6684
6684
  {
@@ -6789,7 +6789,7 @@
6789
6789
  "fallback": "0x00",
6790
6790
  "docs": [
6791
6791
  " Whether the chain is frozen. Starts as `None`. When this is `Some`,",
6792
- " the chain will not accept any new teyrchain blocks for backing or inclusion,",
6792
+ " the chain will not accept any new parachain blocks for backing or inclusion,",
6793
6793
  " and its value indicates the last valid block number in the chain.",
6794
6794
  " It can only be set back to `None` by governance intervention."
6795
6795
  ]
@@ -7117,7 +7117,7 @@
7117
7117
  "type": 6,
7118
7118
  "value": "0x00409452a30300000000000000000000",
7119
7119
  "docs": [
7120
- " The deposit to be paid to run a on-demand teyrchain.",
7120
+ " The deposit to be paid to run a on-demand parachain.",
7121
7121
  " This should include the cost for storing the genesis head and validation code."
7122
7122
  ]
7123
7123
  },
@@ -7155,7 +7155,7 @@
7155
7155
  },
7156
7156
  "fallback": "0x00",
7157
7157
  "docs": [
7158
- " Amounts held on deposit for each (possibly future) leased teyrchain.",
7158
+ " Amounts held on deposit for each (possibly future) leased parachain.",
7159
7159
  "",
7160
7160
  " The actual amount locked on its behalf by any account at any time is the maximum of the",
7161
7161
  " second values of the items in this list whose first value is the account.",
@@ -7163,10 +7163,10 @@
7163
7163
  " The first item in the list is the amount locked for the current Lease Period. Following",
7164
7164
  " items are for the subsequent lease periods.",
7165
7165
  "",
7166
- " The default value (an empty list) implies that the teyrchain no longer exists (or never",
7166
+ " The default value (an empty list) implies that the parachain no longer exists (or never",
7167
7167
  " existed) as far as this pallet is concerned.",
7168
7168
  "",
7169
- " If a teyrchain doesn't exist *yet* but is scheduled to exist in the future, then it",
7169
+ " If a parachain doesn't exist *yet* but is scheduled to exist in the future, then it",
7170
7170
  " will be left-padded with one or more `None`s to denote the fact that nothing is held on",
7171
7171
  " deposit for the non-existent chain currently, but is held at some point in the future.",
7172
7172
  "",
@@ -7844,7 +7844,7 @@
7844
7844
  "docs": [
7845
7845
  " The maximum amount of weight (if any) to be used from remaining weight `on_idle` which",
7846
7846
  " should be provided to the message queue for servicing enqueued items `on_idle`.",
7847
- " Useful for teyrchains to process messages at the same block they are received.",
7847
+ " Useful for parachains to process messages at the same block they are received.",
7848
7848
  "",
7849
7849
  " If `None`, it will not call `ServiceQueues::service_queues` in `on_idle`."
7850
7850
  ]
@@ -8518,7 +8518,7 @@
8518
8518
  }
8519
8519
  ],
8520
8520
  "docs": [
8521
- " The `Core` runtime api that every Bizinikiwi runtime needs to implement."
8521
+ " The `Core` runtime api that every Substrate runtime needs to implement."
8522
8522
  ]
8523
8523
  },
8524
8524
  {
@@ -8684,7 +8684,7 @@
8684
8684
  ]
8685
8685
  },
8686
8686
  {
8687
- "name": "TeyrchainHost",
8687
+ "name": "ParachainHost",
8688
8688
  "methods": [
8689
8689
  {
8690
8690
  "name": "validators",
@@ -8882,7 +8882,7 @@
8882
8882
  "docs": [
8883
8883
  " Get the session info for the given session, if stored.",
8884
8884
  "",
8885
- " NOTE: This function is only available since teyrchain host version 2."
8885
+ " NOTE: This function is only available since parachain host version 2."
8886
8886
  ]
8887
8887
  },
8888
8888
  {
@@ -8901,7 +8901,7 @@
8901
8901
  "docs": [
8902
8902
  " Submits a PVF pre-checking statement into the transaction pool.",
8903
8903
  "",
8904
- " NOTE: This function is only available since teyrchain host version 2."
8904
+ " NOTE: This function is only available since parachain host version 2."
8905
8905
  ]
8906
8906
  },
8907
8907
  {
@@ -8911,7 +8911,7 @@
8911
8911
  "docs": [
8912
8912
  " Returns code hashes of PVFs that require pre-checking by validators in the active set.",
8913
8913
  "",
8914
- " NOTE: This function is only available since teyrchain host version 2."
8914
+ " NOTE: This function is only available since parachain host version 2."
8915
8915
  ]
8916
8916
  },
8917
8917
  {
@@ -8930,7 +8930,7 @@
8930
8930
  "docs": [
8931
8931
  " Fetch the hash of the validation code used by a para, making the given `OccupiedCoreAssumption`.",
8932
8932
  "",
8933
- " NOTE: This function is only available since teyrchain host version 2."
8933
+ " NOTE: This function is only available since parachain host version 2."
8934
8934
  ]
8935
8935
  },
8936
8936
  {
@@ -8960,7 +8960,7 @@
8960
8960
  "output": 1088,
8961
8961
  "docs": [
8962
8962
  " Returns a list of validators that lost a past session dispute and need to be slashed.",
8963
- " NOTE: This function is only available since teyrchain host version 5."
8963
+ " NOTE: This function is only available since parachain host version 5."
8964
8964
  ]
8965
8965
  },
8966
8966
  {
@@ -8974,7 +8974,7 @@
8974
8974
  "output": 1092,
8975
8975
  "docs": [
8976
8976
  " Returns a merkle proof of a validator session key.",
8977
- " NOTE: This function is only available since teyrchain host version 5."
8977
+ " NOTE: This function is only available since parachain host version 5."
8978
8978
  ]
8979
8979
  },
8980
8980
  {
@@ -8993,7 +8993,7 @@
8993
8993
  "docs": [
8994
8994
  " Submit an unsigned extrinsic to slash validators who lost a dispute about",
8995
8995
  " a candidate of a past session.",
8996
- " NOTE: This function is only available since teyrchain host version 5."
8996
+ " NOTE: This function is only available since parachain host version 5."
8997
8997
  ]
8998
8998
  },
8999
8999
  {
@@ -9001,7 +9001,7 @@
9001
9001
  "inputs": [],
9002
9002
  "output": 4,
9003
9003
  "docs": [
9004
- " Get the minimum number of backing votes for a teyrchain candidate.",
9004
+ " Get the minimum number of backing votes for a parachain candidate.",
9005
9005
  " This is a staging method! Do not use on production runtimes!"
9006
9006
  ]
9007
9007
  },
@@ -9015,7 +9015,7 @@
9015
9015
  ],
9016
9016
  "output": 1095,
9017
9017
  "docs": [
9018
- " Returns the state of teyrchain backing for a given para."
9018
+ " Returns the state of parachain backing for a given para."
9019
9019
  ]
9020
9020
  },
9021
9021
  {
@@ -9090,7 +9090,7 @@
9090
9090
  ],
9091
9091
  "output": 1111,
9092
9092
  "docs": [
9093
- " Returns the constraints on the actions that can be taken by a new teyrchain",
9093
+ " Returns the constraints on the actions that can be taken by a new parachain",
9094
9094
  " block."
9095
9095
  ]
9096
9096
  },
@@ -9104,7 +9104,7 @@
9104
9104
  }
9105
9105
  ],
9106
9106
  "docs": [
9107
- " The API for querying the state of teyrchains on-chain."
9107
+ " The API for querying the state of parachains on-chain."
9108
9108
  ]
9109
9109
  },
9110
9110
  {