Solana triples transaction size as major upgrades meet record network activity

Solana is rolling out some of its most significant performance upgrades as network activity reaches record levels.

The blockchain is increasing how much data applications can pack into individual transactions while also shortening the interval between successive slots, expanding both transaction capability and network responsiveness.

The upgrades come as activity across Solana accelerates, raising the operational baseline developers and validators must support as the network moves deeper into its scaling roadmap.

V1 goes live as Solana closes in on 200ms slots

On Sept. 15, Solana’s new V1 transaction format went live, increasing the amount of data a single transaction can carry by more than threefold to 4,096 bytes.

In practical terms, developers now have more room to bundle complicated actions into one transaction. Operations involving privacy technology, multiple signatures, or large amounts of account data that previously had to be broken into several steps can now be completed in a single transaction.

Solana V1 Transaction

That matters because Solana transactions operate on an all-or-nothing basis. If one part fails, the entire transaction fails, reducing the risk of a multi-step operation being only partly completed.

V1 also gives developers more flexibility over how transactions are constructed. It can include up to 64 accounts directly and puts information about computing needs and transaction fees inside the transaction itself, rather than relying on separate instructions.

Read More:  Elizabeth Warren once said CBDCs have a "great promise"

Older transaction formats will continue to work, so applications do not have to switch immediately. Wallets, exchanges, and other services that process Solana transactions will, however, need to make sure their systems can recognize the new format as adoption grows.

The upgrade does not automatically make transactions faster or cheaper. Instead, it lets developers do more within a single transaction, potentially making more complex applications easier to build and use.

Meanwhile, Solana is pushing ahead with another major change: reducing the time between slots, the short intervals in which the network processes and records new activity.

The network originally targeted 400 milliseconds between slots. However, that was reduced first to 350ms and then to 300ms, with the next cut to 250ms now approaching mainnet activation.

Anza, the Solana-focused R&D lab behind the Agave validator software, says the 250ms stage is progressing through its final activation process. It is expected to take effect around 05:01 UTC on Sept. 18, when epoch 1037 begins.

That would mark the third reduction from Solana’s original 400ms target and leave only the final move to 200ms under the current roadmap. The 200ms stage is already active on Solana’s development and test networks but has yet to be scheduled for mainnet.