-
Notifications
You must be signed in to change notification settings - Fork 3
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 size limitation #56
Comments
contract size is also inherently limited by the maximum transaction size. |
goal value: double the size of Ethereum (24k) = 48k |
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-170.md the original reasoning there is also linked to the max blockgaslimit and as our blockgaslimit is like 20x the blockgaslimit of etherem a max contractsize of just 2x the ethereum max contracsize should keep us on the save side and still allow developers more flexibility |
we should adapt the maximum contract size to really what we need.
The text was updated successfully, but these errors were encountered: