Skylit robotic assembly line in a bright clean industrial facility with polished materials and optimistic energy.
Protocols

Mainnet Upgrade History and Roadmap

A chronological index of all past and planned Linea mainnet upgrades, including activation block heights, key zkEVM changes, and a forward-looking roadmap. Serves as the canonical reference for operators, exchanges, and wallet teams to understand the chain's evolution and plan for future mandatory releases.
introduction
CANONICAL UPGRADE REFERENCE

Linea Mainnet Upgrade History and Roadmap

A chronological index of all past and planned Linea mainnet upgrades, serving as the single source of truth for operators, exchanges, and wallet teams to understand the chain's evolution and plan for future mandatory releases.

The Linea mainnet upgrade history is a sequence of coordinated protocol changes that alter the canonical state transition function of the zkEVM. Each upgrade is activated at a specific block height, requiring operators to run a compatible sequencer, prover, or RPC node release. Unlike Ethereum's multi-client hard fork model, Linea's upgrades are tightly coupled to its proving system and often bundle changes to the zkEVM circuits, bridge contracts, and data availability posting logic. Missing an upgrade means falling out of sync with the canonical chain, which can halt transaction processing, block cross-chain messaging, and break the ability to generate valid proofs.

For integrators, the primary operational risk is the strict upgrade window. A mandatory client release is distributed before the activation block, and the network switches to the new ruleset at a predetermined point. Exchanges and custodians must verify that their internal nodes, indexers, and monitoring systems are updated and that their transaction construction logic remains compatible with any new gas metering or opcode changes. Wallet teams need to ensure their gas estimation and fee display logic aligns with the post-upgrade fee mechanism. Bridge operators must confirm that the L1 and L2 bridge contracts are compatible with the new state transition and that message-passing remains live during the activation window.

The forward-looking roadmap signals the protocol's architectural direction, including transitions between proof systems (e.g., Plonk to Fflonk), integration of EIP-4844 blobs for data availability, and potential changes to the sequencer's role. Each planned upgrade carries a distinct set of integration impacts: proof system changes alter finality time and on-chain verification costs, while blob submission changes directly affect L2 fee models and relayer infrastructure. Teams should treat each roadmap item as a trigger for a structured readiness review, simulating the fork boundary on testnet, verifying transaction type compatibility, and stress-testing their monitoring and alerting configurations.

Chainscore Labs provides upgrade readiness reviews that map each upcoming change to your specific integration surface—whether you operate a node, run a bridge, manage a wallet, or depend on Linea's finality guarantees. We validate that your systems can safely navigate the activation window, handle any short-lived consensus forks, and resume normal operation without manual intervention. For teams managing post-upgrade verification, we offer anomaly detection support to quickly identify proof generation failures, bridge liveness issues, or unexpected state root deviations before they impact users.

CANONICAL MAINNET UPGRADE REFERENCE

Upgrade History and Activation Log

Chronological index of past and planned Linea mainnet upgrades. Each entry captures the activation mechanism, key zkEVM changes, and the operational impact on node operators, exchanges, and protocol integrators. Use this log to plan mandatory release cycles and verify system compatibility against the canonical chain history.

UpgradeActivation MechanismKey zkEVM / Protocol ChangesAffected SystemsOperator Action

Past upgrades

Block-height trigger

Verify against canonical Linea upgrade announcements for specific opcode additions, precompile changes, and gas metering adjustments

Sequencer nodes, prover nodes, RPC providers, bridges, wallets, exchanges, indexers

Confirm node software version matches the mandatory release for each historical activation block

Next planned upgrade

Block-height trigger (verify target block)

Verify against Linea Improvement Proposal tracker for circuit changes, proof system updates, and state transition modifications

All node operators, cross-chain bridges, DeFi protocols, custodians, data indexers

Deploy mandatory client release to testnet; validate transaction type compatibility and proof generation before mainnet activation

Proof system transition

Bundled with scheduled network upgrade

Transition between proof systems (e.g., Plonk to Fflonk) or recursion pattern changes; alters finality time and on-chain verification cost

Prover operators, L1 verification contracts, bridges relying on state root verification

Upgrade prover hardware if required; verify proof submission liveness on testnet; monitor finality latency post-activation

Bridge contract upgrade

Bundled with network upgrade or independent multisig action

Modifications to L1/L2 bridge contracts, message-passing logic, or security model (e.g., additional validator set, timelock changes)

Exchanges, asset custodians, cross-chain applications, bridge relayers

Audit new bridge contract logic; test deposit and withdrawal flows on testnet; update monitoring for bridge pause events

Data availability migration

Bundled with network upgrade

Transition to EIP-4844 blobs, changes in blob submission scheduling, or compression algorithm updates

Sequencer operators, L1 relayers, fee estimation services, indexers

Update L1 calldata posting logic; recalibrate L2 fee models; verify blob availability and finality guarantees on testnet

Emergency upgrade

Security Council multisig bypassing standard timelock

State migration, circuit patch, or bridge pause triggered by critical vulnerability; exact changes documented in post-mortem

All network participants; exchanges and custodians at highest priority

Monitor Security Council announcements; apply emergency patch immediately; verify state root consistency and bridge liveness post-migration

Fee mechanism fork

Block-height trigger

Changes to L2 execution gas accounting, fee market parameters, or pricing model for data availability

Wallets, dApps, fee estimation APIs, sequencer operators

Update gas estimation logic; adjust fee display for end-users; test transaction inclusion under new pricing model on testnet

State transition circuit change

Block-height trigger

Modifications to zkEVM arithmetic circuits: opcode support additions, precompile changes, gas metering adjustments

Smart contract developers, auditors, verification tools, block explorers

Audit deployed contracts for deprecated opcode usage; test contract execution determinism against new circuit on testnet

roadmap
PLANNED UPGRADES AND RESEARCH DIRECTIONS

Forward-Looking Roadmap

A technical overview of Linea's publicly stated development priorities, including prover decentralization, sequencer architecture changes, and zkEVM performance improvements that will define future mandatory upgrades.

Linea's forward-looking roadmap is organized around a multi-year transition from a centrally operated zkEVM rollup to a decentralized proving and sequencing network. The immediate engineering focus is on modularizing the prover architecture to support a multi-prover model, where independent operators can generate validity proofs using different proof systems. This requires breaking the monolithic prover into discrete stages—witness generation, circuit compilation, proof aggregation, and on-chain verification—each of which can be decentralized independently. Teams integrating with Linea should anticipate a sequence of upgrades that progressively alter finality semantics, proof submission economics, and the trust assumptions of the bridge.

A parallel track involves the sequencer architecture. Current plans point toward a shared sequencer model or a decentralized sequencer committee, moving away from the single-operator model. This will introduce new consensus requirements among sequencers, change transaction ordering guarantees, and likely require a new fee mechanism to prevent MEV extraction by a centralized party. The roadmap also includes deeper integration with Ethereum's blob market, with research into dynamic blob scheduling and compression algorithms to optimize L1 data costs. Each of these changes will be activated through a mandatory network upgrade with a block-height trigger, requiring node operators to run new client releases.

For builders and operators, the roadmap signals that future upgrades will not be isolated events but part of a continuous, multi-phase transformation of the network's security model. Wallet teams, exchanges, and bridge integrators should monitor the testnet upgrade path for early signals of breaking changes to transaction finality, bridge message-passing, and gas estimation. Chainscore Labs can provide an upgrade readiness review to map how each planned milestone—from multi-prover activation to sequencer decentralization—affects your integration architecture, operational continuity, and risk exposure.

UPGRADE READINESS

Impact by Stakeholder

Operational Impact

Node operators must track mandatory client releases tied to each upgrade. Missing a release means falling out of sync with the canonical chain at the activation block height.

Pre-Upgrade Checklist

  • Monitor the official Linea release page for new sequencer, prover, and RPC node binaries.
  • Verify configuration compatibility, especially for proof generation and data availability posting.
  • Run the new client against testnet before mainnet activation to catch resource or API changes.

During Activation

  • Watch for the activation block height. The node will automatically switch to the new protocol rules.
  • Monitor logs for fork boundary events, proof generation failures, or peer connectivity issues.
  • Be prepared to roll back if the upgrade fails to finalize and the Security Council issues guidance.

Post-Upgrade

  • Verify the node is producing and verifying blocks on the new canonical chain.
  • Check that proof submission to L1 is functioning correctly.
  • Report any anomalies to the Linea team and the Chainscore monitoring desk.
implementation-impact
UPGRADE RISK SURFACE

Key Integration Impact Areas

Every mainnet upgrade on Linea introduces a distinct set of integration risks that extend beyond the core protocol. The following areas require targeted review by operators, exchanges, and application teams to ensure continuity of service and asset safety.

01

zkEVM State Transition Integrity

Upgrades that modify the zkEVM's arithmetic circuits or opcode support can alter the canonical state transition function. A smart contract that executed successfully before a fork may revert or produce a different state root afterward. Teams must test their full contract suite against the new circuit logic on testnet. Chainscore can perform a compatibility audit of your deployed bytecode against the upgraded state transition rules to identify breaking changes before mainnet activation.

02

Bridge and Message-Passing Liveness

Network upgrades often bundle changes to the native Linea bridge and cross-chain messaging contracts on L1 and L2. A misconfigured relayer or a change in finality semantics can halt withdrawals or break cross-chain application logic. Exchanges and bridge integrators should verify that their off-chain services correctly handle new event signatures and confirmation windows. Chainscore offers a bridge security review to validate message-passing integrity and asset custody logic against the upgraded contracts.

03

Mandatory Client Release Coordination

Operators of sequencer, prover, and RPC nodes must deploy new client software within a strict upgrade window to avoid falling out of sync. A missed release can lead to service degradation, failed transaction submissions, or an inability to generate valid proofs. Infrastructure teams need a tested rollback procedure and a monitoring plan for the activation block. Chainscore can help you develop and validate a continuity playbook tailored to your node operations.

04

Fee Mechanism and Gas Accounting Changes

Forks that adjust the L2 fee market, gas metering, or data availability cost models directly impact user transaction costs and sequencer revenue logic. Wallets and dApps relying on hardcoded gas estimates may display incorrect fees or fail to submit transactions. Teams should update their gas estimation logic and test against the new pricing parameters. Chainscore can review your fee calculation and relay infrastructure to ensure compatibility with the upgraded gas accounting rules.

05

Proof System and Finality Semantics

A transition between proof systems (e.g., Plonk to Fflonk) or changes to proof compression can alter the time to finality on L1. This affects exchanges waiting for L1 confirmation of L2 deposits and any application that assumes a specific finality window. Monitoring systems must be recalibrated to detect finality stalls under the new prover architecture. Chainscore can assess the integration impact of proof system changes on your confirmation and reconciliation workflows.

06

Data Availability and Blob Submission

Upgrades that change how Linea posts transaction data to Ethereum L1—such as a migration to EIP-4844 blobs or new compression algorithms—alter the cost structure and availability guarantees for chain data. Indexers, data analytics pipelines, and archival nodes must adapt their ingestion logic to handle new blob formats and scheduling. Chainscore can evaluate the impact on your data infrastructure and help plan a migration to maintain full chain observability.

LINEA MAINNET UPGRADE HISTORY AND ROADMAP

Upgrade Risk and Compatibility Matrix

Evaluates the operational impact, affected systems, and required actions for past and planned Linea mainnet upgrades. Helps operators, exchanges, and protocol teams assess compatibility risks and plan mandatory release windows.

AreaWhat changesWho is affectedAction

zkEVM Circuit Logic

Modifications to arithmetic circuits for opcode support, precompiles, or gas metering. Can alter smart contract execution determinism.

DeFi protocols, wallet teams, smart contract auditors

Audit deployed contracts for breaking changes against new circuit logic. Verify testnet behavior before mainnet activation.

Proving System

Transition between proof systems (e.g., Plonk to Fflonk) or changes to recursion and compression. Impacts finality time and on-chain verification costs.

Prover node operators, bridge relayers, L1 verification contracts

Upgrade prover hardware and software to meet new requirements. Validate proof generation and submission on testnet.

Mandatory Client Release

New sequencer, prover, or RPC node software required for consensus. May include breaking API changes or new configuration parameters.

Node operators, infrastructure providers, indexers, RPC services

Execute the mandatory upgrade within the strict activation window. Test failover and rollback procedures before the fork block.

Bridge and Message-Passing

Upgrades to native L1 and L2 bridge contracts, altering security models or message-passing protocols.

Exchanges, custodians, cross-chain application developers

Review new bridge contract logic for security assumptions. Test deposit and withdrawal flows against the upgraded contracts on testnet.

Data Availability Strategy

Changes to how transaction data is posted to L1, such as a transition to EIP-4844 blobs or new compression algorithms.

Sequencer operators, relayers, fee estimation services

Update fee models and relayer infrastructure for new DA cost structure. Monitor blob scheduling and finality guarantees.

Fee Mechanism

Forks that change the fee market, gas accounting, or L2 pricing model for execution and data availability.

Wallet teams, dApp frontends, payment processors

Update gas estimation logic and fee display for end-users. Recalibrate any off-chain transaction simulation tools.

State Transition Logic

Alterations to the canonical state transition function that may cause a state migration or require history pruning.

Archival node operators, block explorers, data analytics teams

Plan for potential state migration work. Verify archival node storage requirements and data integrity post-upgrade.

Emergency Upgrade Path

Procedure for bypassing standard timelocks, triggered by the Security Council for critical vulnerabilities or network halts.

Risk teams, protocol treasuries, major liquidity providers

Monitor Security Council actions and prepare an incident response playbook. Verify the technical process for an unplanned state migration.

MAINNET ACTIVATION PREPARATION

Operator Upgrade Readiness Checklist

A structured checklist for node operators, infrastructure providers, and exchanges to validate their readiness for a Linea mainnet upgrade. Each item focuses on a specific operational dependency that must be confirmed before the activation block height to ensure continuity of service and avoid falling out of sync with the canonical chain.

What to check: Confirm that the mandatory client release (sequencer, prover, or RPC node) specified in the upgrade announcement is deployed across all infrastructure. Verify the binary hash or Docker image digest against the official Linea release artifacts.

Why it matters: Running an incompatible client version at the fork boundary will cause the node to diverge from the canonical chain, leading to service disruption, invalid state, or missed attestations.

Readiness signal: All nodes report the correct version string in their startup logs and match the canonical release tag in the Linea GitHub repository. Testnet nodes have been running the same release without critical errors for the recommended bake-in period.

Chains We Build On

Looking to build on a specific blockchain?

We build smart contracts, DeFi applications, wallets, tokenization platforms, and blockchain infrastructure across the major ecosystems teams choose today. That includes Ethereum, Arbitrum, Optimism, Polygon, Avalanche, Solana, Sui, Aptos, Hedera, Stellar, and NEAR, with support for additional EVM and non-EVM networks based on your product requirements.

EVM ecosystems

  • Ethereum logo
    Ethereum
  • Arbitrum logo
    Arbitrum
  • Optimism logo
    Optimism
  • Polygon logo
    Polygon
  • Avalanche logo
    Avalanche
  • Cronos logo
    Cronos

Non-EVM ecosystems

  • Solana logo
    Solana
  • Sui logo
    Sui
  • Aptos logo
    Aptos
  • Hedera logo
    Hedera
  • Stellar logo
    Stellar
  • NEAR logo
    NEAR

Additional ecosystems

  • Polkadot logo
    Polkadot
  • Cosmos logo
    Cosmos
  • TON logo
    TON
  • Cardano logo
    Cardano
  • Algorand logo
    Algorand
  • Tempo logo
    Tempo

Also available for Base, appchains, custom EVM networks, and cross-chain product architecture.

UPGRADE PLANNING

Frequently Asked Questions

Common operational and integration questions about Linea's mainnet upgrade history and forward-looking roadmap.

Linea mainnet upgrades are typically activated at a specific L2 block height. Unlike Ethereum mainnet, which uses epoch-based or timestamp-based triggers, the Linea sequencer enforces the activation by halting block production at the designated height until a new mandatory client release is deployed. Operators must upgrade their sequencer, prover, and RPC nodes before the activation block to avoid service interruption.

What to verify:

  • The exact activation block height from the official upgrade announcement.
  • That your node's client version matches the mandatory release tag.
  • That your monitoring system is configured to alert on the activation boundary.
Trusted by Industry Leaders

Delivering blockchain solutions for 5+ years.

We have partnered with 50+ leading DeFi protocols, NFT ecosystems, and fintech innovators to build secure, scalable, and capital-efficient blockchain products.

Selected Partners & Clients

ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
ChainVote logo
Reax logo
Sokail logo
Swapsicle logo
SyntheX logo
Tekika logo
Telos logo
Zexe logo
“I've been working with Chainscore Labs for last 3+ years, they've consistently delivered with strong ownership across multiple projects. The team is reliable and detail-oriented.”
L
Lee Erswell
CEO, Telos Foundation
how to get started

How to get started?

If you're looking for blockchain integration, ChainScore Labs has 5+ years of experience helping teams build and integrate exchanges, wallets, smart contracts, tokenization solutions, and protocol-connected products, we can help you choose the right path, integrate securely, and get to production faster. Our team consists of experienced blockchain developers and architects who can help you with your blockchain integration needs.

01

Exploration & Strategy

Define your product goals and choose the right blockchain architecture for your use case.

02

Architecture & Design

Design the smart contracts, tokenomics, and security parameters of your system.

03

Development & Integration

Build and integrate with wallets, oracles, and front-end dApps for a seamless experience.

04

Security & Launch

Comprehensive audits followed by a risk-managed mainnet deployment to protect your users.

Start a build

Need a blockchain engineering team?

Send the project context and we will respond with next steps, scope questions, and a practical path to delivery.