Open
Description
Epic Goal
We need to implement the following RPC Method of the BlockStreamService for BlockNode.
service BlockStreamService {
/**
* Read the status of this block node server.
* <p>
* A client SHOULD request server status prior to requesting block stream
* data or a state snapshot.
*/
rpc serverStatus(ServerStatusRequest) returns (ServerStatusResponse);
...
}
full spec here: https://github.com/hashgraph/hedera-protobufs/blob/main/block/block_service.proto#L874