For contracts that have been compiled with `pragma experimental ABIEncoderV2;`, and return an array for example: ``` function actors() external view returns (address[] memory) { return actorList.values; } ``` ExW3 doesn't return, hogs the CPU and the memory.
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.