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

feat!: use cosmos-sdk v50 and IBC v8.1 #1698

Merged
merged 72 commits into from
Mar 14, 2024

e2e: update e2e; use v5

ceb706b
Select commit
Loading
Failed to load commit list.
Merged

feat!: use cosmos-sdk v50 and IBC v8.1 #1698

e2e: update e2e; use v5
ceb706b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 14, 2024 in 4s

28 new alerts

New alerts in code changed by this pull request

  • 28 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 44 in x/ccv/consumer/keeper/changeover.go

See this annotation in the file changed.

Code scanning / CodeQL

Panic in BeginBock or EndBlock consensus methods Warning

Possible panics in BeginBock- or EndBlock-related consensus methods could cause a chain halt

Check warning on line 122 in x/ccv/consumer/keeper/soft_opt_out.go

See this annotation in the file changed.

Code scanning / CodeQL

Panic in BeginBock or EndBlock consensus methods Warning

Possible panics in BeginBock- or EndBlock-related consensus methods could cause a chain halt

Check warning on line 346 in app/provider/app.go

See this annotation in the file changed.

Code scanning / CodeQL

Directly using the bech32 constants Warning

Directly using the bech32 constants instead of the configuration values

Check warning on line 347 in app/provider/app.go

See this annotation in the file changed.

Code scanning / CodeQL

Directly using the bech32 constants Warning

Directly using the bech32 constants instead of the configuration values

Check warning on line 373 in app/provider/app.go

See this annotation in the file changed.

Code scanning / CodeQL

Directly using the bech32 constants Warning

Directly using the bech32 constants instead of the configuration values

Check warning on line 374 in app/provider/app.go

See this annotation in the file changed.

Code scanning / CodeQL

Directly using the bech32 constants Warning

Directly using the bech32 constants instead of the configuration values

Check warning on line 488 in app/provider/app.go

See this annotation in the file changed.

Code scanning / CodeQL

Directly using the bech32 constants Warning

Directly using the bech32 constants instead of the configuration values

Check warning on line 969 in app/provider/app.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 307 in app/sovereign/app.go

See this annotation in the file changed.

Code scanning / CodeQL

Directly using the bech32 constants Warning

Directly using the bech32 constants instead of the configuration values

Check warning on line 308 in app/sovereign/app.go

See this annotation in the file changed.

Code scanning / CodeQL

Directly using the bech32 constants Warning

Directly using the bech32 constants instead of the configuration values

Check warning on line 341 in app/sovereign/app.go

See this annotation in the file changed.

Code scanning / CodeQL

Directly using the bech32 constants Warning

Directly using the bech32 constants instead of the configuration values

Check warning on line 342 in app/sovereign/app.go

See this annotation in the file changed.

Code scanning / CodeQL

Directly using the bech32 constants Warning

Directly using the bech32 constants instead of the configuration values

Check warning on line 799 in app/consumer/app.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 980 in app/consumer-democracy/app.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 830 in app/sovereign/app.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism

Check warning on line 364 in tests/integration/double_vote.go

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning test

This definition of err is never used.

Check warning on line 161 in tests/integration/throttle_retry.go

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning test

This definition of err is never used.

Check warning on line 216 in tests/integration/throttle_retry.go

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning test

This definition of err is never used.

Check warning on line 511 in tests/integration/throttle.go

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning test

This definition of err is never used.

Check warning on line 516 in tests/integration/throttle.go

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning test

This definition of err is never used.

Check warning on line 522 in tests/integration/throttle.go

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning test

This definition of err is never used.

Check warning on line 528 in tests/integration/throttle.go

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning test

This definition of err is never used.

Check warning on line 104 in x/ccv/consumer/keeper/soft_opt_out.go

See this annotation in the file changed.

Code scanning / CodeQL

Panic in BeginBock or EndBlock consensus methods Warning

Possible panics in BeginBock- or EndBlock-related consensus methods could cause a chain halt

Check warning on line 489 in app/provider/app.go

See this annotation in the file changed.

Code scanning / CodeQL

Directly using the bech32 constants Warning

Directly using the bech32 constants instead of the configuration values

Check warning on line 15 in cmd/interchain-security-cd/main.go

See this annotation in the file changed.

Code scanning / CodeQL

Directly using the bech32 constants Warning

Directly using the bech32 constants instead of the configuration values