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

Enhanced Access Control: Removal of Global Permissions, Direct Permission Setting, and External Contract Calls by IP Owners #89

Merged
merged 3 commits into from
Apr 14, 2024

Conversation

kingster-will
Copy link

This PR includes three significant changes to the access control mechanism in our Solidity contracts, specifically in the AccessController.sol file.

  1. Removal of Global Permissions: Removes the concept of global permissions. Previously, permissions were able to set at a global level. With this change, permissions are now can only set at a more granular level, providing better control and security.

  2. Direct Permission Setting by IP Owners: Allows IP owners to directly set permissions, no need through the IPAccount contract. This change simplifies the process of setting permissions and makes it more intuitive for IP owners.

  3. IP Owners Can Call External Contracts: Allows IP owners to call any external contracts through their IPAccount. This provides IP owners with greater flexibility and control over their IP, enabling them to interact with a wider range of contracts and services.

@LeoHChen LeoHChen merged commit 99a23ba into storyprotocol:main Apr 14, 2024
3 checks passed
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.

4 participants