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

React + Streaming gRPC Queries #110

Open
ejmg opened this issue Jun 24, 2024 · 2 comments
Open

React + Streaming gRPC Queries #110

ejmg opened this issue Jun 24, 2024 · 2 comments
Labels
client ecosystem issues and integrations w.r.t. the broader penumbra ecosystem

Comments

@ejmg
Copy link
Collaborator

ejmg commented Jun 24, 2024

Summary

core gRPC endpoints, such as penumbra.core.component.dex.v1.QueryService.LiquidityPositions, are liable to have incredibly large payloads that impact query load times and trigger timeouts on the client. Handling these requests in a streaming-friendly way with React would improve this drastically.

@ejmg
Copy link
Collaborator Author

ejmg commented Aug 20, 2024

This will theoretically not be an issue with the new custom indexer stuff (#148 #176)

@ejmg ejmg added the question Further information is requested label Aug 20, 2024
@ejmg
Copy link
Collaborator Author

ejmg commented Oct 2, 2024

In might be useful to still integrate some grpc endpoints against a popular penumbra node(s) for live network data but the specific use-case of pulling data for validators, governance events, and staking are no longer relevant due to the custom indexers being rolled.

@ejmg ejmg added ecosystem issues and integrations w.r.t. the broader penumbra ecosystem and removed perf Performance, Optimizations, etc question Further information is requested labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client ecosystem issues and integrations w.r.t. the broader penumbra ecosystem
Projects
Status: No status
Development

No branches or pull requests

1 participant