Finished testnet command and introduced localnet targets in Makefile, together with gaiadnode Docker image Fixed function parameter list - now starts with ctx Separated GenTxConfig into a server/config package so both the server package and the mock package can use it Adding server/config to app package gaiadnode Docker image Separated GenTxConfig into a server/config package so both the server package and the mock package can use it Adding server/config to app package Fixes requested by Rigel Removed commented code Global flag fixes
8 lines
116 B
Makefile
8 lines
116 B
Makefile
# Makefile for the "gaiadnode" docker image.
|
|
|
|
all:
|
|
docker build --tag tendermint/gaiadnode gaiadnode
|
|
|
|
.PHONY: all
|
|
|