Open turadg opened 1 year ago
Casting makes a separate HTTP request for each abci_query.
Use HttpBatchClient to make n queries per request. When polling all pending requests within the polling interval are made together.
wallet-app makes one request per polling interval.
This should help address...
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.