diff --git a/src/pages/consensus/ConsensusProofOfStakePage.tsx b/src/pages/consensus/ConsensusProofOfStakePage.tsx index bfcfdcc..bd85884 100644 --- a/src/pages/consensus/ConsensusProofOfStakePage.tsx +++ b/src/pages/consensus/ConsensusProofOfStakePage.tsx @@ -83,7 +83,7 @@ export function ConsensusProofOfStakePage() {
Economic finality means blocks are considered final once a supermajority - of validators (2/3+1) has voted on them. Before PoS, systems relied on + of validators (2/3+1) has voted on them. Before PoS, systems relied on{' '} probabilistic finality: treating a block as final after a certain number of confirmations. Remnants remain. For Ethereum: 1 epoch is the "safe" block (probabilistic), and 2 epochs is economic finality. diff --git a/src/pages/consensus/ConsensusProofOfWorkPage.tsx b/src/pages/consensus/ConsensusProofOfWorkPage.tsx index a1237a8..d0c149e 100644 --- a/src/pages/consensus/ConsensusProofOfWorkPage.tsx +++ b/src/pages/consensus/ConsensusProofOfWorkPage.tsx @@ -43,7 +43,7 @@ export function ConsensusProofOfWorkPage() {
- Proof of Work solves this by forcing nodes to solve a cryptographic puzzle + Proof of Work solves this by forcing nodes to solve a cryptographic puzzle{' '} before proposing a block. The puzzle draws on an older idea used to reduce spam: require significant computational work. To produce a block, a node must find a nonce{" "} (a number) such that when the block data (including the nonce) is hashed, the output