What changed, and why it matters
This commit only adds a new changelog entry for firmware version 2.3.10 and bumps the build number in a version header. It does not change any executable code, cryptographic logic, or security behavior. There is no security issue visible in this commit.
No action needed for this commit. Review the actual implementation commits that introduced ADA support via Keystone Nexus and Gero Extension if assessing security of the 2.3.10 release.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates CHANGELOG-ZH.md, CHANGELOG.md, and src/config/version.h to reflect release 2.3.10. The only functional change is incrementing SOFTWARE_VERSION_BUILD from 8 to 10. No source files implementing ADA support or any other feature are modified, so no vulnerability can be assessed from this commit alone.
Changed components
Inspect captured patch +22 / −1
diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md
index d93d7a8..eb17ff3 100644
--- a/CHANGELOG-ZH.md
+++ b/CHANGELOG-ZH.md
@@ -1,3 +1,15 @@
+
+## 2.3.10(2026-2-26)
+
+**Web3:**
+
+### 新增
+
+1. 支持通过 Keystone Nexus 管理 ADA
+2. 支持通过 Gero 插件端管理 ADA
+
+
+
## 2.3.8(2026-2-9)
**Web3:**
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3aebc3..c363412 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,13 @@
+## 2.3.10(2026-2-26)
+
+**Web3:**
+
+### What's new
+1. Supported managing ADA via Keystone Nexus
+2. Supported managing ADA via Gero Extension
+
+
## 2.3.8(2026-2-9)
**Web3:**
diff --git a/src/config/version.h b/src/config/version.h
index f289ef7..b6044a8 100644
--- a/src/config/version.h
+++ b/src/config/version.h
@@ -7,7 +7,7 @@
#define SOFTWARE_VERSION_MAJOR 12
#define SOFTWARE_VERSION_MAJOR_OFFSET 10
#define SOFTWARE_VERSION_MINOR 3
-#define SOFTWARE_VERSION_BUILD 8
+#define SOFTWARE_VERSION_BUILD 10
#define SOFTWARE_VERSION_BETA 1
#define SOFTWARE_VERSION (SOFTWARE_VERSION_MAJOR * 10000 + SOFTWARE_VERSION_MINOR * 100 + SOFTWARE_VERSION_BUILD)
#ifdef WEB3_VERSION
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.