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 slices functions, with new slices functionality #727

Open
mtsitrin opened this issue Mar 24, 2024 · 0 comments
Open

refactor slices functions, with new slices functionality #727

mtsitrin opened this issue Mar 24, 2024 · 0 comments

Comments

@mtsitrin
Copy link
Contributor

example:

this could all be shortened by a generic dedupe function, and https://pkg.go.dev/slices#ContainsFunc or https://pkg.go.dev/slices#IndexFunc

psuedo:

if len(permissioned) != len(deduped(permissioned)) {
..}
if i := slices.indexFunc(permissioned, func(x){
_, err := sdk.AccAddressFromBech32(x)
return err!=nil
}
}) {..}

something like that

Originally posted by @danwt in #712 (comment)

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

No branches or pull requests

1 participant