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

Add consumer module #237

Merged
merged 13 commits into from
Sep 22, 2023
Merged

Add consumer module #237

merged 13 commits into from
Sep 22, 2023

Conversation

GNaD13
Copy link
Contributor

@GNaD13 GNaD13 commented Sep 16, 2023

No description provided.

Comment on lines +67 to +72
for paramChangeKey := range paramChanges {
_, found := WhitelistedParams[paramChangeKey]
if !found {
return false
}
}

Check warning

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism
@vuong177 vuong177 merged commit ed05df7 into main Sep 22, 2023
11 of 14 checks passed
@hoank101 hoank101 deleted the dang/add-ics branch April 8, 2024 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants