-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Deploying a contract with an initcode that is too large should not succeed. #9905
Comments
Looks like the batch inbox isn't configured which is leaving |
This is my rollup configuration, batch_inbox_address is set.
|
@zmovane what L1 RPC endpoint were you using? Did you come across this again? We experienced this a couple of times internally and switching to a properly synced L1 geth node fixed it in our cases. |
Looks like this is an issue with Erigon, sent a bug report erigontech/erigon#10607 |
It got fixed on their end. |
Fix is in Erigon/v2.60.1 |
Bug Description
The OP-Batcher service is encountering an "
INVALID: initcode too large
" error and the error keeps occurring.How to handle the "INVALID: initcode too large" error that keeps occurring with the OP-Batcher service? Is there a way to skip failed transactions?
Steps to Reproduce
Deploying a contract with a large initcode
Expected behavior
Deploying a contract with an initcode that is too large should not succeed.
Environment Information:
Configurations:
Logs:
Additional context
Add any other context about the problem here.
Please ensure all required sections are filled out accurately to expedite the debugging process and improve issue resolution efficiency.
The text was updated successfully, but these errors were encountered: