What changed, and why it matters
This commit only edits the project's changelog text. It rewrites the release notes for version 3.0.2, removing detailed bug-fix descriptions and replacing them with a shorter note about Zcash Ironwood support. No source code, build scripts, or firmware logic is changed, so this commit by itself does not introduce, fix, or alter any security behavior in the product.
No security action is required for this commit. If the removed bug-fix entries describe issues that were fixed in earlier commits, review those specific commits for security relevance rather than this documentation-only change.
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 removes the ‘Unreleased’ section and its six listed Zcash bug fixes, and adds a ‘3.0.2 (2026-07-24)’ section with a compatibility warning and two high-level feature bullets. There are no code, configuration, binary, or cryptographic changes. Any security relevance of the listed bug fixes is historical and not part of this patch.
Changed components
CHANGELOG.mdCHANGELOG-ZH.mdInspect captured patch +12 / −23
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index 42fe8c4..f408fbc 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -1,17 +1,13 @@
-## 未发布
+## 3.0.2 (2026-07-24)
**Cypherpunk:**
-1. 支持 Zcash 批量 PCZT 签名,并返回由设备生成的紧凑签名结果
+### 说明
+此版本仅用于支持 Zcash Ironwood 升级,仅适用于 Cypherpunk 版本。如无相关需求,请勿升级。升级后将无法降级回 3.0.0 Multi-Coin 或 Bitcoin-Only 固件;如误升级,需等待后续固件版本发布后才能切换回其他版本。升级前请务必确认您选择的是正确的固件版本。
-### Bug 修复
-
-1. 修复响应二维码生成失败时 Zcash 签名卡住的问题
-2. 拒绝在多个操作中重复使用 Orchard 或 Ironwood 随机验证密钥的 Zcash PCZT
-3. 修复 Zcash 屏蔽签名可能使用非所选账户的问题
-4. 拒绝显示金额总计溢出或不平衡的 Zcash PCZT
-5. 为不支持 PCZT v2 的钱包保留 PCZT v1 签名响应格式
-6. 修复每次解锁时重复生成 Zcash 公共信息的问题
+### 新增
+1. 支持 Zcash Ironwood升级
+1. 支持 Zcash 批量 PCZT 签名
## 3.0.0 (2026-7-20)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 227da32..53d6126 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,20 +1,13 @@
-## Unreleased
+## 3.0.2 (2026-07-24)
**Cypherpunk:**
-### What's new
-
-1. Added support for Zcash batch PCZT signing with compact signature results
- generated by the device that report the signing firmware version
-
-### Bug Fixes
+### Notes
+This release is intended solely to support the Zcash Ironwood upgrade and is only compatible with the Cypherpunk edition. Unless you require support for the Ironwood upgrade, we recommend that you do not upgrade. Please note that once upgraded, you cannot downgrade to the 3.0.0 Multi-Coin or BTC-Only firmware. If you install this release by mistake, you will need to wait for a future firmware release before switching back.
-1. Fixed stalled Zcash signing when response QR generation fails
-2. Rejected Zcash PCZTs that reuse an Orchard or Ironwood randomized validating key across actions
-3. Restricted Zcash shielded signing to the selected account
-4. Rejected Zcash PCZTs whose display amount totals overflow or do not balance
-5. Preserved PCZT v1 signing responses for wallets that do not support PCZT v2
-6. Prevented Zcash public information from being regenerated on every unlock
+### Added
+1. Added support for the Zcash Ironwood upgrade.
+2. Added support for batch PCZT signing for Zcash.
## 3.0.0 (2026-07-20)
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.