What changed, and why it matters
This commit is a routine version-bump merge for release v3.0.8. It only updates changelogs, a Git submodule pointer, and a build version number. There is no code change visible in the diff and nothing that suggests a security fix or vulnerability.
No security action required for this commit. If reviewing the release for security, inspect the actual Solana v1 transaction implementation in the updated submodule or related commits, which are not included here.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff touches four files: CHANGELOG-ZH.md, CHANGELOG.md, a submodule reference (keystone3-firmware-release), and src/config/version.h (SOFTWARE_VERSION_BUILD 6 -> 8). The changelog entry describes a new feature: ‘Added support for Solana v1 transactions.’ No source code implementing that feature is present in the supplied diff, and no security-relevant changes are observable.
Changed components
Inspect captured patch +18 / −2
### CHANGELOG-ZH.md
@@ -1,3 +1,11 @@
+## 3.0.8 (2026-09-15)
+
+**Web3:**
+
+### 新增
+1. 支持 Solana V1 交易格式
+
+
## 3.0.6 (2026-09-14)
**Web3:**
### CHANGELOG.md
@@ -1,3 +1,11 @@
+## 3.0.8 (2026-09-15)
+
+**Web3:**
+
+### What's new
+1. Added support for Solana v1 transactions
+
+
## 3.0.6 (2026-09-14)
**Web3:**
### keystone3-firmware-release
@@ -1 +1 @@
-Subproject commit 1a681a0c96902dcba07c4b945e3407327b5b0d06
+Subproject commit 50255aa17cc9db622fb16bb9ac8fc07bdd38a1f5
### src/config/version.h
@@ -7,7 +7,7 @@
#define SOFTWARE_VERSION_MAJOR 13
#define SOFTWARE_VERSION_MAJOR_OFFSET 10
#define SOFTWARE_VERSION_MINOR 0
-#define SOFTWARE_VERSION_BUILD 6
+#define SOFTWARE_VERSION_BUILD 8
#define SOFTWARE_VERSION_BETA 0
#define SOFTWARE_VERSION (SOFTWARE_VERSION_MAJOR * 10000 + SOFTWARE_VERSION_MINOR * 100 + SOFTWARE_VERSION_BUILD)
#ifdef WEB3_VERSIONWhy 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.