Open
Description
Implementation ideas
Problem
Right now, all gRPC traffic between Celestia Node and the Core server is uncompressed. This leads to bigger data transfers and slower performance. By enabling gRPC’s built-in compression, we can shrink the data payload, use less bandwidth, and speed up node operations.
Solution
Use gRPC options (e.g., GZIP,snappy,zstd)