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
Better error messages for what goes wrong when validating a VP.
Could there be a backup method for resolving did:ethr if eth_getLogs are failing?
Describe alternatives you've considered
Switching to L2 node providers while they are haveing trouble. Like Infura, but conspiring if they also have same issues. Though i dont have a good way of detecting it.
The text was updated successfully, but these errors were encountered:
RobertoSnap
changed the title
[proposal] eth_getLogs unreliable on L2 providers, stops very validation.
[proposal] eth_getLogs unreliable on L2 providers, stops validation.
Oct 20, 2021
We're already working on better error handling #588 and better verification api #375
In the meantime, perhaps we can leverage FallbackProvider/defaultProvider from ethersjs https://docs.ethers.io/v5/api/providers/#providers-getDefaultProvider when L2 providers fail. But I suppose this requires eth_getLogs to signal failure; I'm not sure if it actually happens.
I'll try to come back with some configuration example with these fallbacks
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
Im always frustrated when suddenly VPs are treated as invalid.
We are checking validity through
This then returns
Going abit deeper:
The reason
The cause
https://status.alchemy.com/
Describe the solution you'd like
Describe alternatives you've considered
Switching to L2 node providers while they are haveing trouble. Like Infura, but conspiring if they also have same issues. Though i dont have a good way of detecting it.
The text was updated successfully, but these errors were encountered: