<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Ethereum Cat Herders</title>
        <link>https://blog.echinstitute.org</link>
        <description>The official blog of the Ethereum Cat Herders</description>
        <lastBuildDate>Tue, 27 Jan 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>2026, ECH Institute, Inc.</copyright>
        <item>
            <title><![CDATA[How Ethereum Decides What Ships]]></title>
            <link>https://blog.echinstitute.org/NetworkUpgradeStages</link>
            <guid>https://blog.echinstitute.org/NetworkUpgradeStages</guid>
            <pubDate>Tue, 27 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[
## Inside the EIP-7723 Inclusion Lifecycle  

For years, selecting which changes make it into an Ethereum network upgrade (“hard fork”) was a complex and often ad-hoc process. With nearly ten client teams coordinating implementations, the absence of formal inclusion stages led t...]]></description>
            <content:encoded><![CDATA[<h2>Inside the EIP-7723 Inclusion Lifecycle</h2>
<p>For years, selecting which changes make it into an Ethereum network upgrade (“hard fork”) was a complex and often ad-hoc process. With nearly ten client teams coordinating implementations, the absence of formal inclusion stages led to duplicated effort, wasted development cycles, and coordination friction.</p>
<p><strong><a href="https://eips.ethereum.org/EIPS/eip-7723">EIP-7723</a></strong>, authored by Tim Beiko and Alex Stokes, formalizes how Ethereum Improvement Proposals (EIPs) move through upgrade planning. It introduces clearer signaling, stronger prioritization, and more predictable coordination across the ecosystem.</p>
<p>At its core, EIP-7723 makes the upgrade process more legible for both contributors and the broader community.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-S4blFZl28g?si=YIy9BjMfuIOPvxMA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

<h2>The Problem: “Included” or “Unknown”</h2>
<p>Historically, Ethereum governance lacked granular indicators of proposal maturity. There was effectively one meaningful state - <strong>“Included”</strong>.</p>
<p>Without intermediate stages:</p>
<ul>
<li>Developers reviewed dozens of proposals simultaneously.  </li>
<li>It was difficult to distinguish early ideas from implementation-ready work.  </li>
<li>Coordination across client teams became inefficient.</li>
</ul>
<p>As Tim Beiko notes, deploying an EIP to mainnet is high-stakes because <strong>“the blockchain has to keep it forever.”</strong> Clear staging improves safety and decision quality.</p>
<h2>The Solution: The EIP-7723 Inclusion Lifecycle</h2>
<p>EIP-7723 defines five stages that apply to a single network upgrade. Together, they form a pipeline that progressively filters proposals from ideas into production-ready protocol changes.</p>
<h3>Inclusion Stages Overview</h3>
<table>
<thead>
<tr>
<th>Stage</th>
<th>Description</th>
<th>Criteria</th>
<th>Signals</th>
</tr>
</thead>
<tbody><tr>
<td><strong>Proposed for Inclusion</strong></td>
<td>Authors propose an EIP by opening a pull request to add it to the upgrade’s Meta EIP.</td>
<td>EIP is merged in <strong>Draft</strong> status.</td>
<td>• Community interest only<br>• No implementation commitment<br>• Must be re-submitted if declined</td>
</tr>
<tr>
<td><strong>Considered for Inclusion (CFI)</strong></td>
<td>Client teams agree the proposal is technically viable and worth advancing.</td>
<td>Proposal reviewed and accepted for further exploration.</td>
<td>• Concept acknowledgment<br>• Expected in future upgrade devnets<br>• Not a guarantee of mainnet inclusion</td>
</tr>
<tr>
<td><strong>Scheduled for Inclusion (SFI)</strong></td>
<td>Client developers commit to implementation and devnet testing.</td>
<td>Python implementation and tests exist in <code>execution-specs</code>.</td>
<td>• Active implementation underway<br>• High confidence of shipping unless blockers arise<br>• Added to devnet specifications</td>
</tr>
<tr>
<td><strong>Included</strong></td>
<td>Applied retroactively after successful mainnet activation.</td>
<td>Upgrade successfully activated on mainnet.</td>
<td>• Feature live in production<br>• Meta EIP retains only the Included list</td>
</tr>
<tr>
<td><strong>Declined for Inclusion</strong></td>
<td>Client developers remove the EIP from the current upgrade.</td>
<td>Decision to defer from the current cycle.</td>
<td>• Work pauses for the cycle<br>• Focus shifts to higher priorities<br>• May return in future upgrades</td>
</tr>
</tbody></table>
<h2>The Role of Devnets</h2>
<p><strong>Upgrade devnets</strong> validate client interoperability before mainnet deployment.</p>
<p>The CFI → SFI transition aligns proposals with devnet readiness:</p>
<ul>
<li><strong>Sequencing:</strong> SFI defines devnet priorities.  </li>
<li><strong>Risk control:</strong> Only mature proposals should enter devnets to avoid churn and instability.</li>
</ul>
<h2>Broader Governance Improvements</h2>
<p>Meeting structure now supports this lifecycle:</p>
<ul>
<li><strong>ACDE / ACDC:</strong> Strategy and upgrade scope  </li>
<li><strong>ACDT:</strong> Implementation, devnets, and testing</li>
</ul>
<p>This separation improves signal quality and reduces coordination noise.</p>
<h2>Conclusion</h2>
<p>EIP-7723 represents a maturation of Ethereum governance. By clearly separating exploration from commitment, client teams can narrow hundreds of proposals into a safe, deployable set.</p>
<p>As Tim summarizes, the process emphasizes <strong>“the quality of the decision rather than the quantity.”</strong> The result is a more predictable, transparent, and resilient upgrade pipeline for the ecosystem.</p>
<p>Learn more with <a href="https://youtu.be/Ay6-RywzZQg">PEEPanEIP-7723</a>.</p>
]]></content:encoded>
            <enclosure length="0" type="image/webp" url="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/NetworkUpgrade.webp"/>
        </item>
        <item>
            <title><![CDATA[The Protocol Post #1]]></title>
            <link>https://blog.echinstitute.org/newsletter001</link>
            <guid>https://blog.echinstitute.org/newsletter001</guid>
            <pubDate>Mon, 12 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Your Weekly Dose of Protocol Updates with ECH!

Strengthening Ethereum standards, governance, and public-goods infrastructure

## Overview
Happy New Year 2026! This is the first _Protocol Post_ from ECH Institute. In this edition, we reflect on key moments from 2025 and bring tog...]]></description>
            <content:encoded><![CDATA[<p>Your Weekly Dose of Protocol Updates with ECH!</p>
<p>Strengthening Ethereum standards, governance, and public-goods infrastructure</p>
<h2>Overview</h2>
<p>Happy New Year 2026! This is the first <em>Protocol Post</em> from ECH Institute. In this edition, we reflect on key moments from 2025 and bring together highlights from ECH Institute’s ongoing work across protocol coordination, governance support, and community initiatives. Our goal is to provide a clear, accessible view into the processes and discussions shaping Ethereum’s public infrastructure.</p>
<h1>Ecosystem &amp; Protocol Coordination</h1>
<p>Over the past year, ECH has evolved its collaboration with the Ethereum Foundation. As EF now has an in-house dedicated Protocol Support team, ECH has stepped back from serving as the default operator for all breakout-room livestreaming. We have continued to support the livestreaming of core Ethereum protocol meetings - <em>All Core Devs Execution (ACDE)</em> and <em>All Core Devs Consensus (ACDC)</em> to ensure accessibility for the broader community.</p>
<p>While these activities remain valuable, they are no longer the highest-leverage use of ECH’s unique position. This transition helps avoid duplication of efforts and allows ECH to focus more deeply on protocol-centered governance processes, standards coordination infrastructure, and durable public-good artifacts, while expanding our work in education, community building, and increasing contributor diversity supporting Ethereum’s long-term growth as public infrastructure.</p>
<h3>Ethereum Protocol Meetings</h3>
<p>Typically, the All Core Devs – Testing (ACDT) meeting takes place on Mondays. However, to kick off the year, Ethereum core developers began with <a href="https://github.com/ethereum/pm/issues/1854">ACDE 227</a>  on January 5, 2026, followed by <a href="https://github.com/ethereum/pm/issues/1844">ACDC 172</a> on Thursday, January 8, 2026. Livestreaming on YouTube and X was supported by Akash Kshirsagar, ensuring community access to both meetings.
 • ACDE 227 <a href="https://youtube.com/watch?v=1B03r5t03bU">YouTube stream</a> &amp; <a href="https://x.com/ECHInstitute/status/2008166388620472596">X-Stream</a> 
 • ACDC 172 <a href="https://x.com/ECHInstitute/status/2009252816003715458">X-stream</a>
Pooja Ranjan from ECH Institute kicked off <a href="https://www.youtube.com/watch?v=1B03r5t03bU&t-180s">ACDE 227</a> by sharing proposals discussed in the previous EIPIP meeting with the All Core Devs Execution (ACDE) group. </p>
<ul>
<li><a href="https://ethereum-magicians.org/t/introduce-acd-g-all-core-devs-governance/27387">Introduce ACD-G (All Core Devs – Governance)</a></li>
<li><a href="https://ethereum-magicians.org/t/add-optional-upgrade-field-to-standards-track-core-eips/27388">Add Optional “Upgrade” Field to Standards Track Core EIPs</a></li>
<li><a href="https://github.com/ethcatherders/EIPIP/issues/397">https://github.com/ethcatherders/EIPIP/issues/397</a></li>
<li>Update EIP-7723 for clarity, ref <a href="https://github.com/ethereum/EIPs/pull/11006">https://github.com/ethereum/EIPs/pull/11006</a>
Community members with opinions on any of these proposals were encouraged to add their comments and feedback.</li>
</ul>
<h3>Weekly Podcasts</h3>
<p>The <a href="https://open.spotify.com/show/7dgxKMkSyy3HWtQW7OfqXA">ECH Institute Podcast</a> released two audio versions of Protocol meetings 
Listen here:</p>
<ul>
<li><a href="https://open.spotify.com/episode/5WECd2HEwU5ziRz1wgZcMW?si=uot1nvteScK2ZTtI6qzmQA">ACDE 227</a></li>
<li><a href="https://open.spotify.com/episode/5z0xYp0ifgUnybSLi34CMo?si=usHEZwXDRgiTlXD3yL9cgA">ACDC 172</a></li>
</ul>
<h3>EIP Governance and support</h3>
<p>ECH hosted Ethereum Office Hours with EIP Editor <a href="https://x.com/_SamWilsn_">SamWilsn</a>, continuing efforts to improve clarity, participation, and process efficiency across the EIP and ERC workflows.</p>
<ul>
<li><a href="https://x.com/ECHInstitute/status/2008555530982498483">Office Hours Recap</a></li>
</ul>
<h2>Community &amp; Diversity Highlights</h2>
<h2>WiEP Brunch — Devconnect 2025</h2>
<p>We shared a recap from the Women in Ethereum Protocol <a href="https://x.com/wiepteam">(WiEP)</a> Brunch at Devconnect 2025. Many thanks to our multimedia contributor <a href="https://x.com/lookupforsky">Akash Kshirsagar</a> for capturing and sharing the moments.
• <a href="https://x.com/poojaranjan19/status/2008540479328080045">Recap here</a></p>
<h2>2025 Recap from ECH Institute</h2>
<p>A look back at ECH Institute’s journey, milestones, and contributions throughout 2025. The recap highlights the key initiatives, collaborations, and moments that defined our work over the year, reflecting a continued commitment to strengthening Ethereum’s governance, coordination, and public-goods infrastructure.</p>
<p><a href="https://x.com/ECHInstitute/status/2006745420878553264">Click here to watch Look back at 2025</a></p>
<h1>Public Goods Funding</h1>
<h3><a href="https://octant.app/project/10/0xdB742f8e3613B1eB056aAbB4A19565Fd1D9158D4">Octant Epoch 10</a></h3>
<p><a href="https://x.com/ECHInstitute/status/2008989895889678598"><img src="https://hackmd.io/_uploads/SkwD5CfS-l.png" alt="Screenshot 2026-01-13 020007">
</a></p>
<p>ECH Institute is excited to be featured as one of Octant’s “Best of the Best” projects in Epoch 10. The allocation window is now open, and community support helps sustain our public-goods-aligned work.</p>
<h1>Support &amp; Learn More:</h1>
<p>By participating and allocating to ECH Institute, community members help sustain open coordination, shared infrastructure, and collaborative governance across the ecosystem.</p>
<ul>
<li><a href="https://x.com/ECHInstitute/status/2008989886565790122?s=20">Octant Epoch 10 is Live: Empowering the Ethereum Ecosystem!</a></li>
<li><a href="https://t.co/Ly1vHEFiOs">Support ECH Institute at Octant 10</a></li>
</ul>
<h2>Perspectives from Contributors</h2>
<p>ECH contributors continued sharing insights on Ethereum’s positioning, decentralization, and ecosystem dynamics. Founder <a href="https://x.com/poojaranjan19">Pooja Ranjan</a> shared her perspective on Ethereum’s evolving role within the broader ecosystem.</p>
<ul>
<li><a href="https://x.com/poojaranjan19/status/2006757626730672637">Ethereum Is Not Innovation, It’s Digital Infrastructure</a></li>
<li><a href="https://ethereum-magicians.org/t/introduce-acd-g-all-core-devs-governance/27387">Ethereum Magicians post</a>.</li>
<li><a href="https://x.com/poojaranjan19/status/2008318164241969266">Watch the proposal presentation</a></li>
</ul>
<h2><strong>Thank You</strong></h2>
<p>Thank you to everyone who participated, tuned in, shared feedback, and supported ECH Institute’s work this week. Your engagement helps keep Ethereum’s standards and governance processes open, transparent and accessible.
Follow us for more updates on <strong>Twitter</strong>: <a href="https://x.com/ECHInstitute">ECHInstitute</a></p>
<p>Support public goods. Strengthen Ethereum.
Remember to visit our <a href="https://www.ethcatherders.com/">official website</a>, <a href="https://blog.ethcatherders.com/">blogs</a>, <a href="https://www.youtube.com/@ethcatherders">YouTube</a>, <a href="https://open.spotify.com/show/7dgxKMkSyy3HWtQW7OfqXA">Podcast</a> and follow us on <a href="https://x.com/ethcatherders">Twitter</a>, <a href="https://www.linkedin.com/company/ethcatherders/">LinkedIn</a> &amp; <a href="https://warpcast.com/ethcatherders">Farcaster</a> for more updates.</p>
]]></content:encoded>
            <enclosure length="0" type="image/png" url="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/The%20Protocol%20Post%201.png"/>
        </item>
        <item>
            <title><![CDATA[It's a Wrap: ECH Institute 2025]]></title>
            <link>https://blog.echinstitute.org/2025YearEndRecap</link>
            <guid>https://blog.echinstitute.org/2025YearEndRecap</guid>
            <pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[
### ECH 2025: Pectra upgrade, Fusaka upgrade, 10 Years of Ethereum celebration, Devconnect, EIP Summit, WiEP, PEEPanEIP and much more!  

With 2025 winding down, we at ECH Institute are looking back on a transformative year. It has been a journey marked with growth and is made e...]]></description>
            <content:encoded><![CDATA[<h3>ECH 2025: Pectra upgrade, Fusaka upgrade, 10 Years of Ethereum celebration, Devconnect, EIP Summit, WiEP, PEEPanEIP and much more!</h3>
<p>With 2025 winding down, we at ECH Institute are looking back on a transformative year. It has been a journey marked with growth and is made even more special as we celebrated Ethereum’s 10th anniversary together with the community.</p>
<p>We have dedicated this milestone year to our mission - education, community and homesteading Ethereum, through producing PEEPanEIP videos and Ecosystem Project Demo videos, re-streaming core protocol calls, and maintaining key presence at Ethereum ecosystem events.</p>
<p>In this post, we’re sharing our favorite highlights from 2025. Thank you for being part of the ECH family and the first ten years of Ethereum history!</p>
<p>Let’s dive into the year that was! ✨</p>
<ul>
<li><p><strong>Pectra and Fusaka Mainnet mainnet upgrades</strong>: ECH Institute was one of the featured hosts for the Pectra upgrade livestream with <a href="https://x.com/ethStaker">EthStaker</a>, the <a href="https://x.com/thedailygwei">Daily Gwei</a>, <a href="https://x.com/ethereumfndn">Ethereum Foundation</a>  and <a href="https://x.com/Bankless">Bankless</a> and the Fusaka upgrade with <a href="https://x.com/ethStaker">EthStaker</a> and <a href="https://x.com/ethereumfndn">Ethereum Foundation</a>.</p>
</li>
<li><p><strong>Celebrating International Women&#39;s Day with Ethereum builders and ecosystem leaders</strong>: We hosted our first ever Twitter Spaces featuring women who are building start-ups, leading communities and shaping the ecosystem from protocol to applications.</p>
</li>
<li><p><strong>Celebrating Ethereum&#39;s 10 years anniversary</strong>: We commemorated Ethereum&#39;s 10th anniversary through a <a href="https://www.youtube.com/watch?v=P9mB_MK56DE">short video</a> and community quiz, raffling away EDCON tickets!</p>
</li>
<li><p><strong>ECH Institute presentation and WiEP networking dinner @ EDCON</strong>: ECH Insitute President <a href="https://x.com/poojaranjan19">Pooja Ranjan</a> was one of the featured speakers at EDCON, presenting on the topic of diversity in Ethereum Protocol development. ECH Institute also help organised the WiEP networking dinner at Osaka (with special guest <a href="https://x.com/hwwonx">Hsiao-Wei Wang</a>).</p>
</li>
<li><p><strong>EIP Summit at Devconnect</strong>: Hosted the <a href="https://luma.com/5lwboseu">EIP Summit</a> at Devconnect, connecting with application builders, researchers and core developers.</p>
</li>
<li><p><strong>Rebranding to ECH Institute</strong>: Incorporated as a 501(c)(3) last year, Ethereum Cat Herders transitioned our branding to ECH Institute this year, with emphasis on <strong>E</strong>ducation, <strong>C</strong>ommunity and <strong>H</strong>omesteading.</p>
</li>
</ul>
<h2>Mainnet upgrades: Pectra and Fusaka 🔥</h2>
<p><img src="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/PectraFusaka.png" alt="PectraAndFusaka"></p>
<p>As part of the Pectra and Fusaka mainnet upgrades, we have recorded a whooping <strong>22</strong> podcast episodes for our PEEPanEIP series, featuring Ethereum Improvement Proposals (EIPS) scheduled for inclusion. We invited EIP authors to explain why the EIPs were needed, how they impact Ethereum&#39;s ability to scale and what it meant for dApp builders. In addition, we also recorded an additional five-part series known as the <em>Fusaka Files</em> targeting network readiness for large institutions. </p>
<p>Some of the highlights of the PEEPanEIP series include:</p>
<ul>
<li><p><strong><a href="https://www.youtube.com/watch?v=ome47qtvuU0&t=1s">EIP-7702 Set Code for EOAs with Anders Kristiansen</a></strong></p>
</li>
<li><p><strong><a href="https://www.youtube.com/watch?v=Ma31xvBoySw&list=PL4cwHXAawZxqOHV_F40AJbzcl8b6tG8xw&index=3&t=1s">EIP-7691 Blob throughput increase with Parithosh, Toni and Sam</a></strong></p>
</li>
<li><p><strong><a href="https://youtu.be/pCu4WuMaAPo?si=b9Z0GMCHkVHkQ30m">PeerDAS - Peer Data Availability Sampling with Francesco D&#39;Amato</a></strong></p>
</li>
</ul>
<p>and a special episode highlight, <em><strong><a href="https://youtu.be/FrhTrNPGNCw?si=fyP7IoXQ7gakZZfQ">What’s Next for Ethereum After Fusaka?</a></strong></em> with <a href="https://x.com/tkstanczak">Tomasz Stańczak</a>.</p>
<p>The full <a href="https://youtube.com/playlist?list=PL4cwHXAawZxqOHV_F40AJbzcl8b6tG8xw&si=0yZRKHNHgxAEaRIz">Pectra mainnet upgrade playlist</a>, the <a href="https://youtube.com/playlist?list=PL4cwHXAawZxoIenfk7OJry4rxcqX-eqBt&si=uoXDO8ozAq6PN8Z-">Fusaka mainnet upgrade playlist</a> and the <a href="https://youtube.com/playlist?list=PL4cwHXAawZxpz-erUbKKUnnGoQNdF8s7Z&si=pptzYNgahW1Imbp8">Fusaka Files</a> can be viewed on Youtube.</p>
<p>One significant feature of Pectra upgrade was <a href="https://www.youtube.com/watch?v=ome47qtvuU0">EIP-7702</a> which improved user onchain experience by enabling wallets to delegate control to smart contract accounts for batching transactions, gas sponsorships and much more. On the other hand, the Fusaka upgrade saw a dramatic decrease in gas fees as a result of <a href="https://youtu.be/pCu4WuMaAPo?si=MBLZ9toUgQHUrY5E">PeerDAS (Data Availability Sampling)</a> increases data capacity for Layer 2 networks. </p>
<p>We also partnered up with Octant for a <a href="https://x.com/OctantApp/status/1916961410103578946?s=20">fun-filled community call</a> led by <a href="https://x.com/Cyph3rVae">Vaelyn</a> to quiz community members on the ins and outs of the Pectra Upgrade. </p>
<p><img src="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/DragonDen.jpeg" alt="DragonDen"></p>
<h2>Education initatives: Women in Ethereum Protocol Study Groups, Ecosystem Project Demos and more 📚</h2>
<h3>Women in Ethereum Protocol (WiEP) Study Groups</h3>
<p>2025 is the second year that ECH Institute is supporting WiEP. Each year, there are two study group cohorts that run over a ten-week period, led by our community contributors. Each cohort attracts a large number of women developers who are interested in core protocol development. Our study groups in 2025 are organized and coordinated by <a href="https://x.com/Sib_Katya">Katya</a> (Cohort 3), <a href="https://x.com/naps_thelma">Mercy</a> and <a href="">Arunima</a> (Cohort 4). We are heartened to see so many participants eager to contribute to Ethereum&#39;s open-source ecosystem.</p>
<p>Some of the Cohort 3 key highlights are: </p>
<ul>
<li>🎉 23 active participants </li>
<li>🎉 5 office hours, 5 stand ups, 10 assignments</li>
<li>🎉 15 issues tackled, 11 PRs opened, 4 PRs merged</li>
</ul>
<p>Cohort 4 highlights are: </p>
<ul>
<li>🎉 25 active participants </li>
<li>🎉 40 GitHub issues worked on</li>
<li>🎉 40 PRs created and 20 PRs merged</li>
</ul>
<p>Watch the full <a href="https://youtube.com/playlist?list=PL4cwHXAawZxpbEZhQYgOW8mbQDbLoyQDT&si=uwXI6b-pgWnokEvF">Study Group Cohort 3</a> and <a href="https://youtube.com/playlist?list=PL1rUZzvsr4ZnxfSY_pdylWUN8sFwJevXT&si=-gZzKIFQPyg6c1xf">Study Group Cohort 4</a> videos on Youtube!</p>
<h3>Ecosystem Project Demo series</h3>
<p><img src="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/EPD.png" alt="EPD"></p>
<p><em>Ecosystem Project Demo</em> is a podcast series to showcase &amp; learn about various public goods projects, open-source infrastructure or toolings in the Ethereum ecosystem. Recording and publishing <strong>12</strong> videos, we featured some of the most popular protocols and tools, and covered topics on deep funding, privacy, and governance.</p>
<p>Some of our most viewed videos include: </p>
<ul>
<li><p><strong><a href="ttps://youtu.be/hkfD9-M_kpc?si=HVVZopHgd9EUqj-b">Privacy by Default: Privacy Pools with Nathaniel Fried</a></strong></p>
</li>
<li><p><strong><a href="https://youtu.be/9BvZ_y5QjGY?si=xI3nEuBJFXoQc5tk">The Future of ZK Tooling with Leo Alt</a></strong></p>
</li>
<li><p><strong><a href="https://youtu.be/q3_2cPBpQwY?si=DpDL1-bWj--cKgME">Agora: Enabling great governance with Yitong Zhang</a></strong></p>
</li>
<li><p><strong><a href="https://youtu.be/QpTJEhHiJ6E?si=wOMF6D7n4gSE5PmO&t=1">DeepGov: Configurable AI Politicians for Capital Allocation and Governance</a></strong></p>
</li>
</ul>
<h3>EIP Office Hours and Governance Meetings</h3>
<p>To support EIP and ERC authors move along their proposals from draft to review and to last call, ECH has been organising weekly EIP Office Hours with EIP/ERC editors. Community members can also participate in the governance calls that take place every month, known as the EIP Improvement Process (EIPIP) meetings.</p>
<p>We hosted <strong>34</strong> EIP (and ERC) Office Hours and <strong>10</strong> EIPIP meetings this year! 🔥 We are grateful for our EIP Editors who provided invaluable support, <a href="https://x.com/lightclients">lightclient</a>, <a href="https://x.com/_SamWilsn_">Sam</a>, <a href="https://x.com/ZainanZhou">Victor</a>, <a href="https://x.com/g11tech">Gajinder</a> and our newest edition to the team, <a href="https://x.com/JochemBrouwer96">Jochem</a>. </p>
<h3>Protocol calls streaming</h3>
<p>Each week, there are multiple core protocol calls happening on Ethereum where core developers and protocol builders discuss important impact and consequences of Ethereum Improvement Proposals. We help publicise these calls by re-streaming them on Twitter (X) and also uploading them on Spotify. </p>
<h2>Community building through events and X spaces 🫂</h2>
<h3>First-ever Twitter spaces celebrating International Women&#39;s Day!</h3>
<p><img src="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/IWDCeleb.png" alt="X"></p>
<p>We spotlighted women builders, entrepreneurs and key ecosystem players to celebrate International Women&#39;s Day! Joining us for the big day were <a href="https://x.com/nixorokish">Nixo</a> (Protocol Coordinator at Ethereum Foundation), <a href="https://x.com/Sib_Katya">Katya</a> (Core protocol developer), <a href="https://x.com/sejal_rekhan">Sejal</a>(ex Ecosystem Growth, Allo Capital), <a href="https://x.com/yoyocao_eth">Yoyo</a> (Co-initiator, ETHPanda), <a href="https://x.com/laurabxyz">Laura</a>(Co-founder, Jobstash), <a href="https://x.com/futurealisha">Alisha</a> (Co-founder, FireflyPocket) and <a href="https://x.com/OrnellaWeb3">Ornella</a> (Community, Ethereum Foundation).</p>
<p>Each of them shared incredible insights into the challenges and opportunities growing Ethereum communities, from onboarding new builders into the ecosystem, to producing open-source hardware and software (upholding trustless, decentralized ethos of Ethereum) and encouraging more builders to contribute to Ethereum&#39;s core protocol infrastructures.</p>
<p>Our speakers also highlighted the realities of working in a remote-first environment, the trade-offs experienced as women and mothers in this space.</p>
<h3>ETHCluj #RoadtoEthCluj campaign</h3>
<p><img src="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/ECHxETHCluj.png" alt="X"></p>
<p>ECH Institute expanded our community partnershi outreach this year, starting out with EthCluj partnership at the start of the year. It was amazing to suppot the ETHCluj Romanian community, co-organising and co-hosting their #RoadtoEthCluj campaign. </p>
<p>As ETHCluj has a strong tight-knitted community of engineers and cryptography researchers, it was exciting to see lively participation of their community in our PEEPanEIP episodes and community calls.</p>
<h3>Ethereum 10 year anniversary quiz and community call</h3>
<p>We also hosted our own Ethereum 10-year anniversary quiz and community call, raffling away tickets for EDCON. </p>
<p>In addition, we also produced a video celebrating Ethereum&#39;s birthday!</p>
<p><img src="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/10years.png" alt="10years"></p>
<p>Watch it <a href="https://youtu.be/P9mB_MK56DE?si=y9ukJgvF4eVU5wCW">here</a>.</p>
<h3>Community partnerships with EDCON</h3>
<p><img src="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/EDCONSpeaker.jpeg" alt="EDCONSpeaker"></p>
<p>We were also proud to be a community partner of EDCON, with <a href="https://x.com/poojaranjan19">Pooja</a> speaking on diversity in Ethereum core protocol development. </p>
<h3>Devconnect: EIP Summit, WiEP networking brunch</h3>
<p>We hosted ECH Institute&#39;s first EIP summit and WiEP networking brunch at Devconnect, with participation from core developers, core protocol researchers, dApp builders and EIP/ERC authors. Read more about our events at Devconnect <a href="https://blog.ethcatherders.com/devconnect2025recap">here</a>.</p>
<h2>Heartfelt Gratitude for Community Support 💕</h2>
<p>As the year wraps up, we deeply appreciate the generous funding &amp; support provided by the Octant &amp; Gitcoin grant organization to ECHInstitute. This invaluable support is instrumental in advancing our mission to nurture and strengthen public goods within the Ethereum ecosystem.</p>
<p>Last but not least, we are grateful for the support of our core team and volunteers. A big thank you to Pooja, George, Akash, Vaelyn, Gajinder, Lightclient, Sam, Victor, Jochem, and Mercy and Jude. </p>
<h3>Learn more about ECH Institute</h3>
<ul>
<li><strong>Website</strong>: <a href="https://www.ethereumcatherders.com/">https://www.ethereumcatherders.com/</a></li>
<li><strong>Twitter</strong>: <a href="https://twitter.com/ECHInstitute">https://twitter.com/ECHInstitute</a></li>
<li><strong>YouTube</strong>: <a href="https://www.youtube.com/@ECHInstitute">https://www.youtube.com/@ECHInstitute</a></li>
<li><strong>GitHub</strong>: <a href="https://github.com/EthCatHerders">https://github.com/EthCatHerders</a></li>
<li><strong>Discord</strong>: <a href="https://dsc.gg/ech">https://dsc.gg/ech</a></li>
</ul>
]]></content:encoded>
            <enclosure length="0" type="image/png" url="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/2025RecapImage.png"/>
        </item>
        <item>
            <title><![CDATA[ECH Institute at Devconnect 2025: A Recap]]></title>
            <link>https://blog.echinstitute.org/devconnect2025recap</link>
            <guid>https://blog.echinstitute.org/devconnect2025recap</guid>
            <pubDate>Tue, 02 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[
Each year, the Ethereum community hosts an annual event bringing together developers, researchers and the broader ecosystem for a week of deep-dive, topic-focused events. This year is no exception, with the [Ethereum’s World Fair at Devconnect](https://devconnect.org/), Buenos A...]]></description>
            <content:encoded><![CDATA[<p>Each year, the Ethereum community hosts an annual event bringing together developers, researchers and the broader ecosystem for a week of deep-dive, topic-focused events. This year is no exception, with the <a href="https://devconnect.org/">Ethereum’s World Fair at Devconnect</a>, Buenos Aires, Argentina.</p>
<p>This year’s Devconnect was the largest yet, bringing over 20,000 participants from 130 countries, including more than 10,000 Argentinians and 5,000 developers, alongside 79 exhibitors and 200 volunteers, with hundreds of events spread across the city.</p>
<p>For ECH Institute, Devconnect is an important touchpoint in community building. With the upcoming <a href="https://youtube.com/playlist?list=PL4cwHXAawZxoIenfk7OJry4rxcqX-eqBt&si=4UiE3l_Nmyy9Hky1">Fusaka</a> upgrade and our work supporting Ethereum’s EIP and ERC process, Devconnect is a valuable opportunity for us to connect with core developers, client teams, researchers and more importantly, builders.</p>
<p>At Devconnect, we hosted two events, a <a href="https://luma.com/el84opau">Women in Ethereum Protocol networking brunch</a> and the <a href="https://luma.com/5lwboseu">EIP Summit</a>. At the EIP Summit, many of the attendees were researchers (24%) and core developers (15%), followed by app builders (12%), students (11%) and others (38%). Each of these events connected us with different people in the ecosystem, enriching our community&#39;s perspective of the diverse work in the Ethereum ecosystem.</p>
<h2>WiEP Networking Brunch</h2>
<p><img src="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/photo_2025-12-02%2004.24.12.jpeg" alt="NetworkingBrunchGroupPhoto"></p>
<p>Kicking off Devconnect, ECH Institute helped host the <a href="https://luma.com/el84opau">Women in Ethereum Protocol (WiEP) networking brunch</a> at La Rural.</p>
<p>The morning opened with a “Meet the Women behind the Protocol” session, giving attendees time to connect informally and learn what others are working on across client teams, contributors and coordination roles. It included sharing sessions from <a href="https://x.com/Sib_Katya">Katya</a>, a core developer and former WiEP Study Group Coordinator, and <a href="https://x.com/naps_thelma">Mercy</a>, a current WiEP Study Group Coordinator. This sharing session was followed by a short opening remark from <a href="https://x.com/ladonnarhiggins">La Donna</a> and <a href="https://x.com/poojaranjan19">Pooja</a>, who shared an overview of WiEP as an initiative focused on supporting more women and non-binary folks in the Ethereum protocol.</p>
<p><img src="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/photo_2025-12-02%2004.24.20.jpeg" alt="NetworkingBrunchMeettheWomen"></p>
<p>Throughout the brunch, the conversations kept circling back to having peer support for contributors and having opportunities to be involved in making pull requests to protocol repositories on Github. It was exciting to meet women attendees who were part of previous Study Groups and interact with aspiring contributors, highlighting strong interest in protocol development and peer support amongst developers, mentors and mentees.</p>
<p>The brunch was a nice reunion for existing contributors and newcomers, bridging newcomers with contributors at the core protocol layer.</p>
<h2>EIP Summit</h2>
<p><img src="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/EIP%20Summit%20banner.jpeg" alt="EIPSummitBanner"> </p>
<p>Building on this focus of inclusion and learning, the EIP Summit at Devconnect brought together the people who shaped Ethereum from ideas to protocol improvements. The half-day event traced the lifecycle of an Ethereum Improvement Proposal (EIP), from early research, engaging feedback from the community and EIP/ERC editors, to writing specifications and ensuring mainnet upgrade readiness.</p>
<p>Many of the attendees who joined the EIP Summit had strong interests in the EIP Process and ERC Standards, followed by network upgrades and testing and specs. We were fortunate to have a wide range of speakers that covered different topics.</p>
<p><img src="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/Demographic%20EIP%20Summit%20registrations.png" alt="EIPSummitAttendeeProfiles"></p>
<p><img src="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/EIP%20Summit%20speakers.jpeg" alt="EIPSummitSpeakers"></p>
<p>The Summit opened with a keynote on “EIPs in Motion: From Research to Reality” by <a href="https://x.com/poojaranjan19">Pooja</a>, then moved through tightly scoped talks and lightning sessions with EIP authors, editors, and core developers on their personal journeys and specific proposals.</p>
<p>The first block of talks focused on how individuals can shape Ethereum. In “Don’t just use Ethereum: Help shape it!”, <a href="https://x.com/JochemBrouwer96">Jochem</a> stressed that anyone, from everyday users to core developers, can participate in the EIP editing process, not just a small inner circle. The talk highlighted how much discussion is currently scattered across forums, calls and chats, and encouraged attendees to use Fellowship of Ethereum Magicians and to post summaries so feedback reaches authors instead of being lost in long threads or unrecorded calls. This is further echoed by EIP Editor, <a href="https://x.com/_SamWilsn_">Sam</a>, who emphasized that the EIP process is an author-driven process and individuals should take the initiative to coordinate and gather community feedback. </p>
<p><a href="https://x.com/jih2nn">Jihoon</a>’s “From Draft to Inclusion: A Proposal’s Journey” mapped the formal path an EIP follows once an idea is written up. Using practical discussion forums and platforms like HackMD, the Eth R&amp;D Discord, EthResearch, Ethereum Magicians and the All Core Devs calls, he showed how proposals are communicated, refined and eventually considered for inclusion in a network upgrade. Extra emphasis was placed on large or contentious changes where authors are encouraged to surface concerns early, talk directly with different stakeholder groups and make sure specifications and client implementations are ready before asking for inclusion in a fork. These sentiments were also echoed by <a href="https://x.com/ariutokintumi">German</a> who shared his experience as a first-time author, from proposing an idea to presenting and championing it in the community.  </p>
<p>The next set of talks shifted to making sure that Ethereum Improvement Proposals are ready for inclusion. In “From Spec to Sync: Ensuring Upgrade Readiness”, <a href="https://x.com/parithosh_j">Parithosh </a>outlined how EIPs move from walls of text into executable consensus specifications and cross-client test suites. He described consensus specs and tests as living repositories that define “what Ethereum is” and stressed the importance of spinning up local devnets and catching interoperability bugs before mainnet forks.</p>
<p>That theme of turning specifications into running code continued in “Code is Law: Avoiding Spec-ulation for Faster Forks”, presented by <a href="https://x.com/danceratopz">Dan</a> and <a href="https://x.com/raxhvl">Raxhvl</a>. They examined pain points with traditional test-driven approaches, where tests can be hard to read and sometimes are out of sync with specs. They contrasted earlier eras of executable tests with the emerging era of executable specifications such as EELS, arguing that review should increasingly be grounded in these specs, treating “code as law” to reduce off-code debates and give clearer, faster feedback.</p>
<p>Turning on Glamsterdam upgrade, gas repricing economics formed another major talking point in scaling L1. In her presentation “Repricings: EIP-8007”, <a href="https://x.com/misilva73">Maria</a> introduced EIP-8007 as a meta EIP cataloguing proposed changes to the gas pricing model for the Glamsterdam fork. Rather than determining gas costs directly, EIP-8007 serves as an overview so client teams and the wider community can see the full set of repricing proposals in one place. Maria also discussed how some EVM operations appear overpriced, limiting throughput, while others are underpriced and risk becoming bottlenecks or attack vectors. With the upcoming changes to ePBS and BALs in Glamsterdam, there is a high need for gas repricing changes for better harmonisation and scaling.</p>
<p>The Summit also highlighted proposed standards in the ERC space. “ERCs in Focus – ERC-8028: AI Assets On-Chain with Data Anchoring Token (DAT)” by <a href="https://x.com/0xThiru">Thiru</a> introduced an ERC standard that explained how DAT brings AI assets on-chain with clear proof of origin and usage. Public descriptions around the session emphasise enabling on-chain verification of off-chain AI artefacts, linking them to verifiable metadata and infrastructure for agent-to-agent interactions. The ERC-8028 is part of a broader effort among builders to make Ethereum a coordination layer for AI-native applications. </p>
<p>Last but not least, <a href="https://x.com/ZainanZhou">Victor Zhou</a> shared virtually on ERC-1202: Voting Standard. ERC-1202 is a reusable, composable voting primitive replacing ad-hoc governance contracts. The ERC focuses on proposal lifecycle, ballot types and result interpretation, supporting multiple voting schemes. Victor encourages builders integrating ERC-1202 to reach out to him.</p>
<p>Taken together, the EIP Summit framed protocol work as a continuum: from individuals noticing problems, to drafting and refining proposals, to expressing them in executable specifications and shipping coherent network upgrades.</p>
<p><img src="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/Team%20photo.jpeg" alt="Teamphoto"> </p>
<h3>Missed the EIP Summit at Devconnect?</h3>
<p>Catch the full recordings from Devconnect here: </p>
<ul>
<li><a href="https://x.com/i/broadcasts/1yNGabmkaMvJj">Full recording of EIP Summit</a></li>
<li><a href="https://youtu.be/wH76j1BDZkc">From Research to Reality - An EIP’s Journey with Pooja Ranjan</a></li>
<li><a href="https://youtu.be/ZVHHsKS6Kxo">Don’t just use Ethereum: help shape it! with Jochem Brouwer</a></li>
<li><a href="https://youtu.be/i8HO-bAivno">From Draft to Inclusion: A proposal’s Journey with Jihoon Song</a></li>
<li><a href="https://youtu.be/9yTrzNCd0Gk">From Spec to Sync: Ensuring Upgrade Readiness with Parithosh Jayanthi</a></li>
<li><a href="https://youtu.be/h5sUMWD9Yus">Code is Law: Avoiding Spec-ulation for Faster Forks - Revamping the EIP Review Process with Danceratopz &amp; raxhvl</a></li>
<li><a href="https://youtu.be/HpRNP8tc0lY">EIP-8007: A major update to EVM gas prices with Maria Inês Silva</a></li>
<li><a href="https://youtu.be/WcGYlzUChUE">From Idea to EIP: A First-Time Author’s Journey&quot; with German Abal</a></li>
<li><a href="https://youtu.be/RaeBZiE0rDA">ERCs in Focus - ERC-8028: AI Assets On-Chain with Data Anchoring Token (DAT) with Thirumurugan S</a></li>
<li><a href="https://youtu.be/YHZviU19di0">Meet EIP Editor Sam Wilson</a></li>
<li><a href="https://youtu.be/_szGTp49L5E">ERC-1202: Voting Interface with Victor Zhou</a></li>
</ul>
<h2>Podcasts at Devconnect</h2>
<p>Apart from EIP Summit and the WiEP networking brunch, we also recorded several podcasts with builders and core developers in this space. </p>
<h3>Protocol Pop-Ins with Mike McCabe | 0xbow | Privacy Pools | Devconnect Special 2025</h3>
<p><a href="https://www.youtube.com/watch?v=iJjWMJdYqFw&list=PL4cwHXAawZxoPEaPPAMB-fOJgFVmbQeH7&index=5"><img src="https://github.com/user-attachments/assets/214dbc99-dede-46d9-888d-8acfc45a6ccb" alt="podcast0xbow"></a></p>
<p><a href="https://x.com/0xPoolOperator">Mike McCabe</a> touched on the importance of enabling privacy on Ethereum, for both everyday users and institutions. Significantly, he addressed the challenges for building privacy projects such as <a href="https://youtu.be/hkfD9-M_kpc">0xbow</a>’s <a href="https://x.com/0xprivacypools">Privacy Pools</a>, echoing cautionary tales from <a href="https://x.com/TornadoCash">Tornado Cash</a> and the opportunities in building a compliant-first privacy tool, unlocking privacy for everyday users and enterprises. </p>
<h3>Protocol Pop-Ins with Lodestar Team | Devconnect Special Podcast with Matthew, Phil &amp; Cayman</h3>
<p><a href="https://youtu.be/aPPV6HhleWQ?si=K7Obtweufk8r2apE"><img src="https://github.com/user-attachments/assets/69fa812b-b158-4754-9eb3-249ae3afcdb5" alt="podcastLodestar"></a></p>
<p>Matthew, Phil and Cayman shared real-world use cases such as zk-identity implementation in Bhutan and their excitement working in Ethereum, maintaining scale and security for trillions of dollars. They also highlighted the preparations the Lodestar team made for Fusaka upgrade and planning ahead for future forks. </p>
<h3>Better EIP Reviews with Jochem Brouwer | Devconnect Special | ECH Institute</h3>
<p><a href="https://www.youtube.com/embed/RQC8yjBnUGw?si=oaGix9uu2uee32bD"><img src="https://github.com/user-attachments/assets/b0a5f378-2bd9-44ba-906f-04fd030be1e2" alt="podcastjochem"></a></p>
<p>As an EIP Editor, Jochem highlighted the need for more feedback especially for ERC proposals, the importance of raising feedback as soon as possible rather than belatedly at ACD calls.  </p>
<h3>From Hackathon to Devconnect with Thiru ​​| Metis | Devconnect Special Podcast | ECH Institute</h3>
<p><a href="https://www.youtube-nocookie.com/embed/yEn-gDIa56I?si=DhgbID3fAPWsn02G"><img src="https://github.com/user-attachments/assets/85513f41-1320-41d7-8705-e6239565ef92" alt="podcastThiru"></a></p>
<p>Winning nearly 30 hackathons, Thiru shared how hackathons shaped his career, get employed and travel around the world. He also touched briefly on DAT ERC standard and working at Metis. </p>
<h2>Fusaka Files Spotlight: Special last episode with Tomasz Stańczak</h2>
<p>On the final days at Devconnect, we recorded the last episode of the <a href="https://www.youtube.com/playlist?list=PL4cwHXAawZxpz-erUbKKUnnGoQNdF8s7Z">Fusaka Files</a>, a short series that focused on Fusaka readiness for enterprises. </p>
<p><a href="https://www.youtube-nocookie.com/embed/FrhTrNPGNCw?si=rTwrGvFkbPB0CQuC"><img src="https://github.com/user-attachments/assets/c9f89815-b8c1-43df-a716-790e372aceff" alt="Fusakafiles"></a></p>
<p><a href="https://x.com/tkstanczak">Tomasz</a>, the Executive Director at Ethereum Foundation joined the podcast, touching on credible neutrality especially for institutions, the role of Layer 2 solutions and how the Ethereum Foundation through All Core Dev calls enable open and transparent EIP process.</p>
<p>Tomasz emphasized the ability for anyone to participate in building Ethereum. </p>
<p>Check out the special episode on <a href="https://www.youtube.com/watch?v=FrhTrNPGNCw&list=PL4cwHXAawZxpz-erUbKKUnnGoQNdF8s7Z&index=1">Youtube</a>!</p>
<p>Check out the rest of the Fusaka Files series <a href="https://www.youtube.com/playlist?list=PL4cwHXAawZxpz-erUbKKUnnGoQNdF8s7Z">here</a>!</p>
<h3>Thank you!</h3>
<p>We would like to thank all community members, speakers and attendees for making Devconnect so special! We hope that everyone has enjoyed their time and made meaningful connections. </p>
<p>Special thanks to our team - <a href="https://x.com/lookupforsky">Akash Kshirsagar</a>, <a href="https://x.com/georgeh0x">George Hervey</a>,  <a href="https://x.com/Cyph3rVae">Vaelyn Luo</a> &amp; <a href="https://x.com/poojaranjan19">Pooja Ranja</a> for bringing ECH Institute to Devconnect ARG. </p>
<p>Till next time! </p>
]]></content:encoded>
            <enclosure length="0" type="image/png" url="https://raw.githubusercontent.com/ethcatherders/ech-blog/refs/heads/main/blogs/images/Devconnect%20Recap%20Image.png"/>
        </item>
        <item>
            <title><![CDATA[It’s Pectra Time!]]></title>
            <link>https://blog.echinstitute.org/itspectratime</link>
            <guid>https://blog.echinstitute.org/itspectratime</guid>
            <pubDate>Tue, 06 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[
#### EL & CL changes, PEEPanEIP, Quizzes, NFT and a Watch party invite.

The Ethereum community is expecting to activate **Pectra** on mainnet on **May 07, 2025 at epoch 364032** (10:05:11 UTC).  This is the 3rd upgrade on the post-Merge Ethereum blockchain. It is also the 19th ...]]></description>
            <content:encoded><![CDATA[<h4>EL &amp; CL changes, PEEPanEIP, Quizzes, NFT and a Watch party invite.</h4>
<p>The Ethereum community is expecting to activate <strong>Pectra</strong> on mainnet on <strong>May 07, 2025 at epoch 364032</strong> (10:05:11 UTC).  This is the 3rd upgrade on the post-Merge Ethereum blockchain. It is also the 19th network upgrade since the launch in 2015, probably the highest number of upgrades to an active blockchain.  </p>
<p>Pectra is bringing a combination of execution and consensus layer changes. The upgrade will be activated in less than 24 hours. It will introduce features such as staking exits from the execution layer, code-enabled EOAs, calldata cost adjustments, and blob throughput increases, among many others. It intends to continue the protocol’s development toward scalability, security, and decentralization.</p>
<p>Alongside the technical upgrades, Ethereum Cat Herders and the broader community have collaborated on educational content, including PEEPanEIP recordings, testing call summaries, NFT for Author’s Recognition and a Shapella- Dencun-style watch party to mark the occasion.</p>
<h1>✨ Why is it called “Pectra”?</h1>
<p>Ethereum upgrades are named using a simple pattern: the execution layer is named after a Devcon city, and the consensus layer is named after a star. “<strong>Pectra</strong>” is a mix of <strong>Prague</strong> (the city where Devcon IV was held) and <strong>Electra</strong> (a bright star in the Taurus constellation). This name shows that both layers of Ethereum are being upgraded at the same time.</p>
<h1>🔧 What’s Included: Meta EIP &amp; Core EIPs</h1>
<p><a href="https://www.youtube.com/live/5pMkHeG-lC0">Preparing for Pectra: A Paw-some Video by EthCatHerders</a></p>
<p>To help the community understand what’s changing, the Ethereum Cat Herders have recorded several PEEPanEIP episodes with EIP authors and implementers, offering deep dives into individual proposals and their rationale. Catch the full <a href="https://www.youtube.com/playlist?list=PL4cwHXAawZxqOHV_F40AJbzcl8b6tG8xw">Pectra Playlist</a>.</p>
<p><a href="https://eips.ethereum.org/EIPS/eip-7600">Meta EIP-7600</a> documents the upgrade scope.</p>
<h3>Core EIPs</h3>
<ul>
<li><a href="https://eips.ethereum.org/EIPS/eip-2537">EIP-2537: Precompile for BLS12-381 curve operations</a> | <a href="https://youtu.be/Kr0WRewb_AA">Video</a> | <a href="https://open.spotify.com/episode/1KxdekZhgm3rldRgkdNP6m?si=vaMmGJqcSmCkARjR7yYA5g">Audio</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-2935">EIP-2935: Save historical block hashes in state</a> | <a href="https://youtu.be/QH5yuNd3B6o">Video</a> </li>
<li><a href="https://eips.ethereum.org/EIPS/eip-6110">EIP-6110: Supply validator deposits on chain</a> | <a href="https://youtu.be/tRTBgCN9VgY">Video</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7002">EIP-7002: Execution layer-triggerable exits</a> | <a href="https://youtu.be/MxvX1gNh-_4">Video</a> | <a href="https://open.spotify.com/episode/164Ab6thqzVFBMczqB7gAK?si=mfy-B6N6Qe6ORzh_8zGpig">Audio</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7251">EIP-7251: Increase the MAX_EFFECTIVE_BALANCE</a> | <a href="https://youtu.be/3cVhNXDTjgg">Video</a> | <a href="https://open.spotify.com/episode/4vv1Pb9FMpAIeTKfFlmhl8?si=lXilQeu6Ru2M3lDe5HWPew">Audio</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7549">EIP-7549: Move committee index outside Attestation</a> | <a href="https://youtu.be/oZfV4Ell9WQ">Video</a> | <a href="https://open.spotify.com/episode/5gfoCw4D5iBCutoKSDJmZs?si=vm5uYlXdSQ2lLyC0ZlHVdg">Audio</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7623">EIP-7623: Increase calldata cost</a> | <a href="https://youtu.be/D8UnMN2Cjw4">Video</a> | <a href="https://open.spotify.com/episode/2oBW6edgzaeJl13hajRuFf?si=BzfkENKDTiGlD6KSlmmJJg">Audio</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7685">EIP-7685: General purpose execution layer requests</a> | <a href="https://youtu.be/3g71BGZFASE">Video</a> | <a href="https://open.spotify.com/episode/2jrYzcPZfHLlt6T9xwQAYQ?si=WIVbJBHfSHCRukJvxK4VtQ">Audio</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7691">EIP-7691: Blob throughput increase</a> | <a href="https://youtu.be/Ma31xvBoySw">Video</a></li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7702">EIP-7702: Set EOA account code</a> | <a href="https://youtu.be/ome47qtvuU0">Video</a> | <a href="https://open.spotify.com/episode/0nk32qp3QRBl84x1eh3VeL?si=JXZ1XDqFRJWzumwLU8WaNg">Audio</a></li>
</ul>
<h3>Other EIPs</h3>
<ul>
<li><a href="https://eips.ethereum.org/EIPS/eip-7840">EIP-7840: Add blob schedule to EL config files</a> </li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7642">EIP-7642: eth/69 – Drop pre-merge fields</a></li>
</ul>
<h1>🚀 Testnet Deployments &amp; Incident Reports</h1>
<p>The Pectra upgrade underwent a rigorous multi-phase testing process across Ethereum’s public testnets to ensure network readiness and client stability over several <a href="https://github.com/ethereum/pm/blob/master/Pectra/pectra-pm.md">Devnets</a>. Initial deployment on <strong>Holesky</strong> (Feb 24, 2025) revealed sync issues and client incompatibilities, which were promptly addressed and documented in the<a href="https://github.com/ethereum/pm/blob/master/Pectra/holesky-postmortem.md"> Holesky Post-Mortem</a>. These early findings informed critical improvements ahead of the <strong>Sepolia</strong> deployment (Mar 5, 2025), which encountered a known bug that was swiftly fixed—also captured in the<a href="https://github.com/ethereum/pm/blob/master/Pectra/sepolia-postmortem.md"> Sepolia Post-Mortem</a>.</p>
<p>A final pre-mainnet run on the <strong>Hoodi testnet</strong> (Mar 26, 2025) served as the final staging ground, confirming system readiness for mainnet. Each testnet phase contributed valuable insights, reinforcing the reliability of the client releases and validator configurations.</p>
<p>The upgrade is scheduled for mainnet activation on May 7, 2025 at 10:05:11 UTC, following the activation plan outlined in the<a href="https://github.com/ethereum/pm/blob/master/Pectra/pectra-mainnet-plan.md"> Mainnet Upgrade &amp; Incident Response Team Plan</a>. This phased rollout has exemplified Ethereum’s commitment to secure and transparent upgrade coordination.</p>
<h2>Activation Plan &amp; Client Requirements</h2>
<p>The Pectra upgrade is scheduled to activate on the Ethereum mainnet on May 7, 2025. To remain compatible and continue participating in Ethereum’s consensus, <strong>node operators and validators must upgrade</strong> both their Execution Layer (EL) and Consensus Layer (CL) clients to a Pectra-ready version. </p>
<p>One notable development in this upgrade cycle is the participation of <strong>Reth</strong>, the latest addition to Ethereum’s Execution Layer clients, and <strong>Grandine</strong>, as an open-source Consensus Layer client now included in the upgrade process. </p>
<p>Upgrading is essential—<strong>nodes that do not upgrade will fork from the main network and be left on an incompatible chain</strong>. </p>
<p>Refer to the <a href="https://blog.ethereum.org/2025/04/23/pectra-mainnet">Ethereum Foundation blog post</a> for complete client upgrade instructions and FAQ. Be sure to update your clients to the minimum compatible versions to remain part of Ethereum’s mainnet consensus.</p>
<h1>🙌 Education, Community Engagement &amp; Author Recognition</h1>
<p>Ethereum Cat Herders championed a series of community-driven initiatives to ensure the Pectra upgrade was not only technically successful but also widely understood, celebrated, and accessible to all.</p>
<h2>🎙️ PEEPanEIP Series</h2>
<p>To deepen public understanding of the <a href="https://www.youtube.com/playlist?list=PL4cwHXAawZxqOHV_F40AJbzcl8b6tG8xw">EIPs included in Pectra </a>, we recorded detailed walkthroughs with EIP authors and client implementers. These educational discussions are part of the ongoing <a href="https://www.youtube.com/playlist?list=PL4cwHXAawZxpby7LszzOnyuAyQl8WLLvh">PEEPanEIP series</a>, designed to make Ethereum protocol changes transparent and approachable.</p>
<h2>📜 Ethereum Protocol Progress</h2>
<p>Ethereum Cat Herders has launched a new series titled “Ethereum Protocol Progress” — a curated collection of tweet threads that document each major Ethereum network upgrade. This initiative aims to make Ethereum’s evolution more accessible and understandable to the broader community. Each thread breaks down an upgrade’s Introduction, Core Features, Benefits, Community Impact, Challenges, and a Fun Fact, offering a concise yet informative snapshot of how the protocol has progressed over time. Browse the <strong>full series</strong> below and follow along to revisit Ethereum’s most important milestones leading to Pectra:</p>
<p>Here’s a look back at Ethereum’s upgrade history, leading to Pectra:</p>
<ol>
<li><a href="https://x.com/EthCatHerders/status/1914364555020656790">Frontier</a></li>
<li><a href="https://x.com/EthCatHerders/status/1914709625217409218">Frontier Thawing</a></li>
<li><a href="https://x.com/EthCatHerders/status/1915081040147968482">Homestead</a></li>
<li><a href="https://x.com/EthCatHerders/status/1915499430335422581">The DAO Fork</a></li>
<li><a href="https://x.com/EthCatHerders/status/1915853562569232439">Byzantium (Metropolis)</a></li>
<li><a href="https://x.com/EthCatHerders/status/1916208464306835772">Constantinople (Metropolis 2)</a></li>
<li><a href="https://x.com/EthCatHerders/status/1916959128481878269">St. Petersburg (Constantinople 2)</a></li>
<li><a href="https://x.com/EthCatHerders/status/1917293814869348499">Istanbul</a></li>
<li><a href="https://x.com/EthCatHerders/status/1917659596682060071">Muir Glacier</a></li>
<li><a href="https://x.com/EthCatHerders/status/1918029124318503242">Beaconchain (Phase 0)</a></li>
<li><a href="https://x.com/EthCatHerders/status/1918397954446262347">Berlin</a></li>
<li><a href="https://x.com/EthCatHerders/status/1918769912983790035">London</a></li>
<li><a href="https://x.com/EthCatHerders/status/1919054227470467157">Altair</a></li>
<li><a href="https://x.com/EthCatHerders/status/1919127397485691117">Arrow Glacier</a></li>
<li><a href="https://x.com/EthCatHerders/status/1919401665641513189">Gray Glacier</a></li>
<li><a href="https://x.com/EthCatHerders/status/1919699605672828991">The Merge (Bellatrix + Paris)</a></li>
<li><a href="https://x.com/EthCatHerders/status/1919837102025654437">Shapella (Shanghai + Capella)</a></li>
<li><a href="https://x.com/EthCatHerders/status/1919881792649052661">Dencun (Deneb + Cancun)</a></li>
<li>Pectra (Prague + Electra)</li>
</ol>
<p>Each step brought Ethereum closer to a more efficient, scalable, and secure decentralized future.</p>
<h2>🏅 Author Recognition: Pectra Commemorative NFTs</h2>
<p>To recognize the invaluable contributions of EIP authors, Ethereum Cat Herders have launched a <strong>special edition commemorative NFT</strong> for those who contributed to the Pectra upgrade. Read more <a href="https://hackmd.io/@georgeh/S1tPHHAuye">here</a>.</p>
<p>If you’ve authored one or more EIPs included in Pectra, you can<a href="https://www.ethcatherders.com/upgrades/pectra"> claim your NFT here</a>.</p>
<p>To claim:</p>
<ul>
<li>Verify your GitHub username (as cited in the EIP)</li>
<li>Submit your ENS or Base-compatible wallet address</li>
<li>The NFT will be <strong>airdropped gas-free</strong> to your wallet</li>
</ul>
<p>This limited-edition NFT is a symbol of gratitude from the Ethereum Cat Herders and the broader Ethereum community. Thank you for helping shape the protocol’s future.</p>
<h2>🐉 Octant’s Dragon Den Raffle &amp; Quiz</h2>
<p>In collaboration with the<a href="https://x.com/OctantApp/status/1917262864064340428"> Octant community</a>, Ethereum Cat Herders organized a Pectra-themed quiz and raffle, rewarding winners with free or discounted tickets to Ethereum events. This initiative helped grow awareness of protocol upgrades in a fun and inclusive way.</p>
<h2>🏛️ Onsite Engagement at ETH Cluj</h2>
<p>We also partnered with<a href="https://lu.ma/v871m3uc"> ETH Cluj</a> to promote <a href="https://www.youtube.com/watch?v=YCL-cAT8gqs">Pectra-related education</a> on the ground, bringing conversations about Ethereum’s evolving architecture directly to the builder and staker communities. </p>
<h1>🎉 Join the Watch Party!</h1>
<p>We’re celebrating the Pectra mainnet upgrade with a fun livestream watch party — and you’re invited!
Hosted by <strong>Ethereum Cat Herders</strong>, <strong>EthStaker</strong>, along with <strong>The Daily Gwei</strong> &amp; <strong>Bankless</strong>, this event brings together developers, researchers, validators, and the community to walk through the upgrade as it happens live.</p>
<p>📺<a href="https://twitter.com/i/broadcasts/1kvJpyZdeLbxE"> Watch on YouTube</a></p>
<p>🧵 <a href="https://x.com/i/broadcasts/1kvJpyZdeLbxE">Watch on X</a></p>
<p>Bring your snacks, questions, and good vibes! 🧃🎉</p>
<p>This isn’t just an upgrade — it’s a moment for the whole Ethereum community. Let’s enjoy it together!</p>
<h1>🫶 Thank You, Ethereum Community!</h1>
<p>Pectra happened because of the amazing work from so many people — client teams, researchers, testers, node operators, educators, and community contributors from all over the world.
Let’s take a moment to celebrate this big step in Ethereum’s journey — and look forward to what’s coming next!
Special thanks to <a href="https://x.com/LookUpForSky">Akash Kshirsagar</a> for beautiful designs, <a href="https://x.com/Cyph3rVae">Vaelyn Luo</a> for leading community events <a href="https://x.com/georgeh0x">George Hervey</a> for the NFT distribution.</p>
<p>Looking forward to a <strong>Pawsome</strong> future! 🐾</p>
<h5><a href="https://www.ethcatherders.com/donate">Support</a> &amp; Follow on <a href="https://twitter.com/EthCatHerders">X</a> | <a href="https://warpcast.com/ethcatherders">Warpcast </a> | <a href="https://youtube.com/@ethcatherders">YouTube</a> | <a href="https://www.linkedin.com/company/ethcatherders">LinkedIn</a> | <a href="https://www.ethcatherders.com/">Website</a></h5>
]]></content:encoded>
            <enclosure length="0" type="image/png" url="https://miro.medium.com/v2/resize:fit:1100/format:webp/1*sCDRZdHLR2DX32DyCUipNA.png"/>
        </item>
        <item>
            <title><![CDATA[Purr-suit of Ethereum 🐾 #7]]></title>
            <link>https://blog.echinstitute.org/poe7</link>
            <guid>https://blog.echinstitute.org/poe7</guid>
            <pubDate>Mon, 03 Mar 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[
#### Your Weekly Dose of Blockchain Updates and Meows!
Welcome to the seventh edition. Catch up on the latest updates since our [last edition](https://hackmd.io/@poojaranjan/PoE6) and explore all past newsletters [here](https://hackmd.io/@poojaranjan/PoE). This week, we bring yo...]]></description>
            <content:encoded><![CDATA[<h4>Your Weekly Dose of Blockchain Updates and Meows!</h4>
<p>Welcome to the seventh edition. Catch up on the latest updates since our <a href="https://hackmd.io/@poojaranjan/PoE6">last edition</a> and explore all past newsletters <a href="https://hackmd.io/@poojaranjan/PoE">here</a>. This week, we bring you the latest on the Ethereum Foundation Leadership, Pectra and Fusaka upgrades and a roundup of upcoming Ethereum events and ecosystem developments. Stay informed, get involved, and continue contributing to the Ethereum community!</p>
<h3><strong>Summary</strong></h3>
<ul>
<li><strong><a href="https://hackmd.io/@poojaranjan/PoE7#Welcoming-a-new-EF-leadership-structure">New Ethereum Foundation Leadership</a></strong> - Hsiao-Wei Wang &amp; Tomasz Stanczak appointed as co-Executive Directors. Danny Ryan returns as co-founder of Etherealize.</li>
<li><strong><a href="https://hackmd.io/@poojaranjan/PoE7#Pectra-PragueElectra-Upgrade">Pectra Upgrade</a></strong>: Holesky Validator Incident Post-Mortem &amp; Debrief released. Grants &amp; NFT rewards for EIP authors of Pectra Upgrade.</li>
<li><strong>Ethereum Core Development &amp; <a href="https://hackmd.io/@poojaranjan/PoE7#EIPs-Update">EIPs</a></strong>: Read EIPsInsight, watch PEEPanEIP Playlist, join Ethereum Magicians Discussions.  </li>
<li><strong>Public Goods &amp; Community Initiatives</strong>: A special talk with Sejal on Deep Funding.</li>
</ul>
<h1>Welcoming a new EF leadership structure</h1>
<ul>
<li><strong><a href="https://x.com/hwwonx/status/1895854936916639830">Hsiao-Wei Wang</a></strong> and <strong><a href="https://x.com/tkstanczak/status/1895854479599091871">Tomasz Stanczak</a></strong> as co-Executive Directors at EF. <a href="https://blog.ethereum.org/2025/03/01/leadership-announcement">Blogpost announcement</a> &amp; <a href="https://x.com/ethereumJoseph/status/1896318831288783317">ConsenSys support</a>.<ul>
<li><strong>Thank you</strong> Hsiao-Wei Wang for <a href="https://x.com/hwwonx/status/1895905594227450069">your kind words for ECH and WiEP</a>. We sincerely appreciate your support 🙏</li>
</ul>
</li>
<li>A new chapter in the infinite garden - <a href="https://blog.ethereum.org/2025/02/25/aya-announcement">A letter to the community</a> by <strong>Aya Miyaguchi</strong>, The President at Ethereum Foundation. </li>
<li><a href="https://x.com/VitalikButerin/status/1895853578167931308/photo/1"><strong>Danny Ryan</strong> is back</a>!<ul>
<li><a href="https://x.com/dannyryan/status/1895851747865944114">Joining as a cofounder of @etherealize_io</a></li>
<li>Austin Griffith and Danny Ryan in Denver <a href="https://x.com/EthereumDenver/status/1895910711077060716">Full video</a> (must watch)</li>
<li><a href="https://x.com/dannyryan/status/1896299003182289340">The song</a></li>
</ul>
</li>
</ul>
<h1><a href="https://www.ethcatherders.com/upgrades/pectra">Pectra</a> (Prague+Electra) Upgrade</h1>
<p><a href="https://x.com/jameshe_eth/status/1894761100186464338"><img src="https://hackmd.io/_uploads/HyQS7Kzjyl.png" alt="Screenshot 2025-03-02 at 8.17.30 PM">
</a></p>
<ul>
<li><a href="https://github.com/ethereum/pm/blob/master/Pectra/holesky-postmortem.md">Holesky Pectra Incident Post-Mortem</a><ul>
<li><a href="https://youtube.com/live/ksr-6iuSvrg?feature=share">Holesky Validator Incident Response</a> - Feb 28, 2025</li>
<li><a href="https://youtu.be/WLKjhKbDQTI">Holesky Debrief</a> - Feb 26, 2025</li>
</ul>
</li>
<li>Pectra Audit<ul>
<li><a href="https://blog.ethereum.org/2025/02/21/pectra-audit">Pectra Audit Competition Launches on Cantina</a></li>
<li><a href="https://blog.ethereum.org/2025/02/28/pectra-audit-results">Audit Results for the Pectra System Contracts</a></li>
</ul>
</li>
<li>Educational Resources - <a href="https://www.youtube.com/playlist?list=PL4cwHXAawZxqOHV_F40AJbzcl8b6tG8xw">PEEPanEIP - Pectra</a></li>
<li><a href="https://blog.ethcatherders.com/pectra-nft-for-eip-authors">Commemorative <strong>NFT for EIP Authors</strong> of Pectra Upgrade</a></li>
<li><a href="https://esp.ethereum.foundation/pectra-pgr">Pectra Proactive Grant Round</a> by ESP</li>
<li>Holesky Pectra Upgrade Testnet <a href="https://eipsinsight.com/pectra">Testnet countdown</a> &amp; <a href="https://www.youtube.com/live/XfdDV0RhDyI">Livestream</a></li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1306">Execution Layer Meeting 206</a></h3>
<ul>
<li><a href="https://youtube.com/live/tlezpGztpi8?feature=share">Recording</a> &amp; <a href="https://ethereum-magicians.org/t/all-core-devs-execution-acde-206-february-27-2025/22896/2">Next Steps</a></li>
<li>Audio only on EthCatHerders&#39;s <a href="https://open.spotify.com/episode/3iNbVysSnf4L42e1M3fpa5?si=QekiReIoSPWUHpZ23iGcDA">Podcast</a>. Check <a href="https://open.spotify.com/playlist/7k5kw4Q6t6RLiSOfsWTZGs?si=CQ-sp_LETdmaq6jJA0lmsQ&nd=1&dlsi=c3d4b5ffa1f041cf">ACD Playlist</a> and RSS Feed can be obtained from <a href="https://anchor.fm/s/7da9c4f0/podcast/rss">here</a>.</li>
<li><a href="https://etherworld.co/2025/02/28/highlights-of-ethereums-all-core-devs-meeting-acde-206/">Highlights of Ethereum&#39;s All Core Devs Meeting (ACDE) #206</a> by @yashkamalchaturvedi</li>
</ul>
<h3>Client testing call #26, February 24, 2025</h3>
<ul>
<li><a href="https://discord.com/channels/595666850260713488/745077610685661265/1343604407891398717">Mario&#39;s Notes</a> &amp; <a href="https://hackmd.io/@poojaranjan/InteropTestingNotes#Interop-Testing-Call-26-Feb-24-2025">ECH Notes</a></li>
</ul>
<h2>Fusaka (Fulu + Osaka) Upgrade</h2>
<p><a href="https://x.com/VitalikButerin/status/1895863075527700959"><img src="https://hackmd.io/_uploads/S1teTZXjkl.png" alt="Screenshot 2025-03-03 at 6.05.15 AM"></a></p>
<ul>
<li><a href="https://eips.ethereum.org/EIPS/eip-7607">EIP-7607: Hardfork Meta - Fusaka</a></li>
</ul>
<h2>Breakout &amp; Implementers’ Meeting</h2>
<h3>Beam Call</h3>
<ul>
<li><a href="https://github.com/blockblaz/zeam-community/issues/3">#2</a>:  Recording (unaavailable at the time of writing)</li>
</ul>
<h3>EIP-7732 Breakout Room</h3>
<ul>
<li><a href="https://github.com/ethereum/pm/issues/1321">#17</a>: <a href="https://youtu.be/gKzKY9IWZ0E">Rcording</a> and Terence&#39;s Notes (unavailable at the time of writing)</li>
</ul>
<h3>L2 Interop Working Group Call</h3>
<ul>
<li><a href="https://github.com/ethereum/pm/issues/1320">#4</a>: <a href="https://youtu.be/pb76xwgXkSI">Recording</a></li>
</ul>
<h3>FOCIL Breakout</h3>
<ul>
<li><a href="https://github.com/ethereum/pm/issues/1325">#5 </a>: <a href="https://www.youtube.com/watch?v=UW9vA3FIYn8">Recording</a> &amp; <a href="https://github.com/ethereum/pm/issues/1325#issuecomment-2682951292">Notes</a></li>
<li><a href="https://youtu.be/cUGyLx-mf6I">PEEPanEIP-7805: Fork-choice enforced Inclusion Lists (FOCIL) with Thomas and Julian</a></li>
</ul>
<h3>PeerDAS Breakout Room</h3>
<ul>
<li><a href="https://github.com/ethereum/pm/issues/1303">#19</a>: <a href="https://youtu.be/NGgQuRoiHNo">Recording</a> &amp; <a href="https://docs.google.com/document/d/1Ng2IrCe28kTt1BnIsjtMlKHq2MHgaja24LhFXSvqfJQ/edit?usp=sharing">Notes</a></li>
</ul>
<h3>Portal Implementers Call</h3>
<ul>
<li><a href="https://github.com/ethereum/pm/issues/1300">#46</a>: Recording (Unavailable at the time of writing) &amp;  <a href="https://hackmd.io/@chloezhux/H1x36pYIJg">Notes</a></li>
</ul>
<h3>Stateless Implementers Call</h3>
<ul>
<li><a href="https://github.com/ethereum/pm/issues/1322">#31</a>: <a href="https://youtu.be/Z_8pKQJwqwQ">Recording</a> &amp; [Recap]</li>
</ul>
<h3>eth_simulate Implementers&#39; Meeting</h3>
<ul>
<li><a href="https://github.com/ethereum/pm/issues/1302">Feb 24, 2025</a>: <a href="https://youtu.be/4hvX2CyQW8g">Recording</a> &amp; <a href="https://github.com/ethereum/pm/issues/1302#issuecomment-2683358508">Notes</a></li>
</ul>
<h3>Mev-boost community call</h3>
<ul>
<li><a href="https://collective.flashbots.net/t/mev-boost-community-call-12/4633">#12</a></li>
</ul>
<h2>EIPs Update</h2>
<h3>EIPsInsight</h3>
<ul>
<li><a href="https://eipsinsight.com/insight/2025/3">March 2025</a></li>
<li><a href="https://eipsinsight.com/insight/2025/2">February 2025</a></li>
</ul>
<h4><strong>New EIPs (Ethereum Improvement Proposals)</strong></h4>
<ul>
<li><a href="https://github.com/ethereum/EIPs/pull/9432">Uncouple execution payload from beacon block</a></li>
<li><a href="https://github.com/ethereum/EIPs/pull/9433">Standardized On-Chain Return Type Encoding for Solidity Functions</a></li>
<li><a href="https://github.com/ethereum/EIPs/pull/9428">Block-level Warming with fair cost savings</a></li>
<li><a href="https://github.com/ethereum/EIPs/pull/9422">ABI attachment in wallet_sendCalls</a></li>
</ul>
<h4>Twitter spaces with Stacks Foundation</h4>
<ul>
<li><a href="https://x.com/StacksOrg/status/1895504413206405380">EIPs with Pooja Ranjan</a><ul>
<li><a href="https://x.com/attractfund1ng/status/1895518539580391861">EIP x AI</a></li>
</ul>
</li>
</ul>
<h3>PEEPanEIP &amp; Ecosystem Project Demo</h3>
<h4>Released episodes</h4>
<ul>
<li><a href="https://youtu.be/Ma31xvBoySw">PEEPanEIP 143: EIP 7691 Blob throughput increase</a> with Parithosh, Toni and Sam</li>
<li><strong><a href="https://x.com/poojaranjan19/status/1886530988164985251">PEEPanEIP-7706: Separate gas type for calldata</a> with Vitalik Buterin</strong><ul>
<li>Follow playlists - <a href="https://www.youtube.com/playlist?list=PL4cwHXAawZxqu0PKKyMzG_3BJV_xZTi1F">PEEPanEIP</a> &amp; <a href="https://www.youtube.com/playlist?list=PL4cwHXAawZxqOHV_F40AJbzcl8b6tG8xw">Pectra</a></li>
</ul>
</li>
</ul>
<h4>Upcoming releases</h4>
<ul>
<li><a href="https://eips.ethereum.org/EIPS/eip-7527">ERC-7527: Token Bound Function Oracle AMM</a> with Elaine Zhang</li>
</ul>
<h2>Ecosystem Project Demo</h2>
<h4>Recording released</h4>
<ul>
<li><strong><a href="https://youtu.be/z1MKSCi0Hak">EPD: OSObserve</a></strong> with Rohit Malekar and Carl Cervone</li>
</ul>
<h4>Upcoming releases</h4>
<ul>
<li><strong>Octant v2</strong> with James K</li>
</ul>
<h2>Public Goods Funding</h2>
<ul>
<li>Sejal is joining EthCatherdrs to talk about Deep Funding on March 4th </li>
<li>EthCatHerders participating in <a href="https://giveth.io/project/ethereum-cat-herders">Giveth&#39;s</a> upcoming round</li>
</ul>
<h2>Events</h2>
<ul>
<li><a href="https://www.ethereumsf.org/">Ethereum SFO</a>  10-16 March 2025</li>
<li><a href="https://x.com/EthCatHerders/status/1895193633885954556"><strong>International Women&#39;s Day Celebration</strong> with ECH</a> Wednesday, March 5, 2025, 9:00 AM - 10:00 AM EST<ul>
<li><a href="https://lu.ma/vr4ws2rc">Ethereum’s Hidden Gems: Women Leading Development, Coordination and Support</a> with <a href="https://x.com/nixorokish">Nixo</a>, <a href="https://x.com/sejal_rekhan">Sejal</a> &amp; <a href="https://x.com/Sib_Katya">Katya</a></li>
<li><a href="https://lu.ma/o3zifebq">Forged in Ethereum: Women Leading Innovation and Communities</a> with <a href="https://x.com/yoyocao_eth">Yoyo</a>, <a href="https://x.com/laurabxyz">Laura</a>, <a href="https://x.com/futurealisha">Alisha</a> and <a href="https://x.com/OrnellaWeb3">Ornella</a></li>
</ul>
</li>
<li><a href="https://www.stakingsummit.com/">Staking Summit, Dubai</a>: April 28 - 29, 2025</li>
<li><a href="https://ethprague.com/">ETHPrague 2025</a> - 27-29 May 2025</li>
<li><a href="https://ethcc.io/">EthCC[8]</a>: June 30 -July 3, 2025</li>
<li><a href="https://devconnect.org/">Devconnect 2025</a>: Expected in Q4-2025. Exact date - TBD. Should you have improvement suggestions, share with the team - <a href="https://forum.devcon.org/t/rpf-9-improving-devconnect-2025/5339">Improving Devconnect 2025</a> </li>
<li>Follow the <a href="https://docs.google.com/spreadsheets/d/1NEu_FCc1hnGAuRgPmbXXpf0h2lCrCOlMKbbFEqgkVDQ/edit?gid=572241033#gid=572241033">list of upcoming events</a>  by Nathan Sexer</li>
</ul>
<h2>Community Resources</h2>
<ul>
<li>WiEP - Study Group (Cohort 3) <a href="https://youtu.be/avCiQeM1X6s">Week 2</a></li>
<li><a href="https://x.com/0xbowio/status/1895649598083121166"><strong>PRIVACY POOLS</strong> TESTNET IS LIVE</a></li>
<li><a href="https://x.com/RoundtableSpace/status/1895192235659907323"><strong>UNISWAP</strong> WALLET LAUNCHES FIAT OFFRAMP—CONVERT CRYPTO TO CASH EASILY!</a></li>
<li><a href="https://x.com/francescoswiss/status/1895243792518914110"><strong>MetaMask</strong> x Mastercard – spend your crypto, anywhere.</a></li>
<li><a href="https://x.com/EntEthAlliance/status/1896444034203439371">Ethereum adoption timeline</a> </li>
<li><a href="https://x.com/uttam_singhk/status/1896479617625858096">$5M everyone onchain fund</a></li>
</ul>
<h3>Upcoming Research</h3>
<ul>
<li><a href="https://ethresear.ch/t/sealed-transactions/21859">Sealed transactions</a></li>
<li><a href="https://ethresear.ch/t/decentralized-random-block-proposal-eliminating-mev-and-fully-democratizing-ethereum/21856">Decentralized Random Block Proposal: Eliminating MEV and Fully Democratizing Ethereum</a></li>
<li><a href="https://ethresear.ch/t/dynamic-blob-sizing-reducing-zero-padding-overhead-in-small-rollups/21846">Dynamic Blob Sizing: Reducing Zero-Padding Overhead in Small Rollups</a></li>
<li><a href="https://ethresear.ch/t/smart-account-encrypted-mempools/21834">Smart Account Encrypted Mempools</a></li>
<li><a href="https://x.com/scrollresearch/status/1894491254454718526">Native Rollups: Promise vs. Reality</a></li>
<li>The Robust Incentives Group <a href="https://efdn.notion.site/Robust-Incentives-Group-RIG-Homepage-802339956f2745a5964d8461c5ccef02">Homepage</a>, <a href="https://x.com/casparschwa/status/1894799590135865499">Casper&#39;s Tweet thread</a></li>
</ul>
<h3>Share your project updates with us</h3>
<p>To add updates, visit our GitHub repository. If you wish to contact the team, join ECH&#39;s Discord. Alternatively, you can email us at <a href="mailto:team@ethcatherders.com">team@ethcatherders.com</a> by Friday to be added to the next edition of the newsletter scheduled for release on the following Monday.</p>
<p>Remember to visit our <a href="https://www.ethcatherders.com/">official website</a>, <a href="https://blog.ethcatherders.com/">blogs</a>, <a href="https://www.youtube.com/@ethcatherders">YouTube</a>, <a href="https://open.spotify.com/show/7dgxKMkSyy3HWtQW7OfqXA">Podcast</a> and follow us on <a href="https://x.com/ethcatherders">Twitter</a>, <a href="https://www.linkedin.com/company/ethcatherders/">LinkedIn</a> &amp; <a href="https://warpcast.com/ethcatherders">Farcaster</a> for more updates.</p>
<h2>Stay Curious, Stay Connected and Keep Purring 🐾</h2>
]]></content:encoded>
            <enclosure length="0" type="image/png" url="https://hackmd.io/_uploads/rJvYaWQjJg.png"/>
        </item>
        <item>
            <title><![CDATA[Commemorative NFT for EIP Authors of Pectra Upgrade]]></title>
            <link>https://blog.echinstitute.org/pectra-nft-for-eip-authors</link>
            <guid>https://blog.echinstitute.org/pectra-nft-for-eip-authors</guid>
            <pubDate>Mon, 24 Feb 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[
We're excited to announce the launch of a special commemorative NFT, designed to express our gratitude to EIP authors who have contributed to the Ethereum ecosystem and have at least one of their EIPs included in the latest upcoming Ethereum network upgrade.

## 📜 Pectra EIPs 
...]]></description>
            <content:encoded><![CDATA[<p>We&#39;re excited to announce the launch of a special commemorative NFT, designed to express our gratitude to EIP authors who have contributed to the Ethereum ecosystem and have at least one of their EIPs included in the latest upcoming Ethereum network upgrade.</p>
<h2>📜 Pectra EIPs</h2>
<p>As per <a href="https://eips.ethereum.org/EIPS/eip-7600">EIP-7600: Hardfork Meta - Pectra</a>, the following EIPs are <strong>Scheduled for Inclusion</strong>:</p>
<ul>
<li><a href="https://eips.ethereum.org/EIPS/eip-2537">EIP-2537</a>: Precompile for BLS12-381 curve operations</li>
<li><a href="https://eips.ethereum.org/EIPS/eip-2935">EIP-2935</a>: Save historical block hashes in state</li>
<li><a href="https://eips.ethereum.org/EIPS/eip-6110">EIP-6110</a>: Supply validator deposits on chain</li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7002">EIP-7002</a>: Execution layer triggerable exits</li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7251">EIP-7251</a>: Increase the MAX_EFFECTIVE_BALANCE</li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7549">EIP-7549</a>: Move committee index outside Attestation</li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7623">EIP-7623</a>: Increase calldata cost</li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7685">EIP-7685</a>: General purpose execution layer requests</li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7691">EIP-7691</a>: Blob throughput increase</li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7702">EIP-7702</a>: Set EOA account code</li>
<li><a href="https://eips.ethereum.org/EIPS/eip-7840">EIP-7840</a>: Add blob schedule to EL config files</li>
</ul>
<h2>🎁 Claim Your NFT Now!</h2>
<p>If you are an <strong>EIP author</strong> of any of the above proposals, <strong>you’re eligible to claim your commemorative NFT</strong> at:</p>
<p>🔗 <strong><a href="https://www.ethcatherders.com/upgrades/pectra">Claim your NFT here</a></strong></p>
<p>To claim your commemorative NFT, simply follow these steps:</p>
<ol>
<li><strong>Verify your Github profile</strong>: It must be the same Github username cited in the EIP(s) authored.</li>
<li><strong>Enter your ENS or wallet address</strong>: The NFT is on Base so ensure you have ownership of that address on that chain. </li>
<li><strong>Claim</strong>: The <strong>gas fees are covered by us!</strong> Your NFT will be airdropped to your wallet.</li>
</ol>
<p>This <strong>limited-edition NFT</strong> is a small way to <strong>celebrate your efforts</strong> and <strong>recognize your contributions</strong> to Ethereum.  We deeply appreciate your hard work and look forward to your continued contributions to our community.</p>
<h3>🐱 With Love,</h3>
<p><strong>Ethereum Cat Herders</strong>  </p>
<p>📺 Watch A Paw-some Video - <a href="https://youtu.be/5pMkHeG-lC0">Preparing for Pectra</a>  </p>
<p>🔗 Follow Ethereum Cat Herders on:<br>🌐 <a href="https://www.ethcatherders.com">Website</a> | 🐙 <a href="https://github.com/ethereum-cat-herders">GitHub</a> | 🐦 <a href="https://twitter.com/EthCatHerders">Twitter</a> | ✍️ <a href="https://medium.com/ethereum-cat-herders">Medium</a> | 📺 <a href="https://www.youtube.com/c/EthereumCatHerders">YouTube</a></p>
]]></content:encoded>
            <enclosure length="0" type="image//ipfs/bafybeid2ssq2hlkxfs7dsncgdvp4mysre2cbzi3u4fkln7moq33xbt4auq" url="https://ipfs.io/ipfs/bafybeid2ssq2hlkxfs7dsncgdvp4mysre2cbzi3u4fkln7moq33xbt4auq"/>
        </item>
        <item>
            <title><![CDATA[Purr-suit of Ethereum 🐾 #5]]></title>
            <link>https://blog.echinstitute.org/poe5</link>
            <guid>https://blog.echinstitute.org/poe5</guid>
            <pubDate>Mon, 10 Feb 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[#### Your Weekly Dose of Blockchain Updates and Meows!

### **Summary**

This week's Ethereum updates cover **key protocol advancements, proposal reviews, and community initiatives** since the last [newsletter](https://hackmd.io/@poojaranjan/PoE4). Highlights include:  

- **Pect...]]></description>
            <content:encoded><![CDATA[<h4>Your Weekly Dose of Blockchain Updates and Meows!</h4>
<h3><strong>Summary</strong></h3>
<p>This week&#39;s Ethereum updates cover <strong>key protocol advancements, proposal reviews, and community initiatives</strong> since the last <a href="https://hackmd.io/@poojaranjan/PoE4">newsletter</a>. Highlights include:  </p>
<ul>
<li><strong>Pectra Upgrade Progress</strong>: Client teams prepare for <strong>Holesky &amp; Sepolia forks</strong> on <strong>Feb 13</strong>, with Pectra EIPs moving to <strong>Last Call</strong> status.  </li>
<li><strong>Devnet 6 Testing</strong>: Deployment announced, focusing on <strong>EOF, PeerDAS, ePBS &amp; IL</strong> refinements. </li>
<li><strong>EIP Reviews &amp; Implementation Discussions</strong>: Multiple proposals reviewed, with debates on <strong>GitHub handle requirements</strong> and <strong>EIP-7702 documentation needs</strong>.  </li>
<li><strong>PEEPanEIP Podcast</strong>: Recent episodes cover <strong><a href="https://youtu.be/dZU-Ch22MKY">Fast Confirmation Rules</a> and <a href="https://www.youtube.com/watch?v=D8UnMN2Cjw4">EIP-7623</a></strong>.  </li>
<li><strong>EIP-7706 &amp; Gas Market Changes</strong>: <strong>Vitalik Buterin</strong> discusses <strong>multi-dimensional gas pricing</strong> and the potential impact of calldata gas separation.  </li>
<li><strong>Public Goods &amp; Community Updates</strong>: <strong>Deep Funding’s Level 2</strong> juror applications open, <strong>Octant Epoch 7 Climate Round ongoing</strong>, and <strong>new EF leadership in AI &amp; Public Goods</strong>.  </li>
<li><strong>Upcoming Ethereum Events</strong>: <strong>ETHDenver, ETHPrague, and Devconnect 2025</strong>.</li>
</ul>
<h2><a href="https://www.ethcatherders.com/upgrades/pectra">Pectra</a> (Prague+Electra) Upgrade</h2>
<ul>
<li><a href="https://esp.ethereum.foundation/pectra-pgr">Pectra Proactive Grant Round</a> by ESP</li>
<li><strong>Pectra Retrospective</strong><ul>
<li><a href="https://blog.chainsafe.io/lodestars-pectra-retrospective/">Lodestar’s Pectra Retrospective and Future Fork Ideas</a></li>
<li>Other Client teams &amp; individual responses have been added to the <a href="https://ethereum-magicians.org/t/pectra-retrospective/22637">thread</a>.</li>
</ul>
</li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1265">All Core Dev Consensus #150</a></h3>
<ul>
<li><a href="https://www.youtube.com/live/JhDgD366DKg">Video recording</a>, <a href="https://creators.spotify.com/pod/show/ethereum-cat-herders/episodes/Consensus-Layer-Meeting-150-2025-02-06--ACDC-150-e2ugq3n">ECH&#39;s Podcast Version</a>,  <a href="https://ethereum-magicians.org/t/all-core-devs-consensus-acdc-150-february-6-2025/22703">FEM</a></li>
</ul>
<h4>Action Items</h4>
<ul>
<li>Prepare client releases for 13 February to enable Holesky and Sepolia Pectra forks.</li>
<li>[EL clients] Take a look at 7702 mempool implementation to surface test cases.</li>
<li>Add your client team’s Pectra retrospective by next week’s ACD: Pectra Retrospective</li>
<li>PSA: Move all Pectra EIPs to Last Call status!</li>
</ul>
<h3>Pectra Interop Testing Call</h3>
<ul>
<li><a href="https://hackmd.io/@poojaranjan/InteropTestingNotes#Interop-Testing-Call-23-Feb-03-2025">ECH&#39;s notes</a></li>
</ul>
<h4>Key Decisions &amp; Next Steps</h4>
<ul>
<li><strong>Devnet 6 Deployment:</strong> Announcement in Interop channel; client teams should prepare for testing.  </li>
<li><strong>EIP-7702 Implementation:</strong> More documentation needed; community contributions welcome.  </li>
<li><strong>Tx Pool Tests:</strong> Address specific cases, integrate with EEST and Hive testing, review <a href="https://github.com/ethereum/go-ethereum/pull/3107">test list</a>.  </li>
<li><strong>PeerDAS:</strong> Continue edge case syncing; prioritize after Pectra completion.  </li>
<li><strong>EOF Testing:</strong> Prepare for Kurtosis-based testing after Pectra Devnet 6.  </li>
<li><strong>ePBS &amp; IL Testing:</strong> Proceeding with standalone domain testing before considering mainnet inclusion.</li>
</ul>
<h2>Breakout &amp; Implementers’ Meeting</h2>
<h3><a href="https://github.com/ethereum/pm/issues/1273">eth_simulate Implementers&#39; Meeting Feb 03, 2025</a></h3>
<ul>
<li><a href="https://youtu.be/i2JBDF_MBVU">Recording</a> &amp;  <a href="https://github.com/ethereum/pm/issues/1273#issuecomment-2631171565">ECH&#39;s Notes</a></li>
<li>The <a href="https://github.com/ethereum/pm/issues/1278">next meeting</a> is scheduled for February 10, 2025 at 12:00 UTC. <a href="https://youtu.be/YgU7S01PUZc">Recording</a>.</li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1261">RPC Standards Call #0</a></h3>
<ul>
<li><a href="https://youtu.be/uRVG6wkiyqs">Recording</a> &amp; <a href="https://discord.com/channels/595666850260713488/804019759934078987/1336007087028699220">Justin&#39;s notes</a></li>
<li>The <a href="https://github.com/ethereum/pm/issues/1276">next call</a> is scheduled for <strong>February 17th, 2025 at 15:00 UTC</strong>.</li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1267">Portal Network Implementation #43</a></h3>
<ul>
<li><a href="https://hackmd.io/@chloezhux/H1x36pYIJg">Notes</a></li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1259">PeerDAS Breakout Room #16</a></h3>
<ul>
<li><a href="https://docs.google.com/document/d/1Ng2IrCe28kTt1BnIsjtMlKHq2MHgaja24LhFXSvqfJQ/edit?usp=sharing">Notes</a> &amp; <a href="https://youtu.be/Y1tWb1EUATY">Recording</a></li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1215">RollCall #9.1 Breakout - L2 Execution Common Core: V1 Scope</a></h3>
<ul>
<li>Awaited</li>
<li><a href="https://github.com/ethereum/pm/issues/1216">RollCall #10</a> planned for <strong>Febuary 12, 2025</strong> at 14:00-15:30 UTC</li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1260">EOF Implementers Call #66</a></h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=uh9i2sdwxRs">Recording</a> &amp; <a href="https://ethereum-magicians.org/t/eof-implementers-call-66-february-5-2025/22700">Notes</a></li>
<li>The <a href="https://github.com/ethereum/pm/issues/1277">next call</a> is planned for <strong>February 19th, 2025</strong>, 15:00 UTC</li>
</ul>
<h2>EIPs Update</h2>
<ul>
<li><a href="https://x.com/Uniswap/status/1888588978506346793">Unifying Ethereum together: ERC-7683 adopters</a></li>
</ul>
<h3><a href="https://eipsinsight.com/insight/2025/2">EIPsInsight</a></h3>
<h3>EIP Editing Office Hour <a href="https://github.com/ethcatherders/EIPIP/issues/379">Meeting 51</a></h3>
<p><strong>Proposal Review &amp; Implementation Discussion</strong></p>
<p>Sam Wilson reviewed the status of various proposals, moving some to review while others required further development. Full <a href="https://youtube.com/live/LKuH8yboy4s?feature=share">recording here</a>.</p>
<ul>
<li>Sam &amp; Pooja agreed to extend a proposal’s deadline once the author addressed feedback. </li>
<li>Pooja emphasized the benefit of having <strong>at least one implementation</strong> for final status, but Sam wasn&#39;t in favor of making it mandatory. </li>
<li>They discussed a proposal’s viability, with Sam expressing concerns about its substance and potential use, yet agreeing to move it forward.</li>
<li><strong>Github Handles</strong>: Regarding GitHub handles,Pooja proposed making adding GitHub handle of all co-authors mandatory, however Sam maintained that having at least one is sufficient for approval. </li>
<li>They also assessed several proposals, approving some while identifying necessary revisions, and agreed to continue reviews in future meetings.</li>
</ul>
<h3>PEEPanEIP</h3>
<h4>Released episodes</h4>
<ul>
<li><strong><a href="https://youtu.be/dZU-Ch22MKY">PEEPanEIP #139 - A Fast Confirmation Rule for Ethereum</a></strong>
Also, shared on <a href="https://x.com/poojaranjan19/status/1888016439334043960">Twitter</a>, <a href="https://www.reddit.com/r/ethereum/comments/1ik9yzf/peepaneip_a_fast_confirmation_rule_for/">Reddit</a>, <a href="https://www.linkedin.com/posts/ethcatherders_peepaneip139-a-fast-confirmation-rule-for-activity-7293783981894844416-eOWV?utm_source=share&utm_medium=member_desktop&rcm=ACoAABybdhYBT1rUjfCO7Vd1uNpfUN_EGzCFlcY">LinkedIn</a>, <a href="https://warpcast.com/ethcatherders/0x650429a1">Farcaster</a>.</li>
<li><strong><a href="https://youtu.be/D8UnMN2Cjw4">PEEPanEIP 140: EIP-7623: Increase calldata with Toni Wahrstätte</a></strong></li>
</ul>
<h4>Recording scheduled</h4>
<ul>
<li><strong><a href="https://x.com/poojaranjan19/status/1886530990367236208">PEEPanEIP-7691: Blob Throughput Increase</a></strong> with Sam C Mason, Tony W. &amp; Parithosh J. on <strong>Feb 11, 2025</strong> at <strong>21:00 UTC</strong>.</li>
</ul>
<h4>Upcoming releases</h4>
<ul>
<li><strong><a href="https://x.com/poojaranjan19/status/1886508306300342448">PEEPanEIP-7805: Fork-choice enforced Inclusion Lists (FOCIL)</a></strong>
In this PEEPanEIP recording, Pooja Ranjan, discussed <a href="https://eips.ethereum.org/EIPS/eip-7805">EIP-7805</a>, also known as FOCIL with co-authors Thomas, Francesco, Julian Barnabe who are part of the Ethereum Foundation&#39;s <em>Robust Consensus Group</em>. The proposal aims to allow a committee of validators to enforce included transactions in every block. The proposal is currently in draft status and is an active discussion for the future upgrade. The main goal of FOCIL is to increase the credible neutrality of Ethereum.</li>
<li><strong><a href="https://x.com/poojaranjan19/status/1886530988164985251">PEEPanEIP-7706: Separate gas type for calldata</a> with Vitalik Buterin</strong>
Vitalik discussed the concept of multi-dimensional gas pricing as a scaling strategy for Ethereum, proposing a separate gas limit for call data in <a href="https://eips.ethereum.org/EIPS/eip-7706">EIP-7706</a>. He also compared <a href="https://eips.ethereum.org/EIPS/eip-7623">EIP-7623</a> and EIP-7706, highlighting the potential complexities and risks of implementing the latter. The conversation ended with discussions on the future of Ethereum, the importance of openness and decentralization, and the potential for user experience improvements.</li>
</ul>
<h3>EIP updates</h3>
<ul>
<li><a href="https://x.com/Uniswap/status/1888588978506346793">Unifying Ethereum together: ERC-7683 adopters</a></li>
</ul>
<h3>Call For Input (Open)</h3>
<p>(No change since the <a href="https://hackmd.io/@poojaranjan/PoE4#Call-For-Input-Open">last week</a>.)</p>
<ul>
<li><a href="https://github.com/ethcatherders/EIPIP/issues/373">Define &quot;Meta&quot;</a></li>
<li><a href="https://github.com/ethcatherders/EIPIP/issues/374">Forcibly withdraw EIP-7675</a></li>
<li><a href="https://github.com/ethcatherders/EIPIP/issues/376">Allow Links to Blockchain Commons</a></li>
</ul>
<h2>Ecosystem Project Demo</h2>
<ul>
<li><strong><a href="https://x.com/poojaranjan19/status/1887486404302717034">EPD: OSObserve</a></strong>
Rohit Malekar and Carl Cervone, from the Open Source Observer (OSO) team joined with EthCatHerders. They shared his background, the transition and involvement with the OSO team. The discussion then shifted to the role of OSO in tracking, analyzing, and supporting open source projects by offering real-time insights into their contribution and impact. The guests also discussed the global nature of open source and the need for better funding models, with crypto networks offering a new model for funding open source projects. Stay tuned for the recording coming out soon.</li>
</ul>
<h2>Upcoming Protocol Calls</h2>
<table>
<thead>
<tr>
<th>Date &amp; Time (UTC)</th>
<th>Event</th>
<th>Link</th>
</tr>
</thead>
<tbody><tr>
<td>Monday, Feb 10, 2025 at 12:00 UTC</td>
<td>eth_simulate Implementers&#39; Meeting</td>
<td><a href="https://github.com/ethereum/pm/issues/1278">GitHub</a></td>
</tr>
<tr>
<td>Monday, Feb 10, 2025 at 14:00 UTC</td>
<td>Pectra Interop Testing Call</td>
<td>-</td>
</tr>
<tr>
<td>Monday, Feb 10, 2025 at 15:00 UTC</td>
<td>Stateless Implementers Call #30</td>
<td><a href="https://github.com/ethereum/pm/issues/1263">GitHub</a></td>
</tr>
<tr>
<td>Monday, Feb 10, 2025 at 16:30 UTC</td>
<td>Portal Network Implementation</td>
<td><a href="https://github.com/ethereum/pm/issues/1286">GitHub</a></td>
</tr>
<tr>
<td>Tuesday, Feb 11, 2025 at 14:00 UTC</td>
<td>FOCIL Breakout #4</td>
<td>TBA</td>
</tr>
<tr>
<td>Tuesday, Feb 11, 2025 at 21:00 UTC</td>
<td>PEEPanEIP-7691: Blob throughput increase with Pari, Sam &amp; Toni</td>
<td>-</td>
</tr>
<tr>
<td>Wednesday, Feb 12, 2025 at 14:00 UTC</td>
<td>RollCall #10</td>
<td><a href="https://github.com/ethereum/pm/issues/1216">GitHub</a></td>
</tr>
<tr>
<td>Thursday, Feb 13, 2025 at 14:00 UTC</td>
<td>All Core Dev Consensus #150</td>
<td><a href="https://github.com/ethereum/pm/issues/1271">GitHub</a></td>
</tr>
<tr>
<td>Friday, Feb 14, 2025 at 14:00 UTC</td>
<td>EIP-7732 breakout room</td>
<td>TBA</td>
</tr>
</tbody></table>
<h2>Public Goods Funding</h2>
<ul>
<li><a href="https://x.com/TheDevanshMehta/status/1888866022712885452">Devansh Mehta</a> joined <a href="https://x.com/ethereumfndn">Ethereum Foundation</a> as AI x Public Goods/Governance lead.<ul>
<li>Become a juror in <a href="https://x.com/sejal_rekhan/status/1886751661508714727">Deep Funding&#39;s Level 2</a></li>
</ul>
</li>
<li><a href="https://x.com/OctantApp/status/1887906117587714190">Octant Epoch 7 Climate Round</a></li>
</ul>
<h2>Events</h2>
<ul>
<li><a href="https://www.ethdenver.com/">ETHDenver 2025</a>: February 23 - March 2, 2025</li>
<li><a href="https://www.stakingsummit.com/">Staking Summit, Dubai</a>: April 28 - 29, 2025</li>
<li><a href="https://ethprague.com/">ETHPrague 2025</a> <strong>announced</strong> - 27-29 May 2025</li>
<li><a href="https://ethcc.io/">EthCC[8]</a>: June 30 -July 3, 2025</li>
<li><a href="https://devconnect.org/">Devconnect 2025</a>: Expected in Q4-2025. Exact date - TBD. Should you have improvement suggestions, share with the team - <a href="https://forum.devcon.org/t/rpf-9-improving-devconnect-2025/5339">Improving Devconnect 2025</a> </li>
<li>Follow the <a href="https://docs.google.com/spreadsheets/d/1NEu_FCc1hnGAuRgPmbXXpf0h2lCrCOlMKbbFEqgkVDQ/edit?gid=572241033#gid=572241033">list of upcoming events</a>  by Nathan Sexer</li>
</ul>
<h2>Community Resources</h2>
<ul>
<li><a href="https://x.com/tkstanczak">Tomasz K. Stańczak</a> introduces <a href="https://x.com/ETHGlobal/status/1887933976918069447">ChaosChain</a></li>
<li><a href="https://www.youtube.com/watch?v=HAIOFVifaiM">Based and Native Rollups - X Spaces</a></li>
<li><a href="https://x.com/StaniKulechov/status/1888911158242947224">Proposal to deploy Aave on Sony&#39;s chain</a></li>
<li><a href="https://blog.ethereum.org/2025/02/05/ethereum-protocol-studies">Ethereum Protocol Studies 2025</a> announced</li>
<li><a href="https://x.com/EF_ESP/status/1887426263591333986">ESP Allocation Update - Q4 2024</a></li>
<li><a href="https://x.com/wmougayar/status/1887866504089313637">William Mougayar</a> &quot;advice&quot; to Vitalik Buterin</li>
<li><a href="https://x.com/econoar/status/1888103511776497923">Debate: Coinbase took lead on the Ethereum roadmap</a></li>
<li><a href="https://x.com/sgoldfed/status/1888645981157097641">The Arbitrum DAO has collected nearly 20,000 ETH in profit</a></li>
</ul>
<h3>Upcoming Reasearch</h3>
<ul>
<li><a href="https://hackmd.io/@manunalepa/peerDAS/https%3A%2F%2Fhackmd.io%2F%40manunalepa%2FB1idHCOfke">peerDAS</a> by Emmanuel Nalepa (@manunalepa)</li>
<li><a href="https://ethresear.ch/t/delayed-execution-and-skipped-transactions/21677">Delayed Execution And Skipped Transactions</a> by Toni Wahrstätter </li>
<li><a href="https://x.com/ethresearchbot/status/1887449940206481409">zkFOCIL: Inclusion List Privacy using Linkable Ring Signatures</a></li>
<li><a href="https://x.com/GiulioRebuffo/status/1888285056499585137">The Case for Programmatically accelerating Ethereum&#39;s Network Capacity</a> by Giulio Rebuffo</li>
</ul>
<h3>Share your projects with us</h3>
<p>To add updates, visit our GitHub repository. If you wish to contact the team, join ECH&#39;s Discord. Alternatively, you can email us at <a href="mailto:team@ethcatherders.com">team@ethcatherders.com</a> by Friday to be added in the next edition of the newsletter scheduled for release on the following Monday.</p>
<p>Remember to visit our official website and follow us on Twitter for more updates.</p>
<h2>Stay Curious, Stay Connected and Keep Purring 🐾</h2>
]]></content:encoded>
            <enclosure length="0" type="image/png" url="https://hackmd.io/_uploads/rJTk9yvK1e.png"/>
        </item>
        <item>
            <title><![CDATA[Purr-suit of Ethereum 🐾 #6]]></title>
            <link>https://blog.echinstitute.org/poe6</link>
            <guid>https://blog.echinstitute.org/poe6</guid>
            <pubDate>Mon, 10 Feb 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[
#### Your Weekly Dose of Blockchain Updates and Meows!

### **Summary**

Welcome to the sixth edition of the Purr-suit of Ethereum! If you missed our last edition, you can catch up [here](https://hackmd.io/@poojaranjan/PoE5). This week, we bring you the latest on the Pectra and ...]]></description>
            <content:encoded><![CDATA[<h4>Your Weekly Dose of Blockchain Updates and Meows!</h4>
<h3><strong>Summary</strong></h3>
<p>Welcome to the sixth edition of the Purr-suit of Ethereum! If you missed our last edition, you can catch up <a href="https://hackmd.io/@poojaranjan/PoE5">here</a>. This week, we bring you the latest on the Pectra and Fusaka upgrades, ongoing client testing &amp; research efforts, updates on public goods funding, and a roundup of upcoming Ethereum events and ecosystem developments. Stay informed, get involved, and continue contributing to the Ethereum community! </p>
<h3><strong>Summary</strong></h3>
<ul>
<li><a href="https://github.com/ethereum/pm/pull/1296">ACDbot</a> is coming in soon!</li>
<li><strong>Pectra Upgrade</strong>: Devnet-6 is running smoothly; testnet upgrades on Holesky (Feb 24) and Sepolia (Mar 5) before mainnet activation.</li>
<li><strong>Fusaka Upgrade</strong>: Proposal deadline March 13, review by March 27, final scope by April 10.</li>
<li><strong>Testing &amp; Breakouts</strong>: PeerDAS-devnet-4 live, EOF &amp; ePBS testing progressing, multiple breakout calls scheduled.</li>
<li><strong>EIPs &amp; Grants</strong>: 3 new drafts, 13 EIPs in Last Call, ESP’s Pectra Proactive Grant Round open.</li>
</ul>
<h1><a href="https://www.ethcatherders.com/upgrades/pectra">Pectra</a> (Prague+Electra) Upgrade</h1>
<ul>
<li>Devnet-6 is running smoothly, with the MEV workflow being tested end to end.</li>
<li><a href="https://www.youtube.com/playlist?list=PL4cwHXAawZxqOHV_F40AJbzcl8b6tG8xw">PEEPanEIP - Pectra</a></li>
<li><a href="https://www.youtube.com/live/XfdDV0RhDyI">Holesky Pectra Upgrade Testnet Livestream</a></li>
<li><a href="https://eipsinsight.com/pectra">Testnet countdown</a></li>
<li><a href="https://esp.ethereum.foundation/pectra-pgr">Pectra Proactive Grant Round</a> by ESP</li>
</ul>
<h3>Pectra testnet <a href="https://blog.ethereum.org/2025/02/14/pectra-testnet-announcement">announcement</a></h3>
<p>It will go live on </p>
<ul>
<li><strong>Holesky</strong> at epoch 115968 (<strong>Feb. 24, 21:55 UTC</strong>) and </li>
<li>Sepolia at epoch 222464 (<strong>Mar. 5, 7:29 UTC</strong>). 
Once both testnets have successfully upgraded, a mainnet activation epoch will be chosen.</li>
</ul>
<p>Once both testnets have successfully upgraded, a mainnet activation epoch will be chosen. </p>
<p>Pectra has already been <a href="https://x.com/TMIYChao/status/1890136293524537577">activated</a> on <a href="https://github.com/ephemery-testnet/ephemery-resources?tab=readme-ov-file#pectra">Ephemery</a>, a staking testnet which resets every 28 days. Read more about <a href="https://etherworld.co/2025/02/13/a-quick-guide-on-ephemery-testnet/">Ephemery testnet here</a>.</p>
<h4>Client releases for the Pectra upgrade on both Holesky and Sepolia.</h4>
<table>
<thead>
<tr>
<th>Name</th>
<th>Version</th>
<th>Link</th>
</tr>
</thead>
<tbody><tr>
<td>Grandine</td>
<td>1.0.0</td>
<td><a href="https://github.com/grandinetech/grandine/releases/tag/1.0.0">Download</a></td>
</tr>
<tr>
<td>Lighthouse</td>
<td>7.0.0-beta.0</td>
<td><a href="https://github.com/sigp/lighthouse/releases/tag/v7.0.0-beta.0">Download</a></td>
</tr>
<tr>
<td>Lodestar</td>
<td>1.27.0</td>
<td><a href="https://github.com/ChainSafe/lodestar/releases/tag/v1.27.0">Download</a></td>
</tr>
<tr>
<td>Nimbus</td>
<td>25.2.0</td>
<td><a href="https://github.com/status-im/nimbus-eth2/releases/tag/v25.2.0">Download</a></td>
</tr>
<tr>
<td>Prysm</td>
<td>5.3.0</td>
<td><a href="https://github.com/prysmaticlabs/prysm/releases/tag/v5.3.0">Download</a></td>
</tr>
<tr>
<td>Teku</td>
<td>25.2.0</td>
<td><a href="https://github.com/Consensys/teku/releases/tag/25.2.0">Download</a></td>
</tr>
<tr>
<td>Besu</td>
<td>25.2.0</td>
<td><a href="https://github.com/hyperledger/besu/releases/tag/25.2.0">Download</a></td>
</tr>
<tr>
<td>Erigon</td>
<td>2.61.1</td>
<td><a href="https://github.com/erigontech/erigon/releases/tag/v2.61.1">Download</a></td>
</tr>
<tr>
<td>go-ethereum</td>
<td>1.15.1</td>
<td><a href="https://github.com/ethereum/go-ethereum/releases/tag/v1.15.1">Download</a></td>
</tr>
<tr>
<td>Nethermind</td>
<td>1.31.0</td>
<td><a href="https://github.com/NethermindEth/nethermind/releases/tag/1.31.0">Download</a></td>
</tr>
<tr>
<td>Reth</td>
<td>1.2.0</td>
<td><a href="https://github.com/paradigmxyz/reth/releases/tag/v1.2.0">Download</a></td>
</tr>
</tbody></table>
<h1>Fusaka (Fulu + Osaka) Upgrade</h1>
<p><strong>Fusaka Fork scoping timeline:</strong></p>
<ul>
<li><strong>March 13</strong>: Fusaka <code>Proposed for Inclusion</code> deadline<ul>
<li>To do so, open a PR against <a href="https://eips.ethereum.org/EIPS/eip-7607">EIP-7607</a></li>
</ul>
</li>
<li><strong>March 27</strong>: Deadline for core devs &amp; researchers to review PFI’d EIPs and share their preferences async<ul>
<li>Any format is OK, but please link write ups in the <a href="https://ethereum-magicians.org/t/eip-7607-fusaka-meta-eip/18439">EIP-7607 EthMagicians thread</a></li>
</ul>
</li>
<li><strong>April 10</strong>: Tentative deadline to <em><strong>finalize Fusaka’s scope</strong></em>.</li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1271">Execution Layer Meeting 205</a></h3>
<ul>
<li><a href="https://youtube.com/live/N90-qDkUPAo">Recording</a></li>
<li>Audio only on EthCatHerders&#39;s <a href="https://open.spotify.com/show/7dgxKMkSyy3HWtQW7OfqXA">Podcast</a>. Check <a href="https://open.spotify.com/playlist/7k5kw4Q6t6RLiSOfsWTZGs?si=CQ-sp_LETdmaq6jJA0lmsQ&nd=1&dlsi=c3d4b5ffa1f041cf">ACD Playlist</a> and RSS Feed can be obtained from <a href="https://anchor.fm/s/7da9c4f0/podcast/rss">here</a>.</li>
<li><a href="https://www.galaxy.com/insights/research/ethereum-all-core-developers-execution-call-205/">Ethereum All Core Developers Execution Call #205 Writeup</a> by @Christine_dkim</li>
<li><a href="https://etherworld.co/2025/02/14/highlights-of-ethereums-all-core-devs-meeting-acde-205/">Highlights of Ethereum&#39;s All Core Devs Meeting (ACDE) #205</a> by @yashkamalchaturvedi</li>
</ul>
<h3><a href="https://ethereum-magicians.org/t/client-testing-call-24-february-10-2025/22816/1">Client testing call #24, February 10, 2025</a></h3>
<h4><strong>Key Decisions &amp; Next Steps</strong></h4>
<ul>
<li><strong>Going ahead with testnet Pectra forks</strong>: Announcement in ACD channel; client teams should prepare for releases. Dates can be found here 7.</li>
<li><strong>Tx Pool Tests</strong>: Testing team is currently working on them.</li>
<li><strong>PeerDAS</strong>: PeerDAS-devnet-4 is now live, planning for future devnets has started.</li>
<li><strong>EOF Testing</strong>: Kurtosis-based testing now works, EEST is going to be used to trigger bugs at the start.</li>
<li><strong>ePBS &amp; IL Testing</strong>: Proceed with standalone domain testing before considering mainnet inclusion. Kurtosis integration is complete.</li>
</ul>
<h2>Breakout &amp; Implementers’ Meeting</h2>
<h3><a href="https://github.com/blockblaz/zeam-community/issues/4">Beam Call #1</a></h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=sSx6juIu4AI">Recording</a></li>
<li><a href="https://github.com/blockblaz/zeam/blob/main/resources/beam.md#beam-chain">Beam chain</a></li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1292">EIP-7732 Breakout Room #16</a></h3>
<ul>
<li><a href="https://youtube.com/live/MkGsy3UeJv0">Recording</a> and Terence&#39;s <a href="https://hackmd.io/@ttsao/epbs-breakout-17">Notes</a></li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1279">L2 Interop Working Group Call #3</a></h3>
<ul>
<li><a href="https://youtu.be/rcj1neTKQOY">Recording</a></li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1291">FOCIL Breakout # 4 </a></h3>
<ul>
<li><a href="https://www.youtube.com/live/2MkoP6BDNro">Recording</a> &amp; <a href="https://github.com/ethereum/pm/issues/1291#issuecomment-2651517839">Notes</a></li>
<li><a href="https://youtu.be/cUGyLx-mf6I">PEEPanEIP-7805: Fork-choice enforced Inclusion Lists (FOCIL) with Thomas and Julian</a></li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1284">PeerDAS Breakout Room #17</a></h3>
<ul>
<li><a href="https://youtu.be/Hd3rs1OEXGg">Recording</a></li>
<li>Next meeting on Feb 18, 2025 at 10:00 UTC <a href="https://github.com/ethereum/pm/issues/1295">Agenda</a></li>
</ul>
<h3>RollCall #10 [2025-02-12]</h3>
<ul>
<li><a href="https://youtu.be/uKA-S2lFBFw">Recording</a></li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1286">Portal Implementers Call #44</a></h3>
<ul>
<li><a href="https://hackmd.io/@chloezhux/H1x36pYIJg#Feb-10th-2025---Call-44">Notes</a></li>
<li>Next meeting <a href="https://github.com/ethereum/pm/issues/1287">Agenda</a></li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1263">Stateless Implementers Call #30</a></h3>
<ul>
<li><a href="stateless.fyi">Stateless Ethereum Information Page</a> is a new website of public explanation about Ethereum&#39;s stateless benefits.</li>
<li>Follow the <a href="https://x.com/StatelessEth">Stateless team</a> on X to get updates about Ethereum&#39;s stateless efforts.</li>
<li><a href="https://youtu.be/0dMb2tecuwI">Recording</a> &amp; <a href="https://hackmd.io/@stateless-consensus/sic-call-30">Recap</a></li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1278">eth_simulate Implementers&#39; Meeting Feb 10, 2025</a></h3>
<ul>
<li><a href="https://youtu.be/YgU7S01PUZc">Recording</a> &amp;  <a href="https://github.com/ethereum/pm/issues/1278#issuecomment-2650875573">ECH&#39;s Notes</a></li>
<li>The <a href="https://github.com/ethereum/pm/issues/1293">next meeting</a> is scheduled for February 17, 2025 at 12:00 UTC.</li>
</ul>
<h2>EIPs Update</h2>
<h3><a href="https://eipsinsight.com/insight/2025/2">EIPsInsight</a></h3>
<h4><strong>EIPs (Ethereum Improvement Proposals)</strong></h4>
<ul>
<li>3 Draft added  </li>
<li>2 moved to Stagnant  <ul>
<li><a href="https://eipsinsight.com/eips/eip-7727">EIP-7727: EVM Transaction Bundles</a>  </li>
<li><a href="https://eipsinsight.com/eips/eip-3540">EIP-3540: EOF - EVM Object Format v1</a></li>
</ul>
</li>
<li>1 moved to Review</li>
<li>13 advanced to Last Call: All Pectra upgrade EIPs included.</li>
</ul>
<h4><strong>ERCs (Ethereum Request for Comments)</strong></h4>
<ul>
<li>2 Draft added  </li>
<li>2 moved to Review</li>
<li>1 advanced to Last Call:  <ul>
<li><a href="https://eipsinsight.com/ercs/erc-7627">ERC-7627: Secure Messaging Protocol</a> (Deadline: February 18, 2025)</li>
</ul>
</li>
<li>1 finalized:  <ul>
<li><a href="https://eipsinsight.com/ercs/erc-7751">ERC-7751: Wrapping of Bubbled Up Reverts</a></li>
</ul>
</li>
</ul>
<h4><strong>RIPs (Rollup Improvement Proposals)</strong></h4>
<ul>
<li>1 Draft added:  <ul>
<li><a href="https://eipsinsight.com/rips/rip-7875">RIP-7875: Canonical ERC-7802 Token Bridge Address</a></li>
</ul>
</li>
</ul>
<h3>PEEPanEIP &amp; Ecosystem Project Demo</h3>
<h4>Released episodes</h4>
<ul>
<li><a href="https://youtu.be/cUGyLx-mf6I">PEEPanEIP 141: EIP-7805: Fork-choice enforced Inclusion Lists (FOCIL) with Thomas and Julian</a><ul>
<li>Follow playlists - <a href="https://www.youtube.com/playlist?list=PL4cwHXAawZxqu0PKKyMzG_3BJV_xZTi1F">PEEPanEIP</a> &amp; <a href="https://www.youtube.com/playlist?list=PL4cwHXAawZxqOHV_F40AJbzcl8b6tG8xw">Pectra</a></li>
</ul>
</li>
</ul>
<h4>Recording scheduled</h4>
<ul>
<li><a href="https://eips.ethereum.org/EIPS/eip-7527">ERC-7527: Token Bound Function Oracle AMM</a> with Elaine Zhang on Tuesday <strong>Feb 18, 2025 at 19:30 UTC</strong></li>
</ul>
<h4>Upcoming releases</h4>
<ul>
<li><strong><a href="https://x.com/poojaranjan19/status/1886530988164985251">PEEPanEIP-7706: Separate gas type for calldata</a> with Vitalik Buterin</strong></li>
</ul>
<h2>Ecosystem Project Demo</h2>
<h4>Recording scheduled</h4>
<ul>
<li>EPD: <strong>Octant v2</strong> with James on Thursday <strong>Feb 20, 2025 at 19:30 UTC</strong></li>
</ul>
<h4>Upcoming releases</h4>
<ul>
<li><strong><a href="https://x.com/poojaranjan19/status/1887486404302717034">EPD: OSObserve</a></strong> with Rohit Malekar and Carl Cervone</li>
</ul>
<h2>Upcoming Protocol Calls</h2>
<ul>
<li><a href="https://collective.flashbots.net/t/mev-boost-community-call-12/4633">Mev-boost community call #12</a> on 19 Feb 2025 at 16:00 UTC</li>
</ul>
<h2>Public Goods Funding</h2>
<ul>
<li>EthCatHerders participating in <a href="https://giveth.io/project/ethereum-cat-herders">Giveth</a>&#39;s upcoming round. <ul>
<li>Currently we&#39;re not eligible for GIVbacks or to be boosted with GIVpower. Please signal your support using DeVouch and help verify our legitimacy.</li>
</ul>
</li>
<li><a href="https://human.tech/blog/human-tech-launch-acquisition-gitcoin-passport">Holonym Foundation Acquires <strong>Gitcoin Passport</strong> and Launches human.tech</a></li>
<li><a href="https://guild.xyz/octant/sweepstakes-xp">Octant Sweepstake</a> &amp; <a href="https://x.com/OctantApp/status/1887906117587714190">Climate Round</a></li>
</ul>
<h2>Events</h2>
<ul>
<li><a href="https://www.ethdenver.com/">ETHDenver 2025</a>: February 23 - March 2, 2025</li>
<li><a href="https://www.stakingsummit.com/">Staking Summit, Dubai</a>: April 28 - 29, 2025</li>
<li><a href="https://ethprague.com/">ETHPrague 2025</a> - 27-29 May 2025</li>
<li><a href="https://ethcc.io/">EthCC[8]</a>: June 30 -July 3, 2025</li>
<li><a href="https://devconnect.org/">Devconnect 2025</a>: Expected in Q4-2025. Exact date - TBD. Should you have improvement suggestions, share with the team - <a href="https://forum.devcon.org/t/rpf-9-improving-devconnect-2025/5339">Improving Devconnect 2025</a> </li>
<li>Follow the <a href="https://docs.google.com/spreadsheets/d/1NEu_FCc1hnGAuRgPmbXXpf0h2lCrCOlMKbbFEqgkVDQ/edit?gid=572241033#gid=572241033">list of upcoming events</a>  by Nathan Sexer</li>
</ul>
<h2>Community Resources</h2>
<ul>
<li>WiEP - Study Group (Cohort 3) <a href="https://lu.ma/9oz8fvlm">Launch</a></li>
<li><a href="https://esp.ethereum.foundation/academic-grants">EF Ecosystem Support Program</a></li>
<li>The 2025 Academic Grants Round is still open, with $2M in funding available for innovative research across a wide range of domains. Submit your applications by <strong>March 16</strong>! </li>
<li><a href="https://x.com/ethereumfndn/status/1889978208986280031">EF Treasury has deployed</a> on Ethereum DeFi.</li>
<li><a href="https://x.com/unichain/status/1889313993296064770">Unichain mainnet</a> is live </li>
<li>Introducing <a href="https://t.co/xuoq3Sbcle">Lido V3</a></li>
</ul>
<h3>Upcoming Research</h3>
<ul>
<li><a href="https://vitalik.eth.limo/general/2025/02/14/l1scaling.html">Reasons to have higher L1 gas limits even in an L2-heavy Ethereum</a> by Vitalik Buterin </li>
<li><a href="https://ethresear.ch/t/the-road-towards-a-distributed-encrypted-mempool-on-ethereum/21717">The Road Towards a Distributed Encrypted Mempool on Ethereum</a> by Frederik Lührs, Luis Bezzenberger, Francesco Mosterts, Sebastian Faust, Andreas Erwig</li>
</ul>
<h3>Share your project updates with us</h3>
<p>To add updates, visit our GitHub repository. If you wish to contact the team, join ECH&#39;s Discord. Alternatively, you can email us at <a href="mailto:pooja@ethcatherders.com">pooja@ethcatherders.com</a> by Friday to be added to the next edition of the newsletter scheduled for release on the following Monday.</p>
<p>Remember to visit our <a href="https://www.ethcatherders.com/">official website</a>, <a href="https://blog.ethcatherders.com/">blogs</a> and follow us on <a href="https://x.com/ethcatherders">Twitter</a> &amp; <a href="https://warpcast.com/ethcatherders">Farcaster</a> for more updates.</p>
<h2>Stay Curious, Stay Connected and Keep Purring 🐾</h2>
]]></content:encoded>
            <enclosure length="0" type="image/png" url="https://hackmd.io/_uploads/HJ3CNy-qJx.png"/>
        </item>
        <item>
            <title><![CDATA[Purr-suit of Ethereum 🐾 #4]]></title>
            <link>https://blog.echinstitute.org/poe4</link>
            <guid>https://blog.echinstitute.org/poe4</guid>
            <pubDate>Mon, 03 Feb 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[
#### Your Weekly Dose of Blockchain Updates and Meows!

The Ethereum ecosystem continues to push forward with major protocol upgrades, client testing, and ecosystem-wide discussions. This week's update covers the latest **Pectra (Prague + Electra) upgrade developments**, includi...]]></description>
            <content:encoded><![CDATA[<h4>Your Weekly Dose of Blockchain Updates and Meows!</h4>
<p>The Ethereum ecosystem continues to push forward with major protocol upgrades, client testing, and ecosystem-wide discussions. This week&#39;s update covers the latest <strong>Pectra (Prague + Electra) upgrade developments</strong>, including security updates, testnet timelines, and system contract audits. Additionally, we dive into the latest discussions from <strong>All Core Devs, EVMMAX Implementers, and EIP Editing Office Hours</strong>, alongside new insights on validator hardware requirements, pre-confirmation mechanisms, and public goods funding initiatives and more updates since the last <a href="https://hackmd.io/@poojaranjan/PoE3">newsletter</a>. If you’re tracking Ethereum’s Protocol meetings, this edition is packed with critical updates! </p>
<h3><strong>TL;DR</strong></h3>
<ul>
<li><strong>Urgent Geth Update</strong> – Users must update to <a href="https://github.com/ethereum/go-ethereum/releases/tag/v1.14.13">v1.14.13</a> to patch security vulnerabilities.  </li>
<li><strong>Pectra Upgrade</strong> – Devnet-6 is progressing; testnet forks for <strong>Holesky</strong> and <strong>Sepolia</strong> could happen by <strong>Feb 6</strong>, with client releases expected by <strong>Feb 10</strong>.  </li>
<li><strong>System Contract Audits</strong> – Security reviews of EIPs <strong>2935, 7002, and 7251</strong> reveal concerns around fee updates.  </li>
<li><strong>EVMMAX Testing</strong> – Poseidon hash tests show a <strong>10x efficiency gain</strong> using EVM Max over Solidity, with more benchmarking on the way.  </li>
<li><strong>Validator Hardware Debates</strong> – No final agreement yet on <strong>bandwidth requirements</strong> for Ethereum validators; discussions continue in the <a href="https://discord.gg/ethereum">Ethereum R&amp;D Discord</a>.  </li>
<li><strong>New ACD Bot Coming</strong> – A bot for <strong>recordings, calendar events, and notes</strong> will be presented in the next All Core Devs call.  </li>
<li><strong>EIP Editing Milestone</strong> – The <strong>50th</strong> EIP Editing Office Hour marked a shift to dedicated <strong>EIP-only</strong> sessions to speed up proposal reviews.  </li>
<li><strong>Public Goods Funding</strong> – <strong>Octant Epoch 7</strong> is open for climate-focused projects, and <strong>Gitcoin Grants 23</strong> is set for March with a revamped funding strategy.</li>
</ul>
<h2><a href="https://www.ethcatherders.com/upgrades/pectra">Pectra</a> (Prague+Electra) Upgrade</h2>
<h3><a href="https://github.com/ethereum/pm/issues/1253">All Core Devs - Execution (ACDE) #204</a> (January 30, 2025)</h3>
<ul>
<li><strong>Urgent Security Update:</strong> Geth users should <a href="https://github.com/ethereum/go-ethereum/releases/tag/v1.14.13">update their nodes immediately</a> to apply the latest security release.</li>
<li><strong>Pectra Devnet-6 &amp; Timelines:</strong> Client teams should share <a href="https://notes.ethereum.org/@ethpandaops/pectra-devnet-6">devnet-6</a> ready branches. If stable by <strong>Feb 6</strong>, testnet fork slots for <strong>Holesky</strong> and <strong>Sepolia</strong> will be selected, with client releases expected by <strong>Feb 10</strong>.</li>
<li><strong>Mainnet Fork Slot Consideration:</strong> The mainnet fork slot will be chosen only after Holesky forks successfully, likely around <strong>Feb 20</strong>, to avoid misleading expectations.</li>
<li><strong>System Contract Audits Completed:</strong> <a href="https://github.com/ethereum/audits/tree/master/Pectra">Audits</a> for EIPs <strong>2935, 7002, and 7251</strong> were conducted by multiple firms, revealing concerns about the fee update mechanism.</li>
<li><strong>Fusaka Fork Planning:</strong> The first Fusaka devnet should only include <strong>EOF and PeerDAS</strong>, with further EIPs considered once stable. No additional decisions were made beyond this scope and that allowed teams to share their perspectives on the <a href="https://ethereum-magicians.org/t/pectra-retrospective/22637">Pectra Retrospective thread</a>.</li>
<li><strong>Node Hardware &amp; Bandwidth Discussions:</strong> <a href="https://github.com/ethereum/EIPs/pull/9270">Validator bandwidth requirements</a> sparked debate, with no final agreement. The conversation continues on the <strong>R&amp;D Discord</strong>.</li>
<li><strong>Upcoming ACD Bot Presentation:</strong> A new bot to automate <strong>recordings, calendar events, and notes</strong> for AllCoreDevs will be presented in the next call.</li>
<li><a href="https://www.youtube.com/live/JW2IWwVKRec?t=192s">Recording</a>, <a href="https://creators.spotify.com/pod/show/ethereum-cat-herders/episodes/Execution-Layer-Meeting-204-2025-01-30--ACDE-204-e2u6rqr">Podcast version</a>, <a href="https://ethereum-magicians.org/t/all-core-devs-execution-acde-204-january-30-2025/22594">Tim Beiko&#39;s FEM Notes</a>, <a href="https://x.com/nixorokish/status/1884705138331574549">Nixo&#39;s Tweet Thread</a>, <a href="https://etherworld.co/2025/01/30/highlights-of-ethereums-all-core-devs-meeting-acde-204/">YashKamal Chaturvedi&#39;s Notes</a>, <a href="https://www.galaxy.com/insights/research/ethereum-all-core-developers-execution-call-204/">Christine&#39;s notes</a></li>
</ul>
<h3>Client testing call #22 (January 27, 2025)</h3>
<ul>
<li><a href="https://ethereum-magicians.org/t/client-testing-call-22-january-27-2025/22676">Notes</a></li>
</ul>
<h2>Breakout &amp; Implementers’ Meeting</h2>
<h3><a href="https://github.com/ethereum/pm/issues/1269">EIP-7732 breakout room #15</a> (January 31, 2025)</h3>
<ul>
<li><strong>Client Implementation Updates:</strong> Progress was reported on running Teku locally with ongoing issue fixes. Plans were discussed to prioritize gossip syncing, and ensures clients are ready for devnet testing.</li>
<li><strong>Beacon API &amp; Execution Payloads:</strong> A new API endpoint was proposed to fetch execution payloads independently. Discussions also covered adding event stream topics to notify toolings when a new payload is received.</li>
<li><strong>Pre-Confirmations &amp; Potential Challenges:</strong> The impact of Epbs on pre-confirmation mechanisms was debated, particularly concerns over a brief period where only one entity holds key information. Further evaluation is needed to assess whether this introduces centralization risks.</li>
<li><strong>Slot Auction Research &amp; Challenges:</strong> Various slot auction mechanisms were discussed, including potential execution ticket designs. However, major challenges remain in implementing fork choice rules, slashing conditions, and preventing collusion.</li>
<li><strong>Action Items for Next Meeting:</strong> <ul>
<li>Implement new API endpoints for execution payload requests.</li>
<li>Continue improving client implementations and achieve a two-client Kurtosis run.</li>
<li>Engage with pre-confirmation teams to evaluate potential blockers.</li>
<li>Collaborate with researchers to further assess the impact of the identified &quot;blackout period&quot; on centralization risks.</li>
</ul>
</li>
<li><strong>Next Steps:</strong> The team aims to finalize API updates, test implementations, and assess the viability of different approaches for pre-confirmations and execution tickets while focusing on safe, incremental improvements.</li>
<li><a href="https://www.youtube.com/live/IDpahX3WXxE">Recording</a>, <a href="https://hackmd.io/@ttsao/epbs-breakout-16">Terence&#39;s notes</a></li>
</ul>
<h2><a href="https://github.com/ethereum/pm/issues/1208">EVMMAX Implementers Call 2</a> (January 30, 2025)</h2>
<ul>
<li><strong>Client Updates:</strong><ul>
<li>EthereumJS team completed most of the JavaScript arithmetic library.</li>
<li>Work on vectorized and non-vectorized implementations continues, with comparisons planned.</li>
</ul>
</li>
<li><strong>Poseidon Hash Implementation:</strong><ul>
<li>Initial tests show a 10x efficiency improvement using EVM Max compared to Solidity.</li>
<li>Future work includes validating gas cost reductions and potential wall clock time improvements.</li>
</ul>
</li>
<li><strong>Vectorized vs Non-Vectorized Execution:</strong><ul>
<li>Ongoing discussion about whether vectorized operations should be the default.</li>
<li>Need to determine end-user requirements, such as elliptic curves vs. STARKs.</li>
</ul>
</li>
<li><strong>SIMD &amp; Hardware Compatibility:</strong><ul>
<li>AVX2 (256-bit) is widely available, while AVX-512 has limited support.</li>
<li>Investigating impact on smaller fields where SIMD benefits could be more pronounced.</li>
</ul>
</li>
<li><strong>Tooling &amp; Testing Pipeline:</strong><ul>
<li>A front-end tool is needed for easier implementation testing.</li>
<li>Options include direct bytecode generation or adding support to Solidity/Ule.</li>
</ul>
</li>
<li><strong>Action Items:</strong><ul>
<li>Confirm EVM Max gas numbers and benchmark wall clock performance.</li>
<li>Investigate SIMD comparisons using AVX2 with Poseidon hashing.</li>
<li>Develop a tool for end-to-end testing of EVM Max implementations.</li>
</ul>
</li>
<li><strong>Next Steps:</strong><ul>
<li>Compare Solidity-based Poseidon with EVM Max implementations.</li>
<li>Refine vectorized and non-vectorized benchmarks to guide further decisions.</li>
<li>Plan for the next meeting in one month to review progress.</li>
</ul>
</li>
<li><a href="https://hackmd.io/@poojaranjan/evmmaximplementersnotes#EVMMAX-Implementers-Call-2-January-30-2025">Notes</a> &amp; <a href="https://www.youtube.com/live/_154EOcZLu4">Recording</a></li>
</ul>
<h2><a href="https://github.com/ethereum/pm/issues/1249">L2 Interop Working Group - Call #2</a> (January 29, 2025)</h2>
<ul>
<li><a href="https://docs.google.com/presentation/d/1oMsHfZfppL4rhoGG7CLk6baQ5I4548zmIHh5fvVBKlU/edit?usp=sharing">Slides</a> from Ellie</li>
<li><a href="https://github.com/ethereum/RIPs/blob/master/RIPS/rip-7859.md">RIP-7859</a> - Ian from Polymer</li>
<li><a href="https://docs.reown.com/walletkit/features/experimental/chain-abstraction">Reown</a> and 7811</li>
<li><a href="https://youtu.be/ca1zzrQLnEk">Recording</a></li>
</ul>
<h2><a href="https://github.com/ethereum/pm/issues/1266">FOCIL Breakout Room #3</a> (January 28, 2025)</h2>
<ul>
<li><a href="https://www.youtube.com/live/azvPMD2us0Y">Recording</a> &amp; <a href="https://github.com/ethereum/pm/issues/1266#issuecomment-2621437973">Notes</a></li>
</ul>
<h2><a href="https://github.com/ethereum/pm/issues/1257">Portal Implementers Call #42</a> (January 27, 2025)</h2>
<ul>
<li><a href="https://hackmd.io/@chloezhux/H1x36pYIJg">Notes</a></li>
</ul>
<h2><a href="https://github.com/ethereum/pm/issues/1248">eth_simulate Implementers&#39; Meeting</a></h2>
<ul>
<li><a href="https://github.com/ethereum/pm/issues/1248#issuecomment-2615709046">Notes</a></li>
</ul>
<h2>EIPs Update</h2>
<h3><a href="https://github.com/ethcatherders/EIPIP/issues/377">EIP Editing Office Hour Meeting #50</a> (January 28, 2025)</h3>
<ul>
<li><strong>Milestone &amp; New Editing Sessions:</strong><ul>
<li>Celebrating the 50th EIP Editing Office Hour and over two years of contributions by Sam Wilson.</li>
<li>Introduction of a dedicated EIP-only editing session led by Gajendra Singh to address backlog.</li>
</ul>
</li>
<li><strong>Reviewing Open Pull Requests:</strong><ul>
<li>Addressing EIPs ready for status updates (e.g., moving drafts to review).</li>
<li>Noting delays due to pending author responses, especially for active EIPs related to upcoming hard forks.</li>
<li>Suggesting authors raise PR concerns in All Core Devs (ACD) calls for quicker resolutions.</li>
</ul>
</li>
<li><strong>Handling Draft EIPs &amp; New Submissions:</strong><ul>
<li>Reviewed new draft EIPs for correctness and formatting.</li>
<li>Discussed the importance of including benchmarking data and rationale for proposals with technical specifications.</li>
<li>Authors encouraged to use relative URLs for links and provide clear justification for hardware requirements.</li>
</ul>
</li>
<li><strong>EIP Status &amp; Update Policies:</strong><ul>
<li>Discussion on best practices for versioning frequently updated EIPs (e.g., hardware recommendations per hard fork).</li>
<li>Agreement on linking each update to a specific fork rather than using &quot;Living&quot; status.</li>
</ul>
</li>
<li><strong>Process Improvements &amp; Next Steps:</strong><ul>
<li>Encouraging active discussion in EIP&#39;s Magician forums for technical clarifications.</li>
<li>Proposal to allocate EIP numbers even for unmerged drafts unless abuse is detected.</li>
<li>Next EIP+ERC editing session scheduled for next Tuesday at 16:00 UTC.</li>
</ul>
</li>
<li><a href="https://github.com/ethcatherders/EIPIP/issues/377#issuecomment-2629714385">Notes</a>, <a href="https://www.youtube.com/watch?v=NJCnGld-5nU&list=PL4cwHXAawZxqnDHxOyuwMpyt5s8F8gdmO&index=1&pp=iAQB">Recording</a></li>
</ul>
<h3>PEEPanEIP</h3>
<ul>
<li><a href="https://youtu.be/j0epnbOy-2g">PEEPanEIP 138: RIP-7759 Layer 2 Transaction Fee Specification</a>  with Andreas Freund</li>
</ul>
<h3><a href="https://eipsinsight.com/insight/2025/2">EIPsInsight</a></h3>
<ul>
<li><a href="https://x.com/TeamAvarch/status/1885401568549200231">January 2025 - Insight (Tweet Thread)</a></li>
<li>No new updates in Feb 2025</li>
</ul>
<h3>Call For Input (Open)</h3>
<ul>
<li><a href="https://github.com/ethcatherders/EIPIP/issues/373">Define &quot;Meta&quot;</a></li>
<li><a href="https://github.com/ethcatherders/EIPIP/issues/374">Forcibly withdraw EIP-7675</a></li>
<li><a href="https://github.com/ethcatherders/EIPIP/issues/376">Allow Links to Blockchain Commons</a></li>
</ul>
<h2>Upcoming Protocol Calls</h2>
<table>
<thead>
<tr>
<th>Date &amp; Time (UTC)</th>
<th>Event</th>
</tr>
</thead>
<tbody><tr>
<td>Monday Feb 3, 2025 at 12:00 UTC</td>
<td><a href="https://github.com/ethereum/pm/issues/1273">eth_simulate Implementers&#39; Meeting</a></td>
</tr>
<tr>
<td>Monday Feb 3, 2025 at 14:00 UTC</td>
<td>Pectra Interop Testing Call</td>
</tr>
<tr>
<td>Monday Feb 3, 2025 at 15:00 UTC</td>
<td><a href="https://github.com/ethereum/pm/issues/1261">RPC Standards Call #0</a></td>
</tr>
<tr>
<td>Monday Feb 3, 2025 at 16:30 UTC</td>
<td><a href="https://github.com/ethereum/pm/issues/1267">Portal Network Implementation</a></td>
</tr>
<tr>
<td>Tuesday Feb 4, 2025 at 10:00 UTC</td>
<td><a href="https://github.com/ethereum/pm/issues/1259">PeerDAS Breakout Room #16</a></td>
</tr>
<tr>
<td>Tuesday Feb 4, 2025 at 14:30 UTC</td>
<td>PEEPanEIP-7805: Fork-choice enforced Inclusion Lists (FOCIL) with Thomas Thiery &amp; Julian Ma</td>
</tr>
<tr>
<td>Tuesday Feb 4, 2025 at 16:00 UTC</td>
<td><a href="https://github.com/ethcatherders/EIPIP/issues/379">EIP Editing Office Hour Meeting 51</a></td>
</tr>
<tr>
<td>Wednesday Feb 5, 2025 at 14:00 UTC</td>
<td><a href="https://github.com/ethereum/pm/issues/1215">RollCall #9.1 Breakout - L2 Execution Common Core: V1 Scope</a></td>
</tr>
<tr>
<td>Wednesday Feb 5, 2025 at 15:00 UTC</td>
<td><a href="https://github.com/ethereum/pm/issues/1260">EOF Implementers Call #66</a></td>
</tr>
<tr>
<td>Thursday Feb 6, 2025 at 14:00 UTC</td>
<td><a href="https://github.com/ethereum/pm/issues/1265">All Core Dev Consensus #150</a></td>
</tr>
<tr>
<td>Friday Feb 7, 2025 at 14:00 UTC</td>
<td>PEEPanEIP-7706: Separate gas type for calldata with Vitalik Buterin</td>
</tr>
</tbody></table>
<h2>Public Goods Funding</h2>
<h3>Octant Epoch 7 (Jan 30 – Feb 13, 2025)</h3>
<p>Dedicated to &quot;<a href="https://t.co/xm62yZy4pG">Climate Round</a>&quot;, applications are <a href="https://x.com/OctantApp/status/1884934842716168295">OPEN</a> for the Octant Epoch 7.  If your project aligns with these areas and has been around for at least a year, the team wants to hear from you!</p>
<h3>Deep Funding (Ongoing)</h3>
<p>Backed by Vitalik Buterin, <a href="https://deepfunding.org/">Deep funding</a> is launched to support different projects based on <strong>dependency or ‘deep’ graph</strong> that shows the relative value of open source contributions in a network and <strong>deep learning</strong>. </p>
<p>In Deep Funding, most of the work gets done by a public market of allocators, that suggest proposed weights of edges in a graph. Using AI for allocations is encouraged.</p>
<h4>Timeline</h4>
<ul>
<li>December 12th, 2024: Data on 40,000 Ethereum dependencies for building your model</li>
<li>Jan 20th, 2025: Sample spot check data by jury members to train your model</li>
<li>Jan 20th, 2025:Deadline for “early bird” prizes for open source model submissions. At least half of the open source model submission prize pool will be reserved for early bird submissions.</li>
<li>Feb 20th, 2025: Submit your model</li>
<li>Feb 27th, 2025: Results</li>
</ul>
<h3>Gitcoin Grant 23 (Upcoming in March 2025)</h3>
<p>GG23 is kicking off at the end of March, and big changes are coming. The team shared <a href="https://www.gitcoin.co/blog/gitcoin-grants-2025-strategy">Gitcoin Grants 2025 Strategy</a> in a recent blogpost and the team intends to moving into a multi-mechanism future, allowing us to ensure a fairer funding distribution, supporting builders at every stage of growth.</p>
<h3>Community thoughts on Public Goods Funding</h3>
<p>There are a lot of differnt thoughts on <strong>&quot;Public Goods&quot;</strong>. Last week <a href="https://x.com/danrobinson/status/1884338819748761840">Dan Robinson</a> shared his thoughts on what he considers as &quot;Public Goods&quot;. <a href="https://x.com/VitalikButerin/status/1884340202631471598">Vitalik Buterin</a> responded</p>
<blockquote>
<p>careful, &quot;infra&quot; is itself one of those words with challenging connotations 😀
I&#39;d say &quot;funding for pure open source&quot;</p>
</blockquote>
<p><a href="https://x.com/poojaranjan19/status/1885327179778842883">Pooja Ranjan</a> thinks the Ethereum Cat Herders is one of the popular public goods projects in the Ethereum ecosystem as &quot;Public Goods&quot; can be many things including <a href="https://x.com/poojaranjan19/status/1884602407029801248">essential coordination funding</a>, <a href="https://x.com/poojaranjan19/status/1884964793821389021">fuel for Ethereum’s progress</a>, <a href="https://x.com/poojaranjan19/status/1885327179778842883">an investment in Ethereum’s future</a> and more. </p>
<p><strong>Let us know your thoughts on Public Goods funding</strong>. Tag your top 5 favorite projects and us in your response Tweet :)</p>
<h2>Events</h2>
<h4>Upcoming Events</h4>
<ul>
<li><a href="https://www.ethdenver.com/">ETHDenver 2025</a>: February 23 - March 2, 2025</li>
<li><a href="https://www.stakingsummit.com/">Staking Summit, Dubai</a>: April 28 - 29, 2025</li>
<li><a href="https://ethcc.io/">EthCC[8]</a>: June 30 -July 3, 2025</li>
<li><a href="https://devconnect.org/">Devconnect 2025</a>: Expected in Q4-2025. Exact date - TBD. Should you have improvement suggestions, share with the team - <a href="https://forum.devcon.org/t/rpf-9-improving-devconnect-2025/5339">RPF 9 - Improving Devconnect 2025</a> </li>
<li>Follow the <a href="https://docs.google.com/spreadsheets/d/1NEu_FCc1hnGAuRgPmbXXpf0h2lCrCOlMKbbFEqgkVDQ/edit?gid=572241033#gid=572241033">list of upcoming events</a>  by Nathan Sexer</li>
</ul>
<h2>Community Resources</h2>
<ul>
<li><a href="https://ethresear.ch/t/fabric-fabric-to-accelerate-based-rollup-infrastructure-connectivity/21640/1">Fabric - Fabric to Accelerate Based Rollup Infrastructure &amp; Connectivity</a></li>
<li><a href="https://ethresear.ch/t/native-rollup-for-3sf/21632">Native Rollup for 3SF</a></li>
<li>Vitalik Buterin&#39;s <a href="https://x.com/VitalikButerin/status/1885046277932552697">shoutout</a> for <a href="https://x.com/drakefjustin">Justin Drake</a>.</li>
<li><a href="https://jobs.lever.co/ethereumfoundation/8d9b1823-ba67-4195-a673-e11a85a48d62">go-ethereum hiring</a></li>
</ul>
<h3>Share your projects with us</h3>
<p>Have updates about your project or client? Share them with us at <a href="mailto:team@ethcatherders.com">team@ethcatherders.com</a> by Friday (end of day EST) to be added in the next edition of the newsletter scheduled for release on the following Monday.</p>
<h2>Stay Curious, Stay Connected and Keep Purring 🐾</h2>
]]></content:encoded>
            <enclosure length="0" type="image/png" url="https://hackmd.io/_uploads/rk0rVraOkx.png"/>
        </item>
        <item>
            <title><![CDATA[Celebrating the 50th EIP Editing Office Hour 🎉]]></title>
            <link>https://blog.echinstitute.org/50thofficehour</link>
            <guid>https://blog.echinstitute.org/50thofficehour</guid>
            <pubDate>Tue, 28 Jan 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[
# Celebrating the 50th EIP Editing Office Hour 🎉
#### A Milestone of Collaboration and Progress!

The Ethereum community runs on teamwork, new ideas, and shared standards. Today, we’re excited to celebrate a big milestone: the [50th EIP Editing Office Hour](https://github.com/e...]]></description>
            <content:encoded><![CDATA[<h1>Celebrating the 50th EIP Editing Office Hour 🎉</h1>
<h4>A Milestone of Collaboration and Progress!</h4>
<p>The Ethereum community runs on teamwork, new ideas, and shared standards. Today, we’re excited to celebrate a big milestone: the <a href="https://github.com/ethcatherders/EIPIP/issues/377">50th EIP Editing Office Hour</a>! Let’s take a look at how it all started, thank the people who made it happen, and share what’s next.</p>
<h2>How It Started?</h2>
<p>The idea of EIP Editing Office Hours was based on the <strong><a href="https://www.youtube.com/playlist?list=PL4cwHXAawZxoLnTTFQjqdZwd6pVTsjDid">EIP Editors&#39; Apprenticeship Meetings</a></strong> introduced in November 2021 by the Ethereum Cat Herders and EIP Editor <a href="https://x.com/lightclients">Matt Garnett</a>. Matt helped train new contributors to become <em><a href="https://hackmd.io/@poojaranjan/EIPReviewer">EIP reviewers</a></em>, opening the door for contributors to engage more deeply in the Ethereum ecosystem. These meetings encouraged more people to get involved and learn about editing EIPs. </p>
<p>Building on the success of the apprenticeship meetings, the <em><strong><a href="https://medium.com/ethereum-cat-herders/introducing-eip-editing-office-hour-9f04a95a26ba">EIP Editing Office Hour</a> was launched</strong></em> to provide a real-time, collaborative platform for EIP authors and potential new contributors. The office hour sessions officially began in September 2022, taking place every alternate Tuesday. </p>
<p>The <strong>goal</strong> was simple: give contributors a chance to ask questions, get help with their EIPs, and learn about the process. Over time, these sessions have become a key part of improving Ethereum standards.</p>
<h2>Big Thanks to Sam Wilson 🙏</h2>
<p>A huge thank-you goes to <a href="https://x.com/_SamWilsn_">Sam Wilson</a>, who has been leading these sessions. Over the past two years, Sam has answered countless questions, reviewed hundreds of pull requests (EIPs and ERCs), and made the process smoother for everyone. Sam’s dedication has been vital to the success of these office hours, and we’re incredibly grateful for all your hard work. Thank you, Sam!</p>
<h2>Welcome Gajinder Singh 🤝</h2>
<p>We’re excited to announce that <a href="https://x.com/Gajpower">Gajinder Singh</a> is joining us to provide extra support for EIP Editing Office Hours. Gajinder will focus on leading sessions dedicated to reviewing EIPs only. With this added support and now three office hours per month, we aim to further reduce the number of open pull requests and better serve the community.</p>
<h2>Thanks to All Editors 🙌</h2>
<p>Behind the scenes, many editors work hard to review and merge pull requests. These contributions keep Ethereum’s standards up-to-date and ready for new developments. Thanks to everyone working asynchronously to make this happen!</p>
<h2>Join the Office Hours 👋</h2>
<p>The EIP Editing Office Hour is open to everyone. It’s a great place to learn about the EIP process, get your questions answered, and collaborate with others. If you’ve submitted a pull request, you can:</p>
<ul>
<li>Get help to understand the workflow.</li>
<li>Work with editors to merge your proposal.</li>
<li>Learn why a pull request wasn’t merged and how to improve it.</li>
</ul>
<p>We also encourage you to check out the <a href="https://www.youtube.com/playlist?list=PL4cwHXAawZxqnDHxOyuwMpyt5s8F8gdmO">EIP Editing Office Hour playlist on YouTube</a>. It’s a helpful resource to understand the process and see the community in action.</p>
<h2>Looking Ahead 🛣</h2>
<p>Reaching the 50th session is a big achievement, and we’re excited for what’s next. The EIP Editing Office Hour will keep growing and adapting to support the Ethereum community. Thanks to everyone who has been part of this journey so far. Join <a href="https://dsc.gg/ech">EthCatHerders Discord</a> for more information. </p>
<p>Follow the Ethereum Cat Herders on <a href="https://ethcatherders.com">Website</a>, <a href="https://github.com/ethcatherders/EIPIP">GitHub</a>, <a href="https://x.com/ethcatherders">Twitter</a>, <a href="https://medium.com/ethereum-cat-herders">Medium</a>, and <a href="https://www.youtube.com/@ethcatherders">YouTube</a>.</p>
<h2>Here’s to more purr-fect collaboration and claw-some innovation in the future! 🐾</h2>
]]></content:encoded>
            <enclosure length="0" type="image/jpg" url="https://hackmd.io/_uploads/HyW35TBO1g.jpg"/>
        </item>
        <item>
            <title><![CDATA[Purr-suit of Ethereum 🐾 #3]]></title>
            <link>https://blog.echinstitute.org/poe3</link>
            <guid>https://blog.echinstitute.org/poe3</guid>
            <pubDate>Sun, 26 Jan 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[
#### Your Weekly Dose of Blockchain Updates and Meows!

In this edition, we bring you key highlights from the Ethereum ecosystem, including updates on the upcoming Pectra (Prague + Electra) upgrade, insights from the latest All Core Devs Consensus Call, and details on recent imp...]]></description>
            <content:encoded><![CDATA[<h4>Your Weekly Dose of Blockchain Updates and Meows!</h4>
<p>In this edition, we bring you key highlights from the Ethereum ecosystem, including updates on the upcoming Pectra (Prague + Electra) upgrade, insights from the latest All Core Devs Consensus Call, and details on recent implementers’ and breakout meetings. For those new to this series, don’t worry—you can catch up with our <a href="https://hackmd.io/@poojaranjan/PoE2">previous newsletter here</a>.</p>
<p>Other highlights include exciting news about Ethereum Improvement Proposals (EIPs) in progress, updates on the Public Goods Funding, and upcoming events. Stay tuned for more updates as we continue our mission to empower Ethereum through education, community building, and innovation.</p>
<h2><a href="https://www.ethcatherders.com/upgrades/pectra">Pectra</a> (Prague+Electra) Upgrade</h2>
<h3><a href="https://github.com/ethereum/pm/issues/1258">Consensus (ACDC) #149</a>, (January 23, 2025)</h3>
<ul>
<li><strong>devnet-6</strong> will likely launch in the week of Jan 27th</li>
<li>Proposed timing for Pectra:<ul>
<li><strong>SEPOLIA</strong> (Feb 12, 2025) - epoch: 219392; slot: 7020544; timestamp: 1739980128; forkId: 0xbafd09c3</li>
<li><strong>HOLESKY</strong> (Feb 19, 2025) - epoch: 113152; slot: 3620864; timestamp: 1739352768; forkId: 0xf818a0d6</li>
<li>Mainnet: Mar 11, 2025 (NOT FINAL, just an ambitious goal)</li>
</ul>
</li>
<li><a href="https://www.youtube.com/live/uIjPkGezPOg">Recording</a></li>
<li><a href="https://open.spotify.com/episode/0jWlhb1F9yxQB5FxiPcGo5?si=sh9dPM7ySeytNBrHu8wvvg">Podcast (Audio) by EthCatHerders</a></li>
<li><a href="https://x.com/nixorokish/status/1882473020020990169">Twitter summary</a> by Nixo</li>
<li><a href="https://etherworld.co/2025/01/23/highlights-of-ethereums-all-core-devs-meeting-acdc-149/">Highlights of Ethereum&#39;s All Core Devs Meeting (ACDC) #149</a> by Yash Kamal Chaturvedi</li>
<li><a href="https://www.galaxy.com/insights/research/ethereum-all-core-developers-consensus-call-149/">Ethereum All Core Developers Consensus Call #149</a> by Christine_dkim</li>
</ul>
<h3>Pectra Interop #21 (January 20, 2025)</h3>
<ul>
<li>Move forward with Pectra devnet 6, incorporating a new genesis file and validator set increase to 50,000–100,000.</li>
<li>Mario will release updates with EIP-7702 changes and fixes.</li>
<li>Client teams to review and comment on PRs as needed.</li>
<li><a href="https://hackmd.io/@poojaranjan/InteropTestingNotes#Interop-Testing-Call-Jan-20-2025">Notes</a> by EthCatHerders, <a href="https://ethereum-magicians.org/t/client-testing-call-21-january-20-2025/22591">Fellowship of EthMagicians</a>. No recording is available.</li>
</ul>
<h2>Breakout &amp; Implementers’ Meeting</h2>
<h3><a href="https://github.com/ethereum/pm/issues/1243">EOF Implementers Call #65</a> (Jan 22nd, 2025)</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=5ywv6QpS2sE">Recording</a>, <a href="https://ethereum-magicians.org/t/eof-implementers-call-64-january-22-2025/22466/2">FEM Notes</a> by Danno Ferrin</li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1252">JSON-RPC Standardization Breakout</a> (Jan 20, 2024)</h3>
<p>This is a new breakout room meeting initiated as a result of discussion to be continued from the last ACDE. </p>
<ul>
<li>The discussion focused on broader goals and stakeholder involvement, emphasizing the need to refine internal processes before involving external stakeholders like wallets and RPC providers. </li>
<li>Suggestions included using the group to address consistency issues and align new feature proposals with broader stakeholder needs. </li>
<li>Key action items were identified: <ul>
<li>incorporating <code>eth_fillTransaction</code> `into the execution spec, refining and documenting new methods, ensuring RPC compatibility through rigorous testing, and improving specification documentation for better usability.</li>
</ul>
</li>
</ul>
<ul>
<li>As next step, devs decided to continue async discussions on <code>eth_fillTransaction</code> and RPC compatibility tests on Discord.</li>
</ul>
<ul>
<li>Future discussions will prioritize error handling and establishing processes for integrating new features and methods.</li>
</ul>
<ul>
<li>The next meeting will be scheduled in the next two weeks.</li>
<li><a href="https://www.youtube.com/watch?v=S_lbb9JNXzY">Recording</a> &amp; <a href="https://www.youtube.com/watch?v=S_lbb9JNXzY">Notes</a> by EthCatHerders</li>
</ul>
<h3>eth_simulate</h3>
<p>No meeting on Jan 20, 2024</p>
<h3><a href="https://github.com/ethcatherders/EIPIP/issues/375">EIPIP Metting #112</a> (January 15, 2025)</h3>
<ul>
<li><strong>Stagnant Tag Discussion</strong>: A few suggestions to address issues with the &quot;Stagnant&quot; tag for Core EIPs under active consideration.  Will bediscussed further in the next meeting.  </li>
<li><strong>EIP Reviewers</strong>: Proposal to introduce formal EIP Reviewer roles approved. Details to be finalized in the Editors&#39; Workshop.  </li>
<li><strong>Editors&#39; <a href="https://github.com/ethcatherders/EIPIP/issues/372">Workshop Announcement</a></strong>: Workshop planned for onboarding and discussions.  </li>
<li><strong><a href="https://eipsinsight.com/proposalbuilder">Proposal Builder Tool</a></strong>:  <ul>
<li>Get the .md file to document a proposal using this tool. Demo shared, tool deemed useful for new authors. </li>
<li>Requested adding the tool link to <a href="https://eips.ethereum.org">eips.ethereum.org</a>.</li>
</ul>
</li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1239">EVM Resource Pricing Breakout #1</a> (January 15, 2025)</h3>
<p>The Gas Repricing Working Group meeting is a new breakout focused on three key agenda items: benchmarking efforts, short-term pricing changes, and research for medium-term updates. </p>
<p>Presentations included an overview of the <a href="https://github.com/NethermindEth/gas-benchmarks">Nethermind gas-benchmarks tool</a> by Marek, showcasing its use in identifying bottlenecks, and <a href="https://github.com/imapp-pl/gas-cost-estimator">Jacek’s Gas Cost Estimator tool</a>, which proposed updated gas cost schedules tested across seven EL clients. </p>
<p>Discussions addressed strategies for short-term adjustments, such as single and multi-block warming to improve efficiency, and medium-term considerations for hardforks like Fusaka and Amsterdam. Concerns around backward compatibility were highlighted, with suggestions to leverage EOF mechanisms for versioning and restrict gas schedule changes to EOF contracts. </p>
<ul>
<li><strong>Benchmarking Efforts</strong>:  <ul>
<li>Tools presented for analyzing gas costs and addressing bottlenecks in existing schedules.  </li>
<li>Proposals to refine gas pricing schedules for greater efficiency.</li>
</ul>
</li>
<li><strong>Short-Term Pricing Changes</strong>:  <ul>
<li>Adjustments to precompile gas costs due to benchmarking insights revealing they are underpriced.  </li>
<li>Ideas like single and multi-block warming were discussed, with efficiency gains estimated at 5-6% for single block and ~15% for multi-block.</li>
</ul>
</li>
<li><strong>Medium-Term Strategy</strong>:  <ul>
<li>Addressed strategies for future hardforks like Fusaka &amp; Amsterdam.  </li>
<li>Backward compatibility concerns raised about repricing, with suggestions to restrict changes to EOF contracts.  </li>
<li>Agreement that increasing gas prices historically caused breakages, while reducing prices carries lower risk.</li>
</ul>
</li>
<li><strong>Backward Compatibility</strong>:  <ul>
<li>Suggested leveraging EOF mechanisms for versioning to mitigate issues.  </li>
<li>Discussions on feasibility of automating checks to detect potential contract breakages.</li>
</ul>
</li>
<li><strong>Future Considerations</strong>:  <ul>
<li>Incentivizing fair contract usage without disadvantaging smaller contracts.  </li>
<li>Exploring zk-proof pricing adjustments (e.g., 10x keccak costs).</li>
<li>Dcrapis proposed a session on EVM memory pricing, potentially to be covered in a future call if time doesn’t permit.</li>
</ul>
</li>
</ul>
<h3>Action Items</h3>
<ul>
<li>Draft EIPs for short-term pricing changes.  </li>
<li>Continue benchmarking efforts to refine gas cost schedules.  </li>
<li>Explore applying new gas schedules only to EOF contracts to preserve legacy compatibility.   </li>
<li>Schedule EVM memory pricing presentation for the next call.</li>
</ul>
<h3><a href="https://github.com/ethereum/pm/issues/1238">FOCIL Meeting #2</a> (Jan 14, 2025)</h3>
<ul>
<li><a href="https://github.com/ethereum/pm/issues/1238#issuecomment-2590169551">Notes</a> by Matthew</li>
<li><strong>CL Implementation</strong>: The team is actively working on implementation, though some bugs may still need addressing.  </li>
<li><strong>FOCIL Implementation Notes</strong>: <a href="https://hackmd.io/@ttsao/focil-implementation-notes">Terence shared detailed notes</a>.  </li>
<li>Lighthouse has provided support for the effort.  </li>
<li>The plan includes shifting focus to RETH on the EL side.  </li>
<li>Launching a percentage of EL clients with a modified mempool is in progress.  </li>
<li>Kurtosis is supporting the definition of mempool logic with Tx Spammer Configuration. </li>
<li><strong>Implementation Goals</strong>:  <ul>
<li>Implement blocks with inclusion lists.  </li>
<li>Expected to complete in the next day or two.</li>
</ul>
</li>
<li><strong>FOCIL Intro Slides</strong>: <a href="https://docs.google.com/presentation/d/1i31wpJpI5B9hb4RE55-eDg1fI3yIoa2T8hj7pNqHQjw/edit?usp=sharing">Shared by Soispoke</a>.  </li>
<li>The team has started work in Privacy &amp; Anonymity area. Interested contributors can reach out to Soispoke.  </li>
<li><strong>Relevant Links</strong>:  <ul>
<li><a href="https://github.com/ensi321/beacon-APIs/pull/1">Beacon API PR</a>  </li>
<li><a href="https://notes.ethereum.org/@jacobkaufmann/HJzQ1eEDkg">Jacob&#39;s Update</a>  </li>
<li><a href="https://hackmd.io/@jihoonsong/Skidf4ePye">Jihoon&#39;s Talk</a>  </li>
<li>Docker and Kurtosis Config: <a href="https://github.com/jihoonsong/local-devnet-focil/">Repo</a>  </li>
<li><a href="https://hackmd.io/@jihoonsong/Skidf4ePye">Setting Up Local FOCIL Devnet</a></li>
</ul>
</li>
<li><strong>Local Devnet</strong>: A local devnet for FOCIL is ready to be run.</li>
</ul>
<h4>Client Updates</h4>
<ul>
<li><strong>Teku</strong>: Progress underway with active work on FOCIL implementation.  <ul>
<li><a href="https://github.com/Consensys/teku/tree/focil">Teku FOCIL Branch</a>.</li>
</ul>
</li>
<li><strong>Nethermind</strong>: Prototyping and implementation in progress (<a href="https://github.com/NethermindEth/nethermind/pull/8003">PR</a>).  </li>
<li><strong>Lodestar</strong>: Differences addressed in this <a href="https://github.com/ChainSafe/lodestar/pull/7342">PR</a>.  </li>
<li><strong>Metrics</strong>: Katya has started working on beacon metrics, to be shared soon.  </li>
<li><strong>Timeline</strong>: Aiming for the FOCIL devnet by the end of January, with progress on track.</li>
</ul>
<h2>EIPs Update</h2>
<h3><a href="https://eipsinsight.com/insight/2025/1">EIPsInsight</a></h3>
<p>The latest Ethereum Improvement Proposals (EIPs) updates reflect progress across various repositories:</p>
<ul>
<li><strong>EIPs</strong>: 10 proposals transitioned to <code>Stagnant</code>, 4 moved to <code>Review</code> and 5 new added to <code>Draft</code>.</li>
<li><strong>ERCs</strong>: 4 proposals advanced to <code>Final</code>,  4 are in <code>Last Call</code>, 3 transitioned to <code>Review</code> and 3 added to <code>Draft</code>.</li>
<li><strong>RIPs</strong>: 3 proposals added as <code>Draft</code>.</li>
</ul>
<p><a href="https://eipsinsight.com/insight/2025/1"><img src="https://hackmd.io/_uploads/r1s7BnX_Jx.png" alt="Screenshot 2025-01-26 at 8.14.08 AM"></a></p>
<h4>Proposals in the <code>Last Call</code></h4>
<ul>
<li>ERC-7734: Decentralized Identity Verification (DID)</li>
<li>ERC-7751: Wrapping of bubbled up reverts</li>
<li>ERC-7820: Access Control Registry</li>
<li>ERC-7818: Expirable ERC-20</li>
</ul>
<p><em>PS: This data is collected from <a href="https://eipsinsight.com/insight/2025/1">EIPsInsight</a></em></p>
<h4>Other tools</h4>
<ul>
<li><a href="https://eipsinsight.com/Reviewers">Editor&#39;s Leaderboard</a></li>
</ul>
<h3>Call For Input (Open)</h3>
<ul>
<li><a href="https://github.com/ethcatherders/EIPIP/issues/373">Define &quot;Meta&quot;</a></li>
<li><a href="https://github.com/ethcatherders/EIPIP/issues/374">Forcibly withdraw EIP-7675</a></li>
<li><a href="https://github.com/ethcatherders/EIPIP/issues/376">Allow Links to Blockchain Commons</a></li>
</ul>
<h3>EIP Editors&#39; Workshop</h3>
<ul>
<li>If you&#39;ve missed the Workshop, watch the <a href="https://www.youtube.com/live/rCTx-K-aArM?si=nOrRR7FGbQQtxQPf">replay here</a></li>
<li>If you are interested in joining as EIP Reviewer, please fill out the <a href="https://docs.google.com/forms/d/1IpyAonFEYJuSHke9t4BKzKfjDAjynOhPHxpU1G5FsnQ/viewform?edit_requested=true">Reviewing Interest Form</a>.</li>
</ul>
<h2>Upcoming Protocol Calls</h2>
<table>
<thead>
<tr>
<th>Date &amp; Time (UTC)</th>
<th>Event</th>
</tr>
</thead>
<tbody><tr>
<td>Jan 27, 2025, 12:00 UTC</td>
<td><a href="https://github.com/ethereum/pm/issues/1248">eth_simulate Implementers&#39; Meeting</a></td>
</tr>
<tr>
<td>Jan 27, 2025, 14:00 UTC</td>
<td>Pectra Interop Testing Call</td>
</tr>
<tr>
<td>Jan 27, 2025, 15:00 UTC</td>
<td><a href="https://github.com/ethereum/pm/issues/1263">Stateless Implementers Call #30</a></td>
</tr>
<tr>
<td>Jan 27, 2025, 16:30 UTC</td>
<td><a href="https://github.com/ethereum/pm/issues/1257">Portal Implementers Call #42</a></td>
</tr>
<tr>
<td>Jan 28, 2025, 14:00 UTC</td>
<td>FOCIL Breakout Room #3</td>
</tr>
<tr>
<td>Jan 28, 2025, 16:00 UTC</td>
<td><a href="https://github.com/ethcatherders/EIPIP/issues/377">EIP Editing Office Hour Meeting #50</a></td>
</tr>
<tr>
<td>Jan 29, 2025, 16:00 UTC</td>
<td><a href="https://github.com/ethereum/pm/issues/1249">L2 Interop Working Group - Call #2</a></td>
</tr>
<tr>
<td>Jan 30, 2025, 12:00 UTC</td>
<td><a href="https://github.com/ethereum/pm/issues/1208">EVMMAX Implementers Call #2</a></td>
</tr>
<tr>
<td>Jan 30, 2025, 14:00 UTC</td>
<td><a href="https://github.com/ethereum/pm/issues/1253">Execution Layer Meeting #204</a></td>
</tr>
<tr>
<td>Jan 31, 2025, 14:00 UTC</td>
<td>EIP-7732 breakout room #15</td>
</tr>
</tbody></table>
<p><em>PS: This table is created based on Protocol calendar and GitHub Issues.</em></p>
<h2>Public Goods Funding</h2>
<h3><a href="https://octant.app/projects">Octant Epoch 6</a></h3>
<p><a href="https://x.com/poojaranjan19/status/1883198652451102720"><img src="https://hackmd.io/_uploads/Hyc9GkVdJg.png" alt="Screenshot 2025-01-25 at 11.13.38 AM">
</a></p>
<p>A <a href="https://x.com/EthCatHerders/status/1883198121775140942">heartfelt thank you</a> to all the donors and supporters who contributed to making this round impactful. 💖 Your generosity will fuel us, to continuously work for you all and drive meaningful change.</p>
<h4>ECH Public Goods Challenge</h4>
<p>Ethereum Cat Herders is on a mission to empower Ethereum through <strong>E</strong>ducation, <strong>C</strong>ommunity building, and <strong>H</strong>omesteading Ethereum initiatives. Now, we’re calling on you—our amazing community and supporters—to help us take this mission even further. Your contributions fuel the tools, resources, and connections that keep Ethereum thriving.</p>
<p>Stay tuned—more details on Public Goods Challenge coming soon. Let’s build a stronger Ethereum ecosystem together! 🐱</p>
<h2>Events</h2>
<h3><a href="https://consensus-hongkong2025.coindesk.com/agenda/event/-protocol-village-52?_gl=1*1xmrllb*_up*MQ..*_gs*MQ..&gclid=Cj0KCQiA19e8BhCVARIsALpFMgH_uFDK1Cv6rmnxoIugaVrVruxZUC3R1X-QbI3-v9WYfRJ8fA7GxmMaAuNkEALw_wcB">Consensus 2025</a> - HK (Feb 19, 2024)</h3>
<p><a href="https://consensus-hongkong2025.coindesk.com/agenda/event/-protocol-village-52?_gl=1*1xmrllb*_up*MQ..*_gs*MQ..&gclid=Cj0KCQiA19e8BhCVARIsALpFMgH_uFDK1Cv6rmnxoIugaVrVruxZUC3R1X-QbI3-v9WYfRJ8fA7GxmMaAuNkEALw_wcB"><img src="https://hackmd.io/_uploads/rkAWIAXOke.png" alt="Screenshot 2025-01-26 at 10.33.55 AM"></a></p>
<p>If you’re at Consensus HK, don’t miss the session with our Ethereum devs! The Ethereum community’s participation and sharing of the latest developments at events like these are fantastic opportunities to foster engagement and strengthen connections within the ecosystem. Excited to see the Cat Herders leading the coordination for this representation. </p>
<h4><a href="https://ethereum.org/en/community/events/">Upcoming Events</a></h4>
<ul>
<li><a href="https://www.ethdenver.com/">ETHDenver 2025</a>: February 23 - March 2, 2025</li>
<li><a href="https://www.stakingsummit.com/">Staking Summit, Dubai</a>: April 28 - 29, 2025</li>
<li><a href="https://ethcc.io/">EthCC[8]</a>: June 30 -July 3, 2025</li>
<li><a href="https://devconnect.org/">Devconnect 2025</a>: TBD</li>
</ul>
<h2>Community Resources</h2>
<ul>
<li><a href="https://ethereum-magicians.org/t/pectra-retrospective/22637?u=timbeiko">Pectra Retrospective</a> by Tim Beiko</li>
<li><a href="https://mirror.xyz/nixo.eth/hT5F3Eo4iqQYNtoZCNqobogAr_Kd2QOmzqEtoizG5GA">Rough consensus: post-Pectra</a> By Nixo</li>
<li>A <a href="https://x.com/sassal0x/status/1882774548409659850">Tweet Thread</a> on Pectra upgrade by Sassal</li>
<li><a href="https://www.paradigm.xyz/2025/01/ethereum-acceleration-1">Ethereum Acceleration</a> by Paradigm</li>
<li><a href="https://vitalik.eth.limo/general/2025/01/23/l1l2future.html">Scaling Ethereum L1 and L2s in 2025 and beyond</a> by Vitalik Buterin</li>
<li><a href="https://x.com/ethresearchbot/status/1881651783031722153">Ethereum Macroeconomics via Dynamics</a> by EthResearch</li>
<li>EIP explainiers<ul>
<li><a href="https://www.youtube.com/watch?v=4G2KwbxjKi8">A high level overview of EIP-7702</a> by letgetonchain</li>
<li><a href="https://www.youtube.com/watch?v=FTNvl6F1w6I">EIP-7623 Explained + Deep dive in to the Evm code changes</a> by letsgetonchain</li>
<li><a href="https://etherworld.co/2025/01/24/erc-7779-understanding-redefining-wallet-interoperability/">ERC-7779: Understanding &amp; Redefining Wallet Interoperability</a> by EtherWorld</li>
</ul>
</li>
</ul>
<h3>Share with us</h3>
<p>Have updates about your project or client? Share them with us at <a href="mailto:team@ethcatherders.com">team@ethcatherders.com</a> by Friday (end of day EST) to be added in the next issue, scheduled for release the following Monday.</p>
<h2>Stay Curious, Stay Connected and Keep Purring 🐾</h2>
]]></content:encoded>
            <enclosure length="0" type="image/png" url="https://hackmd.io/_uploads/HyG8GJEO1g.png"/>
        </item>
    </channel>
</rss>