Haaai
Haaai
# Description HTTPAdminPort is opened for `pprof` server, which should be disable by default ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking...
# Description 1. Introduce batchManager module, which concatenates messages whose batchID are same. 2. `WithBatch()` Option is added into `xxxOutbound()` interface in p2p module for batching outgoing messages 3. Add...
### What would you like to be added replace `msgType, err := goproto.GetTypeFromRPCMsg(message)` with `switch (msg).(type) {}` ### Why is this needed The msg has been unmarshalled by its type...
### What would you like to be added ### Why is this needed ### How important you think this is for IoTeX - [] must have - [] should have...
### What did you see instead? > {"log.level":"info","@timestamp":"2022-07-18T00:05:35.413Z","log.origin":{"file.name":"chainservice/builder.go","file.line":419},"message":"Successfully committed block.","ioAddr":"io1etc9ffzsg7lvph3j4ncczg08llvame8k3asyzc","height":15373920} {"log.level":"error","@timestamp":"2022-07-18T00:05:35.417Z","log.origin":{"file.name":"filedao/filedao.go","file.line":302},"message":"Block already exists.","ioAddr":"io1etc9ffzsg7lvph3j4ncczg08llvame8k3asyzc","height":15373920,"hash":"e3bb9d31ab262db7e91f059c7741284263b63ae6ce05ebe60e7bf9318e19d138"}
# Description The param `pendingBalance` is hard to maintain. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) # How Has This Been Tested?...
# 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 Investigate when the receipt is returned with `nil` value ``` receipt, err := ws.runAction(ctx, elp) if err != nil { return nil,...
### What would you like to be added https://github.com/iotexproject/iotex-core/blob/master/ioctl/newcmd/action/action.go#L409 ### Why is this needed e.g. `gasPrice` and `gasLimit` should not be read from `cmd` in the `Execute` func. Instead, they...
### What would you like to be added ### Why is this needed The methods under this struct could be integrated into `Config` struct ### How important you think this...