graphprotocol / graphprotocol/indexer
[FEATURE] Simple checks when unprovisioning
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 262
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
When you're starting a thaw on a provision, the CLI should check what the total provisioned amount will be and either warn if the total will be less than the minimum 100k, or in the same case give the user the option to either thaw the exact amount so that you still have 100k left over, or the option to thaw the entire provision.
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 at the CLI entry point that begins a thaw on a provision and trace how the total provisioned amount is calculated. Done means the CLI warns when the resulting total is below 100k and, in that case, offers thawing the exact amount that preserves 100k or thawing the entire provision.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100