dymension-rdk icon indicating copy to clipboard operation
dymension-rdk copied to clipboard

indexing services started on `NewNode` instead of `node.Start()`

Open mtsitrin opened this issue 8 months ago • 1 comments

when calling node.NewNode, it creates indexing services and starts them (using createAndStartIndexerService)

This func probably needs to be split between NewNode for creation and node.Start() to start the services

mtsitrin avatar Jun 03 '24 12:06 mtsitrin