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

Move Whitelist contract to access directory #994

Merged
merged 1 commit into from Jun 11, 2018

Conversation

arku
Copy link
Contributor

@arku arku commented Jun 11, 2018

Fixes #988

πŸš€ Description

  • Moves Whitelist.sol from contracts/ownership to contracts/access
  • Updates references to solidity files in Whitelist.sol and WhitelistMock.sol
  • πŸ“˜ I've reviewed the OpenZeppelin Contributor Guidelines
  • βœ… I've added tests where applicable to test my new functionality.
  • πŸ“– I've made sure that my contracts are well-documented.
  • 🎨 I've run the JS/Solidity linters and fixed any issues (npm run lint:all:fix).

@arku arku mentioned this pull request Jun 11, 2018
1 task
@arku arku force-pushed the fix/whitelist-location-move-#988 branch from 5f9b5bf to 6a2875f Compare June 11, 2018 01:21
Copy link
Contributor

@shrugs shrugs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@frangio frangio merged commit 9f1d294 into OpenZeppelin:master Jun 11, 2018
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.

Whitelist.sol should live in /access
3 participants