-
Notifications
You must be signed in to change notification settings - Fork 3
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
Why is whitelist in faucet an option? #340
Comments
the idea is that None means that every community can drip (unlike no one can). WhitelistType::AnyCommunity We may want to diversify further due to BeeDance and LoCoFlex. I guess that due to the different security assumptions we may even want: WhitelistType::AnyCommunity assuming that CommunityIdentifier is the overarching type for communities of all rule types TBD further |
Alright, this makes sense. I did not get that part of the logic, and I already saw your commit in the wallet fixing my misunderstanding that |
As my question has been answered, I will close this issue and we can continue the discussion in #344 |
It would be much easier to just have an empty array. Otherwise, I need to do some extra null handling on all frontends.
The text was updated successfully, but these errors were encountered: