You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task outlines the required Docker support for #1131 to have good UX. Docker will be used in combination with a Makefile to make the local development environment as seamless as possible for the user.
The Docker functionality that is required:
The latest master or specific commit hash is cloned, and relevant gno binaries are built out
Upon node start, transactions are replayed using the tx-archive tool (pulled from Docker Hub)
Upon node stop, before the node is shut down, transactions are exported using the tx-archive tool (pulled from Docker Hub)
An instance of the gnolang/faucet is started in parallel with the node (test1 can be used as the faucet address)
An instance of gnoweb is started in parallel with the node (no captcha requirement for the faucet)
Note: When #1203 is done and ready, the Docker functionality should incorporate it for (separate PR and issue):
Description
This task outlines the required Docker support for #1131 to have good UX. Docker will be used in combination with a
Makefile
to make the local development environment as seamless as possible for the user.The Docker functionality that is required:
master
or specific commit hash is cloned, and relevantgno
binaries are built outtest1
can be used as the faucet address)Note: When #1203 is done and ready, the Docker functionality should incorporate it for (separate PR and issue):
Working branch should be:
feat/local-feedback-loop
The text was updated successfully, but these errors were encountered: