Granola-Team / mina-indexer

The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."
Apache License 2.0
18 stars 10 forks source link

Problem: The Indexer state is highly coupled to the functionality that runs the indexer process #169

Closed jenr24G closed 7 months ago

jenr24G commented 1 year ago

The IndexerState represents the data that the mina-indexer server needs in order to operate properly. Currently, the initialization for this state is highly coupled to the functionality that actually runs the indexer process.

trevorbernard commented 7 months ago

@Isaac-DeFrain's work has resolved this. Closing