algorand / sandbox

Algorand node sandbox
239 stars 159 forks source link

Use official Docker containers #166

Closed algoanne closed 1 year ago

algoanne commented 1 year ago

We now have an official Docker container for algod, so we should refactor our sandbox tool to use it.

sandbox currently breaks every time we change the compiler or add new consensus values etc. - this update will ensure that sandbox will never break (the official Docker container will be kept up to date as a matter of process).

this should also make sandbox much faster to build.