CodeChain-io / CodeChain-io/codechain
Check --notify-work values are URLs on start
Open
cli
good first issue
miner
- Dominant language
- Rust
- Stars
- 256
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the below command works without any error or warning.
```sh
./codechain --notify-work 127.0.0.1:3333 ...
```
But actually, it should be like:
```sh
./codechain --notify-work http://127.0.0.1:3333 ...
```
Contributor guide
Research direction
Start at the command-line handling for --notify-work in the ./codechain entry point and inspect how its value is parsed. Check the behavior for 127.0.0.1:3333 and http://127.0.0.1:3333; done means malformed non-URL values produce an error or warning while valid URLs continue to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100