spn icon indicating copy to clipboard operation
spn copied to clipboard

Implement simulation for `MsgCreateClient`

Open giunatale opened this issue 3 years ago • 1 comments

I've noticed the implementation for this simulation is empty, and contains a TODO.

We should eventually implement this message simulation.

giunatale avatar Apr 08 '22 09:04 giunatale

Yes although this message simulation will be more complex to implement since the completion depends in some way on external event: fetching the consensus state and validator set of launched chain and parsing the values with the values in the launch module. This will require to craft consensus state and validator state from GenesisValidator that have been set in the launch module for specific launch ID

lumtis avatar Apr 08 '22 10:04 lumtis