smartcontractkit / smartcontractkit/ccip-tools-ts
Enhance CLI manual exec to cycle through multiple failed messages
Nobody has claimed this yet.
- 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:
- Show message list
- User selects message
- Execute
- Show result (success/fail)
- Return to step 1
- Repeat until user selects “Exit.”
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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