Particle.news

Solana Activates Transaction V1 to Triple Per-Transaction Data Capacity

The opt-in format expands the serialized transaction payload to 4,096 bytes and shifts the work to wallets, RPCs, indexers, and validators to adopt and handle the change.

Overview

  • Transaction V1 went live on Solana mainnet at epoch 1035 on Tuesday and raises the maximum transaction payload from 1,232 bytes to 4,096 bytes so single on-chain operations can carry far more data.
  • The new format is opt-in and legacy and v0 transactions remain fully supported so existing apps continue to work unless they choose to use V1.
  • V1 lets developers pack complex, atomic workflows into one transaction, which benefits zero-knowledge proofs, large multisignature approvals, confidential transfers, and multi-step DeFi actions that previously had to be split across several transactions.
  • Infrastructure providers must update to parse V1 metadata and to respect new compute and loaded-data limits because unprepared wallets, RPCs, indexers, or explorers can fail on blocks that contain V1 transactions.
  • Larger transactions use more validator bandwidth and may require higher priority fees during busy periods, so the upgrade’s economic impact depends on whether builders and services adopt V1 and how validators adjust fee and scheduling policies.