Rejects address lookup tables on version 1 transactions.
SIMD-0385 drops lookup table support from the v1 format. Rather than failing,
@solana/kit silently compiles a lookup account into a static address — so a
transaction built to save space via a lookup table would quietly inline every
address instead, and can then breach the 64-address cap or the size limit for
reasons that are hard to trace back to the lookup table.
Rejects address lookup tables on version 1 transactions.
SIMD-0385 drops lookup table support from the v1 format. Rather than failing,
@solana/kitsilently compiles a lookup account into a static address — so a transaction built to save space via a lookup table would quietly inline every address instead, and can then breach the 64-address cap or the size limit for reasons that are hard to trace back to the lookup table.