informalsystems / informalsystems/stakooler
Retrieve account details in parallel
- Dominant language
- Go
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Right now, when retrieving the account details, e.g. balance, rewards, delegated each one of this is a blocking call to the REST API. In the future, leverage Go concurrency capability to retrieve the account details in parallel to improve user experience and speed.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the account-details retrieval entry point and the REST calls for balance, rewards, and delegated data. Confirm how these calls currently block one another; done means the three details are retrieved concurrently while preserving the account-details result and error behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100