-
Notifications
You must be signed in to change notification settings - Fork 939
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: Remove gasleft
in setupModules
, add erc4337 compatibility test
#572
Conversation
b08d4a5
to
be953e0
Compare
Pull Request Test Coverage Report for Build 5078570173
💛 - Coveralls |
@@ -18,5 +18,6 @@ | |||
"resolveJsonModule": true | |||
}, | |||
"exclude": ["dist", "node_modules"], | |||
"include": ["./src/index.ts", "./types"] | |||
"include": ["./src/index.ts", "./types"], | |||
"files": ["./hardhat.config.ts"] |
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.
This change was required for the ts compiler to pick up imports in the hardhat config that extend the hardhat runtime to update types accordingly
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.
This wasn't enough, so I created #573
aebb5a9
to
a96739c
Compare
a96739c
to
22d9fd2
Compare
This PR:
setupModules()
#568 by replacing the gasleft withtype(uint256).max