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

[R4R] feat(oracle) #30

Merged
merged 49 commits into from
Apr 25, 2024

fix lint

d892e60
Select commit
Loading
Failed to load commit list.
Merged

[R4R] feat(oracle) #30

fix lint
d892e60
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 25, 2024 in 4s

15 new alerts

New alerts in code changed by this pull request

  • 13 warnings
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 465 in x/oracle/types/info.pb.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 482 in x/oracle/types/info.pb.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 615 in x/oracle/types/info.pb.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 623 in x/oracle/types/info.pb.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 notice on line 5 in testutil/nullify/nullify.go

See this annotation in the file changed.

Code scanning / CodeQL

Sensitive package import Note test

Certain system packages contain functions which may be a possible source of non-determinism

Check notice on line 6 in testutil/nullify/nullify.go

See this annotation in the file changed.

Code scanning / CodeQL

Sensitive package import Note test

Certain system packages contain functions which may be a possible source of non-determinism

Check warning on line 110 in x/oracle/keeper/cache/caches.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 153 in x/oracle/keeper/cache/caches.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 69 in x/oracle/keeper/single.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 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 86 in x/oracle/keeper/single.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 172 in x/oracle/keeper/cache/caches.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 33 in x/oracle/keeper/aggregator/aggregator.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 187 in x/oracle/keeper/aggregator/context.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 253 in x/oracle/keeper/aggregator/context.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