Skip to content

Want to use infura websocket filter to search for new blocks #54

@ankitchiplunkar

Description

@ankitchiplunkar

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.

  1. websocket provider not working ethereum/web3.py#1009
  2. 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:

  1. We should provide the method to follow the ethereum chain using infura node as well
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions