Closed loin3 closed 2 years ago
It's a spec and not a bug. Please refer to: https://github.com/line/lbm-sdk/blob/v0.46.0-rc9/x/foundation/README.md#createvalidatorauthorization
And, there is actually the error message:
failed to execute message; message index: 0: authorization not found: unauthorized
So, in your case, please insert following authorizations into the x/foundation's authorizations
:
{
"grantee": "link1twsfmuj28ndph54k4nw8crwu8h9c8mh3rtx705",
"authorization": {
"@type": "/lbm.stakingplus.v1.CreateValidatorAuthorization",
"validator_address": "linkvaloper1twsfmuj28ndph54k4nw8crwu8h9c8mh33lyrp8"
}
}
I hope this would solve your issue.
I got it.
I should have got authroization for MsgCreateValidator
.
Thank you.
If there is another problem, you may re-open this issue.
Summary of Bug
panic with no message occurs when start with
/cosmos.staking.v1beta1.MsgCreateValidator
in foundation.params.censored_msg_type_urls.Version
I used line/lbm-simapp:0.46.0-rc9 docker image for running tests.
Steps to Reproduce
I ran test with genesis.json below.
For Admin Use