-
Notifications
You must be signed in to change notification settings - Fork 13
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
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.”

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers