Merge branch 'develop' into jae/literefactor4

This commit is contained in:
Ethan Buchman
2018-07-23 23:28:14 -04:00
342 changed files with 30691 additions and 6539 deletions

View File

@ -29,6 +29,7 @@ COPY . $REPO
RUN cd abci && make install && cd -
RUN go install ./cmd/tendermint
RUN go install ./abci/cmd/abci-cli
# expose the volume for debugging
VOLUME $REPO