-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
> grpcurl -plaintext localhost:9092 spacemesh.v1.NodeService.Status
{
"status": {
"connectedPeers": "1",
"isSynced": true,
"syncedLayer": {
"number": 19386
},
"topLayer": {
"number": 19389
},
"verifiedLayer": {
"number": 19383
}
}
}
This currently includes isSynced
but not IsBeaconSynced which can also block hare from running:
Metadata
Metadata
Assignees
Labels
No labels