hashgraph / hedera-json-rpc-relay

Implementation of Ethereum JSON-RPC APIs for Hedera
Apache License 2.0
68 stars 72 forks source link

fix: handle timeout exceeded for better user experience #3160

Closed konstantinabl closed 2 weeks ago

konstantinabl commented 3 weeks ago

Currently, we get a timeout issue sporadically from the SDK. However, this worsens the user experience and needs to be handled. A possible solution is to check if the transaction was actually executed, since we have observed such case on mainnet and if not to retry it.