mempool-dumpster icon indicating copy to clipboard operation
mempool-dumpster copied to clipboard

Infura subscription not working anymore

Open metachris opened this issue 2 years ago • 0 comments

Currently, subscriptions to Infura cause the following error:

json: cannot unmarshal string into Go value of type types.txJSON

The error is logged here: https://github.com/flashbots/mempool-dumpster/blob/7dd7061fc3f2a4128abe7fd0d1d88d56186be9e5/collector/node_conn.go#L75

It stems from the go-ethereum gethclient subscription code that's suddenly unable to parse the result from Infura subscriptions into txJSON.

metachris avatar Dec 15 '23 08:12 metachris