mart
mart
# Description fix p2p [Errors unhandled.](https://github.com/iotexproject/iotex-core/security/code-scanning/111) 111 fix action [Errors unhandled.](https://github.com/iotexproject/iotex-core/security/code-scanning) 102~108 Fixes #(issue) ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking...
# Description replace the argument cmd with real value in action.go Fixes https://github.com/iotexproject/iotex-core/issues/3554 ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change...
# Description modify web3 integrity test Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an...
**What would you like to be added**: impletment `TestGrpcServer_EstimateActionGasConsumption` in `./api/grpcserver_test.go` by `gomock` [CoreService interface](https://github.com/iotexproject/iotex-core/blob/master/api/coreservice.go#L61) see example: [TestGrpcServer_SendAction](https://github.com/iotexproject/iotex-core/blob/master/api/grpcserver_test.go#L58) **Why is this needed**: detect code problems in time in the development...
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes...
**What would you like to be added**: impletment `TestGrpcServer_ReadContract` in `./api/grpcserver_test.go` by `gomock` [CoreService interface](https://github.com/iotexproject/iotex-core/blob/master/api/coreservice.go#L61) see example: [TestGrpcServer_SendAction](https://github.com/iotexproject/iotex-core/blob/master/api/grpcserver_test.go#L58) **Why is this needed**: detect code problems in time in the development...
**What would you like to be added**: impletment `TestGrpcServer_GetReceiptByAction` in `./api/grpcserver_test.go` by `gomock` [CoreService interface](https://github.com/iotexproject/iotex-core/blob/master/api/coreservice.go#L61) see example: [TestGrpcServer_SendAction](https://github.com/iotexproject/iotex-core/blob/master/api/grpcserver_test.go#L58) **Why is this needed**: detect code problems in time in the development...
**What would you like to be added**: impletment `TestGrpcServer_StreamLogs` in `./api/grpcserver_test.go` by `gomock` [CoreService interface](https://github.com/iotexproject/iotex-core/blob/master/api/coreservice.go#L61) see example: [TestGrpcServer_SendAction](https://github.com/iotexproject/iotex-core/blob/master/api/grpcserver_test.go#L58) **Why is this needed**: detect code problems in time in the development...
**What would you like to be added**: impletment `TestGrpcServer_GetBlockMetas` in `./api/grpcserver_test.go` by `gomock` [CoreService interface](https://github.com/iotexproject/iotex-core/blob/master/api/coreservice.go#L61) see example: [TestGrpcServer_SendAction](https://github.com/iotexproject/iotex-core/blob/master/api/grpcserver_test.go#L58) **Why is this needed**: detect code problems in time in the development...
### What would you like to be added - Step 1: refactor command [ConfigCmd](https://github.com/iotexproject/iotex-core/blob/master/ioctl/config/config.go#L47) in `./ioctl/newcmd/config/config.go` - Step 2: add unit test in config_test.go #### Notes: 1. Use [client interface](https://github.com/iotexproject/iotex-core/blob/master/ioctl/client.go)...