Skip to content

Commit 75dedff

Browse files
committed
Merge branch 'dev' into JSON-RPCunify
2 parents 58b9879 + 1016904 commit 75dedff

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

public/content/developers/docs/consensus-mechanisms/pos/rewards-and-penalties/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the in-protocol incentives in proof-of-stake Ethereum.
44
lang: en
55
---
66

7-
Ethereum is secured using its native cryptocurrency, ether (ETH). Node operators that wish to participate in validating blocks and identifying the head of the chain deposit ether into a smart contract on Ethereum. They are then paid in ether to run validator software that checks the validity of new blocks received over the peer-to-peer network and apply the fork-choice algorithm to identify the head of the chain.
7+
Ethereum is secured using its native cryptocurrency, ether (ETH). Node operators that wish to participate in validating blocks and identifying the head of the chain, deposit ether into the [deposit contract](/staking/deposit-contract/) on Ethereum. They are then paid in ether to run validator software that checks the validity of new blocks received over the peer-to-peer network and apply the fork-choice algorithm to identify the head of the chain.
88

99
There are two primary roles for a validator: 1) checking new blocks and “attesting” to them if they are valid, 2) proposing new blocks when selected at random from the total validator pool. If the validator fails to do either of these tasks when asked they miss out on an ether payout. Validators are also sometimes tasked with signature aggregation and participating in sync committees.
1010

src/data/translationProgress.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
{
8080
"languageId": "cs",
8181
"words": {
82-
"approved": 50878,
82+
"approved": 50981,
8383
"total": 266142
8484
}
8585
},
@@ -100,7 +100,7 @@
100100
{
101101
"languageId": "el",
102102
"words": {
103-
"approved": 109312,
103+
"approved": 109916,
104104
"total": 266142
105105
}
106106
},
@@ -114,7 +114,7 @@
114114
{
115115
"languageId": "es-EM",
116116
"words": {
117-
"approved": 238699,
117+
"approved": 239049,
118118
"total": 266142
119119
}
120120
},
@@ -135,7 +135,7 @@
135135
{
136136
"languageId": "fa",
137137
"words": {
138-
"approved": 91885,
138+
"approved": 92288,
139139
"total": 266142
140140
}
141141
},
@@ -163,7 +163,7 @@
163163
{
164164
"languageId": "fr",
165165
"words": {
166-
"approved": 251072,
166+
"approved": 252889,
167167
"total": 266142
168168
}
169169
},
@@ -254,7 +254,7 @@
254254
{
255255
"languageId": "ja",
256256
"words": {
257-
"approved": 263222,
257+
"approved": 266142,
258258
"total": 266142
259259
}
260260
},
@@ -576,7 +576,7 @@
576576
{
577577
"languageId": "uk",
578578
"words": {
579-
"approved": 73202,
579+
"approved": 75656,
580580
"total": 266142
581581
}
582582
},
@@ -618,14 +618,14 @@
618618
{
619619
"languageId": "zh-CN",
620620
"words": {
621-
"approved": 245130,
621+
"approved": 247101,
622622
"total": 266142
623623
}
624624
},
625625
{
626626
"languageId": "zh-TW",
627627
"words": {
628-
"approved": 121892,
628+
"approved": 134284,
629629
"total": 266142
630630
}
631631
},

0 commit comments

Comments
 (0)