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

Bump OpenZeppelin version #52

Open
supernovahs opened this issue Jan 26, 2024 · 1 comment
Open

Bump OpenZeppelin version #52

supernovahs opened this issue Jan 26, 2024 · 1 comment
Assignees
Labels
easy enhancement New feature or request medium

Comments

@supernovahs
Copy link

supernovahs commented Jan 26, 2024

packages/contracts use openzeppelin 's 5.0.0 , which does removes 777 , but account abstraction dependency uses 777 in their current latest version (0.6.0)

Hence forge build is throwing error

 --> ../../node_modules/accountabstraction/contracts/samples/callback/TokenCallbackHandler.sol:7:1:
  |
7 | import "@openzeppelin/contracts/token/ERC777/IERC777Recipient.sol";
@Divide-By-0 Divide-By-0 changed the title Dependency mismatch in packages/contracts Bump OpenZeppelin version May 18, 2024
@Divide-By-0
Copy link
Member

We updated the contracts in zk-email-verify to use open-zeppelin 6.0.0, and just need to update that import, the respective interfaces, and the versions of contracts here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy enhancement New feature or request medium
Projects
None yet
Development

No branches or pull requests

3 participants