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
{{ message }}
This repository was archived by the owner on Jan 22, 2018. It is now read-only.
Sometimes calling a function via method.postTransaction(..) will result in a throw in the EVM, but this is not reflected in javascript.
The way we currently diagnose EVM throws is by examining the gas usage returned by parity.js, and comparing that to the gas input to the function. If the values are equal, but state appears not to have changed, then we assume the function threw.
Is there a way to actually do a js error throw from within parity.js in this case?
Would be very useful for debugging :)