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.
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
pendingin order to get the transaction to frontrun witheth_getstorageat.Implementation
No ideas on how to implement it.