This repository has been archived by the owner on May 28, 2021. It is now read-only.
[all] Quorum strangeness #1281
Labels
Bug
Something isn't working
p1 Bugs/Tests/Blockers
Bugs that break things but no loss of funds + Test improvements + PRIORITY blockers for customers.
Describe the bug
Very strange error reported in #1275 -- working theory is:
JsonRpcProviders
are created with a URL and do not specify a network. The provider will then allow for any network, and autodetect/update if there is a network changeFallbackProvider
and resets the emitted blocks tag to-2
and tries to begin pollingTo test this theory (and hopefully narrow down if 3 is relevant or the root cause of it), we should specify networks when creating
JsonRpcProviders
to force them to throw instead of sync if a network change is detected.To Reproduce
Not sure, have to ask XUD.
The text was updated successfully, but these errors were encountered: