Skip to content

Commit

Permalink
bump tendermint version
Browse files Browse the repository at this point in the history
* just like in python driver: bigchaindb/bigchaindb-driver@4830b2b
* delete unused travis script
  • Loading branch information
kremalicious committed May 14, 2018
1 parent e0d82b8 commit 3527b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .ci/travis_script.sh

This file was deleted.

4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ services:
retries: 3
command: -l DEBUG start
tendermint:
image: tendermint/tendermint:0.12
image: tendermint/tendermint:0.19.2
volumes:
- ./compose/tendermint/tmdata/config.toml:/tendermint/config.toml
entrypoint: ''
ports:
- "46656"
- "46657"
command: bash -c "tendermint init && tendermint node"
command: sh -c "tendermint init && tendermint node --consensus.create_empty_blocks=false --proxy_app=tcp://bigchaindb:46658"

0 comments on commit 3527b1c

Please sign in to comment.