Vaguely named consumer structs #1206
Labels
good first issue
Good for newcomers
S: KTLO
Keeping the lights on: Keeping the current product operational (bugs, troubleshooting, deps updates)
type: refactoring
Code refactoring
Problem
Following the merge of #1071, the consumer's
GenesisState
andParams
will now live in the shared/x/ccv/types
directory, as they should be (ie. they're reffed by both consumer and provider). These two structs should now be namedConsumerGenesisState
andConsumerParams
since the package alias will no longer indicate the structs are relevant to consumer.For consistency, we could also refactor the provider structs to be
ProviderGenesisState
andProviderParams
, although this isn't strictly neccessary as those structs still live inx/ccv/provider
.Closing criteria
Refactor names according to above.
The text was updated successfully, but these errors were encountered: