Skip to content

Commit

Permalink
Update CornellZheng.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CornellZheng authored Dec 11, 2024
1 parent 0210cb6 commit 59b4f85
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CornellZheng.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@ timezone: Pacific/Auckland # 新西兰标准时间 (UTC+12)

### 2024.12.10

笔记内容
今天的学习聚焦于Arbitrum这个以太坊扩容方案的基本原理。作为一个Layer 2解决方案,Arbitrum以其优化的性能和用户体验在区块链领域备受关注。初步了解后,我发现它的核心在于通过“Optimistic Rollup”技术来提高交易处理效率,同时保持去中心化和安全性。

Optimistic Rollup的机制让我印象深刻,它通过将大量交易“打包”成一个数据块,并把这些交易的执行结果发送到以太坊主链上,从而大幅降低了链上操作的负担。这一方式避免了每笔交易都直接与主链交互,大幅提升了吞吐量。这种“乐观”态度的核心在于假设所有的交易都是有效的,只有在出现争议时,才需要验证具体交易。这种机制既减少了计算成本,又保持了去中心化的验证逻辑。

另一个引起我兴趣的是Arbitrum中的欺诈证明机制。这种机制允许任何用户对不正确的交易结果提出挑战。通过这种设计,即便有恶意行为者,整个系统的安全性仍然可以得到保障。学习这个概念时,我试图将其与以往接触过的区块链机制进行对比,发现它的灵活性和效率在技术上是一种创新。


### 2024.12.10

Expand Down

0 comments on commit 59b4f85

Please sign in to comment.