algorand / sandbox

Algorand node sandbox
239 stars 159 forks source link

Indexer in Sandbox is Broken due to New Requirement of Follower Node #175

Closed tzaffi closed 1 year ago

tzaffi commented 1 year ago

Add a Follower Node to Sandbox

This is a skeleton of an issue which hopefully will be resolved soon.

Q: I’ll be adding another node - a follower - and then have it serve only to indexer ?

Yes, exactly.

Q: Is the algod broken too?

No, it's perfectly fine, just doesn't work for the indexer as currently configured

TODO

Useful Links

  1. follower mode python script in indexer
  2. swap in the network template in this go-algorand PR
winder commented 1 year ago

Here is a proof of concept setting up the entire stack with off the shelf docker images:

https://gist.github.com/winder/3b0e3a6464da9a6d9d84bde6b4c35076

algoanne commented 1 year ago

we currently have a Docker container for algod and conduit. we still need a Docker container for indexer - prerequisite to this issue.

once we have that, then this ticket will create a docker-compose file that puts it all together for sandbox.

algoanne commented 1 year ago

requires design.

winder commented 1 year ago

Closing in favor of #182