Replies: 2 comments 2 replies
-
You do not need to wait for all backends to return a response, only You can reduce The primary motivation was to allow for the default provider, which uses INFURA, Alchemy, Etherscan, Pocket, etc. which are all third-party services, while ensuring that if they become compromised or out-of-sync the results can still be trusted. The consequences of a lying node are tragic, so that is the main incentive, to guard again malice. :) Feedback is always welcome, let me know if you have any further questions. :) (converting this to a discussion) |
Beta Was this translation helpful? Give feedback.
-
So, is it a tool for "consensus", or closer to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I read the documentation and learned that there is a FallbackProvider, can you tell me the motivation or usage scenario of FallbackProvider? My current understanding is that if I have 5 providers, I can guarantee the stability and availability of the data, but then I have to wait for all nodes to return data. If I need a node with the fastest response, shouldn’t I use it? ,Looking forward to your reply
Beta Was this translation helpful? Give feedback.
All reactions