Skip to content
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

Closed
wants to merge 128 commits into from
Closed

Sdk46 no global #873

wants to merge 128 commits into from

Conversation

faddat
Copy link
Contributor

@faddat faddat commented May 27, 2022

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

@ethanfrey
Copy link
Member

I write app.go with
app.BankKeeper
but here we do app.bankKeeper

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)
Copy link
Contributor

@giansalex giansalex May 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@faddat
Copy link
Contributor Author

faddat commented Jun 2, 2022

@ethanfrey I'll make that issue now, and thanks very much for your openness to discussion on the matter.

❤️

@faddat
Copy link
Contributor Author

faddat commented Jun 2, 2022

I'm going to close this issue, and hopefully we can merge #882

@faddat faddat closed this Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants