BS
← All projectsBlockstream

Blockstream Jade

Firmware for Jade and Jade Plus Bitcoin hardware wallets.

BitcoinHardware walletsElevated watch
Repository coverage

502 commits in the local evidence base

Every captured commit receives deterministic security triage and a separate communication-quality score. Security candidates and broader second-pass signals receive full-patch Ollama analysis.

106security candidates69second-pass queue437AI analyses
25commits · 30 days
67commits · 60 days
220commits · 180 days
417commits · 365 days
Backfill bands
Aug 5 → Feb 6216 seen38 candidatesComplete
Feb 6 → Jun 6131 seen9 candidatesComplete
Jun 6 → Jul 657 seen10 candidatesComplete
Jul 6 → Aug 510 seen0 candidatesComplete
Commit communication

Does the history explain itself?

Message quality measures whether a commit identifies its scope, purpose, rationale, testing, and supporting references. It does not change the security-severity score.

57/100 average clarity
32Strong · 80–100
182Adequate · 60–79
250Thin · 40–59
38Opaque · 0–39
5security candidates with opaque commit messaging
Read the scoring rubric →
Developer activity

Who is changing the project?

Public Git author strings; identities are not independently verified.

DeveloperCommitsCandidatesAnalyzedHigh riskMessage avg.
Jon Griffiths31357282157
Mike Tolkachev431438152
Daniel Newton771668055
Mihailo Milenkovic878057
roderico333060
Valerio Vaccaro1526054
Jamie C. Driver525053
Gustavo Cateim917078
Austin-Fulbright414060
quantpoet111072
cmiguelrn111045
tokyovyse111063
Analysis record

Published AI watches

Last scanned 45 minutes ago

Informational 20 AI analysisMessage 65 · Adequate
BS BlockstreamBlockstream Jade BitcoinHardware wallets

fmt: fix and prevent future use of unsupported format spec "zu"

This commit fixes the use of the "%zu" printf format specifier, which is not supported by the ESP32 toolchain used in this project. The unsupported format could cause log messages and user-facing strings to display incorrect or garbage val…

Use of unsupported printf format specifier %zu on embedded targetPotential for malformed log/UI output due to undefined format behaviorAddition of CI guard to prevent recurrence
26042182by Jon Griffiths+21−145 files
No security note in commit
Low 33 AI analysisMessage 30 · Opaque
BS BlockstreamBlockstream Jade BitcoinHardware wallets

otp: release md context on failure and clean temporary buffers

This commit fixes cleanup in the one-time-password (OTP) code. Previously, if setting up the cryptographic hash context failed, the code could return without freeing that context, and temporary buffers holding sensitive counter/HMAC data w…

Resource leak fix: mbedtls_md_free() now called on prepare_md_ctx failure pathSensitive buffer zeroization: wally_bzero() added for rcnt_buf and hmacControl-flow change from macro-based early return to explicit success checks
6e2cb6b6by Mike Tolkachev+26−141 file
No security note in commit
Low 47 AI analysisMessage 25 · Opaque
BS BlockstreamBlockstream Jade BitcoinHardware wallets

identity: clean temporary hash buffer

This commit fixes a small but real security hygiene issue in Blockstream Jade, a hardware wallet. A temporary buffer that holds a sensitive cryptographic hash (HMAC-SHA512 output used to derive child private keys) was not marked as sensiti…

Sensitive memory not marked for clearing (missing SENSITIVE_PUSH/POP)Buffer holds HMAC-SHA512 output used in BIP32 hardened child key derivationPatch adds explicit sensitive-memory lifecycle management
b5c35779by Mike Tolkachev+2−01 file
No security note in commit
Low 36 AI analysisMessage 15 · Opaque
BS BlockstreamBlockstream Jade BitcoinHardware wallets

qrmode: clean temporary buffer

This commit adds cleanup of a temporary memory buffer used when turning data into QR codes on the Blockstream Jade hardware wallet. The buffer could previously remain in memory after use, potentially leaving sensitive QR data behind for la…

Sensitive temporary buffer not cleared before fixUse of SENSITIVE_PUSH/SENSITIVE_POP memory-clearing macrosQR payload data may include private or confidential material
34f68c20by Mike Tolkachev+2−01 file
No security note in commit
Low 43 AI analysisMessage 50 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

pinserver: retain unit private key on url change

This commit changes how Blockstream Jade handles its PIN server settings. Previously, changing the PIN server web address (URL) also wiped the device's private PIN encryption key, forcing the device to create a fresh one. The patch keeps t…

PIN private key lifecycle change: key retained on URL-only pinserver updatePublic-key change still triggers private-key erasure/regenerationDebug-clean and full reset still erase private key
ddcd93a3by Mike Tolkachev+38−324 files
No security note in commit
Informational 15 AI analysisMessage 45 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

add more boards and descriptions

This commit is a documentation update for the do-it-yourself (DIY) hardware section of the Blockstream Jade project. It adds descriptions and photos for additional supported circuit boards and updates image file references. There are no co…

f4fb150dby Valerio Vaccaro+65−1625 files
No security note in commit
Moderate 63 AI analysisMessage 50 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

process: limit array sizes in sign_tx, register_multisig and sign_bip85_digests

This commit adds size limits to several message-handling functions in the Blockstream Jade hardware wallet firmware. It caps how many asset records, transaction inputs/outputs, multisig signers, and BIP85 RSA digests a single RPC message c…

Adds explicit upper bounds on attacker-controllable array sizesRejects zero-input/zero-output transactions before further processingMoves BIP85 digest count validation before memory allocation
e87f26bfby Daniel Newton+251−8114 files
No security note in commit
Informational 15 AI analysisMessage 28 · Opaque
BS BlockstreamBlockstream Jade BitcoinHardware wallets

Update CHANGELOG.md

This commit only updates the project's CHANGELOG.md file to add release notes for version 1.0.41. It does not change any source code, build scripts, or configuration. The changelog text itself states that version 1.0.41 contains important …

Changelog describes prior security fixes in release 1.0.41Mentions external security researchers and tools (Loupe, Kvazar)References security-relevant improvements: stack protection, entropy, secure version, memory scrubbing, thread safety
dd45a7dcby Jon Griffiths+49−01 file
Vendor flagged security relevance
Informational 15 AI analysisMessage 35 · Opaque
BS BlockstreamBlockstream Jade BitcoinHardware wallets

jadepy: update jadepy release

This commit simply bumps the version of a Python dependency called jade-client from 1.0.40 to 1.0.41, along with its matching cryptographic hashes and a fresh PGP signature. There is no code change visible here, and nothing in the commit m…

75eeada4by Jon Griffiths+19−192 files
No security note in commit
Informational 15 AI analysisMessage 45 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

consistency: fix docs/comment/script typos

This commit fixes five spelling mistakes in documentation, code comments, and a script comment. None of the changes alter program behavior or affect security.

9ea7eed3by Jon Griffiths+5−55 files
No security note in commit
Informational 17 AI analysisMessage 50 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

esp_lcd: vendor the esp_lcd component (ESP-IDF v5.5.4)

This commit copies the ESP-IDF 'esp_lcd' display-driver component directly into the Blockstream Jade firmware repository (a process called 'vendoring') at version 5.5.4. It adds about 8,700 lines of display-interface code for LCD panels us…

Large vendored third-party driver import (+8,718 lines, 43 files)Driver code runs in interrupt context and uses DMA, which historically carries memory-safety and cache-coherency risksNo explicit security fix or bug-fix narrative in commit title/message
d89207bfby Daniel Newton+8718−043 files
No security note in commit
Informational 21 AI analysisMessage 57 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

build: "fakeprod" prod-like development mode

This commit adds an official developer-only 'fakeprod' build mode for Blockstream Jade hardware wallets. It deliberately weakens several security settings (single signature, committed private keys, readable flash-encryption key, enabled JT…

In-tree private keys committed to repository (tools/fakeprod_v2.pem, tools/fakeprod_attest.pem)Secure boot minimum signatures reduced from 2 to 1Flash encryption set to DEVELOPMENT mode with key readable
cecedc76by Daniel Newton+350−59 files
Vendor flagged security relevance
Low 45 AI analysisMessage 45 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

urldecode: add validation for URL encoding

This commit hardens a URL-decoding helper in Blockstream Jade's firmware. It adds validation so malformed percent-encoding, embedded null bytes, control characters, and non-ASCII bytes are rejected instead of being silently decoded. A new …

Input validation added for percent-encoded sequencesRejection of embedded NUL bytes and control characters in decoded outputRejection of non-ASCII decoded bytes (>=0x80 and DEL 0x7f)
dd0d699dby Mike Tolkachev+100−272 files
No security note in commit
Low 26 AI analysisMessage 73 · Adequate
BS BlockstreamBlockstream Jade BitcoinHardware wallets

qr: split datastream data into its own allocation, reorder alloc/free calls

This change rewrites how a small QR-code scanning library allocates memory. Instead of one big 16 KB block, it now uses two separate 8 KB blocks, and it frees them in the reverse order they were allocated. The stated goal is to avoid memor…

Memory allocation pattern changed from single large allocation to two smaller allocationsAllocation/free ordering changed to LIFO-style reverse pairingPointer field added to struct that previously held an inline array
43640f8cby Jon Griffiths+24−153 files
No security note in commit
Low 46 AI analysisMessage 45 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

psbt: check output amount presence before reading

This commit tightens how Blockstream Jade reads output amounts from a Partially Signed Bitcoin Transaction (PSBT). Before, the code tried to read the amount directly without first confirming it was actually present. Now it checks whether t…

Missing-field check added before sensitive value readPSBT output amount parsing hardenedDefensive validation of libwally presence flags
9f2b916dby Jon Griffiths+2−11 file
No security note in commit
Moderate 59 AI analysisMessage 50 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

psbt: require that all psbt bytes are consumed when parsing

This commit tightens how Blockstream Jade verifies a Bitcoin transaction file (PSBT) before signing. It now requires that every byte in the file is part of the transaction, with no leftover or trailing data allowed. Previously, extra bytes…

Parsing now rejects trailing/unconsumed bytes in PSBT inputChange is in the signing code path, directly affecting what the hardware wallet will signUse of stricter libwally-core parse flag (COMPLETE) indicates parser hardening
605d86acby Jon Griffiths+1−11 file
No security note in commit
Informational 15 AI analysisMessage 68 · Adequate
BS BlockstreamBlockstream Jade BitcoinHardware wallets

hardware: add Jade Plus design files

This commit reorganizes existing hardware design files for the original Jade device into a new subfolder and adds the open-source hardware design files for a new product, the Jade Plus. It does not change any software, firmware, or device …

5ad85661by bitcoinhelp+2573−122520 files
No security note in commit
Informational 15 AI analysisMessage 55 · Thin
BS BlockstreamBlockstream Jade BitcoinHardware wallets

tests: migrate low level tests

This commit only moves and reorganizes existing test code. It adds a new helper to check whether the current transport is a specific type, moves a shared wait() function into a common test package file, and migrates a large set of low-leve…

767006a0by Valerio Vaccaro+1580−54 files
No security note in commit
Low 27 AI analysisMessage 68 · Adequate
BS BlockstreamBlockstream Jade BitcoinHardware wallets

mnemonic: restore recovery phrase by word number

This commit adds a new way to restore a Bitcoin wallet on a Blockstream Jade hardware device: instead of typing each recovery word, users can enter each word's one-based BIP39 number (for example, '1' for 'abandon'). The change also refact…

New user-input path for seed recovery (word numbers instead of words)Refactoring of mnemonic input/validation helpersAddition of SENSITIVE_PUSH/POP for local mnemonic buffers
99927491by roderico+580−3183 files
No security note in commit
Informational 18 AI analysisMessage 68 · Adequate
BS BlockstreamBlockstream Jade BitcoinHardware wallets

ui: support bounded variable-length digit entry

This commit refactors the on-screen digit-entry keypad in Blockstream Jade so callers can ask for shorter number fields (for example 4 digits instead of 6) and optionally cap the entered value. The existing 6-digit PIN and index entry beha…

New bounded numeric input path may prevent out-of-range values in future callersRefactoring centralizes input validation rather than relying on callersNo buffer-size changes observed; digit array remains DIGIT_ENTRY_SIZE (6) elements
69627745by roderico+128−332 files
No security note in commit
Repository ledger

Explore captured commits

Expand any commit for its author, full message, clarity score, changed files, triage signals, analysis, and source link.

Security candidatepin: erase the pin privatekey when changing/erasing pin settingsby Jon Griffiths · ee6ea9a5 · Feb 2, 2026 · 2 filesMessage 70 · AdequateLow 42Details
Commit message · Jon Griffiths

pin: erase the pin privatekey when changing/erasing pin settings

Ensures we use a new private key whenever the pinserver is changed,
created on demand at first-use.

70/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body✓ Names security-relevant behavior explicitly
Why it was queued
secret or key materialaccess control
AI analysis · Low 42/100

This commit changes how Blockstream Jade handles a private key used for PIN server authentication. Previously, the device kept the same private key even when the user changed or removed their PIN server settings. Now it deletes that key whenever the PIN server settings change, so a fresh key is generated the next time it is needed. This reduces the risk that an old or compromised key could be reused across different PIN server configurations.

Security candidatesign_psbt: update is_green_multisig_signers to handle green 2of3 recovery signingby Mihailo Milenkovic · 39f02f88 · Feb 2, 2026 · 1 fileMessage 50 · ThinLow 42Details
Commit message · Mihailo Milenkovic

sign_psbt: update is_green_multisig_signers to handle green 2of3 recovery signing

50/100 · ThinMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
Why it was queued
signing boundarysigning or wallet path
AI analysis · Low 42/100

This commit updates the code that signs Bitcoin transactions for Blockstream Jade's Green multisig wallets. It specifically adds support for '2-of-3 recovery signing,' where the Jade device acts as the recovery key rather than the regular user key. The change lets Jade recognize and sign recovery transactions it previously would have rejected. There is no clear security bug being fixed; it appears to be a feature addition to support a missing signing scenario.

Security candidatepsbt: allow signing green 2of3 txs with Jade as the recovery signerby Mihailo Milenkovic · 6cf2694a · Feb 2, 2026 · 2 filesMessage 50 · ThinLow 32Details
Commit message · Mihailo Milenkovic

psbt: allow signing green 2of3 txs with Jade as the recovery signer

50/100 · ThinMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
Why it was queued
signing boundarysigning or wallet path
AI analysis · Low 32/100

This commit changes how Blockstream Jade hardware wallets sign Bitcoin transactions in a specific multi-signature setup called Green 2of3. It lets Jade act as the 'recovery signer' by deriving a special recovery key from the user's key when the first key in the transaction looks like a Blockstream Green server key. The change is a feature addition to support a previously unsupported signing scenario, not a fix for a known exploit. There is no evidence in the commit or supplied references that this is a security patch or that it addresses a disclosed vulnerability.

Security candidatepsbt: rename key_index to found_index in key_iter_next for better code readingby Mihailo Milenkovic · 6e3ac474 · Feb 2, 2026 · 1 fileMessage 50 · ThinInformational 15Details
Commit message · Mihailo Milenkovic

psbt: rename key_index to found_index in key_iter_next for better code reading

50/100 · ThinMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
Why it was queued
signing boundarysigning or wallet path
AI analysis · Informational 15/100

This commit is a pure variable rename inside a single function. The local variable `key_index` is renamed to `found_index` to make the code easier to read. No logic, behavior, or security properties change.

Security candidatepsbt: remove branching for getting public/private key function callby Mihailo Milenkovic · 3be9c485 · Feb 2, 2026 · 1 fileMessage 55 · ThinInformational 12Details
Commit message · Mihailo Milenkovic

psbt: remove branching for getting public/private key function call

55/100 · ThinMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Names security-relevant behavior explicitly! No meaningful explanatory body
Why it was queued
secret or key materialsigning boundarysigning or wallet path
AI analysis · Informational 12/100

This commit is a small internal code cleanup in a Bitcoin hardware wallet library. It replaces an if/else branch that chose between two similar key-lookup functions with a single function pointer. There is no change to what data is read, what keys are used, or what is returned to the caller. It is a stylistic refactor, not a security fix.

AI review queuedconsistency: fix comment typoby Jon Griffiths · ea4222a5 · Feb 2, 2026 · 1 fileMessage 35 · OpaqueInformational 15Details
Commit message · Jon Griffiths

consistency: fix comment typo

35/100 · OpaqueMessage clarity
✓ Descriptive subject! No meaningful explanatory body
Why it was queued
second-pass: opaque commit message
AI analysis · Informational 15/100

This commit only corrects a spelling mistake in a code comment ('conenction' to 'connection'). It does not change any program instructions, behavior, or security logic.

Lower-prioritywally: update to latest wally masterby Jon Griffiths · 8e1e2a07 · Feb 2, 2026 · 1 fileMessage 45 · ThinInformational 0Details
Commit message · Jon Griffiths

wally: update to latest wally master

45/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
AI analysis · Informational 0/100

This commit updates a bundled cryptographic library (libwally-core) to its latest master version. No actual code diff was provided—only a one-line submodule pointer change is described—so there is no visible evidence of any security bug, fix, or behavior change. It appears to be a routine dependency refresh.

Security candidatedocs: update FWUPDATE.mdby tokyovyse · bf3ce57e · Jan 21, 2026 · 1 fileMessage 63 · AdequateInformational 15Details
Commit message · tokyovyse

docs: update FWUPDATE.md

Added section on manually fetching and verifying the hash, including where to find the published hashes for Jade and Jade Plus firmware and the differences between the cmphash and fwhash. Also corrected the original typo (from "is desired" to "if desired").

63/100 · AdequateMessage clarity
✓ Subject identifies a change✓ Uses a recognizable type or scope✓ Provides detailed explanatory context
Why it was queued
boot or update pathdocumentation-only discount
AI analysis · Informational 15/100

This commit only updates the user documentation file FWUPDATE.md. It adds instructions for manually fetching firmware hashes, fixes grammar and style issues, and clarifies where to find published firmware metadata. No code, firmware, cryptographic, or security logic was changed.

Lower-prioritydocs: remove redundant note about battery indicator for TTGO T-Display models in README.mdby Sandmann · c8d4602f · Jan 6, 2026 · 1 fileMessage 62 · AdequateInformational 15Details
Commit message · Sandmann

docs: remove redundant note about battery indicator for TTGO T-Display models in README.md

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
documentation-only discount
AI analysis · Informational 15/100

This commit only removes a redundant note in the do-it-yourself hardware documentation. It deletes two parenthetical references to an older commit ID from lines describing the battery indicator on TTGO T-Display devices. There is no code change and no security relevance.

Lower-prioritydocs: update battery information for TTGO T-Display and T-Display S3 in README.mdby Sandmann · d16a7a12 · Jan 6, 2026 · 1 fileMessage 62 · AdequateInformational 15Details
Commit message · Sandmann

docs: update battery information for TTGO T-Display and T-Display S3 in README.md

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
documentation-only discount
AI analysis · Informational 15/100

This commit only updates documentation in a README file. It corrects the battery description for two do-it-yourself hardware boards, noting that a battery connector is present and that the battery indicator works when a battery is attached. There are no code changes and no security relevance.

AI review queuedbuild: standardize v2 scripts to use HWDIRS as per v1by Jon Griffiths · 810adaf2 · Dec 18, 2025 · 3 filesMessage 62 · AdequateInformational 15Details
Commit message · Jon Griffiths

build: standardize v2 scripts to use HWDIRS as per v1

No functional changes.

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
signing or wallet pathsecond-pass: security-sensitive path
AI analysis · Informational 15/100

This commit is a build-script cleanup for Blockstream Jade firmware release tooling. It rewrites three shell scripts so they loop over a list of hardware directories (currently just 'jade2.0') instead of hard-coding that path, and adds 'set -e' to one script so it exits immediately on any error. The commit message explicitly says 'No functional changes.' There is no change to firmware code, cryptography, device behavior, or user-facing functionality, and no security issue is evident.

AI review queuedconfig: add a comment description to the top of sdkconfig filesby Daniel Newton · 11278425 · Dec 17, 2025 · 24 filesMessage 65 · AdequateInformational 15Details
Commit message · Daniel Newton

config: add a comment description to the top of sdkconfig files

This makes it easier to see which source config file was used when
sdkconfig.defaults was generated.

65/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
Why it was queued
second-pass: unusually broad change
AI analysis · Informational 15/100

This commit only adds one-line human-readable comments to the top of 24 configuration files. It does not change any settings, code, or behavior. There is no security relevance.

Lower-priorityci: format dev ci before_scripts consistentlyby Jon Griffiths · 5e3c4022 · Dec 17, 2025 · 1 fileMessage 57 · ThinInformational 15Details
Commit message · Jon Griffiths

ci: format dev ci before_scripts consistently

57/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Informational 15/100

This commit is purely a formatting cleanup in the project's internal GitLab CI configuration. It adds missing spaces between '&&' and './tools/switch_to.sh' in several build job scripts. There is no functional change, no security fix, and no change to the firmware or user-facing behavior.

AI review queuedgui: add missing headerby Jon Griffiths · 72140599 · Dec 17, 2025 · 1 fileMessage 28 · OpaqueInformational 15Details
Commit message · Jon Griffiths

gui: add missing header

28/100 · OpaqueMessage clarity
✓ Subject identifies a change! No meaningful explanatory body
Why it was queued
second-pass: opaque commit message
AI analysis · Informational 15/100

This is a one-line change that adds a missing C header file include (#include "button_events.h") to a source file in the Blockstream Jade hardware wallet firmware. It is a routine build/fix commit with no apparent security relevance.

Lower-prioritydocs: update REPRODUCIBLE.md for switch_to.sh configurationby Jon Griffiths · 2a2869fc · Dec 17, 2025 · 1 fileMessage 62 · AdequateInformational 15Details
Commit message · Jon Griffiths

docs: update REPRODUCIBLE.md for switch_to.sh configuration

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
documentation-only discount
AI analysis · Informational 15/100

This commit only updates a documentation file (REPRODUCIBLE.md) that explains how to build Blockstream Jade firmware. It replaces manual copy-and-delete instructions with a helper script and fixes a typo. There are no code changes and no security implications.

Security candidateconfig: add generic Jade/v1/v2 config itemsby Jon Griffiths · 6ecd20d6 · Dec 17, 2025 · 9 filesMessage 60 · AdequateInformational 15Details
Commit message · Jon Griffiths

config: add generic Jade/v1/v2 config items

Simplify ifdef'd code using the more general defines.

60/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
Why it was queued
boot or update path
AI analysis · Informational 15/100

This commit is a straightforward internal cleanup of how the firmware identifies different Jade hardware versions. It introduces broader 'any Jade v1/v2' configuration flags and replaces many scattered checks with simpler ones. There is no user-facing change, no bug fix, and no security alteration visible in the code.

Lower-priorityfix: restore battery icons (Kconfig) & refactor power logic styleby Gustavo Cateim · 55b122ce · Dec 17, 2025 · 4 filesMessage 62 · AdequateInformational 18Details
Commit message · Gustavo Cateim

fix: restore battery icons (Kconfig) & refactor power logic style

62/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Informational 18/100

This commit fixes missing battery icons on several hardware variants of the Blockstream Jade crypto wallet and tidies up power/battery code. The main functional change is that boards without a direct charging-status pin now report 'charging' whenever USB power is detected. That is a UI approximation, not a real charging measurement. There is no direct evidence in the commit of a security vulnerability, but the change could make a device falsely display a charging icon when it is merely plugged into USB without actually charging.

Lower-priorityconfig: generalize CONFIG_HAS_BATTERY meaning in Kconfigby Daniel Newton · ed51c969 · Dec 16, 2025 · 8 filesMessage 65 · AdequateInformational 19Details
Commit message · Daniel Newton

config: generalize CONFIG_HAS_BATTERY meaning in Kconfig

Hide more menu items that require camera/battery if not present.

65/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
AI analysis · Informational 19/100

This commit is a configuration cleanup for the Blockstream Jade hardware wallet firmware. It generalizes the meaning of the 'HAS_BATTERY' setting so that battery-related and camera-related menu options are automatically hidden on device variants that lack those hardware parts. There is no direct security fix here; it is a maintainability and user-interface change that prevents unsupported features from being shown or compiled on devices that do not have the required hardware.

Lower-priorityFix: Battery stability and USB detection for T-Display/S3by Gustavo Cateim · 7aca506c · Dec 16, 2025 · 3 filesMessage 77 · AdequateInformational 17Details
Commit message · Gustavo Cateim

Fix: Battery stability and USB detection for T-Display/S3

Also fix formatting from previous commits.

77/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides an explanatory body
AI analysis · Informational 17/100

This commit fixes how two hardware variants of the Blockstream Jade crypto wallet (T-Display and T-Display S3) read battery levels and detect whether they are plugged into USB. It replaces an unreliable voltage-guess method with proper ADC hardware reading and, for the S3, uses the actual USB state. It also stops falsely showing a 'charging' icon. There is no obvious security vulnerability here; it is a hardware-support and user-experience fix.

Lower-prioritybuild: remove qemu extra sdkconfig defaultsby Jon Griffiths · 913ff103 · Dec 16, 2025 · 4 filesMessage 72 · AdequateInformational 15Details
Commit message · Jon Griffiths

build: remove qemu extra sdkconfig defaults

These can be regenerated using the qemu target with tools/switch_to.sh.

72/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides an explanatory body
AI analysis · Informational 15/100

This commit simply deletes four build configuration files used for QEMU emulator builds. It is a cleanup change with no code modifications and no apparent security relevance.

Lower-prioritybuild: remove noradio sdkconfig defaultsby Daniel Newton · 2c839f5b · Dec 16, 2025 · 6 filesMessage 72 · AdequateInformational 15Details
Commit message · Daniel Newton

build: remove noradio sdkconfig defaults

These can be regenerated using --noradio with tools/switch_to.sh.

72/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides an explanatory body
AI analysis · Informational 15/100

This commit simply deletes six build configuration files used for a special 'no-radio' variant of the Jade hardware wallet. The project says these files can be regenerated with a script, so this is a cleanup of duplicated build settings, not a security fix or vulnerability.

Lower-priorityswitch_to.sh: support noradio/qemu variants from base config, add --skip-reconfigureby Daniel Newton · 413789ab · Dec 16, 2025 · 1 fileMessage 65 · AdequateInformational 15Details
Commit message · Daniel Newton

switch_to.sh: support noradio/qemu variants from base config, add --skip-reconfigure

Allows removing more largely redundant config files.

65/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
AI analysis · Informational 15/100

This is a developer-only build helper script update. It adds support for QEMU emulator builds, a few new build options, and a flag to skip reconfiguring the build. There is no change to the actual Jade firmware or wallet security logic, and nothing in the commit suggests a security fix or vulnerability.

Lower-prioritybuild: use switch_to.sh for qemu buildsby Jon Griffiths · 4d8dc4dd · Dec 16, 2025 · 1 fileMessage 57 · ThinInformational 15Details
Commit message · Jon Griffiths

build: use switch_to.sh for qemu builds

57/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
AI analysis · Informational 15/100

This commit is a routine cleanup of the project's automated build configuration. It replaces a custom QEMU build setup with a shared helper script already used elsewhere. There is no change to the actual Jade firmware code, user-facing behavior, or security-sensitive logic.

Lower-priorityconsistency: rename qr_frame_guides_t to qr_guide_type_tby Daniel Newton · ec9b9908 · Dec 16, 2025 · 13 filesMessage 65 · AdequateInformational 15Details
Commit message · Daniel Newton

consistency: rename qr_frame_guides_t to qr_guide_type_t

Also remove extraneous qr_frame_guides variables where we can pass the value directly to jade_camera_scan_qr()

65/100 · AdequateMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
AI analysis · Informational 15/100

This commit is a simple code cleanup: it renames an internal type and its values to make naming more consistent, and removes a few unnecessary local variables. There is no change to how the camera or QR scanning works, and no security impact.

Lower-priorityqr: inset the qr guides more on Jade v1/v1.1 screensby Daniel Newton · 54281872 · Dec 16, 2025 · 1 fileMessage 50 · ThinInformational 15Details
Commit message · Daniel Newton

qr: inset the qr guides more on Jade v1/v1.1 screens

50/100 · ThinMessage clarity
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
AI analysis · Informational 15/100

This commit is a minor visual tweak for older Jade hardware wallets. It moves the corner guide lines shown around QR codes slightly farther inward on Jade v1 and v1.1 screens so they don't overlap the edges of the actual QR code. There is no security-relevant change.