neume-network / neume-network/core
when an endpoint is rate limited, we're not warning the user
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
- although having RPC_HTTP_HOST being slowed down is mostly useful for e.g. infura users, it can actually be really confusing to someone wanting to blast through all block logs fast and wondering why there is no performance whatsoever
- https://github.com/neume-network/core/blob/1cd0595ee009dc109c00855966407561686193cc/config.mjs#L10
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 at config.mjs line 10, where RPC_HTTP_HOST is configured, and trace how requests to that endpoint are handled when performance is reduced. The change is complete when users receive a clear warning that the endpoint is rate limited or slowed, especially during block-log retrieval.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100