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
There is #2933 with exactly same issue i am experiencing.
Turns out that method.extraFormatters.receiptFormatter() in web3-core-method throws "Error: Returned values aren't valid, did it run Out of Gas?"
I am able to fix it by indexing arguments in same order but it is something that we are not willing to do.
Please investigate as it seems like that problem was fixed in the past.
web3 1.2.4
truffle 5.1.3
The text was updated successfully, but these errors were encountered:
There is #2933 with exactly same issue i am experiencing.
Turns out that
method.extraFormatters.receiptFormatter()
in web3-core-method throws "Error: Returned values aren't valid, did it run Out of Gas?"I am able to fix it by indexing arguments in same order but it is something that we are not willing to do.
Please investigate as it seems like that problem was fixed in the past.
web3 1.2.4
truffle 5.1.3
The text was updated successfully, but these errors were encountered: