Timeout is too long and Polling is too short.
So if there are transactions which is pending, endpoints like /Eth/SendRawTransaction occurs high load to on-chain.
Describe the solution you'd like
Set timeout/polling parameter of wait_for_transaction_receipt suitable value.
Is your feature request related to a problem? Please describe.
Current, endpoints about send transaction use web3 module and
web3.eth.wait_for_transaction_receipt
is used with parameter following.Timeout is too long and Polling is too short. So if there are transactions which is pending, endpoints like
/Eth/SendRawTransaction
occurs high load to on-chain.Describe the solution you'd like
Set timeout/polling parameter of wait_for_transaction_receipt suitable value.
Target