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
@chuck-bear thanks for filing the issue.
I don't know what the bet-cli is.
I don't have a solution yet, but I have been able to repro the issue and can provide some preliminary details.
Crash is due to nil pointer exception. We are not specifying a codec for the command at hand.
For context see difference among:
beacond comet show-validator
is broken since maybe alpha.5.How to reproduce?
In the main branch, run:
Output:
What should be the output here?
{"type":"cometbft/PubKeyBls12_381","value":"ghfsdgfjsdfgjasghjsfahgjsdfghj"}
This is basically the
pub_key
part in thepriv_validator_key.json
.The bet-cli has an example of "fix".
The text was updated successfully, but these errors were encountered: