-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Migration Review - DO NOT MERGE] Service module #372
Conversation
|
||
// the address capable of executing a MsgUpdateParams message. Typically, this | ||
// should be the x/gov module account. | ||
authority string | ||
|
||
bankKeeper types.BankKeeper |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use ModuleInputs for this instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I follow the question. ModuleInputs
is being used, just in a higher scope. It's used in the context of the ProvideModule
method in module.go.
|
||
// DefaultApplicationModuleGenesisState generates a GenesisState object with a given number of applications. | ||
// It returns the populated GenesisState object. | ||
func DefaultApplicationModuleGenesisState(t *testing.T, n int) *apptypes.GenesisState { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did all the helpers go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Helpers have been temporarily removed to mitigate build failure while the migration is in progress. This will be reconciled at the end of the migration/base
branch and reviewed in main..migration/review/base
.
(cherry picked from commit a35acb4)
x/service/module/autocli.go
Outdated
// AutoCLIOptions implements the autocli.HasAutoCLIConfig interface. | ||
func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions { | ||
return &autocliv1.ModuleOptions{ | ||
// TODO_TECHDEBT(#370): Integrate with AutoCLI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commenting this out is not necessary and will confuse ignite upon future message scaffolding in this module.
Summary
Human Summary
Review branch for the session module migration to rollkit/cosmos-sdk v0.50.x (see: migration notion doc).
Once this branch is approved:
git diff origin/migration/service-module..origin/migration/review/service-module
NOTE:
*.pulsar.go
code.proto/service/...
,x/service/...
) and dependencies.Issue
Type of change
Select one or more:
Testing
make go_develop_and_test
make test_e2e
devnet-test-e2e
label to the PR. This is VERY expensive, only do it after all the reviews are complete.Sanity Checklist