smartcontractkit / smartcontractkit/ccip-tools-ts

Enhance CLI manual exec to cycle through multiple failed messages

Open
#111 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
Dominant language
TypeScript
Stars
17
Forks
19
Avg merge
2d 23h
Merged PRs (30d)
51

Description

Current behavior:

When a tx has multiple messages, the CLI shows a selection prompt. After executing one message, the CLI exits.

Requested behavior:

After executing a message (success or fail), return to the selection prompt instead of exiting. This allows users to cycle through multiple failed messages without re-running the command.

Use case:

A tx with 6 failed messages currently requires running ccip manual-exec 6 times. With this change, run once and cycle through all.

Proposed flow:

  1. Show message list
  2. User selects message
  3. Execute
  4. Show result (success/fail)
  5. Return to step 1
  6. Repeat until user selects “Exit.”
Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the TypeScript CLI entry point for ccip manual-exec and trace the selection and execution flow. Run the command with a transaction containing multiple failed messages, then verify that each result returns to the message list and that choosing “Exit” ends the session.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.