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

rpcdaemon: support compression in streaming API endpoints #2162

Closed
7 tasks done
canepat opened this issue Jul 4, 2024 · 0 comments · Fixed by #1932
Closed
7 tasks done

rpcdaemon: support compression in streaming API endpoints #2162

canepat opened this issue Jul 4, 2024 · 0 comments · Fixed by #1932
Assignees
Labels
enhancement New feature or improvement json rpc api Create/update/delete any JSON-RPC endpoint meta High-level issue for for tracking many implementation issues

Comments

@canepat
Copy link
Member

canepat commented Jul 4, 2024

We support response streaming (i.e. HTTP chunking, WebSockets multi-messages) for the same subset of JSON RPC API endpoints as Erigon does. Now we need to add compression support for each of them.

This is the main tracking issue. Individual issues are listed below:

@canepat canepat added enhancement New feature or improvement json rpc api Create/update/delete any JSON-RPC endpoint meta High-level issue for for tracking many implementation issues labels Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement json rpc api Create/update/delete any JSON-RPC endpoint meta High-level issue for for tracking many implementation issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants