refactor: drop trezord-go bridge, keep only node-bridge#386
Draft
mroz22 wants to merge 1 commit into
Draft
Conversation
Remove legacy trezord-go binaries and all related code paths. Bridge support now consists exclusively of node-bridge and local-suite-node-bridge. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This was referenced May 28, 2026
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.
Summary
trezord-gobinaries (2.0.32/2.0.33, x86 + ARM) and all related code paths.node-bridgeandlocal-suite-node-bridge..gitignore/.dockerignore, docs (README, MCP, controller, development), MCP tool docstring, controller integration tests, and dashboard (drops legacy/modern grouping).Rationale
trezord-gois no longer supported by Trezor Suite. This PR is the final step that removes it.The first step — adding a UI warning while keeping
trezord-goavailable for older-Suite testing — is #385. Merge that first; this one can land later once we are comfortable retiring legacy entirely.Notable code changes
src/bridge.py: drop trezord-go branch inget_command_list, remove ARM-suffix logic andis_node_bridge_running.src/binaries.py: dropBRIDGE_BIN_DIRand legacy bridge entries inexplore_bridges().src/emulator.py:get_device()always uses UDP (node bridge).src/binaries/trezord-go/: directory removed.tests/controller_test.py:BRIDGE_TO_TEST = "node-bridge".Test plan
bridge-startwithnode-bridgeworks from dashboard, controller WS, and MCPbridge-startwith an unknown version returns a structured failure