解读以太坊最新路线图:未来10年的“公链霸主”要做些什么?

白话区块链Publicado em 2022-11-21Última atualização em 2022-11-21

Resumo

最近V神又更新了一版,加了个The Scourge阶段,借此正好把这个最新版的做一个超白话解读,争取让不太懂技术的朋友也多少能明白,ETH打算未来几年干些什么事儿!

最近V神又更新了一版,加了个The Scourge阶段,借此正好把这个最新版的做一个超白话解读,争取让不太懂技术的朋友也多少能明白,ETH打算未来几年干些什么事儿!

ETH转POS Merge那会,路线图已经发布过一次,相信一直关注的老铁肯定不陌生。

最近V神又更新了一版,加了个The Scourge阶段,借此正好把这个最新版的做一个超白话解读,争取让不太懂技术的朋友也多少能明白,ETH打算未来几年干些什么事儿!

首先,不得不说,单就这么一个图,就足以看出,ETH在公链领域绝对的统治地位。虽说交付拖延症是常态,但是你看看里面涉及这一堆的技术和解决方案,哪个公链能弄出来这么多不管懂技术还是不懂技术都感觉"眼花缭乱"的路线图来?

真没有!

就凭这张图,ETH就绝对有"公链霸主"既视感……

废话不多说,拆开来白话解读一下,只挑重点的讲。

01、Merge - 这个是跟共识关系最大的

已完成:POW变成了POS,没得传统意义上矿机"挖矿"这一说了,不信你看看现在显卡价格降的……

未完成:提款,分布式验证者,秘密领导选举,单槽终结。

提款

当年那些通过Lido,交易平台,或是自己折腾质押进ETH2.0的ETH,锁了快两年了,还提不出来,真的是等到花儿都谢了……当然理论上可以通过Curve上的stETH-ETH池子,或是交易平台上面的Xeth之类的退出,不过多少都有滑点,不是"原生退出",未来两三个月,提款差不多应该就准备完毕了,不过不可能所有人同时退出的,得排队,而且说实话,我也不觉得会有几个人退出,现在这质押率,跟其他的POS公链比,才到哪啊……

分布式验证者

不是总是批评Lido份额太大,容易垄断,造成安全隐患么?有了这个分布式验证者技术,就可以把单个验证者的工作分布到一组分布式节点中,所以既可以解决单节点失效带来的安全性与在线弹性等问题,又同时降低了单个验证者表现不佳或行为不端的风险。

秘密领导选举

现在POS虽然没有挖矿了,改成协议随机抽签到某个Validator出块,但过程是公开的,所以理论上出块的那个节点是很容易成为"活靶子",遭受DDOS之类的攻击,Solana也有这个问题。秘密领导选举就是让这个过程变成不透明,你想攻击下一个出块节点?不好意思,你找不着。

单槽终结

现在的ETH,一笔交易真正实现终结,即不可回滚的状态,需要几十个Slot,大概10多分钟才行,作为一个"世界结算层"这个时间未免有点过长了. 单槽终结就是要争取把这个终结时间从几十个Slot变成一个Slot那么久,12秒拍板!是不是快了好多?

02、Surge - 这个是跟性能与费用关系最大的

已完成 - EIP4844, 也就是Proto-Danksharding的设计与提案。

未完成 - EIP4844的实施,OP的欺诈证明,ZKEVM,DA层的各种技术。

EIP4844

之前文章讲过多次的Proto-Danksharding,主要就是为了Rollup而服务的,为什么叫Proto呢,因为完整版的Danksharding东西太多了,开发完成至少3年起步,所以先弄个简易版的用着,把最最重要的性能和费用问题先给解决了。EIP4844实施之后,Layer2的数据就不用像之前存到那么贵的CallData了,有专门的一个Blob区域来存储,费用直接降一个数量级。

OP的欺诈证明

很多人其实不知道,Arbitrum现在是有欺诈证明的,OP没有,因为之前改了架构所以还在开发中,是不是没想到?!

ZKEVM

这个就更离我们还有至少2年的时间,即便开发完成,几万行的代码复杂度与OP也完全不是一个量级,肯定充满了各种bug和问题,需要时间去调试,验证,实践……

DA

EIP4844理论上只是个过渡方案,终极的Rollup扩容还是需要有一套专门的DA方案,也就是真正Danksharding的阶段,其中的关键技术便是DAS - 数据可用性采样,了解Celestia的老铁一定都不陌生,以太坊也同样在搞这个。不过么,看着进度,做好2-3年,甚至更久的准备吧……希望在下一轮牛市的时候能够有幸得见,哈哈。

03、Scourge - 这个是新加的,与抗审查和MEV关系最大

其实对比老的路线图,你会发现Scourge很多东西是从原来老路线图那个Splurge阶段抽离出来的,弄成一个单独的路线图,说明对于抗审查与Mev的重视程度也提升了许多。

已完成 - 外部Mev市场,这个明显说的是Flashbot发布的Mev-Boost,至于干啥的,下面说未完成的时候会再次提到。

未完成 - Inclusion list,协议内置PBS,MEVBurn。

协议内置PBS

无论从抗审查还是MEV角度,把之前的区块提案者拆分成提案者+打包者两个角色都是对这个问题的一个解决思路,说白了就是以前出块你自己干了,啥好处都让你捞了,现在分开角色,一个只负责打包并出价,另一个只负责接受最佳报价,通过博弈把之前提案者区块打包"大权在握"的局面给打破了,或者说以前你要想搞点不好的事情,贿赂一个人就行,现在得把俩都贿赂了,至少难度就提升了很多。但要在协议层面实现这个,大概率还得个两三年,所以我们在应用层实现了一个类似的功能,也就是上面提到的Flashbot发布的Mev-Boost,在应用层面把这两个角色给拆分了。

Inclusion List

虽然角色拆开了,贿赂的人数增多了,但万一就是有打包者想要审查交易,就是不给某个交易上链咋办?这个技术就是阻止这件事发生的,提案者会提交这么一个list,里面包含自己观察到的所有交易,打包者必须在打好的包里包含这些交易,否则出再多钱提案者也会拒绝。

MevBurn

有那么点1559的feel,把"打包区块的权利"直接协议内拍卖。反正出价最高的那个打包者又不傻,不可能亏钱,那么他的出价应该会略小于MEV,MEV就直接销毁完事儿了。

04、Verge - 这个跟节点验证门槛关系很大

已完成 - 基本上没啥真的可以被称作已完成的。

未完成 - Verkle tree,完全ZK化的ETH。

Verkle tree

有关Verkle tree与大家都知道的默克尔树的对比,就是个太过技术化的数据结构问题了,有兴趣的老铁自行研究就好。总之这玩意部署完了之后,对区块验证的门槛降低,丝滑度提升,因为验证者不需要存储所有状态也能参与交易验证。凡事能降低门槛的事情,自然就是有助于提升去中心化的东西。

完全ZK化的ETH

ZK已经毫无疑问是区块链技术领域的"显学",但一般人对ZK的理解更多是在L2上,比如Zk-Sync,Starkware,而ETH2.0的路线图里,L1也得ZK化,包括EVM、Verkle 证明以及共识状态转换这些有的没的,都给他Snark化了。N年之后,量子计算机有威胁了,还要转到类似Stark这种量子安全的算法上来

05、Purge - 这个跟节点的存储大小关系很大

已完成 - EIP4444的定义。

未完成 - EIP4444实施,状态过期。

EIP4444 (历史过期)

这个相当于一个客户端数据修剪的协议,因为区块链是个"只加不删"的系统,EIP4444定义了客户端那边不能啥都永久留着,一年以上的非账本历史数据统统删掉!

状态过期

状态爆炸是个折磨ETH多年的问题,因为ETH这种基于账户系统的账本,状态数据(某一个具体时间点A有多少币,B有多少币之类的)往往比账本数据(A给B哪天几点几分转了几个币)要大一个量级,现在ETH得归档节点已经几个TB级别了,普通家用机是不可能参与的,所以也得想办法砍砍砍!

06、Splurge - 这个……我也不知道跟啥关系很大

名字就很有意思:修复一切!

已完成 - EIP1559,EIP4337(账户抽象)的定义。

未完成 - 账户抽象,VDF(链上随机数),EVM优化。

账户抽象

把智能合约的功能赋予普通账号,让你未来可以拥有社交恢复,自定义Gas Token,原子或是批量交易操作等等一系列Fansy的操作,是让Web3吸收更多Web2用户的一个关键技术,毕竟助记词,私钥,Gas这些东西对于一般用户来说实在是太大的拦路虎了。

VDF

不解释,链上真正随机数一直是刚需,Chainlink之类的也在做。毕竟节点选举,Defi,Gamefi这些东西都是需要这种可验证延迟函数的。

EVM优化

这个其实是上一阶段一些技术点完成之后在这边实现的东西,包括禁止自毁,简化GAS机制之类的东西。

07、小结

作为区块链世界影响最大、拥有最多开发者的公链,在全球范围内实现数字化未来是以太坊的愿景。尽管号称比以太坊更好更强大的“以太坊杀手”无数,但不可否认以太坊一直引领加密技术的创新和发展。

以太坊社区带来的长期主义精神和共识也在过去数年时间得以验证,这也是今天这张新路线图成功实践的基础,未来如何,我们继续拭目以待...

Criptomoedas em alta

Leituras Relacionadas

Report Interpretation: J.P. Morgan Details Micron's Pre-Earnings Sentiment, Current Hardware Sector Dynamics

Morgan Stanley analyst Joshua Meyers' report (June 21, 2026) highlights key trends in the hardware and semiconductor sector ahead of Micron's earnings. The core takeaways are: 1. **Micron & Memory:** Memory remains a high-conviction long theme, driven by strong AI demand and rising ASPs. However, investor focus is shifting to the sustainability of Micron's >80% gross margins and the specifics of potential new long-term supply agreements (SCAs). 2. **Hardware Supply Chain:** AI-related demand for servers, networking, and storage remains robust, but company performance is diverging. Celestica (CLS) shows improved margin confidence, Western Digital and Seagate benefit from pricing, Fabrinet (FN) sees predictable AI optics growth, and Teradyne (TER) anticipates a new Google customer. 3. **AI Capex & WFE Forecasts:** JPMorgan increased its Wafer Fab Equipment (WFE) market growth forecasts to 28% in 2026 and 29% in 2027. AI infrastructure financing is evolving, with higher project-level debt reducing constraints on capex expansion. The report signals that while the AI-driven hardware cycle is strong, the market is entering a phase focused on execution verification (e.g., Micron's SCA details, Fabrinet's ramp with Amazon) and valuation sustainability. Key near-term signals include Micron's guidance, Arista Networks' outlook, and the pace of demand normalization post potential tariff-related pull-ins.

marsbitHá 15m

Report Interpretation: J.P. Morgan Details Micron's Pre-Earnings Sentiment, Current Hardware Sector Dynamics

marsbitHá 15m

Research Report Analysis: The Fed's New Chair's Debut – New Leader, But Same Script?

Report Analysis: Federal Reserve's New Chair Debut – A New Captain, But the Same Script? Morgan Stanley's chief global economist Seth B. Carpenter analyzes the first FOMC meeting under new Fed Chair Kevin Warsh in a June 21 report. Warsh deliberately avoided providing forward guidance on interest rates, aligning with his philosophy. However, market expectations for a rate hike this year were reinforced. Key signals lie elsewhere: inflation may fall more than expected, and quantitative tightening (QT) could be more aggressive than anticipated. The FOMC's "dot plot" suggests only one rate hike in 2026. Carpenter argues that if inflation undershoots forecasts, the logic for even a single hike weakens, especially as projections indicate potential rate cuts in 2027. On QT, Warsh's stance is clear. Carpenter notes that measures like halving the Treasury's account balance could shrink the Fed's balance sheet by around $500 billion with minimal market impact. Combined with adjustments to reserve interest and liquidity rules, the ultimate QT scale may exceed expectations, though its market effect might be less disruptive unless the Fed actively sells Mortgage-Backed Securities (MBS). While Warsh initiated a review of the Fed's policy framework, the 2% inflation target remains intact for now. The report concludes that the market may be overestimating the significance of reduced forward guidance and the near-term rate hike risk, while potentially underestimating the scope and manageable nature of the coming balance sheet reduction. The key debates will hinge on upcoming core PCE data, the specifics of the QT path, and the framework review's findings.

marsbitHá 26m

Research Report Analysis: The Fed's New Chair's Debut – New Leader, But Same Script?

marsbitHá 26m

Critical Game Week: BTC Retracement Confirmation vs. HYPE Support Battle | Guest Analysis

This weekly analysis outlines a critical juncture for BTC and HYPE markets, focusing on key price level confirmations. **BTC Analysis:** BTC is at a pivotal point after a five-wave rally from the June 5th low of $59,100. The price has broken below a short-term rising channel's lower boundary, with the current move seen as a pullback to test this breakdown. Failure to reclaim this level could lead to a retest of the $59,000-$60,000 support zone. The core scenario hinges on this channel retest outcome. * **Key Levels:** Resistance at $64,500-$65,000 (channel boundary) and $69,500-$70,500. Support at $59,000-$60,000 and $55,000. * **Strategy:** A core bearish stance is maintained (20% short from last week), with short-term plans for tactical trades. Three detailed contingency plans (A/B/C) are provided for short positions on resistance tests or breakdowns, emphasizing strict stop-loss discipline. **HYPE Analysis:** HYPE shows strong momentum but is currently in a corrective phase after hitting a new high of $76.94. The price is retesting the crucial $64-$66 support area. * **Key Levels:** Resistance near $77 and $80-$82. Support at $64-$66 and $52-$54. * **Strategy:** The short-term approach is "buy on dips, avoid chasing rallies." A long position is considered only if clear stabilization signals appear at the $64-$66 or deeper $52-$54 support zones, with tight risk controls. **General Risk Management:** A standardized trailing stop-loss protocol is emphasized: set initial stop, breakeven at +1% profit, then trail stops upward to lock in gains. *Disclaimer: All analysis is presented as a personal trading framework, not investment advice. Market conditions are complex and require dynamic adjustment.*

marsbitHá 39m

Critical Game Week: BTC Retracement Confirmation vs. HYPE Support Battle | Guest Analysis

marsbitHá 39m

Research Report Interpretation: Citi Attends AWS Summit, Bullish on Cloud Business Acceleration but Data Governance Remains Key Variable

Citi analyst Tyler Radke's team attended the AWS New York Summit (June 17-18), engaging with over 10 clients and partners. In a June 19 report, they highlighted the summit's focus on scaling agent AI for enterprise deployment. Citi maintains a "Buy" rating on Amazon, forecasting AWS revenue growth to accelerate to 37% in FY27 from 30% in FY26, noting this estimate may be conservative. Key takeaways: 1. **AWS Strategy Shift:** AWS is moving from proof-of-concepts to scalable deployment. New offerings like AWS Context (building enterprise knowledge graphs), Amazon Quick (cross-application AI assistant), and security tool Continuum address core enterprise pain points for AI adoption. 2. **Data Infrastructure Beneficiaries:** Data infrastructure companies like Snowflake, Elastic, Oracle, and ClickHouse are seen as direct beneficiaries of scaling AI workloads, as evidenced by strong growth and use cases presented. 3. **Critical Role of Data Governance:** As AI agents scale from hundreds to thousands, effective data governance becomes the key variable for deploying AI in core business processes. AWS Context represents AWS's strategic extension from providing compute/models to offering a data governance infrastructure layer. The report emphasizes that without solving data governance, AI will remain confined to pilot projects. The investment thesis focuses on AWS revenue acceleration and data infrastructure vendors' growth, while monitoring signals like AWS's quarterly revenue growth, Bedrock AgentCore task volume, and pricing impacts on companies like Elastic.

marsbitHá 46m

Research Report Interpretation: Citi Attends AWS Summit, Bullish on Cloud Business Acceleration but Data Governance Remains Key Variable

marsbitHá 46m

Crucial Week of Contention: BTC Tests Support and HYPE's Key Level Battle | Special Analysis

**Market Enters Critical Week: Bitcoin Pullback Test and HYPE Support Battle** The market enters a crucial phase of contention this week. The marginal shifts in Federal Reserve policy expectations continue to dictate the pricing rhythm for risk assets. Meanwhile, in the crypto market, following a period of sideways consolidation, the divergence between bulls and bears is becoming concentrated at key price levels. **Bitcoin (BTC) Analysis & Strategy** * **Technical View:** The 4-hour chart suggests BTC is in a five-wave structure since the June 5th low near $59,100. Price action shows a short-term rising channel. The recent drop below this channel's lower boundary is now being followed by a pullback attempt (wave 40-41). The outcome of this retest is critical. * **This Week's Outlook:** The core focus is whether BTC can reclaim and hold above the channel's lower boundary. * **Bullish Scenario:** A successful hold could lead to a continued rebound, potentially challenging the $69,500 - $70,500 resistance zone. * **Bearish Scenario:** Failure to hold may trigger a renewed test of the $59,000 - $60,000 core support area, with $55,000 as a deeper support level. * **Operational Strategy:** The author maintains a 20% mid-term short position initiated last week near $64,500, based on a model signaling a shift to a bearish structure. Short-term tactics involve using 30% capital for potential "spread" trades, with three contingency plans (A, B, C) outlined for reacting to resistance tests, breakouts, or support breakdowns. **HYPE Analysis & Strategy** * **Technical View:** On the 4-hour chart, HYPE shows strong momentum, having recently broken to a new high since January. The current pullback presents a clear three-wave correction structure, bringing the price back to the critical $64 - $66 support zone. * **This Week's Outlook:** The focus is on the battle for the $64 - $66 support area. * **Bullish Scenario:** Holding this support could signal a continuation of the uptrend from the June 10th low, leading to new highs. * **Bearish Scenario:** A breakdown could extend the correction, potentially testing the deeper $52 - $54 support band. * **Operational Strategy:** The recommended short-term approach is "buy on dips, avoid chasing rallies." A light long position (under 30% capital) could be considered if HYPE shows stabilization signals at the $64-$66 or $52-$54 support zones, confirmed by model signals. Strict stop-loss discipline is emphasized. **General Risk Management:** A strict trailing stop-loss protocol is advised: set an initial stop; move to breakeven at +1% profit; lock in profits progressively thereafter. *Disclaimer: All analysis is presented as the author's personal technical perspective and trading log, not as investment advice. Markets are complex and dynamic; risk control is paramount.*

Odaily星球日报Há 46m

Crucial Week of Contention: BTC Tests Support and HYPE's Key Level Battle | Special Analysis

Odaily星球日报Há 46m

Trading

Spot
Futuros

Artigos em Destaque

Como comprar OP

Bem-vindo à HTX.com!Tornámos a compra de Optimism (OP) simples e conveniente.Segue o nosso guia passo a passo para iniciar a tua jornada no mundo das criptos.Passo 1: cria a tua conta HTXUtiliza o teu e-mail ou número de telefone para te inscreveres numa conta gratuita na HTX.Desfruta de um processo de inscrição sem complicações e desbloqueia todas as funcionalidades.Obter a minha contaPasso 2: vai para Comprar Cripto e escolhe o teu método de pagamentoCartão de crédito/débito: usa o teu visa ou mastercard para comprar Optimism (OP) instantaneamente.Saldo: usa os fundos da tua conta HTX para transacionar sem problemas.Terceiros: adicionamos métodos de pagamento populares, como Google Pay e Apple Pay, para aumentar a conveniência.P2P: transaciona diretamente com outros utilizadores na HTX.Mercado de balcão (OTC): oferecemos serviços personalizados e taxas de câmbio competitivas para os traders.Passo 3: armazena teu Optimism (OP)Depois de comprar o teu Optimism (OP), armazena-o na tua conta HTX.Alternativamente, podes enviá-lo para outro lugar através de transferência blockchain ou usá-lo para transacionar outras criptomoedas.Passo 4: transaciona Optimism (OP)Transaciona facilmente Optimism (OP) no mercado à vista da HTX.Acede simplesmente à tua conta, seleciona o teu par de trading, executa as tuas transações e monitoriza em tempo real.Oferecemos uma experiência de fácil utilização tanto para principiantes como para traders experientes.

421 Visualizações TotaisPublicado em {updateTime}Atualizado em 2026.06.02

Como comprar OP

Discussões

Bem-vindo à Comunidade HTX. Aqui, pode manter-se informado sobre os mais recentes desenvolvimentos da plataforma e obter acesso a análises profissionais de mercado. As opiniões dos utilizadores sobre o preço de OP (OP) são apresentadas abaixo.

活动图片