algorand / sandbox

Algorand node sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Indexer release for all but dev configuration

fabrice102 opened this issue · comments

Problem

Currently, sandbox recompiles the indexer from the master branch even for the default release configuration.
This makes sandbox slower to start (compared to downloading an executable) and running a potentially non-fully stable software.

Solution

Use the latest stable release from indexer.
This change may be simpler if the indexer is published as a Debian package.

Urgency

Nice to have.

This seems to be related to #37