Clarify what the GetCtip endpoint does through a comment in the proto file
Proper error handling in GetCtip:
Return an error if the sidechain is not found
Make the sidechain number request field optional. This is to differentiate not passing a number from passing 0. The former is invalid, and we indicate this with a proper error message
GetCtip
endpoint does through a comment in the proto fileGetCtip
: