Skip to content

Commit 49e86de

Browse files
committed
Add Suspension step to the validator setup guide
1 parent 32816bb commit 49e86de

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<link rel="stylesheet" href="styles/intro_flow_style.css">
6+
<meta name="viewport"
7+
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
8+
9+
</head>
10+
11+
<body>
12+
<p>
13+
Validators will be marked for suspension if their node is inactive for a longer period of time.
14+
To prevent suspension ensure your node is up-to-date and active.
15+
Once your node is active you will no longer be primed for suspension.
16+
</p>
17+
<p>
18+
Once it has been inactive for a longer period of time the validation will be suspended.
19+
</p>
20+
<ul>
21+
<li>Suspended validators don’t earn rewards</li>
22+
<li>Your delegators will stop earning rewards</li>
23+
<li>Your delegators will be notified about the suspension</li>
24+
</ul>
25+
<p>
26+
To lift the suspension and earn rewards again ensure your node is up-to-date and click
27+
“Resume&nbsp;validation” in the “Change&nbsp;validating&nbsp;status” menu.
28+
</p>
29+
</body>
30+
31+
</html>

app/src/main/java/com/concordium/wallet/ui/bakerdelegation/baker/introflow/BakerRegistrationIntroFlow.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class BakerRegistrationIntroFlow :
1414
return intArrayOf(
1515
R.string.baker_intro_subtitle1,
1616
R.string.baker_intro_subtitle2,
17-
R.string.baker_intro_subtitle3
17+
R.string.baker_intro_subtitle3,
18+
R.string.baker_intro_subtitle4,
1819
)
1920
}
2021

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@
815815
<string name="baker_intro_subtitle1">Become a validator</string>
816816
<string name="baker_intro_subtitle2">The node</string>
817817
<string name="baker_intro_subtitle3">Opening a pool</string>
818+
<string name="baker_intro_subtitle4">Suspension</string>
818819

819820
<string name="baker_registration_title">Register validator</string>
820821
<string name="baker_registration_explain">You have the option to open your validator as a pool for others to delegate their CCD to.\n\nIf you choose to open your pool, other people will be able to delegate CCDs to it.\n\nYou can also keep the pool closed, if you want only your own CCDs to be staked.</string>

0 commit comments

Comments
 (0)