Skip to content

EPIC: Server Status RPC  #147

Open
Open
@AlfredoG87

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

Child Epics

Preview Give feedback
  1. Design
    georgi-l95

Metadata

Assignees

No one assigned

    Labels

    EpicNew FeatureA new feature, service, or documentation. Major changes that are not backwards compatible.P2Required to be completed in the assigned milestone, but may or may not impact release schedule.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions