Solana Boosts Transaction Size by 3.3x in Major Upgrade
Solana is upgrading its transaction format to increase the maximum serialized transaction size from 1,232 bytes to 4,096 bytes on September 9.
This change will allow developers to create more complex transactions, such as larger multisig transactions, zero-knowledge proofs, and certain on-chain signature schemes, without having to split them across multiple transactions.
The new format, called Transaction V1, is part of a broader Solana infrastructure roadmap that also includes rent reductions, further slot-time improvements, and the Alpenglow consensus upgrade.
Existing legacy and V0 transactions will continue to work, but applications will need to adopt V1 if they want to use the new capabilities.
Developers who currently rely on Address Lookup Tables will need to determine which structure works better for their application, as V1 transactions do not support Address Lookup Tables in the same way as V0 transactions.