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

Handle rate limiting for Ethereum websockets #26

Closed
Tracked by #249
Mirko-von-Leipzig opened this issue Nov 9, 2021 · 1 comment
Closed
Tracked by #249

Handle rate limiting for Ethereum websockets #26

Mirko-von-Leipzig opened this issue Nov 9, 2021 · 1 comment

Comments

@Mirko-von-Leipzig
Copy link
Contributor

We currently use the Web3<WebSocket> transport for our Ethereum connections.

Using an Infura node can result in rate limiting. Currently web3 does not easily expose this error type - issue link.

We will want to deal with this, the easiest way is wrapping the transport and detecting the error manually. Alternatively, we can fork web3 and expose it. It may be worth forking if we get some feedback from the issue.

This was referenced Apr 20, 2022
@CHr15F0x
Copy link
Member

Closing for now since #140 is done and there is little benefit
in forking web3 at the moment while there are more pressing issues wrt API services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants