mart
mart
> @huof6829 The unittest need to add signer flag, but signer flag is a private utility inside `action` package, how can I get access to it? hi, I added. Pls...
action/protocol/execution/evm/contract.go:86 [Errors unhandled.](https://github.com/iotexproject/iotex-core/security/code-scanning/109) cannot be fixed.
Pls create _test.go and add unit test.
@saitofun fix ci Fail
@saitofun I fixed, pls check it. Thx
@saitofun action_test.go is handling by https://github.com/iotexproject/iotex-core/pull/3472. you can refer to it.
xrc20transferfrom_test.go:98 run failed
after https://github.com/iotexproject/iotex-core/pull/3472 merged, this pr continue. because the same file `action.go`
> @LuckyPigeon could you help the failure of test? fixed
Just modify the starting log format for viewing. Leave the zap log because most codes use zap function. After zerolog merged, we can replace zap with zerolog. output in cmdline:...