-
Notifications
You must be signed in to change notification settings - Fork 45
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
Experimental ABI features crash. #43
Comments
#42 was recently merged into master if you can give that a try. Otherwise I would make an issue here https://github.com/poanetwork/ex_abi |
@hickscorp |
Hi @rupurt and thank you for taking the time on this issue. Calling any method that returns a Here is an excerpt of the contract, in case it helps:
|
For contracts that have been compiled with
pragma experimental ABIEncoderV2;
, and return an array for example:ExW3 doesn't return, hogs the CPU and the memory.
The text was updated successfully, but these errors were encountered: