-
Notifications
You must be signed in to change notification settings - Fork 407
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
Sdk46 no global #873
Sdk46 no global #873
Conversation
…Address() returns
We currently have all members of WasmApp lowercase, other chains have them Capitalised (public). This seems to cause most of the merge conflicts with your PRs (between wasmd and Juno / Osmosis). I am happy to reconsider that design. If you want to raise an issue just on that point, we can talk, and if we then merge a PR just to do the rename, this will help with other merge issues in the future. I would love to hear Alex's thoughts on making them public as well, so probably best to have a focused issue, then we decide to change or not. |
@@ -70,6 +70,7 @@ var ( | |||
) | |||
|
|||
func init() { | |||
RegisterLegacyAminoCodec(legacy.Cdc) |
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.
https://github.com/cosmos/cosmos-sdk/blob/v0.46.0-rc1/x/bank/types/codec.go#L47 this seems necessary for authz + ledger
@ethanfrey I'll make that issue now, and thanks very much for your openness to discussion on the matter. ❤️ |
I'm going to close this issue, and hopefully we can merge #882 |
This is just a review tool.
I write app.go with
app.BankKeeper
but here we do app.bankKeeper
going to have a look see around to see how that affects things