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

推荐订阅源

博客园_首页
IT之家
IT之家
博客园 - Franky
Stack Overflow Blog
Stack Overflow Blog
宝玉的分享
宝玉的分享
Recent Announcements
Recent Announcements
Engineering at Meta
Engineering at Meta
S
SegmentFault 最新的问题
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI
H
Help Net Security
V
V2EX
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
博客园 - 叶小钗
J
Java Code Geeks
博客园 - 【当耐特】
月光博客
月光博客
爱范儿
爱范儿
人人都是产品经理
人人都是产品经理
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件

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
Pectra Audit Competition Launches on Cantina | Ethereum F...
2025-02-21 · via Ethereum Foundation Blog

Today, we're excited to announce the Pectra Audit Competition, kicking off on Cantina! This month-long event will run from February 21 to March 24, and we're excited to see what issues the security community can find.

Why Pectra Matters

Some of the key EIPs for Pectra are listed below

From EOAs to Smart Accounts (EIP-7702)

  • Enhances Externally Owned Accounts (EOAs) with smart contract features.

Key Benefits

  • Transaction Batching: Combine multiple operations into a single transaction.
  • Gas Sponsorship: Others can pay fees for the account.
  • Alternative Authentication: Use hardware security modules or passkeys for authorization.
  • Spending Controls: Limit token usage/outflows for improved security.
  • Recovery Mechanisms: Safer asset protection without changing the main account.

Safety Checks

  • Chain-Specific: Delegations valid only on one chain ID.
  • Nonce-Bound: Tied to the account's current nonce, auto-invalidated when it changes.
  • Revocability: The EOA owner can revoke/replace existing delegations at any time.

Validator UX Improvements

EIP-7251

  • Raises Max Validator Balance from 32 ETH to 2048 ETH.
  • Enables automatic reward compounding and validator consolidation (merge multiple validators with shared withdrawal credentials).

EIP-7002

  • Execution Layer Triggerable Withdrawals: Allows an Ethereum address (not just the validator signing key) to trigger exits.
  • Reduces Trust in Delegation: The account owner (human, DAO, etc.) can force exits without relying on the validator.

EIP-6110

  • Speeds Up Deposit Processing: Cuts wait time from ~9 hours to ~13 minutes.
  • Removes the pre-merge buffer for deposit processing (no longer needed post-merge).

Blob Scaling (EIP-7691)

  • Increases Ethereum's Blob Capacity by 50% (average from 3 to 6, max from 6 to 9).
  • Blobs are short-lived data for L2 proofs, reducing L1 fees by 10–100×.
  • EIP-7623 caps worst-case block size to manage higher bandwidth.
  • Future scaling will involve data sampling so that nodes store only subsets of blob data.

For a more comprehensive overview, have a look at the Pectra page on ethereum.org.

Scope of the Audit

This competition specifically targets Pectra code. Any vulnerabilities discovered that are not specific to Pectra should be reported through the Ethereum Foundation Bounty Program. By keeping the focus on Pectra in this competition, we hope to surface potential issues prior to the mainnet hard fork.

Ethereum Protocol Attackathon Recap

The Ethereum Protocol Attackathon, which was recently hosted on Immunefi, has also been concluded. In collaboration with Immunefi and the Ecosystem Funding Initiative, major ecosystem players — Bybit, Wormhole, Arbitrum Foundation, The Graph, GMX, and Base — generously donated matching funds alongside the Ethereum Foundation. This collective effort underscored the community's dedication to building a more secure and resilient blockchain ecosystem.

Ready to Begin?

Head to Cantina's competition page to get started. For more information on reporting vulnerabilities outside of the competition, please visit the Ethereum Foundation's Bug Bounty Program.

We look forward to your discoveries. Good luck, and happy auditing!