Solana Makes Room for Transactions More Than Three Times Bigger

19 hours ago 1

Rommie Analytics

Key Takeaways

  • Solana transactions can now reach 4,096 bytes.
  • The former limit was 1,232 bytes.
  • V1 can combine complex work in one action.
  • Legacy and V0 wallet transactions still work.
  • Large transactions may face higher priority fees.

Solana activated its txv1 feature on mainnet at the start of epoch 1035 on September 15, raising the maximum transaction size from 1,232 bytes to 4,096 bytes. The new limit gives applications a larger format when one operation needs more instructions, signatures or cryptographic data than the earlier formats could carry.

Applications must opt in to V1 to use the larger limit. Legacy and V0 transactions continue to work as before.

Solana has raised one technical limit

A larger transaction is not a larger SOL transfer

The size limit concerns the data attached to a transaction, not the amount of SOL someone can send. A simple transfer contains relatively little information: the sender, recipient, amount, signature and basic instructions. A more advanced application m...

Read Entire Article