What changed, and why it matters
This commit only regenerates a documentation file (OPTIONS.rst) listing available command-line options. It adds two newly supported commands to the help text: one for signing Ethereum EIP-7702 authorizations and one for signing Stellar Soroban authorizations. There are no code changes, no security fixes, and no functional changes in this commit.
No action required. This is a documentation-only change. Review the actual feature implementations for EIP-7702 and Soroban authorization signing separately if assessing their security.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates python/docs/OPTIONS.rst to reflect new CLI subcommands: sign-auth-eip7702 under Ethereum commands and sign-soroban-authorization under Stellar commands. The changes are purely documentation alignment, with whitespace reformatting for the Stellar command list. No source code, logic, or configuration is modified.
Changed components
python/docs/OPTIONS.rstInspect captured patch +4 / −2
diff --git a/python/docs/OPTIONS.rst b/python/docs/OPTIONS.rst
index eb5786c3..8cbac46e 100644
--- a/python/docs/OPTIONS.rst
+++ b/python/docs/OPTIONS.rst
@@ -288,6 +288,7 @@ Ethereum commands.
Commands:
get-address Get Ethereum address in hex encoding.
get-public-node Get Ethereum public node of given path.
+ sign-auth-eip7702 Sign EIP-7702 authorization.
sign-message Sign message with Ethereum address.
sign-tx Sign (and optionally publish) Ethereum transaction.
sign-typed-data Sign typed data (EIP-712) with Ethereum address.
@@ -509,8 +510,9 @@ Stellar commands.
--help Show this message and exit.
Commands:
- get-address Get Stellar public address.
- sign-transaction Sign a base64-encoded transaction envelope.
+ get-address Get Stellar public address.
+ sign-soroban-authorization Sign a base64-encoded Soroban authorization entry.
+ sign-transaction Sign a base64-encoded transaction envelope.
Telemetry commands.
~~~~~~~~~~~~~~~~~~~
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.