iotaledger / iota-wiki

IOTA Wiki
https://wiki.iota.org
Other
118 stars 277 forks source link

Limit solidity version in all Solidity contracts in the Wiki #1626

Open salaheldinsoliman opened 3 months ago

salaheldinsoliman commented 3 months ago

Current ISC EVM doesn't yet support MCOPY opcode introduced in cancun fork. Newer solc version spit out code containing MCOPY, therefore contracts in the wiki would trap if not compiler with proper Solidity version.

The solution I'm proposing is to limit Solidity version in all contracts in the Wiki, to be aligned with the currently supported ISC EVM