cyphersnake / solana-events-parser

Provides various utilities for working with Solana blockchain transactions and events
MIT License
27 stars 4 forks source link

Make listen\resync-events tasks optional in events-reader-service #1

Closed cyphersnake closed 1 year ago

cyphersnake commented 1 year ago

It would be convenient to include these processes optionally, depending on conditions. For example, it makes no sense to enable resync to capture processed events.

Also EventReader has already grown to an obscene size, so let's frame it Builder