Reader safe
Atomic requests transaction version 1 explicitly, so V1 traffic cannot break or disappear from the read path.
Solana Transaction V1
The transaction ceiling is now 4 KiB. Atomic shows where every byte goes, reads V1 resource caps from the right place, and tells a sponsor what it would actually co-sign.
Flight recorder
Decoding the exact wire transaction...
Decoded format
Wire envelope
Resource envelope
Co-signing lens
Atomic requests transaction version 1 explicitly, so V1 traffic cannot break or disappear from the read path.
V1 caps live in transactionConfig. Atomic never pretends a Compute Budget instruction scan still binds them.
The gauge measures signed wire bytes, not an estimate. Transactions above the old MTU wall become immediately visible.