livepeer / livepeer/go-livepeer
-ethOrchAddr to be able to take an ENS name
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 586
- Forks
- 226
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 19
Description
Is your feature request related to a problem? Please describe.
Selecting an Orchestrator via a complex hexadecimal string is excessively complicated UX.
Describe the solution you'd like
As a Broadcaster, I want to be able to select an Orchestrator by specifying their ENS name.
For example, -ethOrchAddr livepool.eth should resolve to -ethOrchAddr 0xf4e8Ef0763BCB2B1aF693F5970a00050a6aC7E1B
Describe alternatives you've considered
None.
Additional context
None
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 Go command-line entry point that handles -ethOrchAddr and tracing where its value is parsed and used. Check the relevant tests or test commands before changing behavior; done means the flag accepts both hexadecimal orchestrator addresses and ENS names such as livepool.eth.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- blockchain, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100