crytic / echidna

Ethereum smart contract fuzzer
https://secure-contracts.com/program-analysis/echidna/index.html
GNU Affero General Public License v3.0
2.72k stars 362 forks source link

Improve error message on MaxInitCodeSizeExceeded issue #1242

Closed montyly closed 4 months ago

montyly commented 5 months ago
echidna: VM failed for unhandled reason, MaxInitCodeSizeExceeded 0xc000 (Lit 0x1d8ea). This shouldn't happen. Please file a ticket with this error message and steps to reproduce!

We should recommend to do codeSize: 0xffffffff

ggrieco-tob commented 5 months ago

Added a quick note in the Echidna FAQ: https://github.com/crytic/building-secure-contracts/pull/355

Renzo1 commented 4 months ago

What's the fix for this error? I am having thesame issue.

ggrieco-tob commented 4 months ago

@Renzo1 Add codeSize: 0xffffffff to your config file