Engineering Blog Index
A running index of paraphrased entries from the Base engineering blog that touch on base/base architecture — proof systems, builder internals, decentralization milestones, and protocol upgrades. Entries are paraphrased summaries; follow the linked post for full detail.
Native Account Abstraction — 17 July 2026
Section titled “Native Account Abstraction — 17 July 2026”Base, working with Optimism, Coinbase, and WalletConnect, is bringing account abstraction into the protocol itself via EIP-8130, replacing the above-the-EVM ERC-4337 model that made smart accounts expensive and slow. Co-designing the transaction type with the chain cuts per-transaction cost to users by more than 2x — a USDC transfer drops from 125,000 to 46,000 gas — while adding native batching, sponsorship, session keys, sub-accounts, and cross-chain portability. It ships on Base in the Cobalt upgrade in September 2026, with a new ephemeral devnet (Base Vibenet) for early testing. See the local Native Account Abstraction deep-dive, or read the original at blog.base.dev/native-account-abstraction.
Postmortem: June 25th Block Production Outage — 27 June 2026
Section titled “Postmortem: June 25th Block Production Outage — 27 June 2026”Base published a detailed postmortem for the two mainnet block production halts on June 25 and 26, 2026 (116 minutes and 20 minutes). Both traced to the same sequencer bug: a failed transaction left the EVM journal state dirty, so a following valid transaction was charged the wrong gas and produced a block no other node would accept, stopping the chain. The patch (PR #3806) restored correct journal handling, and a separate engine-reset race in the sequencers (PR #3805) explains the second-day recurrence. See the local June 2026 block production outage deep-dive for the full timeline, or read the original at blog.base.dev/postmortem-june-25th-block-production-outage.
Introducing Base Beryl — 18 June 2026
Section titled “Introducing Base Beryl — 18 June 2026”Beryl, Base’s second network upgrade, is live on testnet and reaches mainnet on June 25, 2026. It turns Base into a first-class issuance platform through the B20 native token standard, tightens capital efficiency by shortening the withdrawal delay, and raises throughput with Reth V2. The post frames Beryl as the next step after Azul, which laid down the Base Stack and the multiproof system. See the local Beryl hardfork overview for the paraphrased spec, or read the original at blog.base.dev/introducing-base-beryl.
Multiproofs on Base — 21 May 2026
Section titled “Multiproofs on Base — 21 May 2026”Base has shipped its multiproof system on mainnet, pairing TEE and ZK provers so the chain can detect and respond to bugs onchain — the technical bar required to reach Stage 2 decentralization in Vitalik Buterin’s framework. The new system also speeds up withdrawals by removing the long optimistic challenge window and lowers the bond capital honest defenders previously needed to keep posted. Read the full post at blog.base.dev/multiproofs-on-base.