You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so currently when having backup web3 providers if the primary goes down it will switch to the fallback permanently, I would prefer it to every slot check if the prefered is up, then if it is usable, switch back to it
This is quite useful for local Geth or Erigon updates otherwise nodes might inadvertantly all depends on Infura.
In terms of check, I'm unsure about the frequency (every slot? every epoch?).
The text was updated successfully, but these errors were encountered:
We should at least check every slot, otherwise we may have problems if we check and switch during a slot, but every slot seems a bit excessive, granted, these are very light calls, but I say every 2 slots.
From TennisBowling
This is quite useful for local Geth or Erigon updates otherwise nodes might inadvertantly all depends on Infura.
In terms of check, I'm unsure about the frequency (every slot? every epoch?).
The text was updated successfully, but these errors were encountered: