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

test: oracle slash e2e #244

Closed

fix: remove unused var

d01e53a
Select commit
Loading
Failed to load commit list.
Closed

test: oracle slash e2e #244

fix: remove unused var
d01e53a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 15, 2024 in 5s

5 new alerts

New alerts in code changed by this pull request

  • 4 warnings
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 33 in tests/e2e/oracle/data.go

See this annotation in the file changed.

Code scanning / CodeQL

Calling the system time Warning test

Calling the system time may be a possible source of non-determinism

Check warning on line 53 in tests/e2e/oracle/data.go

See this annotation in the file changed.

Code scanning / CodeQL

Calling the system time Warning test

Calling the system time may be a possible source of non-determinism

Check warning on line 58 in tests/e2e/oracle/data.go

See this annotation in the file changed.

Code scanning / CodeQL

Calling the system time Warning test

Calling the system time may be a possible source of non-determinism

Check notice on line 44 in testutil/network/tx.go

See this annotation in the file changed.

Code scanning / CodeQL

Floating point arithmetic Note test

Floating point arithmetic operations are not associative and a possible source of non-determinism

Check notice on line 52 in testutil/network/tx_internal.go

See this annotation in the file changed.

Code scanning / CodeQL

Floating point arithmetic Note test

Floating point arithmetic operations are not associative and a possible source of non-determinism

Check warning on line 52 in testutil/network/tx_internal.go

See this annotation in the file changed.

Code scanning / CodeQL

Missing error check Warning test

gasInfo
may be nil at this dereference because
err
may not have been checked.

Check warning on line 160 in x/oracle/module.go

See this annotation in the file changed.

Code scanning / CodeQL

Panic in BeginBock or EndBlock consensus methods Warning

path flow from Begin/EndBlock to a panic call

Check warning on line 165 in x/oracle/module.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 173 in x/oracle/module.go

See this annotation in the file changed.

Code scanning / CodeQL

Panic in BeginBock or EndBlock consensus methods Warning

path flow from Begin/EndBlock to a panic call

Check warning on line 349 in x/oracle/module.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 232 in x/oracle/module.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 304 in x/oracle/module.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 353 in x/oracle/module.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 235 in x/oracle/module.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 308 in x/oracle/module.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