-
Notifications
You must be signed in to change notification settings - Fork 556
New API dynamic contracts #495
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
Conversation
@@ -8,7 +8,8 @@ import "../../external-deps/openzeppelin/utils/cryptography/EIP712.sol"; | |||
import "../../external-deps/openzeppelin/utils/structs/EnumerableSet.sol"; | |||
|
|||
library AccountPermissionsStorage { | |||
bytes32 public constant ACCOUNT_PERMISSIONS_STORAGE_POSITION = keccak256("account.permissions.storage"); | |||
bytes32 public constant ACCOUNT_PERMISSIONS_STORAGE_POSITION = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add the following comment wherever we define a storage slot:
/// @custom:storage-location erc7201:extension.manager.storage
return metadata; | ||
} | ||
} | ||
// // Interface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's delete ExtensionRegistry
and TWRouter
related code. If we need it back, we can refer historical commits.
No description provided.