lightninglabs / lightninglabs/lightning-api-ng

lncli commands are missing for Router Service

Open
#38 0 comments 0 reactions 0 assignees View on GitHub

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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.