skalenetwork / skalenetwork/node-cli

Print schain name when sent to repair

Open Beginner friendly
#842 0 comments 0 reactions 0 assignees View on GitHub

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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.