Add support for gzipping messages in ws subscriptions#2412
Add support for gzipping messages in ws subscriptions#2412preston-evans98 merged 13 commits intodevfrom
Conversation
…eston/ws-submit-improvments
…eston/gzip-support
Greptile OverviewGreptile SummaryAdded gzip compression support for WebSocket subscriptions via Key Changes:
Observations:
Confidence Score: 4/5
Important Files Changed
|
Additional Comments (1)
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! Prompt To Fix With AIThis is a comment left during a code review.
Path: crates/full-node/sov-sequencer/src/rest_api.rs
Line: 425:425
Comment:
Consider adding compression support to `axum_get_tx_ws` for consistency with other subscription endpoints
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise. |
Codecov Report❌ Patch coverage is
Additional details and impacted files
🚀 New features to boost your workflow:
|
bkolad
left a comment
There was a problem hiding this comment.
Approving, provided my comments are addressed.
Description
This PR adds support for gzipping messages on the events and transactions websockets using the
?compression=gzipquery param. When gzip is enabled...