New Week in Ethereum 2025-09-05
Week in Ethereum News
September 05, 2025
See this newsletter in your browser
Highlight of the Week
- The Fusaka upgrade development is progressing with significant focus on fixing client syncing issues in devnet-3. Multiple client teams have identified and addressed bugs, with a target of Monday, September 8 for all code to be on trunk branches, as discussed in the ACDC #164 call.
Eth R&D Protocol Call(s)
- All Core Devs - Consensus (ACDC) #164, September 4, 2025
- Fusaka devnet-3:
- Multiple client issues identified across the devnet with a comprehensive feedback document compiled by Barnabas
- Recent fixes reported: Lighthouse bugs fixed on unstable branch, Prysm ready to use trunk, Teku still working on RPC issues
- Next steps: Target Monday for all code on trunk branches, aim for near 100% participation recovery once fixes are deployed, run another non-finality test for 1-2 days to confirm fixes
- Fusaka devnet-5 planning:
- Will launch with larger scale like devnet-4
- Launch contingent on successful devnet-3
- Broader Fusaka timeline depends on completing current bug fixes and successful devnet-5 testing
- Protocol Upgrade Process Timeline Changes:
- Tim proposed modifications to the original process document
- Key proposed changes: Minimum 14 days (down from 30) between client releases and first testnet, minimum 10 days between each testnet, maintain 30-day buffer between client releases and mainnet
- Community feedback collected from L2s, LSTs, infrastructure providers who were mostly in favor
- Outstanding concerns: Mixed-use nature of testnets, need for clearer public feedback, teams need more time to review proposal
- Other discussions:
- ModExp gas cost increase breaking a contract from AlignedLayer (discussion ongoing in Telegram)
- Mario highlighted teams should check Hive test results
- Reminder: Glamsterdam EIP discussions deferred until Fusaka mainnet release
- Fusaka devnet-3:
Fusaka upgrade
- Syncing issues in devnet-3 documented across multiple clients:
- Prysm: Issues when starting a node from a checkpoint with a pre-existing DB
- Teku: OOM bug and syncing bug identified, with fixes in progress
- Lighthouse: Issues maintaining peers across custody subnets and syncing on "forky" chains, with fixes in development
- Lodestar: Merged several improvements for better peer pool management and performance
- Grandine: Sync speed issues and data redownload loop from the last finalized slot
- Reth: Fixed incorrect blob fee comparison
- Erigon: Validation errors in newPayload and issues reconstructing blocks
- Fusaka devnet-5 scheduled to launch on September 3, 2025, targeting 1500 nodes using the same spec as devnet-3/4 and trunk branches of all clients
Glamsterdam upgrade
- Block-level Access Lists (EIP-7928) and enshrined Proposer-Builder separation (ePBS) (EIP-7732) confirmed as headliners for the Glamsterdam upgrade
- Fork-Choice Inclusion Lists (FOCIL) (EIP-7805) moved to "Considered for Inclusion" status
- Bal-devnet-0 spec created on September 5, 2025, targeting launch at the end of October 2025 to test Block-Level Access Lists
Layer 1
- Post-Pectra Effects on Ethereum analysis published on September 4, 2025, examining reorg rates, block propagation, and block sizes since the Pectra upgrade
- Gossipsub's Partial Messages Extension and Cell Level dissemination proposed on September 3, 2025, exploring improvements to data availability through network-level optimizations
- An analysis of attestation timings in a 6-s slot published on September 3, 2025, providing insights into validator behavior and network performance
Research
- Generalized base fee update fraction proposed on September 4, 2025, exploring improvements to Ethereum's fee market mechanism
- Ethereum's Leaky Gas Tank published on September 2, 2025, unveiling 13 costly gas model inconsistencies in the current EVM implementation
- Payload Chunking proposed on September 2, 2025, exploring a new approach to data availability and stateless clients
Layer 2
-
Optimism partnered with Flashbots to bring fast, configurable, verifiable sequencing to the Superchain, powered by the team that built Ethereum's sequencing pipeline.
-
Arbitrum introduced DRIP: The DeFi Renaissance Incentive Program on September 3rd, aimed at boosting DeFi activity and innovation on the Arbitrum ecosystem.
-
Arbitrum's dynamic pricing for gas fees was launched on August 21st, making transaction costs more predictable and efficient for users.
-
Optimism announced the Kona-Node, a Rust-powered implementation for the OP Stack that promises improved performance and reliability.
Stuff for Developers
-
Foundry:
- Released v1.3.4 on September 3rd with important bugfixes.
- Added support for Sourcify API v2 in
forge verify-contract
command. - Improved parameter natspec for enums in forge documentation generation.
- Updated to soldeer 0.7.0 for enhanced dependency management.
-
The Ethereum Foundation published Protocol Update 003 — Improve UX on August 29th, focusing on interoperability improvements through intent-based architecture and general message-passing to reduce latency and costs.
Security
-
Venus Protocol recovered $13 million on September 4th after a founder of Eureka Crypto fell for a malicious Zoom link, leading to a flash loan exploit. Venus froze the protocol, rushed a governance vote, and force-liquidated the attacker's collateral.
-
BetterBank lost $5 million on August 28th due to a reward logic flaw in their protocol, just three weeks after launch. The exploit exposed how quickly DeFi math can turn against users.
-
Coinbase lost $550K on August 20th after granting ERC-20 approvals to 0xProject's permissionless Settler contract, which was exploited by an MEV bot to drain hundreds of tokens.
Ecosystem
-
The Ethereum Foundation announced on September 1st the Holešky Testnet Shutdown, with the network to be sunset two weeks after the Fusaka upgrade finalizes. Users are encouraged to migrate to the Hoodi testnet launched in March 2025.
-
The Ecosystem Support Program shared its next chapter on August 29th, revealing it awarded close to $3M in funding to 105 projects in 2024 alone, supporting developer tooling, data analytics, education, research, and community events.
-
The Ethereum Foundation announced Phase 2 of the Trillion Dollar Security project on August 20th, focusing primarily on UX security issues identified as the highest priority for both individual and institutional users.
Notable at app layer
-
Pascal is building a clearinghouse for onchain finance, as announced on September 4th, targeting the massive derivatives market that reached approximately $667 trillion at the end of 2023.
-
Variational launched a new derivatives platform on Arbitrum on August 28th, reinventing how derivatives work in the onchain ecosystem.
-
Arbitrum announced Open House: Learn. Build. Hack on August 27th, a new initiative to onboard developers to the ecosystem.
Centralization watch: threatening the value of your ETH
- 🚨 Lido at 24.06%, still too close to the 33.3% threshold.
- Client diversity (via clientdiversity.org):
- Execution layer: Geth ~41% & Nethermind ~38%
- Consensus layer: Lighthouse ~42.71% & Prysm ~30.91%
- Any client bug over 33.3% could mean loss of finality.
- Better geographic diversity is optimal, particularly outside of North America & Europe.
Client Releases
-
Consensus layer:
- Lighthouse v7.1.0: Low-priority maintenance release with hierarchical state diffs for hot state (4x less disk I/O), optimized processing of Electra SingleAttestation messages, default gas limit of 45M, and light client updates broadcasting improvements.
- Prysm v6.0.4: More work on PeerDAS, light client support, and bug fixes including blob cache size correction, slashing protection history exports fix, and API call corrections.
-
Execution layer:
- Nethermind v1.33.1: Hotfix release addressing issues with eth_config and receipts handling, correcting an issue where receipts were being removed for blocks beyond TxLookupLimit even when History pruning was disabled.
EIPs/Standards
-
EIPs (Core, Networking, Interface):
- EIP-7823: Gas accounting - Moved to Review status
- EIP-7976: Gas limit assumptions - Updated to 45M
- EIP-7773: Glamsterdam proposals - Proposing EIP-7688 for Glamsterdam
-
ERCs (Application Layer):
- EIP-7997: Generalized consolidation requests - Improved Abstract, Motivation, and Specification
- EIP-7932: SSZ hash_tree_root - Changed from keccak to hash_tree_root
- EIP: SSZ CompatibleUnion - New proposal
Onchain Stats
- Fees (via ultrasound.money):
- Gas: 0.1 to 16.3 gwei, 1.3 gwei average; zero net issuance at 28.27 gwei
- 17.17 ETH net issuance this week
- ETHUSD: $$4,241 – $4,487, currently $4,349, all time high $4,946
- ETHBTC: currently 0.038 (Flippening at ~0.165)
Upcoming Dates of Note
- Sep 10-12 - ETHGlobal Singapore
- Sep 15-17 - DeFi Security Summit (Singapore)
- Sep 18-20 - ETH Hong Kong
- Sep 24-26 - Token2049 (Singapore)
- Oct 8-10 - ETH Lisbon
- Oct 18-20 - ETHRome
- Nov 12-14 - Devcon 7 (Bangkok)
- ← Previous
New Week in Ethereum 2025-08-29 - Next →
New Week in Ethereum 2025-09-12