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've scanned through the ganache-core release notes linked by @davidmurdoch in this comment. As far as I understand them I would assume this a) has been solved and b) is not an issue where there is still some underlying problem within the VM.
Will close this for now, feel free to reopen if my understanding of this was not correct.
Passing this one along. See trufflesuite/ganache#367 for more detail.
I suspect the fix is simple, just change this line to something like
gasLimit: gas.sub(runState.gasLeft.sub(runState.gasLeft.div(64))
I haven't read the yellow paper too carefully on this subject - it's possible that similar gas reductions should apply for other
*CALL
opcodes.The text was updated successfully, but these errors were encountered: