Move some of the transaction errors to just warnings, ex:
ERROR crunch::crunch] Subxt error: Rpc error: RPC error: ErrorObject { code: ServerError(1010), message: "Invalid Transaction", data: Some(RawValue("Transaction is outdated")) }
Ideally the transaction should be retried at least one more time, if it fails again with the same error just discard it and continue
Move some of the transaction errors to just warnings, ex:
Ideally the transaction should be retried at least one more time, if it fails again with the same error just discard it and continue