Solana's Transaction V1 Upgrade Boosts Max Transaction Size
Solana's Transaction V1 upgrade has gone live on mainnet. This change increases the maximum transaction size from 1,232 bytes to 4,096 bytes. Developers now have around 3.3 times more space for instructions, signatures, and proof data within a single transaction.
The upgrade is particularly beneficial for zero-knowledge proofs and large multisignature transactions. These operations often require significant amounts of cryptographic data that previously did not fit within the original byte limit.
Existing legacy and v0 transaction formats still work with the network, but developers will only need to use the new format when they want access to the larger limit. Some infrastructure, including wallets and block explorers, may require updates to recognize the new format and read priority fee data correctly.