Skip to content

Experimental ABI features crash. #43

@hickscorp

Description

@hickscorp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions