Open chuck-bear opened 2 weeks ago
@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:
The missing bit is figuring out how to duly initialize the codec so that it can work with currently used types.
bet-cli is a branch here
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".