-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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
Fix account abstraction upgradeable testing #5248
Fix account abstraction upgradeable testing #5248
Conversation
|
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.
Just leaving a small nit
@@ -5,7 +5,8 @@ | |||
"private": true, | |||
"files": [ | |||
"/contracts/**/*.sol", | |||
"!/contracts/mocks/**/*" | |||
"!/contracts/mocks/**/*", | |||
"!/contracts/vendor/erc4337-entrypoint" |
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.
Minor thing, are we keeping this on the top-level package.json?
Since this is not going to master. I'm merging and we can rediscuss #5248 (comment) later |
518fd94
into
OpenZeppelin:account-abstraction
The account-abstraction branch doesn't run correctly. Amongs other things, this prevents building a storage layout.
These changes should be merged here to keep the other AA PRs clean.