erigontech / erigon

Ethereum implementation on the efficiency frontier https://erigon.gitbook.io
GNU Lesser General Public License v3.0
3.12k stars 1.11k forks source link

Please support parity_PubSub #4465

Open ytrezq opened 2 years ago

ytrezq commented 2 years ago

Rationale

OpenEthereum is deprecated but the software using it aren’t. The PubSub module allow to turn any rpc methods into a watch method.

Beside compatibility, extremely useful when the block is set to pending in order to get the transaction to frontrun with eth_getstorageat.

Implementation

No ideas on how to implement it.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days.

ytrezq commented 1 year ago

Getting compatibility with OpenEthereum still wanted.