You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/PageValidators.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
header.v-section-header What are Cosmos validators?
12
12
main.v-section-main
13
13
h3 Role
14
-
p Validators are responsible for committing new blocks in the blockchain. These validators participate in the consensus protocol by broadcasting votes which contain cryptographic signatures signed by each validator's public key. Validators have a cryptographic key-pair for signing and have some amount of “voting power” in proportion to the number of staked ATOMs.
14
+
p Validators are responsible for committing new blocks in the blockchain. These validators participate in the consensus protocol by broadcasting votes which contain cryptographic signatures signed by each validator's private key. Validators have a cryptographic key-pair for signing and have some amount of “voting power” in proportion to the number of staked ATOMs.
15
15
p Some Proof-of-Stake consensus algorithms aim to create a completely decentralized system where all stakeholders – even those who are not always online – participate in committing blocks. Tendermint has a different approach to block creation—Cosmos validator nodes need to be able to demonstrate 100% uptime. Maintaining high availability potentially involves multiple ISPs, redundant server power, and backup hosting locations.
0 commit comments