What changed, and why it matters
This commit only edits the release changelog text. It updates the release date and adds bug-fix descriptions for version 2.2.18. No source code, build scripts, or firmware logic were changed, so it cannot introduce or fix a security vulnerability by itself.
No security action needed for this commit. If the changelog entries describe actual prior code changes, review those corresponding commits separately.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to two Markdown changelog files (CHANGELOG.md and CHANGELOG-ZH.md). It changes the 2.2.18 release date from 2025-10-20 to 2025-10-27 and adds notes about bug fixes for BTC message signatures with colons, IOTA transactions, and XMR Key Image generation. There are no code, configuration, binary, or cryptographic changes.
Changed components
Inspect captured patch +10 / −6
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index 9c63149..37c32dc 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -1,22 +1,24 @@
-## 2.2.18(2025-10-20)
+## 2.2.18(2025-10-27)
**Web3:**
### 新增
-
1. 支持发送 DOGE 到 P2SH 地址的交易解析
2. 支持 DOGE PSBT 解析
+### Bug 修复
+1. 修复了 BTC Message 冒号造成的签名隔断问题
+2. 修复了 IOTA 部分交易的卡顿问题
**Cypherpunk:**
### Bug 修复
-
1. 修复了 XMR 交易中 Key Image 生成时的报错问题
+
## 2.2.16(2025-10-13)
**Web3:**
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c3d063..9e6e69e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,14 @@
-## 2.2.18(2025-10-20)
+## 2.2.18(2025-10-27)
**Web3:**
### What's new
-
1. Added support for parsing DOGE transactions sent to P2SH addrresses
2. Added support for parsing DOGE PSBT
+### Bug Fixes
+1. Fixed BTC message signature interruption caused by colons
+2. Fixed issue with certain IOTA transactions
+
**Cypherpunk:**
@@ -16,7 +19,6 @@
-
## 2.2.16(2025-10-13)
**Web3:**
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.