You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Current ISC EVM doesn't yet support
MCOPY
opcode introduced incancun
fork.Newer
solc
version spit out code containingMCOPY
, 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
The text was updated successfully, but these errors were encountered: