Skip to content

feat(core): Add gRPC Compression #4135

Open
@walldiss

Description

@walldiss

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)

https://grpc.io/docs/guides/compression/

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions