livepeer / livepeer/pm-params-calculator
Enhancement: express all units in wei
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Given that the parameters logged to stdout, and the parameters passed to flags in `go-livepeer` are expressed in wei, it would help to keep that consistent in this tool.
e.g. I get this from the O stdout:
```
Cached gas price: 1000000000
```
which is expressed in `wei`
and I am asked for this in this calculator:
```
Enter the gas price (gwei) to use for ticket redemption transactions:
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the calculator entry point that prints the gas-price prompt and accepts its value. Review how the value is described and used for ticket redemption transactions; done means the calculator consistently expresses and accepts gas prices in wei, matching the logged and go-live parameters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100