Missing bytecode size warnings for EIP-3860 and in Yul/EVM asm mode #15861
Labels
low effort
There is not much implementation work to be done. The task is very easy or tiny.
low impact
Changes are not very noticeable or potential benefits are limited.
should have
We like the idea but it’s not important enough to be a part of the roadmap.
There are currently two limits on the bytecode size on mainnet:
spuriousDragon
.shanghai
.The compiler emits warnings only when the first one is exceeded and then only when compiling Solidity (i.e. not Yul or imported EVM assembly). If the warning is useful, we should emit it in both cases and in all input modes.
The text was updated successfully, but these errors were encountered: