Raullen Chai

Results 56 comments of Raullen Chai

@Liuhaai pls be specific what happened and how to repo so others can take a look

@dustinxie @Liuhaai @millken pls review

@CoderZhi @dustinxie @millken plsl review

Tracked in https://github.com/iotexproject/iotex-core/issues/2847

This is a low-priority fix.

> ### What version of iotex-core are you using (`ioctl version`)? > latest > > ### What operating system and processor architecture are you using? > don't care > >...

We have no intention to implement

My testing example ``` pragma solidity 0.7.3; contract Receiver { event Received(address, uint); uint256 cnt = 0; function getcount() public view returns (uint256) { return cnt; } receive() external payable...

Dup of https://github.com/iotexproject/iotex-core/issues/3600