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
@adam.chasen I believe in one of the more recent versions of truffle, we bumped the solidity version to 0.5.8 (which defaults the evmVersion to petersburg and would probably be the cause of outputing diff bytecode) (edited)
Note: truffle version is deprecated and no longer returns correct version information for solidity. Need to look at compile output to see which solidity truffle uses.
newer solidity versions have
out of gas
issues deploying our sample contracts.Specify the solidity version in the truffle-config.js
from @cruz:
Note:
truffle version
is deprecated and no longer returns correct version information for solidity. Need to look at compile output to see which solidity truffle uses.reference from public truffle channel: https://consensys.slack.com/archives/C1D2T7NLC/p1561670155102100
The text was updated successfully, but these errors were encountered: