EYBlockchain / timber

Construct a Merkle Tree database from Ethereum logs.
Other
67 stars 19 forks source link

chore: add newHeaders event listener to keep socket alive #153

Closed LeoPapais closed 3 months ago

LeoPapais commented 4 months ago

This PR introduces a new eventListener that it's used avoid the websocket to stall, by listening to newHeaders, so it's never idle for too long.

It also introduces a small optimization in the Dockerfile, in order to reduce build time.