Anton Kalyaev 57f3592411 fix 2 errors when running p2p tests more than once
Error #1:

```
Error response from daemon: network with name local_testnet already exists
```

Fixed by stopping and removing local_testnet containers and removing
the network

Error #2:

```
docker: Error response from daemon: Conflict. The name "/test_container_basic" is already in use by container a7cd15d479a964675e7f259de4ed852e7dfef85b447514728f437cd0b980a709. You have to remove (or rename) that container to beable to reuse that name..
```

Fixed by adding `--rm` flag.
2016-12-21 19:18:18 -05:00
2016-02-19 02:11:50 +00:00
2016-12-02 00:29:25 -05:00
2016-12-20 00:17:41 -05:00
2016-12-02 00:29:25 -05:00
2016-12-06 04:04:08 -08:00
2016-12-02 00:29:25 -05:00
2016-11-16 01:32:13 -05:00
2016-10-12 00:24:24 -04:00
2016-12-21 19:18:18 -05:00
2016-12-19 15:42:39 -05:00
2016-12-18 00:18:59 -05:00
2016-12-06 04:04:08 -08:00
2016-07-18 11:51:37 -04:00
2016-07-23 19:38:44 -04:00
2016-09-26 00:17:58 +09:00

Tendermint

Simple, Secure, Scalable Blockchain Platform

version API Reference chat license

Branch Tests Coverage Report Card
develop CircleCI codecov Go Report Card
master CircleCI codecov Go Report Card

NOTE: This is yet pre-alpha non-production-quality software.

Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine, written in any programming language, and replicates it on many machines. See the application developers guide to get started.

Contributing

Yay open source! Please see our contributing guidelines.

Resources

Tendermint Core

Sub-projects

Install

go get -u github.com/tendermint/tendermint/cmd/tendermint

For more details, see the install guide.

Description
No description provided
Readme Apache-2.0 396 MiB
Languages
Go 85.9%
TeX 7.2%
TLA 4.9%
Shell 0.6%
Python 0.5%
Other 0.8%