-
Notifications
You must be signed in to change notification settings - Fork 547
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
feat: integrate with v0.52.x (1/n) #4289
Conversation
Is it possible to keep this in a branch other than Not sure that shipping without IBC is such a great idea. |
It won't be shipped as final, but we will have an alpha without IBC yes. |
I'll update to https://github.com/cosmos/cosmos-sdk/releases/tag/v0.52.0-beta.2 before we should merge this. |
is there anything else blocking this branch? |
reviews :D and the message above |
moved back the target branch to main, as most tests are passing. |
"cosmossdk.io/core/transaction" | ||
banktypes "cosmossdk.io/x/bank/types" | ||
staking "cosmossdk.io/x/staking/types" | ||
|
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.
remove and run make format
// supply custom module basics | ||
map[string]module.AppModuleBasic{ | ||
genutiltypes.ModuleName: genutil.NewAppModuleBasic(genutiltypes.DefaultMessageValidator), | ||
// this line is used by starport scaffolding # stargate/appConfig/moduleBasic |
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 remove this placeholder from the rest of the code?
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.
looks like it wasn't existing, so nothing to here actually.
ignite/templates/app/files/cmd/{{binaryNamePrefix}}d/cmd/testnet.go.plush
Show resolved
Hide resolved
ignite/templates/app/files/cmd/{{binaryNamePrefix}}d/cmd/testnet.go.plush
Show resolved
Hide resolved
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.
We are still using the MemStoreKey
const into the x/module/types/keys.go
? If not, can we remove it?
@@ -69,15 +76,10 @@ func (app *App) prepForZeroHeightGenesis(ctx sdk.Context, jailAllowedAddrs []str | |||
allowedAddrsMap[addr] = true |
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.
line 74 uses a log.Fatal
instead panic
Yeah, the modules will be improved in a follow up. This is just so it builds and work (see check boxes from issue description) |
I'll do the linting in a follow-up. |
v052 is getting audited, this is time for us to update modules and simapp to the latest version.
This PR focuses on: