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

refactor: change brand to imua #309

Merged
merged 26 commits into from
Feb 21, 2025

remove old TODO

b59f659
Select commit
Loading
Failed to load commit list.
Merged

refactor: change brand to imua #309

remove old TODO
b59f659
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 21, 2025 in 3s

5 new alerts

New alerts in code changed by this pull request

  • 3 warnings
  • 2 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 7 in x/oracle/keeper/feedermanagement/caches.go

See this annotation in the file changed.

Code scanning / CodeQL

Sensitive package import Note

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

Check warning on line 262 in x/oracle/keeper/feedermanagement/feedermanager.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 333 in x/oracle/keeper/feedermanagement/feedermanager.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 7 in x/oracle/keeper/feedermanagement/prices.go

See this annotation in the file changed.

Code scanning / CodeQL

Sensitive package import Note

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

Check warning on line 140 in x/oracle/keeper/prices.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