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
I use the solidity compiler to compile a contract, and there are some "Unknown Opcode" in the bytecode. When I use evmjit to deploy the contract, it will go to the default branch whitch means it is "Invalid instruction - abort", and will stop the compile immediately. Should I remove the default branch and complete the compile? Is it OK?
The text was updated successfully, but these errors were encountered:
I use the solidity compiler to compile a contract, and there are some "Unknown Opcode" in the bytecode. When I use evmjit to deploy the contract, it will go to the default branch whitch means it is "Invalid instruction - abort", and will stop the compile immediately. Should I remove the default branch and complete the compile? Is it OK?
The text was updated successfully, but these errors were encountered: