crytic / building-secure-contracts

Guidelines and training material to write secure smart contracts
https://secure-contracts.com/
GNU Affero General Public License v3.0
2.18k stars 341 forks source link

Add a recommendation to solve VM failed for unhandled reason, MaxInitCodeSizeExceeded #355

Open ggrieco-tob opened 4 months ago

ggrieco-tob commented 4 months ago

A small PR to add a new element into our Echidna FAQ regarding the usage of codeSize.

0xalpharush commented 4 months ago

Can this just be recommend by Echidna in the error message?

Renzo1 commented 2 months ago

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