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(accounts): make the internal implementation Stateful #22345

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Merge branch 'main' into tip/accounts/make_impl_stateful

30c4045
Select commit
Loading
Failed to load commit list.
Draft

feat(accounts): make the internal implementation Stateful #22345

Merge branch 'main' into tip/accounts/make_impl_stateful
30c4045
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 23, 2024 in 8s

4 new alerts

New alerts in code changed by this pull request

  • 4 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 203 in x/accounts/internal/implementation/implementation.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 198 in x/accounts/internal/implementation/implementation.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 202 in x/accounts/internal/implementation/implementation.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 126 in x/accounts/query_server.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