skalenetwork / skalenetwork/node-cli
Print schain name when sent to repair
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 21
- Forks
- 7
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 5
Description
root@c02:~# skale version
SKALE Node CLI version: 2.6.0
We are asked to send schain(s) to repair. I would be operationally useful to see what schain was sent to repair. Current output:
root@c02:~# docker stop skale_admin && \
skale schains repair wan-red-ain --yes && \
sleep 5 && \
skale schains repair portly-passionate-sirius --yes && \
sleep 10 && \
docker restart skale_admin
skale_admin
Schain has been set for repair
Schain has been set for repair
skale_admin
Desired output:
Schain <name> has been set for repair
Contributor guide
No contributing guide indexed for this repository
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 implementation of the skale schains repair command and trace how its confirmation message is produced. Make the confirmation include the supplied schain name, then run the repair command with the example names to verify each output identifies the schain that was sent for repair.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100