Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully support Infura #5217

Closed
2 tasks
LefterisJP opened this issue Nov 5, 2019 · 0 comments · Fixed by #5221
Closed
2 tasks

Fully support Infura #5217

LefterisJP opened this issue Nov 5, 2019 · 0 comments · Fixed by #5221

Comments

@LefterisJP
Copy link
Contributor

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

  • 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.
@LefterisJP LefterisJP added this to the Alderaan milestone Nov 5, 2019
@LefterisJP LefterisJP self-assigned this Nov 5, 2019
LefterisJP added a commit to LefterisJP/raiden that referenced this issue Nov 5, 2019
LefterisJP added a commit to LefterisJP/raiden that referenced this issue Nov 5, 2019
LefterisJP added a commit to LefterisJP/raiden that referenced this issue Nov 5, 2019
LefterisJP added a commit to LefterisJP/raiden that referenced this issue Nov 6, 2019
LefterisJP added a commit that referenced this issue Nov 6, 2019
Fix #5217 -- Infura should now be fully supported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant