Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update activities.md #423

Closed
wants to merge 1 commit into from

Conversation

wuzhong-papermoon
Copy link
Contributor

Copy link
Contributor

@eshaben eshaben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some good catches on this one with the missing rows in the tables!! Thank you!!

| 撤销委托 | {{ networks.moonbase.delegator_timings.revoke_delegations.rounds }}轮次({{ networks.moonbase.delegator_timings.revoke_delegations.hours }}小时) |
| 减少自身委托量 | {{ networks.moonbase.delegator_timings.del_bond_less.rounds }}轮次({{ networks.moonbase.delegator_timings.del_bond_less.hours }}小时) |
| 奖励发放(在本轮结束后) | {{ networks.moonbase.delegator_timings.rewards_payouts.rounds }}轮次({{ networks.moonbase.delegator_timings.rewards_payouts.hours }}小时) |
| 减少自身委托量 | {{ networks.moonbase.delegator_timings.del_bond_less.rounds }}轮次({{ networks.moonbase.delegator_timings.del_bond_less.hours }}小时) |
Copy link
Contributor

@eshaben eshaben Mar 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| 减少自身委托量 | {{ networks.moonbase.delegator_timings.del_bond_less.rounds }}轮次({{ networks.moonbase.delegator_timings.del_bond_less.hours }}小时) |
| 减少自身委托量 | {{ networks.moonbase.collator_timings.can_bond_less.rounds }}轮次({{ networks.moonbase.collator_timings.can_bond_less.hours }}小时) |

great catches! just noticed this should be can_bond_less though, i'll need to fix that on the english site!

4. 在**more: BalanceOf**字段中输入要增加的绑定数量
5. 提交交易。根据向导指引使用创建账户时的密码进行交易签名

![Collator Bond More](/images/node-operators/networks/collators/activities/activities-8.webp)

### 减少自身绑定数量 {: #bond-less}

在最新的runtime升级([runtime version 1001](https://moonbeam.network/announcements/staking-changes-moonriver-runtime-upgrade/))中,用户与质押功能的交互方式进行了重大升级,其中包含取消质押的方式。作为收集人或候选收集人,您可能想要减少您的绑定数量,确保您所绑定的数量在减少后仍超过[最低自身绑定数量](/node-operators/networks/collators/requirements/#minimum-collator-bond){target=\_blank}。
作为收集人或候选收集人,您可能想要减少您的绑定数量,确保您所绑定的数量在减少后仍超过[最低自身绑定数量](/node-operators/networks/collators/requirements/#minimum-collator-bond){target=\_blank}。
Copy link
Contributor

@eshaben eshaben Mar 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 204 we need to remove the () so it should be changed from:

  3. 打开下拉菜单,选择**scheduleCandidateBondLess()**函数 

to:

  3. 打开下拉菜单,选择**scheduleCandidateBondLess**函数 

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, this is the closest I could get to that line to comment on it


{{ networks.moonbase.collator_timings.max_offline.rounds }} rounds ({{ networks.moonbase.collator_timings.max_offline.hours }} hours)

要将验证人标记为非活动状态,您可以使用 `notifyInactiveCollator` 指令,该指令将在收集人非活动时通知Runtime,并默认将该收集人标记为离线。您可以前往 [Polkadot.js Apps](https://polkadot.js.org/apps/?rpc=wss://wss.api.moonbase.moonbeam.network#/accounts){target=_blank},首先确保您连接的是正确的网络,然后单击 **Developer** 页,从下拉菜单中选择 **Extrinsics**,并执行以下步骤:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
要将验证人标记为非活动状态,您可以使用 `notifyInactiveCollator` 指令,该指令将在收集人非活动时通知Runtime,并默认将该收集人标记为离线。您可以前往 [Polkadot.js Apps](https://polkadot.js.org/apps/?rpc=wss://wss.api.moonbase.moonbeam.network#/accounts){target=_blank},首先确保您连接的是正确的网络,然后单击 **Developer** 页,从下拉菜单中选择 **Extrinsics**,并执行以下步骤:
要将验证人标记为非活动状态,您可以使用 `notifyInactiveCollator` 指令,该指令将在收集人非活动时通知Runtime,并默认将该收集人标记为离线。您可以前往 [Polkadot.js Apps](https://polkadot.js.org/apps/?rpc=wss://wss.api.moonbase.moonbeam.network#/accounts){target=\_blank},首先确保您连接的是正确的网络,然后单击 **Developer** 页,从下拉菜单中选择 **Extrinsics**,并执行以下步骤:

@eshaben eshaben closed this May 10, 2024
@eshaben eshaben deleted the Translate-841-inactive-collator branch May 10, 2024 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants