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

Update third party OpenZeppelin Account.cairo to latest version #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

calvwang9
Copy link

@calvwang9 calvwang9 commented Mar 31, 2022

The version of the third party OpenZeppelin account contract used for deploying accounts in tests and experimentation is not up to date with the latest version of Account.cairo in the OpenZeppelin repo. Notably, it does not include ERC165 support with no supportsInterface function.

This PR simply updates the Account contract to the current version by OpenZeppelin, alongside any required contract imports - https://github.com/OpenZeppelin/cairo-contracts/blob/main/src/openzeppelin/account/Account.cairo


This change is Reviewable

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.

1 participant