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

推荐订阅源

G
Google Developers Blog
博客园 - 三生石上(FineUI控件)
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MongoDB | Blog
MongoDB | Blog
小众软件
小众软件
Y
Y Combinator Blog
博客园 - 聂微东
Google DeepMind News
Google DeepMind News
D
Docker
罗磊的独立博客
Microsoft Security Blog
Microsoft Security Blog
D
DataBreaches.Net
B
Blog
Vercel News
Vercel News
Recent Announcements
Recent Announcements
GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志
T
The Blog of Author Tim Ferriss
H
Hackread – Cybersecurity News, Data Breaches, AI and More
P
Proofpoint News Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
宝玉的分享
宝玉的分享

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
eth2 quick update no. 11 | Ethereum Foundation Blog
2020-05-06 · via Ethereum Foundation Blog

We've all been pretty busy with all the things! I'll try to keep these posts rolling out, but in the meantime, be sure to checkout Ben Edgington's What's New in Eth2 to get your fix.

Tune into Ethereal Virtual Summit this Thursday and Friday! It's full of excellent eth2 content and it's 100% FREE. Thank you to all the organizers for their hard work in making the switch to online. I'm super excited :)

tl;dr

Doubling bounty rewards

Starting today all rewards in the Phase 0 Pre-Launch Bounty Program are being doubled for a maximum of $20k for critical bugs!

This program is designed to incentivize you to find and report bugs in the core Eth2 Phase 0 specs prior to mainnet launch 🐛.

The Ethereum Foundation will run this program from now until just prior to the Phase 0 mainnet launch. After Phase 0 is in production, we will transition Phase 0 bounties to the standard Ethereum Bounty Program.

Read more for details about the rules, how to report, severity levels, and rewards.

Happy 🐛 hunting!

Schlesi multi-client testnet

On April 17th, the first eth2 multi-client testnet -- Schlesi -- was born!

Schlesi is an eth2 multi-client effort led by Afri Schoedon, and this current iteration of the net is the first ever persisted multi-client testnet. Huge shoutout to Afri for his work in getting various clients to interop, filing detailed bug reports along the way, and managing to stand up a net that has already lasted for multiple weeks!

The network's backbone was started with Prysm and Lighthouse, but since then both Nimbus and Teku have managed to sync and are in the process of getting their validators to play nicely. Check out the graffiti in the testnet blocks, many are tagged with the client/build and while others have some fun messages.

Schlesi might very well turn into the multi-client testnet in a couple of iterations, but for now, expect the net to be restarted every week or two as bugs are found, versions are bumped, and more clients come online.

Join us in the Eth R&D schlesi channel if you want to join the net and get more involved!

Preparing for v0.12

Much of my time has recently been spent preparing the eth2 specs for a semi-major version bump to v0.12. Unless security critical items are found, this is planned to be the last breaking spec change prior to mainnet. The release will include Draft 7 of the IETF hash-to-curve for BLS, continued refinements of the network spec, and some non-substantive changes to the state transition to aid in testing.

The IETF BLS standard has been both a point of excitement and of stress in the eth2 process. On the one hand, we are eager to adopt a well-vetted industry standard and benefit from more robust tooling and cleaner interoperability. But on the other hand, the standardization process is an external dependency that we can't entirely manage. Each update introduces a breaking change into the eth2 specs, requires some development work to get the implementations up to spec, and brings uncertainty into our timelines.

The IETF spec maintainers are pleased with Draft 7 and have no more expected changes in the queue. Eth2 teams, along with a number of other blockchain projects, plan to adopt Draft 7 at this point and will only consider subsequent changes in the event that security critical issues are found.

As for networking, we had a very productive call this morning to hash out some of the finer details of initial sync, peer discovery of particular capabilities, type-based message size limits, and more. Check out Ben Edgington's excellent notes for a recap 🚀