EYBlockchain / timber

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

optional filter reuse #154

Closed fabiomereu-ey closed 3 months ago

fabiomereu-ey commented 4 months ago

Made filter reuse optional. It can be enabled or disabled with an environment variable.

The reason for this is that we experienced "stuck" filters on testnets, where events stop being received until the filter is restarted.