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

SDK v50, common module addition #876

Draft
wants to merge 21 commits into
base: feature/dev
Choose a base branch
from
Draft

Conversation

cgsingh33
Copy link
Contributor

@cgsingh33 cgsingh33 commented Dec 14, 2023

  1. sdk v50
  2. ibc-go v8
  3. wasmd v50
  4. common module

@cgsingh33 cgsingh33 marked this pull request as draft January 11, 2024 21:45
@cgsingh33 cgsingh33 changed the title Feature/common SDK v50, common module addition Jan 20, 2024
Comment on lines +1415 to +1422
for _, m := range a.mm.Modules {
if moduleWithName, ok := m.(module.HasName); ok {
moduleName := moduleWithName.Name()
if appModule, ok := moduleWithName.(appmodule.AppModule); ok {
modules[moduleName] = appModule
}
}
}

Check warning

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism
@cgsingh33 cgsingh33 self-assigned this Jan 22, 2024
@github-actions github-actions bot added the T:CI label Jan 28, 2024
@cgsingh33 cgsingh33 marked this pull request as ready for review January 28, 2024 19:26
@cgsingh33 cgsingh33 marked this pull request as draft February 7, 2024 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants