Skip to content
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

Open
SurfingNerd opened this issue Jun 18, 2023 · 3 comments
Open

contract size limitation #56

SurfingNerd opened this issue Jun 18, 2023 · 3 comments
Assignees

Comments

@SurfingNerd
Copy link
Collaborator

SurfingNerd commented Jun 18, 2023

we should adapt the maximum contract size to really what we need.

@SurfingNerd SurfingNerd moved this to Todo in Alpha4 Apr 7, 2024
@SurfingNerd SurfingNerd self-assigned this Apr 18, 2024
@SurfingNerd
Copy link
Collaborator Author

contract size is also inherently limited by the maximum transaction size.

@SurfingNerd SurfingNerd moved this from Todo to In Progress in Alpha4 Nov 28, 2024
@SurfingNerd
Copy link
Collaborator Author

SurfingNerd commented Nov 28, 2024

goal value: double the size of Ethereum (24k) = 48k

@cryptonit
Copy link

cryptonit commented Nov 29, 2024

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

@SurfingNerd SurfingNerd removed this from Alpha4 Jan 9, 2025
@SurfingNerd SurfingNerd moved this to Todo in Diamond Beta Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants