graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

Refactor subgraph runner

Open mangas opened this issue 1 year ago • 0 comments

Subgraph runner has some code duplication and a lot of if-else-ish code. We should try to improve it by making some concerns more isolated and the error more testable.

This is probably going to require several iterations on different parts but the sooner we start the sooner we finish.

As @lutter pointed out, this last PR added some more code duplication which doesn't help https://github.com/graphprotocol/graph-node/pull/4916#issuecomment-1839289761

mangas avatar Jun 18 '24 13:06 mangas