refactor: Update remaining ParityTech references to PezkuwiChain
This commit finalizes the update of ParityTech references to PezkuwiChain within the module. Specifically: - All URLs in xcm documentation were updated to . - and URLs in module were updated to point to internal paths. - The readme reference was updated from to . - Deprecated URLs for in and were replaced with generic comments. - A specific issue reference in was generalized. These changes ensure consistency with the PezkuwiChain branding and repository structure.
This commit is contained in:
@@ -1927,8 +1927,7 @@ pub struct SessionInfo {
|
||||
/// Validators in canonical ordering.
|
||||
///
|
||||
/// NOTE: There might be more authorities in the current session, than `validators`
|
||||
/// participating in parachain consensus. See
|
||||
/// [`max_validators`](https://github.com/paritytech/polkadot/blob/a52dca2be7840b23c19c153cf7e110b1e3e475f8/runtime/parachains/src/configuration.rs#L148).
|
||||
/// participating in teyrchain consensus. See `max_validators` in configuration.
|
||||
///
|
||||
/// `SessionInfo::validators` will be limited to `max_validators` when set.
|
||||
pub validators: IndexedVec<ValidatorIndex, ValidatorId>,
|
||||
@@ -1936,14 +1935,12 @@ pub struct SessionInfo {
|
||||
///
|
||||
/// NOTE: The first `validators.len()` entries will match the corresponding validators in
|
||||
/// `validators`, afterwards any remaining authorities can be found. This is any authorities
|
||||
/// not participating in parachain consensus - see
|
||||
/// [`max_validators`](https://github.com/paritytech/polkadot/blob/a52dca2be7840b23c19c153cf7e110b1e3e475f8/runtime/parachains/src/configuration.rs#L148)
|
||||
/// not participating in teyrchain consensus - see `max_validators` in configuration.
|
||||
pub discovery_keys: Vec<AuthorityDiscoveryId>,
|
||||
/// The assignment keys for validators.
|
||||
///
|
||||
/// NOTE: There might be more authorities in the current session, than validators participating
|
||||
/// in parachain consensus. See
|
||||
/// [`max_validators`](https://github.com/paritytech/polkadot/blob/a52dca2be7840b23c19c153cf7e110b1e3e475f8/runtime/parachains/src/configuration.rs#L148).
|
||||
/// in teyrchain consensus. See `max_validators` in configuration.
|
||||
///
|
||||
/// Therefore:
|
||||
/// ```ignore
|
||||
|
||||
Reference in New Issue
Block a user