You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the REST version of the API, I am trying to get a list of Mainnet network validators.
Current Behavior
The server response cannot be turned into the protobuf message QueryValidatorsResponse.
The error occurs in the consensus_pubkey field.
That being said, I tried compiling my proto files for newer versions of Cosmos SDK, but the problem persists.
File "C:\Users\Sergey\Anaconda3\envs\sergey\lib\site-packages\google\protobuf\json_format.py", line 648, in _ConvertAnyMessage
raise ParseError('{0} at {1}'.format(e, path))
google.protobuf.json_format.ParseError: Can not find message descriptor by type_url: /cosmos.crypto.ed25519.PubKey at QueryValidatorsResponse.validators[0].consensus_pubkey
`
The text was updated successfully, but these errors were encountered:
Prerequisites
Expected Behavior
Using the REST version of the API, I am trying to get a list of Mainnet network validators.
Current Behavior
The server response cannot be turned into the protobuf message QueryValidatorsResponse.
The error occurs in the consensus_pubkey field.
That being said, I tried compiling my proto files for newer versions of Cosmos SDK, but the problem persists.
To Reproduce
This error is shown by the following code:
File "C:\Users\Sergey\Anaconda3\envs\sergey\lib\site-packages\google\protobuf\json_format.py", line 648, in _ConvertAnyMessage
raise ParseError('{0} at {1}'.format(e, path))
google.protobuf.json_format.ParseError: Can not find message descriptor by type_url: /cosmos.crypto.ed25519.PubKey at QueryValidatorsResponse.validators[0].consensus_pubkey
`
The text was updated successfully, but these errors were encountered: