We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of EIP170, mainnet has a maximum bytecode size of 24k. I suggest we increase this limit.
Here are some interesting reads on the subject: https://ethereum-magicians.org/t/removing-or-increasing-the-contract-size-limit/3045
ethereum/EIPs#659
The text was updated successfully, but these errors were encountered:
As you can see in our spec.json the parameter maxCodeSize is equal to 24k.
maxCodeSize
Sorry, something went wrong.
Ok, but why closing this issue?
Because there's nothing to implement here, it is already done
The suggestion is to increase the limit over 24k
No branches or pull requests
As of EIP170, mainnet has a maximum bytecode size of 24k. I suggest we increase this limit.
Here are some interesting reads on the subject:
https://ethereum-magicians.org/t/removing-or-increasing-the-contract-size-limit/3045
ethereum/EIPs#659
The text was updated successfully, but these errors were encountered: