pchain-org/pchain

Invalid txcodeInternalErrorlogInternal error

Closed this issue · 1 comments

往pchain发送交易1000条,后续交易返回
{"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"GasLimit reached. Have 388 gas, transaction requires 30400"}}
重启借点之后报错:
(w *work) deliverTx(); before apply transaction, w.gp is 4712388 time="2018-04-20T12:45:50+08:00" level=info msg="ApplyTransactionEx(), coinbase is 0000000000000000000000000000000000000000, balance is 13733993219521603188700\n" file="core/state_processor.go:167" time="2018-04-20T12:45:50+08:00" level=info msg="ApplyTransactionEx() 0, totalUsedMoney is 0\n" file="core/state_processor.go:168" time="2018-04-20T12:45:50+08:00" level=info msg="TransitionDbEx(), before PreCheck\n" file="core/state_transition.go:301" time="2018-04-20T12:45:50+08:00" level=info msg="ApplyMessageEx(), gasUsed is <nil>, moneyUsed is <nil>\n" file="core/state_transition.go:156" time="2018-04-20T12:45:50+08:00" level=debug msg="Invalid txcodeInternalErrorlogInternal error" file="state/abci_response.go:122" Error starting proxy app connections: Error on replay: Exec failed for application: ABCI{code:InternalError, data:, log:Internal error}
@pchain-org

fixed with gaspool check and set nonce for newly-introduced transaction. commit tag is “9cc5ed0” on branch 'master'