# Functions
GetStatus retrieves the node's status in terms of current height, rank and blocks missed in a row.
HandleRequest handles all incoming requests from the validator.
KeyFilePath returns the absolute path to the priv_validator_key.json file.
NewSCFilePV creates a new instance of SCFilePV.
StateFilePath returns the absolute path to the priv_validator_state.json file.
# Constants
DefaultHTTPPort is the default port which SCFilePV's HTTP server listens on.
KeyFile is Tendermint's default file name for the private validator's keys.
StateFile is Tendermint's default file name for the private validator's state.
# Variables
ErrRankObsolete is returned if the requested vote height is too far ahead of the last block the validator signed.
# Structs
SCFilePV is a wrapper for tm_privval.FilePV.
StatusResponse defines the response JSON for status requests.