What changed, and why it matters
This commit only adds a changelog entry for firmware version 2.2.18. It describes two new features (DOGE transaction/PSBT parsing) and one bug fix (XMR Key Image generation error), but it does not modify any source code, cryptographic logic, or configuration. There is nothing in the diff that introduces or fixes a security vulnerability.
No action required for this commit. If reviewing for security, examine the actual code changes that correspond to the v2.2.18 release, particularly the XMR Key Image generation fix and any DOGE parsing additions, to determine whether they address security-relevant defects.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit is a documentation-only change to CHANGELOG.md and CHANGELOG-ZH.md. It inserts release notes for version 2.2.18. No code, build scripts, dependencies, or security controls are altered. The changelog mentions a bug fix for XMR Key Image generation, but without the corresponding code change, no security classification can be derived from this commit alone.
Changed components
Inspect captured patch +38 / −0
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index 8ffb87d..9c63149 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -1,3 +1,22 @@
+## 2.2.18(2025-10-20)
+
+**Web3:**
+
+### 新增
+
+1. 支持发送 DOGE 到 P2SH 地址的交易解析
+2. 支持 DOGE PSBT 解析
+
+
+**Cypherpunk:**
+
+### Bug 修复
+
+1. 修复了 XMR 交易中 Key Image 生成时的报错问题
+
+
+
+
## 2.2.16(2025-10-13)
**Web3:**
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d23494..4c3d063 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+## 2.2.18(2025-10-20)
+
+**Web3:**
+
+### What's new
+
+1. Added support for parsing DOGE transactions sent to P2SH addrresses
+2. Added support for parsing DOGE PSBT
+
+**Cypherpunk:**
+
+### Bug Fixes
+1. Fixed an issue when generating Key Image in XMR transactions
+
+
+
+
+
+
## 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.