-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Is your feature request related to a problem? Please describe.
Since the new_block_filter is not enabled in general Infura API we need to rely on websocket API to use this filter. Unfortunately this is not working with the web3.py websocket or Infura has an issue on their end.
- websocket provider not working ethereum/web3.py#1009
- Websocket for Rinkeby up, Ropsten/MainNet down (+ status.infura.io) INFURA/infura#134 (comment)
Describe the solution you'd like
Once the issue gets resolved:
- We should provide the method to follow the ethereum chain using infura node as well
- Use a websocket with the Parity node as well to get the blocks
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
The current master implementation does not provide this option for the Ingura node.
Metadata
Metadata
Assignees
Labels
No labels