Skip to content

Commit

Permalink
rm cond rendering Kusama (#6255)
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 authored Sep 24, 2024
1 parent 4cc4350 commit bf50447
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 22 deletions.
13 changes: 10 additions & 3 deletions docs/general/thousand-validators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/learn/learn-account-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 3 additions & 5 deletions docs/learn/learn-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 }}

:::

<!-- prettier-ignore -->
<Tabs groupId="clients" values={[ {label: 'Polkadot', value: 'polkadot'}, { label: 'Kusama', value: 'kusama'} ]}>

Expand Down
17 changes: 8 additions & 9 deletions docs/learn/learn-staking-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 4 additions & 4 deletions docs/learn/learn-staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit bf50447

Please sign in to comment.