-
Notifications
You must be signed in to change notification settings - Fork 107
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
"Contract code size exceeds 24576 bytes" during coverage #290
Comments
Background for this. I can't believe they thought that choosing a hard coded limit was a good idea. On the bright side, this is a good opportunity to explore some techniques to make contracts lighter. |
Reading this thread makes me sad. Mostly because the amount of people impacted by this and how little concern is there for them. Not to mention that the workarounds being proposed sound complex as hell. |
please help me. |
hi LuckyStar0831 ,i modified the hardhat.config or the truffle instead. and i added this.hopw its works for u! module.exports = {
solidity: {
version: "0.8.3",
settings: {
optimizer: {
enabled: true,
runs: 1000,
},
},
},
}; |
Thank you for your interest. |
In #288 we've seen a warning during the coverage phase in CI. This is not urgent but deserves a look at.
The text was updated successfully, but these errors were encountered: