pub fn too_many_solana_attempts(tx: &TransactionRepoModel) -> boolExpand description
Checks if a Solana transaction has exceeded the maximum number of resubmission attempts.
Each time a transaction is resubmitted with a fresh blockhash, a new signature is generated and appended to tx.hashes. This function checks if that limit has been exceeded.
Similar to EVM’s too_many_attempts but tailored for Solana’s resubmission behavior.