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
In the past we have had problems when using Raiden with Infura. See: #2933
Since then geth has fixed getTransactionCount("pending") and Infura has this exposed for their nodes. Additionally we learned that Infura does not use parity nodes. That means that we can officially support Infura right now.
Task
Test that getTransactionCount("pending") is indeed exposed for Infura and it works in our case
Remove the Infura warning from the docs and from the client's startup.
The text was updated successfully, but these errors were encountered:
Problem Definition
In the past we have had problems when using Raiden with Infura. See: #2933
Since then geth has fixed
getTransactionCount("pending")
and Infura has this exposed for their nodes. Additionally we learned that Infura does not use parity nodes. That means that we can officially support Infura right now.Task
getTransactionCount("pending")
is indeed exposed for Infura and it works in our caseThe text was updated successfully, but these errors were encountered: