-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: invalid address (arg="address", value=undefined, version=4.0.22) #400
Comments
this may be related to the change I made yesterday which expects a from in transaction receipts. It looks like Ganache may not properly add it, so I’ll make it an optional property today. |
This was caused by the fix to #398. I've died it locally and will publish once the regression tests have passed. We are working on a new suite of tests which will test providers against Ganache, parity, Geth, et al, so in the future these little incompatibilities between clients will be caught. Sorry for the inconvenience. |
This should be fixed in Thanks! :) |
Yes, it is fixed in version 4.0.23. We can close the issue. Thank you. |
Awesome! Thanks! :) |
Hello,
when trying to deploy a contract in locally run ganache network, I am getting the following error:
I tried with version 4.0.21 and this error is not present.
Thank you.
The text was updated successfully, but these errors were encountered: