celestiaorg/celestia-core

Add ability to subscribe to block data via grpc

Opened this issue · 2 comments

Per request from the node team, we should have an equivalent method to stream block data via grpc instead of only via rpc.

ref celestiaorg/celestia-app#3421 (comment)

per sync: we should make sure that we are also updating the configuration for the max size. The default is ~4MB ref celestiaorg/celestia-app#3437

Is it necessary to add ability to subscribe via grpc when it's able to get block data by hash or height?