-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Closed
Closed
Copy link
Labels
breaking changeChanges that break backwards compatibility of the public API.Changes that break backwards compatibility of the public API.
Milestone
Description
π§ Motivation
I think grouping the extension access control contracts would be more readable and organized, as it happens with the token standard contracts.
π Details
Current structure:
contracts
β
ββββ access
β AccessControl.sol
β AccessControlCrossChain.sol "Extension contract"
β AccessControlEnumerable.sol "Extension contract"
β IAccessControlEnumerable.sol "Extension contract interface"
β ...
ββββ
Expected structure:
contracts
β
ββββ access
β
ββββ extensions
β β AccessControlCrossChain.sol "Extension contract"
β β AccessControlEnumerable.sol "Extension contract"
β β IAccessControlEnumerable.sol "Extension contract interface"
β ββββ
β AccessControl.sol
β ...
ββββ
Metadata
Metadata
Assignees
Labels
breaking changeChanges that break backwards compatibility of the public API.Changes that break backwards compatibility of the public API.