informalsystems / informalsystems/stakooler

Retrieve account details in parallel

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
enhancement stakooler
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.