neonevm / neon-evm

Other
258 stars 58 forks source link

Solidity 0.8.25 - bytecode"5E" MCOPY not supported #917

Open Systerr opened 7 months ago

Systerr commented 7 months ago

Looks like NEON EVM not supported "5E" MCOPY opcode. Solidity v0.8.25 start use it on bytecode generation https://soliditylang.org/blog/2024/03/14/solidity-0.8.25-release-announcement/

This opcode introduced in EIP-5656 that part of recent dencun update of EVM