Hey guys,
I would like some help on the various requests from eth_getTransactionReceipt, I don’t understand why this large number of requests of this type and taking into account the time of these requests I had already stopped working. If anyone can help me with this situation, I would appreciate it.
2 Likes
Hi @william, welcome to our Infura community!
Depending on what your code is doing, the reasons for a high number of eth_getTransactionReceipt requests might be various. It might be worth looking into using websockets instead of HTTP requests - this may reduce background polling.
If you wish, please open a support ticket containing your Infura account’s associated email address and we’ll look into this in more detail.
3 Likes