What changed, and why it matters
This commit only edits two changelog files. It changes the release date of version 2.3.10 and adds a note about a bug fix for signing shielded Zcash (ZEC) transactions. No actual source code is changed in this commit, so it cannot by itself introduce, fix, or exploit a security vulnerability.
No action is required for this commit. If reviewing the release, verify that the actual ZEC signing fix referenced in the changelog is present in a separate code commit and has been independently audited.
Security signals we found
Changelog mentions a bug fix for Zcash shielded/transparent transaction signing, which is security-relevant in the broader product context, but the commit itself is only a documentation change.
Evidence from the diff
The diff is limited to CHANGELOG-ZH.md and CHANGELOG.md. It updates the 2.3.10 release date from 2026-02-26 to 2026-03-04 and adds a Cypherpunk section documenting a bug fix: ‘Fixed the signing issue for shielding transparent ZEC transactions.’ No firmware, cryptographic, or build code is modified. The changelog entry describes a security-relevant bug (ZEC shielded transaction signing), but the commit itself is purely documentation/metadata.
Changed components
CHANGELOG.mdCHANGELOG-ZH.mdInspect captured patch +14 / −3
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index eb17ff3..0eaab0d 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -1,14 +1,19 @@
-## 2.3.10(2026-2-26)
+## 2.3.10(2026-3-4)
**Web3:**
### 新增
-
1. 支持通过 Keystone Nexus 管理 ADA
2. 支持通过 Gero 插件端管理 ADA
+**Cypherpunk:**
+
+### Bug 修复
+1. 修复了隐藏透明 ZEC 交易的签名问题
+
+
## 2.3.8(2026-2-9)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c363412..be17218 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,19 @@
-## 2.3.10(2026-2-26)
+## 2.3.10(2026-3-4)
**Web3:**
+
### What's new
1. Supported managing ADA via Keystone Nexus
2. Supported managing ADA via Gero Extension
+**Cypherpunk:**
+### Bug Fixes
+1. Fixed the signing issue for shielding transparent ZEC transactions.
+
+
## 2.3.8(2026-2-9)
**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.