oasisprotocol / oasisprotocol/rofl-app
Does deploying for 1 month work?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- Avg merge
- 46m
- Merged PRs (30d)
- 1
Description
If an offer only specifies price for hourly rent, do we have to convert monthly rent into hours when making a transaction?
https://github.com/oasisprotocol/rofl-app/blob/e5804104c0ef3481ec5bb18c0bd48f04306b9d67/src/backend/helpers.ts#L22-L26
https://github.com/oasisprotocol/rofl-app/blob/e5804104c0ef3481ec5bb18c0bd48f04306b9d67/src/backend/api.ts#L391-L394
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
Read src/backend/helpers.ts at lines 22-26 and src/backend/api.ts at lines 391-394 first, then trace how hourly pricing is applied to a one-month deployment transaction. Clarify the expected behavior with maintainers; the work is complete when monthly duration handling and its expected transaction result are defined and verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend, blockchain
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100