Skip to content

generators: include prestate bloater for 64 KiB max-sized contracts EIP-7954 - #56

Draft
jochem-brouwer wants to merge 1 commit into
ethpandaops:masterfrom
jochem-brouwer:bloat-prestate-eip-7954-max-sized-contracts
Draft

generators: include prestate bloater for 64 KiB max-sized contracts EIP-7954#56
jochem-brouwer wants to merge 1 commit into
ethpandaops:masterfrom
jochem-brouwer:bloat-prestate-eip-7954-max-sized-contracts

Conversation

@jochem-brouwer

Copy link
Copy Markdown

This includes 150k accounts, this is vibe coded, but the intent of this PR is: the devnet should be started with 150k accounts of 64 KiB size (so 9.375 GiB of code).
This is the theoretical max of accounts we can read in Fusaka. It is good to test this in a live network.

Deploying these contracts on a live network costs an insane amount of gas, and I actually am not even sure that we can deploy these types of account (this size) in Glamsterdam due to the storage gas (code deposit) repricing in EIP-8037 and the transaction gas limit of EIP-7825. This should nevertheless be part of the stress test, and the intent is to do this with ethpandaops/buildoor

There might be some blockers downstream and I'm also not sure if we can deploy non-Fusaka-compatible accounts via clients, plus if they even support ingesting 9.375 GiB of code (at least double of that of the genesis prestate JSON) directly via genesis.

Will otherwise attempt to find another "solution" for this problem. Deploying this live is not really an option due to the insane gas costs of the deployment (we will block other interesting stress test txs like this)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant