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 15 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.

Lower-prioritydocker: replace qemu_gdb.sh with passing --gdb to gemu_run.shby Jon Griffiths · d3a631c7 · Feb 23, 2026 · 3 filesMessage 50 · ThinInformational 15Details
Commit message · Jon Griffiths

docker: replace qemu_gdb.sh with passing --gdb to gemu_run.sh

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 routine developer tooling cleanup. It removes a separate debug script and instead lets the same launch script start the emulator in debugger mode when a --gdb flag is passed. There is no change to the actual Jade firmware or to how end-user devices behave.

Lower-priorityqemu: fix qemu_run/qemu_gdbby Jon Griffiths · ebeed35a · Feb 23, 2026 · 2 filesMessage 70 · AdequateInformational 15Details
Commit message · Jon Griffiths

qemu: fix qemu_run/qemu_gdb

Fix pipefail piping into the true builtin instead of using it to ensure
pkill doesn't fail. Then remove pipefail becuase its redundant in these
scripts.

70/100 · AdequateMessage clarity
✓ Descriptive subject✓ Provides detailed explanatory context✓ Explains rationale or failure mode
AI analysis · Informational 15/100

This commit fixes two developer helper scripts used to launch a QEMU emulator for testing. The changes correct a shell scripting mistake (using a pipe to 'true' instead of '|| true') and make the scripts more portable by using '/usr/bin/env bash'. There is no security issue here; it is a routine bugfix for internal development tooling.

Lower-prioritydocker: allow host git operations from within dockerby Jon Griffiths · 9c0d179d · Feb 23, 2026 · 1 fileMessage 50 · ThinInformational 19Details
Commit message · Jon Griffiths

docker: allow host git operations from within docker

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

This commit changes the project's Docker build environment so that Git inside the container treats a folder shared from the host computer (/host/jade) as a 'safe directory.' This is a convenience change for developers using Docker Compose, not a fix for a product vulnerability. It slightly lowers a Git security guardrail that exists to prevent attacks when a repository is owned by a different user, but only within the isolated development container context.

Lower-prioritybuild: switch_to.sh: enable idf automatically if installedby Jon Griffiths · 3ff57c52 · Feb 23, 2026 · 1 fileMessage 62 · AdequateInformational 15Details
Commit message · Jon Griffiths

build: switch_to.sh: enable idf automatically if installed

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 15/100

This commit changes a build helper script so that, if the ESP-IDF development tools are not already active, it automatically loads them from a standard install location (/opt/esp/idf) instead of immediately failing with an error. It is a developer convenience improvement with no apparent security relevance.

Lower-prioritybuild: remove Dockerfile.cliby Jon Griffiths · b9397b0f · Feb 22, 2026 · 2 filesMessage 62 · AdequateInformational 15Details
Commit message · Jon Griffiths

build: remove Dockerfile.cli

The cli (and all other tools) can be run via docker compose.

62/100 · AdequateMessage clarity
✓ Descriptive subject✓ Uses a recognizable type or scope✓ Provides an explanatory body
AI analysis · Informational 15/100

This commit simply deletes two unused Docker build files for the command-line tool. It is a routine cleanup change with no security relevance.

AI review queuedUpdate CHANGELOG.mdby Jon Griffiths · 370b93d7 · Feb 20, 2026 · 1 fileMessage 28 · OpaqueInformational 15Details
Commit message · Jon Griffiths

Update CHANGELOG.md

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

This commit only edits the project's CHANGELOG.md file, adding release notes about new features, changes, and fixes. There are no code changes and no security-related content.

Lower-prioritydocs: update docs for build updatesby Jon Griffiths · f8bf5d4b · Feb 20, 2026 · 1 fileMessage 57 · ThinInformational 15Details
Commit message · Jon Griffiths

docs: update docs for build updates

57/100 · ThinMessage clarity
✓ 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 the README.md documentation. It rewords build instructions, adds a Docker-based build section, reorganizes the local build environment steps, and updates device target descriptions. No source code, firmware logic, cryptography, or security behavior is changed.

Lower-priorityci: disable strict mode for v2.0c devicesby Jon Griffiths · f9f23509 · Feb 20, 2026 · 1 fileMessage 57 · ThinInformational 12Details
Commit message · Jon Griffiths

ci: disable strict mode for v2.0c devices

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 12/100

This change only relaxes a test-suite memory-check for one specific hardware board variant (JADE_V2C). It does not alter the actual device firmware, wallet logic, or any code that end users rely on for security. It is a testing/CI adjustment, not a security fix or vulnerability.

Lower-prioritybuild: flash via docker, add jadev2.0c, skip submodules for faster testingby Jon Griffiths · 4d6a77ea · Feb 20, 2026 · 1 fileMessage 72 · AdequateInformational 15Details
Commit message · Jon Griffiths

build: flash via docker, add jadev2.0c, skip submodules for faster testing

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

This commit updates internal GitLab CI build/flash scripts for the Jade hardware wallet. It changes how firmware is flashed onto test devices during automated testing: switching from running scripts directly on the runner to running them inside a Docker container, adding support for a new Jade v2.0c hardware variant, and skipping unnecessary Git submodules to speed up CI. There is no change to the firmware code that users run, no security fix, and no vulnerability.

Lower-prioritybuild: use clang-format-19 for source formattingby Jon Griffiths · cc4684a6 · Feb 20, 2026 · 1 fileMessage 57 · ThinInformational 15Details
Commit message · Jon Griffiths

build: use clang-format-19 for source formatting

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 only changes which version of a code-formatting tool the project uses. It adds a check that clang-format version 19 is installed before running formatting. There is no security-relevant change to the wallet firmware or its behavior.

Security candidateci: remove pin files on test completionby Jon Griffiths · 0ad5e6f7 · Feb 20, 2026 · 1 fileMessage 67 · AdequateInformational 17Details
Commit message · Jon Griffiths

ci: remove pin files on test completion

67/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Mentions testing or verification! No meaningful explanatory body
Why it was queued
access control
AI analysis · Informational 17/100

This change cleans up temporary '.pin' test files after automated tests finish. It is a minor hygiene improvement in test code, not a fix for an exploitable product vulnerability. There is no indication these leftover files create meaningful security risk in normal use.

Lower-prioritybuild: add a ci job for the jade_builder docker imageby Jon Griffiths · 34cf370e · Feb 20, 2026 · 2 filesMessage 62 · AdequateInformational 15Details
Commit message · Jon Griffiths

build: add a ci job for the jade_builder docker image

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 15/100

This commit adds a new manual CI/CD job that builds and publishes a Docker image for compiling Jade firmware. It is purely a build-pipeline change and does not modify any wallet, firmware, or cryptographic code.

Security candidatepinserver: update to latest masterby Jon Griffiths · 3aae124f · Feb 20, 2026 · 1 fileMessage 45 · ThinInformational 0Details
Commit message · Jon Griffiths

pinserver: update to latest master

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

This commit is described as updating a submodule or external dependency called 'pinserver' to the latest master version. No actual code diff was provided, and there are no verified references explaining what changed in the pinserver update. Based only on the supplied materials, we cannot determine whether this update fixes a security issue, adds a feature, or is routine maintenance.

Lower-prioritybuild: reformat sources to clang-format-19by Jon Griffiths · 4765740e · Feb 20, 2026 · 8 filesMessage 57 · ThinInformational 15Details
Commit message · Jon Griffiths

build: reformat sources to clang-format-19

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 code reformatting pass using clang-format-19. It adjusts whitespace, pointer-asterisk placement, and braced-initializer indentation across eight source files. There are no functional changes, no bug fixes, and no security-related alterations.

AI review queuedbuild: migrate from verde to jade_builderby Jon Griffiths · c758f6dc · Feb 20, 2026 · 23 filesMessage 57 · ThinInformational 15Details
Commit message · Jon Griffiths

build: migrate from verde to jade_builder

57/100 · ThinMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
Why it was queued
second-pass: unusually broad change
AI analysis · Informational 15/100

This commit is a routine build-system housekeeping change. It swaps the Docker image used for automated builds from 'verde' to 'jade_builder', updates the ESP-IDF framework version from 5.4.0 to 5.4.3, adjusts paths to the ESP-IDF installation, and refactors several CI helper scripts. There is no change to the wallet firmware code that handles private keys, transactions, or user data, and no security vulnerability is introduced or fixed in the diff itself.

Lower-prioritybuild: use the main dockerfile for building, remove .devby Jon Griffiths · 460b10f3 · Feb 20, 2026 · 2 filesMessage 62 · AdequateInformational 11Details
Commit message · Jon Griffiths

build: use the main dockerfile for building, remove .dev

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 11/100

This commit is a routine build-system cleanup. It removes a development-only Dockerfile and switches the docker-compose setup to use a pre-built container image instead of building one locally. There is no indication this change fixes or introduces a security vulnerability.

Lower-prioritybuild: use the espressif-provided docker file to buildby Jon Griffiths · 533ec8ff · Feb 20, 2026 · 1 fileMessage 62 · AdequateInformational 15Details
Commit message · Jon Griffiths

build: use the espressif-provided docker file to build

Bumps the idf version to 5.4.3.

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 15/100

This commit only changes how the project's firmware is built. It switches the build container from a generic Debian image to an official Espressif image and updates the ESP-IDF (Espressif's development framework) version from 5.4 to 5.4.3. There is no indication in the commit of any security bug, vulnerability fix, or change to the firmware code itself.

Lower-prioritypython: misc pycodestyle cleanupsby Jon Griffiths · ec4b9136 · Feb 17, 2026 · 3 filesMessage 50 · ThinInformational 15Details
Commit message · Jon Griffiths

python: misc pycodestyle cleanups

These are false positives in that they occur inside strings, but this
lets the CI pass.

50/100 · ThinMessage clarity
✓ Descriptive subject✓ Provides an explanatory body
AI analysis · Informational 15/100

This commit only fixes code style issues in Python test and helper scripts. It adds spaces inside f-strings and log messages so that an automated style checker (pycodestyle) passes. None of the changes affect program logic, security checks, or how the device handles sensitive data.

Lower-prioritydeps: bump deps for trixie/idf compatibilityby Jon Griffiths · c5147a0c · Feb 17, 2026 · 1 fileMessage 60 · AdequateInformational 24Details
Commit message · Jon Griffiths

deps: bump deps for trixie/idf compatibility

Note that cbor2 is held back since the latest version is buggy.

60/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
Why it was queued
documentation-only discount
AI analysis · Informational 24/100

This commit updates several Python library dependencies in Blockstream Jade's requirements file to maintain compatibility with newer Debian and ESP-IDF versions. It also bumps cbor2 from 5.4.6 to 5.7.1 (but not higher due to a known bug) and requests from 2.26.0 to 2.32.5. The newer requests version fixes known security issues in older requests versions, such as unsafe cookie handling and certificate verification problems. There is no direct evidence in the commit of an active exploit or a specific CVE being patched, and the commit message frames the change as compatibility rather than security.

AI review queuedUpdate CHANGELOG.mdby Jon Griffiths · 61e14f44 · Feb 17, 2026 · 1 fileMessage 28 · OpaqueInformational 15Details
Commit message · Jon Griffiths

Update CHANGELOG.md

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

This commit only changes one date in the project's CHANGELOG.md file, moving a release date from 2026-02-09 to 2026-02-18. There is no code change, no security fix, and no functional change of any kind.

Lower-priorityjadepy: update jadepy version numberby Jon Griffiths · 5fce733d · Feb 17, 2026 · 1 fileMessage 45 · ThinInformational 15Details
Commit message · Jon Griffiths

jadepy: update jadepy version number

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

This commit only changes a version number string in a Python package metadata file, from 1.0.37 to 1.0.39. There is no code change, no security fix, and no functional behavior change at all.

Lower-prioritywally: update to latest wally masterby Jon Griffiths · be43e8c7 · Feb 13, 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 copy of the libwally-core library to the latest master version. No actual code changes are visible in the supplied diff, only a submodule pointer or directory reference was changed. There is no information about what changed in libwally-core, whether any of those changes are security fixes, or whether this update addresses any vulnerability in Blockstream Jade.

AI review queuedbuild: update release script directoriesby Jon Griffiths · a9d475b9 · Feb 6, 2026 · 3 filesMessage 57 · ThinInformational 15Details
Commit message · Jon Griffiths

build: update release script directories

57/100 · ThinMessage clarity
✓ 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 routine build-script maintenance change. It updates three release helper scripts so they use different firmware output directory names for two hardware variants (jade2.0 and jade2.0c). There is no user-facing security change, no vulnerability fix, and no change to cryptographic signing logic.

AI review queuedUpdate CHANGELOG.mdby Jon Griffiths · d70930c5 · Feb 5, 2026 · 1 fileMessage 28 · OpaqueInformational 15Details
Commit message · Jon Griffiths

Update CHANGELOG.md

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

This commit only updates the project's CHANGELOG.md file, adding release notes for version 1.0.39. It does not change any source code, configuration, or executable behavior. The changelog mentions routine items such as faster QR scanning, a library update, and minor fixes, but nothing is disclosed as a security vulnerability, and no code is patched.

Lower-priorityci: skip large image tests for v1.1 devicesby Jon Griffiths · 0141a3ea · Feb 5, 2026 · 1 fileMessage 67 · AdequateInformational 14Details
Commit message · Jon Griffiths

ci: skip large image tests for v1.1 devices

67/100 · AdequateMessage clarity
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Mentions testing or verification! No meaningful explanatory body
AI analysis · Informational 14/100

This change only adjusts automated test code. It makes the test suite skip very large QR image tests when running on older Jade v1.1 hardware because those tests were timing out over the serial connection. There is no change to the actual Jade firmware, wallet, or cryptography, and no security vulnerability is present in the commit.