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
gaiacli stake signing-info takes the validator public key, from which it derives the validator address.
<rest_api_endpoint>/slashing/signing_info/<validator> expects the validator address (which incidentaly I haven't been able to find? is this actually displayed/used anywhere?)
Should the REST api be updated to use the bech32valpubkey and compute the validator address from that, as per the CLI?
Steps to Reproduce
Attempt to hit REST signing-info endpoint with the same address used for identical CLI query and receive the following error: invalid bech32 prefix. Expected cosmosvaladdr, Got cosmosvalpub
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
I think we're getting rid of pubkeys in ABCI in favor of just passing validator addresses - so agreed on consistency but it may need to be based on address.
Summary of Bug
gaiacli stake signing-info
takes the validator public key, from which it derives the validator address.<rest_api_endpoint>/slashing/signing_info/<validator>
expects the validator address (which incidentaly I haven't been able to find? is this actually displayed/used anywhere?)Should the REST api be updated to use the bech32valpubkey and compute the validator address from that, as per the CLI?
Steps to Reproduce
Attempt to hit REST signing-info endpoint with the same address used for identical CLI query and receive the following error:
invalid bech32 prefix. Expected cosmosvaladdr, Got cosmosvalpub
For Admin Use
The text was updated successfully, but these errors were encountered: