# Release v0.1.21 - Cassini Testnet

## ⏰ 更新截止时间：

请确保在 *<mark style="color:red;">**2024年8月19日 12:00 PM UTC（北京时间 20:00）**</mark>*&#x4E4B;前完成更新。否则您的节点将被强制下线。

<br>

## 🔧 更新内容：

### 1. 新增功能:

* L1上传/下载文件现已支持AES-CTR加解密功能，提升了数据传输的安全性。
* L1现支持以链接上传文件的形式，支持同步等待完成和异步查询上传进度。

### 2. 问题修复:

* 修复了在L1节点中已存在的asset上传时报错的问题，提升了系统的稳定性。

## **更新教程指南：**

<details>

<summary><strong>老节点升级</strong></summary>

#### **1.移除旧版本**

在下载最新版本之前，先移除旧版本的程序：

```
rm $(which titan-l1-guardian)
```

#### **2.下载最新版软件**：

访问以下链接下载最新版本的 Titan Guardian 软件包：

{% code overflow="wrap" %}

```
https://github.com/Titannet-dao/titan-node/releases/download/v0.1.21/titan-l1-guardian
```

{% endcode %}

#### 3.替换旧版本并更新权限：

替换现有程序并确保新程序具有适当的执行权限：

```
mv titan-l1-guardian /usr/local/bin/
chmod 0755 /usr/local/bin/titan-l1-guardian
```

*备注：如果您在打包时已经设置了正确的执行权限，那么这一步可以省略。*

#### 4. 启动新版本：

启动新版本程序。

### **重要提醒：**

* <mark style="color:red;">**重启节点**</mark>： 请确保在更新后立即重启您的节点，以确保更新生效。🔄

</details>

* 执行以下命令以确认更新成功：

```bash
titan-l1-guardian -v
```

<figure><img src="/files/8gYneXTi3TEQmLQD5f0a" alt=""><figcaption><p>版本信息如图所示，即表示升级成功。✅</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://titannet.gitbook.io/titan-network-cn/3-ce-ka-xi-ni-ce-shi-wang/yun-xing-jie-dian/l1-guardian-jie-dian/geng-xin-tong-zhi/release-v0.1.21-cassini-testnet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
