FISCO-BCOS / FISCO-BCOS/nodejs-sdk

运行一段时间后,sendRawTransaction 出现错误 -32603

Open
#127 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
61
Forks
29
PR merge metrics
No merged PRs in 30d

Description

详细错误如下:
```
2022-02-14 00:36:32,474 ERROR 27922 {
error: {
code: -32603,
data: null,
message: 'INTERNAL_ERROR: : INTERNAL_ERROR: : /FISCO-BCOS/libtxpool/TxPool.cpp(191): Throw
in function virtual std::pair dev::txpool::TxPool::submitTransactions(dev::eth
::Transaction::Ptr)\n' +
'Dynamic exception type: boost::exception_detail::clone_impl\n' +
'std::exception::what: std::exception\n' +
'[dev::tag_comment*] = BlockLimitCheckFailed, txBlockLimit=3811, txHash=25bf0a4d...\n'
},
id: 1,
jsonrpc: '2.0'
}
```
服务运行几个月后就出现上面的错误,请问如何解决?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the sendRawTransaction call and the captured FISCO-BCOS TxPool.cpp error, especially the BlockLimitCheckFailed detail. Reproduce the failure if possible and trace how the Node.js SDK surfaces this response; done means identifying a confirmed cause and documenting or implementing a verified resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs
Domain
api, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.