Solana Boosts Transaction Capacity with v1 Upgrade
Solana's Transaction v1 upgrade aims to increase the maximum serialized transaction size from 1,232 bytes to 4,096 bytes. This change is part of a broader effort to support more complex transactions and interactions on the network.
The new format removes address lookup tables (ALTs) used in previous versions and stores resource limits directly within each transaction's configuration metadata. This change could allow developers to combine multiple instructions into a single atomic operation, reducing complexity and potential errors.
However, applications relying heavily on ALTs may experience increased byte usage when switching to v1. Solana estimates that 90% of sampled transactions would add fewer than 1,400 bytes in the transition.
The upgrade is set for September 9, but it's currently listed as 'not activated' on Solana's official roadmap. Infrastructure providers and developers must update their software to support the new transaction format to avoid compatibility issues.