Is your feature request related to a problem? Please describe.
Currently, clients of the ibet-Wallet-API can execute eth_sendRawTransaction against quorum indefinitely.
If many transactions are stuck in the quorum txpool, it can cause issues.
Therefore, we would like to add a control to wait before sending transactions when a certain number of transactions are stuck in the txpool during the processing of eth_sendRawTransaction.
Describe the solution you'd like
Add a control to wait before sending transactions when a certain number of transactions are stuck in the txpool during the processing of eth_sendRawTransaction.
Is your feature request related to a problem? Please describe.
eth_sendRawTransaction
.Describe the solution you'd like