indexer
indexer copied to clipboard
Replace LedgerForEvaluator with the now-public StartEvaluator.
Subject of the issue
If https://github.com/algorand/go-algorand/pull/4272 is merged, we will be able to replace processor/blockprocessor/eval with a direct call to StartEvaluator / EvaluatorOptions.
This would allow us to simplify the block processor quite a bit, and allow go-algorand to deprecate/remove the LedgerForEvaluator functionality.