-
Notifications
You must be signed in to change notification settings - Fork 270
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
code ELOCKED during compile if importing in config file #537
Comments
I was able to reproduce this issue and will look into it. Related to #530 which is needed for Hardhat 2.9.0. As a workaround, use Hardhat 2.8.4 for now ( |
Yes, this is contributing high contention on this lock. How many contracts do you have? |
happened at 76 contract files (hehehe) but tried starting with empty and found that around 10 it starts racing |
We're still getting this error for some devs at https://github.com/smartcontractkit/chainlink I opened #769 to address this by making the retry options configurable |
Adding the import breaks compilation. Maybe because Lots of contracts in the ./contracts directory... Tried putting on the top, or bottom of imports, same error. Removed the import, compilation works (but then script fails because it needs import)
The validations.json file starts to grow, and then the error is thrown.
I can add more info if needed. Maybe its a version mismatch somewhere.
here is the top of hardhat-config.ts
here is the error when compiling with
@openzeppelin
The text was updated successfully, but these errors were encountered: