ethers.js icon indicating copy to clipboard operation
ethers.js copied to clipboard

Patch/fallback provider

Open samholmes opened this issue 2 years ago • 3 comments

From: https://github.com/ethers-io/ethers.js/issues/2837

samholmes avatar Apr 27 '22 21:04 samholmes

Steps to reproduce the bug that this PR fixes would be to simply give an obviously broken URI as one of the providers to the FallbackProvider. This one broken server will halt/break the entire FallbackProvider.

samholmes avatar May 13 '22 15:05 samholmes

Fix is working. I spent like a month trying to find the cause of the issue and finally found this PR. Thanks! 🚀

vikinatora avatar Jun 23 '22 07:06 vikinatora

Can someone guide me on how to properly build this project. I'm not so familiar with monorepos like this one and it appears the conflicts are due to the "tracked artifacts" from building (why are artifacts tracked in revision history?). I'd be happy to update this PR to ready it for review/merge; it seems people are finding this fix useful. Thanks!

samholmes avatar Jun 24 '22 04:06 samholmes

Please point me in the right direction about how to build this project to be correctly prepared for merge and I will update the conflicts. This fixes the FallbackProvider which is pretty critical for applications which connect to many RPC nodes.

samholmes avatar Jan 21 '23 19:01 samholmes