惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园_首页
G
Google Developers Blog
A
About on SuperTechFans
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
Last Week in AI
Last Week in AI
博客园 - 聂微东
T
Tailwind CSS Blog
宝玉的分享
宝玉的分享
V
Visual Studio Blog
美团技术团队
The Cloudflare Blog
量子位
T
The Blog of Author Tim Ferriss
罗磊的独立博客
V
V2EX
S
SegmentFault 最新的问题
小众软件
小众软件
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MyScale Blog
MyScale Blog
博客园 - Franky

Ethereum Foundation Blog

Checkpoint #9: Apr 2026 | Ethereum Foundation Blog How L1 and L2s can build the strongest possible Ethereum | Ethereum Foundation Blog The Promise of Ethereum: Introducing the EF Mandate | Ethereum Foundation Blog This Is Fine (Until the Grant Runs Out) | Ethereum Foundation Blog Treasury Staking Initiative | Ethereum Foundation Blog The Ethereum Foundation's Commitment to DeFi | Ethereum Foundation Blog Protocol Priorities Update for 2026 | Ethereum Foundation Blog Announcing the Platform Team at EF | Ethereum Foundation Blog Ethereum Protocol Studies 2026 | Ethereum Foundation Blog Executive Leadership Update | Ethereum Foundation Blog An update from Tomasz | Ethereum Foundation Blog Introducing the EF Academic Secretariat 2026 PhD Fellowship | Ethereum Foundation Blog Trillion Dollar Security Day at Devconnect | Ethereum Foundation Blog Allocation Update - Q4 2025 | Ethereum Foundation Blog Checkpoint #8: Jan 2026 | Ethereum Foundation Blog Devcon 8 is coming to Mumbai, India in November 2026 | Ethereum Foundation Blog Hegota Upgrade EIP Proposal Timelines | Ethereum Foundation Blog Shipping an L1 zkEVM #2: The Security Foundations | Ethereum Foundation Blog The Future of Ethereum’s State | Ethereum Foundation Blog Devconnect Argentina Recap | Ethereum Foundation Blog Allocation Update - Q3 2025 | Ethereum Foundation Blog Making Ethereum Feel Like One Chain Again | Ethereum Foundation Blog Checkpoint #7: Nov 2025 | Ethereum Foundation Blog Fusaka Mainnet Announcement | Ethereum Foundation Blog 2 weeks to Devconnect: Everything you need to know | Ethereum Foundation Blog Unveiling ESP's New Grants Program | Ethereum Foundation Blog Fusaka Update – Transaction Gas Limit Cap arrives with EIP-7825 | Ethereum Foundation Blog Fusaka Update - Information for Blob users | Ethereum Foundation Blog Announcing the 2026 EF Internship | Ethereum Foundation Blog Supporting privacy with new funding mechanisms | Ethereum Foundation Blog
Finalized no. 27 | Ethereum Foundation Blog
2021-07-26 · via Ethereum Foundation Blog

tl;dr

Upgrade for London, yes you!

The hotly anticipated upgrade to Ethereum mainnet -- London -- has a fork block scheduled, and mainnet client releases are out. As mentioned before, to allow for validator deposits, the beacon chain validators come to consensus on the state of the proof-of-work chain and process deposits sequentially from there.

To maintain this link, all mainnet validators must upgrade their proof-of-work nodes (often called the "eth1 endpoint").

Please see the London announcement for more details.

🚨🚨🚨 Warning 🚨🚨🚨

Due to an issue uncovered last week on the Ropsten testnet (see restrospective), Go-Ethereum (geth), Nethermind, and Erigon have cut new, critical releases as of late last week. If you upgraded your proof-of-work node prior to these releases, you must upgrade again to remain in consensus after London.

The London fork is expected between August 3-5, 2021. There is no time like the present -- upgrade now!

The Merge -- checklist and draft EIP

Mikhail, Tim, and I put together a public facing "Merge Mainnet Readiness Checklist". This documents the various tasks required to get us from here to the Merge, aiding both client team coordination as well as providing a better view into progress for the community. Note that this list is pretty high level, and that it's meant to serve as an aid. Much of the more nitty gritty organization and communication around each point happens on calls, discord chats, independent repos, etc.

Additionally if you want to get more technical, Mikhail, Vitalik, and I just released a Merge specification for the execution-layer perspective in the form of a draft EIP. This doesn't contain any major surprises but is a critical step toward the next wave of Merge development!

Altair progress

Altair, the first major upgrade of the Beacon Chain, is making excellent progress after the launch of two small devnets primarily composed of nodes and validators run by client teams. With these first devnets, we moved from alpha to beta releases as the feature-set has been vetted by all teams with all expected refinements now in the spec -- v1.1.0-beta.2 Mach'acuay.

This week, we expect to see another devnet launch followed by discussions for picking a date to fork Pyrmont, a long-standing beacon chain testnet. This will bring in many more node operators at much larger scale and set the stage for a final wave of testing and a selection of a mainnet target launch date.

For more background on the what, why, and how of Altair, check out this excellent set of Altair PEEPanEIPs by the Ethereum Cat Herders:

  1. #34: Altair - Accounting reform with Alex Stokes
  2. #35: Altair Beacon chain upgrade with Vitalik and Danny
  3. #38: Altair in Teku with Adrian Sutton

Lastly, prepping the Beacon Chain codebases for their first upgrade has been a fun, yet challenging task. Here's a huge shoutout for all the excellent work by client teams to get us near this major milestone 🚀