lightninglabs / lightninglabs/lightning-api-ng
lncli commands are missing for Router Service
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 6
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
E.g. https://api.lightning.community/api/lnd/router/reset-mission-control says "# There is no CLI command for this RPC"
There is `lncli` mapping for the RPC: https://github.com/lightningnetwork/lnd/blob/v0.18.4-beta/lnrpc/routerrpc/router.proto#L81-L86:
```
lncli resetmc
```
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
Compare the Router Service documentation at the linked API page with the router.proto entries around lines 81-86, starting with reset-mission-control and the lncli resetmc mapping. Identify the other Router Service RPCs missing CLI commands and update the generated documentation so each relevant command is represented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100