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

Problem: interchain-accounts in ibc-go v6 is not integrated #1147

Merged
merged 5 commits into from
Aug 31, 2023

cleanup

465f4ef
Select commit
Loading
Failed to load commit list.
Merged

Problem: interchain-accounts in ibc-go v6 is not integrated #1147

cleanup
465f4ef
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / gosec failed Aug 31, 2023 in 7s

2 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 82 in x/icaauth/keeper/keeper.go

See this annotation in the file changed.

Code scanning / gosec

Potential integer overflow by integer type conversion Error

Potential integer overflow by integer type conversion

Check warning on line 57 in x/icaauth/types/params.go

See this annotation in the file changed.

Code scanning / gosec

Returned error is not propagated up the stack. Warning

Returned error is not propagated up the stack.