Open
Description
Ethers Version
6.7.1
Search Terms
transaction wait error
Describe the Problem
Go ethereum has updated its API that gets the transactionReceipt to only work if the indexing is done. Due to this whenever I wait on a transaction, it throws me an error
ProviderError: transaction indexing is in progress
Same error has been reported and fixed on Web3.Py and also on go-ethereum
Raised issue on Hardhat but ethereJs seems to be the better point to handle this
Code Snippet
- Run a fresh blockchain node
- Send the first transaction to the network and wait for that transaction to be - committed by calling .Wait() on the transaction
- An error transaction indexer is still running will be thrown
Errors
ProviderError: transaction indexing is in progress
Environment
Geth
Environment (Other)
No response