This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Unresponsive on archive calls when forking after long time #2588
Unanswered
JasperTimm
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hm. When you use your own custom archive node are you using a Websocket URL or HTTP? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm running a local fork of mainnet, using the default provider
--fork.network "mainnet"
, with ganache 7.0.2.It seems like after a day or so of the ganache process running, calls which require the use of the archive node become unresponsive, i.e. the RPC call is sent, logged, but no response is returned. Any calls which don't require it, like the balance of accounts created at genesis return fine. There doesn't appear to be any abnormal resource usage.
The same issue happens when specifying a custom archive node.
I thought perhaps it might be related to this? #2253
Is there a connection to the node going stale and a need for it to be refreshed maybe?
Beta Was this translation helpful? Give feedback.
All reactions