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

Reorganize the repo structure #2503

Merged
merged 41 commits into from
Feb 22, 2021
Merged

Conversation

Amxx
Copy link
Collaborator

@Amxx Amxx commented Feb 2, 2021

Fixes #2527. See the issue for more details.

PR Checklist

  • Tests
  • Documentation
  • Changelog entry

@frangio
Copy link
Contributor

frangio commented Feb 8, 2021

Notes from offline conversation:

  • Interfaces such as a IERC777Sender should go at the top level ERC777 directory.
  • Rename proxy/upgradeable to proxy/transparent and move UpgradeableProxy to proxy.
  • Maybe TimelockController should go in its own directory of standalone contracts. Does this belong in utils? This category could also contain TokenTimelock, PaymentSplitter.
  • A new enumerable directory.
  • Try to move mocks directory somewhere less visible.

@Amxx
Copy link
Collaborator Author

Amxx commented Feb 12, 2021

What about moving the mocks/* into test/mocks/* ?

@frangio frangio changed the title Reorganize the repo's structure. Reorganize the repo structure Feb 17, 2021
@Amxx Amxx marked this pull request as ready for review February 17, 2021 17:56
frangio
frangio previously approved these changes Feb 19, 2021
@frangio frangio added the on hold Put on hold for some reason that must be specified in a comment. label Feb 19, 2021
@frangio
Copy link
Contributor

frangio commented Feb 19, 2021

Will merge on Monday!

@frangio frangio removed the on hold Put on hold for some reason that must be specified in a comment. label Feb 22, 2021
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.

Reorganize contracts for better discoverability and clarity
2 participants