This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: REP-0012 * feat: separate guide for early exit; refactor URLs * fix: add missing images
- Loading branch information
1 parent
539b42e
commit d17e473
Showing
23 changed files
with
77 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
docs/delegators/manage/track-validators.mdx → docs/delegators/manage/validators.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
13 changes: 6 additions & 7 deletions
13
...validators/manage/take-emergency-exit.mdx → docs/validators/manage/emergency-exit.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,30 @@ | ||
--- | ||
title: Request an emergency exit | ||
sidebar_label: Take emergency exit | ||
title: Request emergency exit | ||
description: Request an emergency exit if your node is compromised. | ||
--- | ||
|
||
import exit from './assets/emergency-exit.png'; | ||
import stepOne from './assets/request-exit.png'; | ||
import stepTwo from './assets/submit-exit.png'; | ||
|
||
If you find that your node is compromised, such as when your private keys are stolen, you may be under attack and at risk of [slashing](./../slashing.mdx). When you suspect that you're being targeted, you can request an emergency exit to protect your node and prevent damage. | ||
If you discovered that your node is compromised, such as when your private keys are stolen, you may be under attack and at risk of [slashing](./../slashing.mdx). When you suspect that you're being targeted, you can request an emergency exit to protect your node and prevent damage. | ||
|
||
## Submit your request | ||
|
||
1. Open the [Validator Dashboard](https://validator.roninchain.com), then select your account, and then click **Emergency exit**. | ||
<img src={exit} width={280} /> | ||
|
||
2. Read through the terms and then click **Submit request**. | ||
2. Agree to the terms and submit the request | ||
<img src={stepOne} width={500} /> | ||
|
||
3. After your request is submitted, provide evidence of the attack to the Governing Validators in the [#validator-chat](https://discord.com/channels/930892666705694800/1090764739858153553) channel on Ronin Discord. | ||
3. Submit evidence of the attack to the Governing Validators in the [#validator-chat](https://discord.com/channels/930892666705694800/1090764739858153553) channel on Ronin Discord. | ||
<img src={stepTwo} width={500} /> | ||
|
||
## Result | ||
|
||
Based on the Governing Validators' vote on your Emergency Exit proposal, your stake may be refunded as follows: | ||
Based on the Governing Validators' vote on your proposal, your stake may be refunded as follows: | ||
|
||
* If the proposal's approved, your entire self-stake is refunded: 50,000 RON is credited immediately, while the remaining amount is transferred to you the next day (00:00 UTC). | ||
* If the proposal's not approved or expires, you're refunded the amount equal to your self-stake minus 50,000 RON. The amount is transferred to you after seven working days from the proposal's creation date. | ||
|
||
After your emergency exit is complete, you can no longer validate transactions on Ronin and receive rewards. Your status is set to "Renounced." | ||
After the emergency exit is complete, you'll no longer be able to confirm blocks on Ronin and receive rewards. Your status will be set to "Renounced." |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Early exit maintenance | ||
description: Exit maintenance mode early or cancel planned maintenance. | ||
--- | ||
|
||
import ongoingMaintenance from './assets/maintenance-ongoing.png'; | ||
import upcomingMaintenance from './assets/maintenance-upcoming.png'; | ||
|
||
If you took your node offline for maintenance but found that you can get back to normal operation sooner than expected, you can exit maintenance mode early. Likewise, if there's no longer a need to take your node offline, you can cancel any planned maintenance. | ||
|
||
To exit maintenance mode early, open the [Validator Dashboard](https://validator.roninchain.com), then go to your account, and then click **Early Exit Maintenance**. You will resume block confirmation starting from the next epoch. | ||
<img src={ongoingMaintenance} width={280} /> | ||
|
||
To cancel planned maintenance, click **Cancel Scheduled Maintenance**. | ||
<img src={upcomingMaintenance} width={280} /> |
14 changes: 5 additions & 9 deletions
14
...alidators/manage/schedule-maintenance.mdx → docs/validators/manage/maintenance.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/validators/manage/renounce-role.mdx → docs/validators/manage/renounce.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters