-
Notifications
You must be signed in to change notification settings - Fork 12.1k
Closed
Labels
contractsSmart contract code.Smart contract code.featureNew contracts, functions, or helpers.New contracts, functions, or helpers.
Milestone
Description
The old Whitelist
and WhitelistedCrowdsale
contracts were removed in #1291.
These contracts made a distinction between a whitelister (the owner
) and whitelisted accounts. Using Roles
, since an account with a role can add that role to any other account, a whitelisted account would essentially be a whitelister itself. We need to figure out whether or not that's an issue, and if yes, come up with a solution.
Metadata
Metadata
Assignees
Labels
contractsSmart contract code.Smart contract code.featureNew contracts, functions, or helpers.New contracts, functions, or helpers.