Skip to content

Commit

Permalink
Update yenchihliao.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yenchihliao committed Feb 15, 2025
1 parent 002a7c9 commit d5a6960
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions yenchihliao.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,27 @@ Picked up/strengthened some key concepts
- Hive Test: generate CL and EL for specific tests
- Shallow-fork: Early hard-fork from limited nodes

### 2025.02.15
Finished week5

It's clear what is(will be) different with week5's lecture. Exciting.

Picked up/strengthened some key concepts
- Others
- Two types of rollups: Optimistic, and ZK
- Optimistic rollup: Optimistically trust all txs. Slash with fraud proof otherwise.
- ZK rollup: Succint proof verified on L1
- The Surge
- EIP-4844 empowered rollups: Utilize KZG commitment scheme. Verify by sampling partial data
- KZG is not quantum proof and needed a trusted setup
- CL has a verification function. EL has KZG commitment
- The Scourge: mitigate centralization concerns e.g. MEV, liquidity staking and pooling
- Proposer/Builder Separation: PBS
- The Verge: Simplify block verification
- Merkle to Verkle: Proofs now only need the path and the intermediate nodes. Siblings of the intermeidate nodes are no longer needed.
- Shorter proof
- Wider tree enabled: 16->256
- Stateless validators
- The Splurge: EOF, AA, better EIP-1559, encrypted mempool, etc.

<!-- Content_END -->

0 comments on commit d5a6960

Please sign in to comment.