Skip to content

Fix descriptions for contract id commands#2618

Open
fnando wants to merge 1 commit into
mainfrom
contract-id-descriptions
Open

Fix descriptions for contract id commands#2618
fnando wants to merge 1 commit into
mainfrom
contract-id-descriptions

Conversation

@fnando

@fnando fnando commented Jun 22, 2026

Copy link
Copy Markdown
Member

What

Corrects the help text for the stellar contract id asset and stellar contract id wasm subcommands. They previously read "Deploy builtin Soroban Asset Contract" and "Deploy normal Wasm Contract", which is wrong — neither deploys anything. They now read "Derive the contract id for a builtin Stellar Asset Contract" and "Derive the contract id for a Wasm contract". FULL_HELP_DOCS.md was regenerated to match.

Why

These subcommands derive and print a contract ID; they do not deploy. The old descriptions were inaccurate.

Known limitations

N/A

Copilot AI review requested due to automatic review settings June 22, 2026 23:20
@github-project-automation github-project-automation Bot moved this to Backlog (Not Ready) in DevX Jun 22, 2026
@fnando fnando moved this from Backlog (Not Ready) to Needs Review in DevX Jun 22, 2026
@fnando fnando self-assigned this Jun 22, 2026
@fnando fnando requested a review from mootz12 June 22, 2026 23:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request corrects user-facing CLI help text for the stellar contract id asset and stellar contract id wasm subcommands so the documentation matches actual behavior (deriving/printing contract IDs rather than deploying contracts).

Changes:

  • Updated Clap subcommand descriptions for contract id asset and contract id wasm to reflect “derive contract id” semantics.
  • Regenerated FULL_HELP_DOCS.md to align the published help docs with the updated command descriptions.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
FULL_HELP_DOCS.md Updates generated help output to reflect corrected contract id subcommand descriptions.
cmd/soroban-cli/src/commands/contract/id.rs Fixes Clap subcommand docstrings for asset and wasm under stellar contract id.

@fnando fnando enabled auto-merge (squash) June 22, 2026 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Needs Review

Development

Successfully merging this pull request may close these issues.

2 participants