What changed, and why it matters
This commit only updates auto-generated command-line help documentation. It removes stray formatting characters in an Ethereum command description and adds newly available Solana commands to the help output. There are no code behavior changes and no security implications.
No security action required. Treat as routine documentation maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to python/docs/OPTIONS.rst and python/src/trezorlib/cli/ethereum.py. It deletes a stray ‘\b’ control character from the ethereum.py docstring and the corresponding generated OPTIONS.rst, and regenerates the OPTIONS.rst file to reflect current CLI commands (adding Solana sign-message and verify-message entries). No executable logic, input handling, cryptography, or device communication code is modified.
Changed components
python/src/trezorlib/cli/ethereum.pypython/docs/OPTIONS.rstInspect captured patch +2 / −2
diff --git a/python/docs/OPTIONS.rst b/python/docs/OPTIONS.rst
index 706e2543..29db0360 100644
--- a/python/docs/OPTIONS.rst
+++ b/python/docs/OPTIONS.rst
@@ -272,7 +272,6 @@ Ethereum commands.
- HTTP or HTTPS URL
- path to local directory
- path to local tar archive
-
For debugging purposes, it is possible to force use a specific network and token definition by
using the `--network` and `--token` options. These options accept either a path to a file with a
@@ -488,7 +487,9 @@ Solana commands.
Commands:
get-address Get Solana address.
get-public-key Get Solana public key.
+ sign-message Sign a Solana off-chain message.
sign-tx Sign Solana transaction.
+ verify-message Verify a signed Solana off-chain message.
Stellar commands.
~~~~~~~~~~~~~~~~~
diff --git a/python/src/trezorlib/cli/ethereum.py b/python/src/trezorlib/cli/ethereum.py
index d5e938a1..a0e7286e 100644
--- a/python/src/trezorlib/cli/ethereum.py
+++ b/python/src/trezorlib/cli/ethereum.py
@@ -306,7 +306,6 @@ def cli(
- HTTP or HTTPS URL
- path to local directory
- path to local tar archive
- \b
For debugging purposes, it is possible to force use a specific network, token
or contract descriptor definition by using the `--network`, `--token` and
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.