Open ankitchiplunkar opened 6 years ago
@ankitchiplunkar I reached this issue through ethereum/web3.py#1009.
Unfortunately this is not working with the web3.py websocket or Infura has an issue on their end.
Can you test it again? I just tested this a few hours back. Infura
has fixed this on their end. WebsocketProvider
in web3.py
should work without any changes.
If you're still facing issues, then please report them on the web3.py
issue.
@voith checked this on my end as well works fine. Thanks for reaching out :)
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.
Describe the solution you'd like Once the issue gets resolved:
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.