Skip to content

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

Merged
merged 25 commits into from
Sep 5, 2023
Merged

New API dynamic contracts #495

merged 25 commits into from
Sep 5, 2023

Conversation

kumaryash90
Copy link
Member

No description provided.

@@ -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 =
Copy link
Contributor

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
Copy link
Contributor

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.

@kumaryash90 kumaryash90 merged commit 2b97b02 into main Sep 5, 2023
@kumaryash90 kumaryash90 deleted the yash/new-api-dynamic-contracts branch September 5, 2023 23:11
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.

2 participants