Results 31 comments of 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.

@saitofun action_test.go is handling by https://github.com/iotexproject/iotex-core/pull/3472. you can refer to it.

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:...