最终性与分叉
链上共识
最终性与分叉 是 CoddyKit 上的免费 Web3 & DApp Development Fundamentals 课时。 这是第 4 节课,共 4 节。 你可以在下方免费阅读本课时的完整内容 — 然后在浏览器中使用内置代码编辑器和全天候 AI 导师进行实践。 这是 Web3 & DApp Development Fundamentals 学习路径的一部分,你的进度在网页和 CoddyKit 应用中同步。 Web3 & DApp Development Fundamentals 课程共包含 4 节课。
本课时的部分内容尚未翻译,以英文显示。
When Is a Block Final?
Adding a block is not the same as it being permanent. Finality is the guarantee that a block can no longer be reverted.
Understanding finality and forks is key to knowing when a transaction is truly settled.
What Is a Fork?
A fork occurs when the chain temporarily splits into two competing branches — for example, when two valid blocks appear at nearly the same time.
The network must decide which branch becomes the official history.
Block 9
|
+-- Block 10a (branch A)
|
+-- Block 10b (branch B)
Which one wins?The Fork Choice Rule
A fork choice rule tells nodes which branch to follow. PoW chains often use the longest (heaviest) chain rule.
Whichever branch accumulates the most work or attestations becomes canonical.
Orphaned and Stale Blocks
The losing branch's blocks become orphaned (or stale). Their transactions return to the mempool to be included in a future block.
This is why a single confirmation is not yet fully safe.
Probabilistic Finality
In PoW, finality is probabilistic: the more blocks built on top of yours, the less likely it can be reversed.
Each additional confirmation makes a reversal exponentially harder. Bitcoin users often wait for 6 confirmations.
tx in Block 100:
+1 block -> low confidence
+6 blocks -> very high confidence
reversal cost grows exponentiallyAbsolute Finality
Some PoS systems offer absolute (deterministic) finality: once a block is finalized by validator votes, it can never be reverted without massive slashing.
This gives a clear, hard cutoff instead of waiting for probabilities to improve.
Finality in Ethereum PoS
Ethereum groups slots into epochs. After two epochs of supermajority attestations, blocks become finalized.
Reverting a finalized block would require burning at least one-third of all staked ETH.
Soft Forks
A soft fork is a backward-compatible rule change: blocks valid under the new rules are still valid under the old ones.
Non-upgraded nodes can still follow the chain, so soft forks are less disruptive.
Hard Forks
A hard fork is a backward-incompatible change. Nodes must upgrade, or they will reject the new blocks.
If the community disagrees, a hard fork can permanently split one chain into two (for example, Ethereum and Ethereum Classic).
Reorganizations
A reorg happens when nodes switch from one branch to a longer competing branch, replacing recently accepted blocks.
Small reorgs are normal near the chain tip; deep reorgs are a serious security concern.
Putting It Together
Forks are temporary disagreements resolved by a fork choice rule. Finality tells us when a block is safe: probabilistic in PoW, often absolute in PoS.
Soft and hard forks describe how rules themselves change over time.
Quick Check
Test your understanding of finality and forks.
Recap: Finality and Forks
You learned that:
- A fork is a temporary split resolved by a fork choice rule
- Losing blocks become orphaned
- PoW gives probabilistic finality; PoS can give absolute finality
- Soft forks are compatible; hard forks are not
Next course: gas and transactions.
用 AI 导师学习 Web3 & DApp Development Fundamentals — 免费
在浏览器中编写并运行真实代码,获得全天候 AI 导师的即时帮助,并在网页或应用中继续学习。
- 课程
- 29
- 课程
- 105
常见问题解答
「最终性与分叉」课时是免费的吗?
是的 — 「最终性与分叉」的完整文本可在网页上免费阅读。要进行交互式练习(内置代码编辑器和全天候 AI 导师)并解锁 Web3 & DApp Development Fundamentals 课程的其余内容,请升级到 CoddyKit PRO。 Web3 & DApp Development Fundamentals 课程共包含 4 节课。
「最终性与分叉」这节课中我会学到什么?
链上共识 你通过在浏览器中直接运行的动手代码来练习 Web3 & DApp Development Fundamentals,全天候 AI 导师会在你学习这节课的过程中回答你的问题。
学习 Web3 & DApp Development Fundamentals 需要有经验吗?
无需任何先前经验。CoddyKit 上的 Web3 & DApp Development Fundamentals 课程适合初学者到高级学习者,你可以从这里开始或从头开始,按照自己的节奏学习。 这是第 4 节课,共 4 节。
「最终性与分叉」课时需要多长时间?
大多数 CoddyKit 课程大约需要 5–10 分钟。每节课都很精短且互动,所以你能稳步进步,并在网页和应用中从离开的地方继续。
我能在这节 Web3 & DApp Development Fundamentals 课中编写并运行代码吗?
能。每节 Web3 & DApp Development Fundamentals 课都包含内置代码编辑器,你可以在浏览器中直接编写并运行真实代码,并获得即时 AI 反馈 — 无需本地设置。