Skip to content

Solana Upgrade Bug Freezes Network and Disables Fees

Solana’s v1 Transaction Format Upgrade Faces Critical Readiness Issues

  • The v1 transaction format increases maximum payload size from 1,232 bytes to 4,096 bytes, a roughly 3.3-fold increase.
  • As of September 4, v1 is not yet activated on the mainnet, though testnet and devnet are operational.
  • Infrastructure operators must update systems to handle new transactionConfig objects to avoid silent failures.
  • Legacy transactions will retain their current limits and behavior, requiring no migration from users or applications using those formats.
  • Minimum required updates for compatibility include versions of @solana/kit (8.0.0) and @solana/web3.js (3.0.0-rc.3).

The upcoming Solana upgrade highlights significant changes in transaction handling that could disrupt network operations if not properly managed by infrastructure operators and clients.

With the payload capacity increasing significantly, readiness for the v1 format is crucial to prevent potential failures in transaction processing across the network.(Source)

Share