Hello,
Greetings!!
We are using web3 ETH API in our project. we are normally calling api when we want to write data.
we are using functions ( Web3.eth.estimateGas, Web3.eth.getTransactionCount, Web3.eth.getTransaction, Web3.eth.getTransactionReceipt )
were Web3 is var Web3 = new web3(new web3.providers.HttpProvider(config.rinkebyInfuraUrl));
We are NOT using “eth_getBlockByNumber” this method at all in our project.
Our daily request count exceeds the limit. ( with no more user using daily, say only 2-3)
It just when we call Web3.eth.getTransaction
for getting details by transaction hash, then also the request for eth_getBlockByNumber is called so high.
Is there any log to be enabled to see when or where eth_getBlockByNumber requests are called?
Any help will be appreciated !!
Thanks
Swapnil M