Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

batch polling queries in Casting cosmjs follower #7155

Open
turadg opened this issue Mar 10, 2023 · 1 comment
Open

batch polling queries in Casting cosmjs follower #7155

turadg opened this issue Mar 10, 2023 · 1 comment
Labels
enhancement New feature or request performance Performance related issues vaults_triage DO NOT USE

Comments

@turadg
Copy link
Member

turadg commented Mar 10, 2023

What is the Problem Being Solved?

Casting makes a separate HTTP request for each abci_query.

Description of the Design

Use HttpBatchClient to make n queries per request. When polling all pending requests within the polling interval are made together.

Security Considerations

Scaling Considerations

Test Plan

wallet-app makes one request per polling interval.

@turadg turadg added enhancement New feature or request performance Performance related issues labels Mar 10, 2023
@dckc
Copy link
Member

dckc commented Mar 10, 2023

This should help address...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Performance related issues vaults_triage DO NOT USE
Projects
None yet
Development

No branches or pull requests

3 participants