From bf50447506f1f60e86664e4f1ce125cecf66cbbf Mon Sep 17 00:00:00 2001 From: Filippo <110459737+filippoweb3@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:04:29 +0200 Subject: [PATCH] rm cond rendering Kusama (#6255) --- docs/general/thousand-validators.md | 13 ++++++++++--- docs/learn/learn-account-advanced.md | 3 ++- docs/learn/learn-identity.md | 8 +++----- docs/learn/learn-staking-advanced.md | 17 ++++++++--------- docs/learn/learn-staking.md | 8 ++++---- 5 files changed, 27 insertions(+), 22 deletions(-) diff --git a/docs/general/thousand-validators.md b/docs/general/thousand-validators.md index 3f138a171541..360019b91753 100644 --- a/docs/general/thousand-validators.md +++ b/docs/general/thousand-validators.md @@ -50,8 +50,14 @@ Attaining a rank of 100 usually takes around two months. The leaderboard is avai fill in the [application form](https://forms.gle/LTCze7fJvqQinPqx6). You will hear back from the team shortly. -{{ kusama: In order to apply to the Kusama 1KV programme, set up your node to adhere to the requirements below -and fill in the [application form](https://forms.gle/dZkWrGWCNG3ENVCfA). The process of review and addition is a manual one; you'll be invited to the 1KV Kusama channel and added to the leaderboard, if accepted. :kusama }} +:::info 1KV on Kusama + +In order to apply to the Kusama 1KV programme, set up your node to adhere to the requirements below +and fill in the [application form](https://forms.gle/dZkWrGWCNG3ENVCfA). The process of review and +addition is a manual one; you'll be invited to the 1KV Kusama channel and added to the leaderboard, +if accepted. + +::: #### Requirements @@ -108,7 +114,8 @@ Thousand Validators programme. They are formatted like "`stash` / `staking proxy A time delay proxy is used as the interaction method for some of these accounts. -{{ kusama: Within the Kusama program, there are several other nominator accounts that can exhaustively be determined by parsing data found [here](https://kusama.w3f.community/nominators) :kusama }} +Within the Kusama program, there are several other nominator accounts that can exhaustively be +determined by parsing data found [here](https://kusama.w3f.community/nominators). Since approximately early January 2021, the nominators will select an automatic number of validators to nominate based on the lowest amount staked for a validator and the amount of funds it holds. This diff --git a/docs/learn/learn-account-advanced.md b/docs/learn/learn-account-advanced.md index c046daccaa16..d7944a434329 100644 --- a/docs/learn/learn-account-advanced.md +++ b/docs/learn/learn-account-advanced.md @@ -327,7 +327,8 @@ derived accounts using the Ledger Live App, but it is possible to do so using Po [the accounts page](../learn/learn-accounts.md) for more information about derived accounts and derivation paths. -{{ kusama: Note that you cannot import Kusama Ledger accounts in Ledger Live. To see Kusama account balances, you must import your ledger account into a [**wallet**](./wallets). :kusama }} +Note that you cannot import Kusama Ledger accounts in Ledger Live. To see Kusama account balances, +you must import your ledger account into a [**wallet**](./wallets). ### Account Derivation on [Subkey](#creating-accounts-with-subkey) and [Polkadot Vault](../general/polkadot-vault.md) diff --git a/docs/learn/learn-identity.md b/docs/learn/learn-identity.md index a51f4092cc38..06dd5b7af8ef 100644 --- a/docs/learn/learn-identity.md +++ b/docs/learn/learn-identity.md @@ -19,7 +19,9 @@ identity is cleared. Identities are managed on the [People system chain](./learn-system-chains.md). -You can cross-chain transfer your DOT tokens to the People system chain using [Nova Wallet](https://novawallet.io/). A guide on how to do this can be found [here](https://docs.novawallet.io/nova-wallet-wiki/asset-management/how-to-send-tokens/send-tokens-cross-chain). +You can cross-chain transfer your DOT tokens to the People system chain using +[Nova Wallet](https://novawallet.io/). A guide on how to do this can be found +[here](https://docs.novawallet.io/nova-wallet-wiki/asset-management/how-to-send-tokens/send-tokens-cross-chain). ## Sub-Identities @@ -76,10 +78,6 @@ any new judgment requests. The registrar fee is set to a substantial amount to d judgement requests. Identities judged by the registrar before that date will not be affected. For new identity judgment, please use the other registrars. -{{ kusama: **Registrar 2** is no longer offering registrar services on Kusama. :kusama }} - -::: - diff --git a/docs/learn/learn-staking-advanced.md b/docs/learn/learn-staking-advanced.md index 6efd6c85f775..94e347586a44 100644 --- a/docs/learn/learn-staking-advanced.md +++ b/docs/learn/learn-staking-advanced.md @@ -87,15 +87,14 @@ For a demo about bags list see [this video tutorial](https://youtu.be/hIIZRJLrBZ ::: In Polkadot's NPoS nomination intents are placed in a semi-sorted list called -[bags-list](https://github.com/paritytech/substrate/pull/9507). -{{ kusama: The bags list example below uses DOT for explaining the concepts. :kusama }} The -Bags-List substrate pallet is designed to be self-maintaining, with minimal effort from the -blockchain, making it extremely scalable. The bags list has two primary components, bags and nodes -(or nominators' accounts), with bags containing the nodes with bonded balance within a specific -range. In the figure below the 1st empty bag will contain nominators whose bonded balance is in the -range of 21 - 30 DOT, the 2nd bag 11 - 20 DOT, and the 3rd bag 0-10 DOT. The nomination intents are -the nominators' accounts with bonded tokens (in the example shown below, there are eight nomination -intents) that will be put inside each of those three bags depending on their stake. +[bags-list](https://github.com/paritytech/substrate/pull/9507). The Bags-List substrate pallet is +designed to be self-maintaining, with minimal effort from the blockchain, making it extremely +scalable. The bags list has two primary components, bags and nodes (or nominators' accounts), with +bags containing the nodes with bonded balance within a specific range. In the figure below the 1st +empty bag will contain nominators whose bonded balance is in the range of 21 - 30 DOT, the 2nd bag +11 - 20 DOT, and the 3rd bag 0-10 DOT. The nomination intents are the nominators' accounts with +bonded tokens (in the example shown below, there are eight nomination intents) that will be put +inside each of those three bags depending on their stake. ![bags list example 0](../assets/bags-list-example-0.png) diff --git a/docs/learn/learn-staking.md b/docs/learn/learn-staking.md index 040bd16d19d0..044f98d8cf08 100644 --- a/docs/learn/learn-staking.md +++ b/docs/learn/learn-staking.md @@ -211,8 +211,8 @@ nominator [guide](learn-nominator.md) to understanding your responsibilities as If you want to become a nominator, see [this](../learn/learn-nominator.md) guide. If you are a beginner and would like to securely stake your tokens using the Polkadot-JS UI, refer to [this](https://support.polkadot.network/support/solutions/articles/65000168057-how-do-i-stake-nominate-on-polkadot-) -support article. -{{ kusama: The tutorial presented in the support article is demonstrated on Polkadot, but the procedure is the same for Kusama. :kusama }} +support article. The tutorial presented in the support article is demonstrated on Polkadot, but the +procedure is the same for Kusama. :::info Polkadot Staking Dashboard @@ -366,8 +366,8 @@ other wallets that officially secured funding from the treasury ### Claiming Staking Rewards -{{ kusama: Note that Kusama runs approximately 4x as fast as Polkadot, except for block production times. -Polkadot will also produce blocks at approximately six-second intervals. :kusama }} +Note that Kusama runs approximately 4x as fast as Polkadot, except for block production times. +Polkadot will also produce blocks at approximately six-second intervals. Rewards are calculated per era (approximately six hours on Kusama and twenty-four hours on Polkadot). These rewards are calculated based on era points, which have a probabilistic component.