paritytech / paritytech/try-runtime-cli
Whitelist for spec-name changes
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 25
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes we want to do a spec name change. Then there could be an arg to allow the spec-name check to know about this.
Eg: --known-good-spec-name-changes="1_000_000/old_name:2_000_000/new_name" or something like this.
Its a very niche case, so probably low prio. But could be a good issue for newcomers.
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 by locating the spec-name check and the command-line argument parsing. Define how the proposed known-good spec-name change format should bypass that check, then verify that the example rename is accepted while unrelated spec-name changes remain rejected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100