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
In #13684 I simply add the function in depinject.Supply. This is not ideal (we do the same for mint), but that still let a chain dev to modify the value. We can always increment on it later with Any I think.
In #12019, we didn't add configuration parameters for:
func() types.AccountI
which is a parameter forNewAccountKeeper
, andtypes.RandomGenesisAccountsFn
which is a parameter toauth.NewModule
I propose we handle these with
google.protobuf.Any
in the authModule
config object.The question is, how do we actually map the
Any
to the function? Since these now live in the API module do we take an approach similar to that outlined here: https://github.com/cosmos/cosmos-sdk/blob/963bbae8b190df8743196005a43158277a9954c8/core/extension/extension.goThe text was updated successfully, but these errors were encountered: