lightninglabs / lightninglabs/pool
cli/rpc: add new monitor/observe streaming CLI command
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 259
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
It would be cool to allow traders to check out the current market from afar using something similar to the `loop monitor` call we have for `loopd`. This would show stuff like:
* New batches being added
* Activity with their orders
* Changes to the fee schedule
etc
This would mainly hold us over until the UI is finished.
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
Start by examining the existing `loop monitor` call for `loopd` and the CLI/RPC command structure it uses. Define the streaming command's scope from the issue: report new batches, order activity, and fee-schedule changes, with behavior clear enough to replace the interim need before the UI is finished.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100