ci: test Python harness against current firmware audit heads - #224
Merged
BitHighlander merged 2 commits intoSep 14, 2026
Merged
Conversation
BitHighlander
marked this pull request as ready for review
September 14, 2026 21:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The integration workflow in #223 builds two older, fixed firmware SHAs and is red while the firmware candidate heads have moved. Pin all four GitHub full/Bitcoin-only CI checkouts and the CircleCI firmware checkout to the current audited 7.14.3 and 7.15 merge heads (
4125e1c7409b1cb7b08ba595bc408e3128fc24caandd33f1711c3b2b205f64c5dc35fdec02926a6dc63). This tests the host branch against the firmware it is meant to accompany; the refs remain exact and reproducible.Workflow-only change;
git diff --checkpassed. The firmware candidates are still in audit, so this does not authorize a release or canonical host merge.The first GitHub run passed all four integration jobs. CircleCI still used its separate old
d0a494apin and failed eight tests there; the second commit aligns that lane with the same 7.15 audit head. New exact-head CI is running.