Anton Kaliaev c5bccc5474
set missing logger on switch
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x882cec]

goroutine 328 [running]:
github.com/tendermint/tendermint/p2p.(*Switch).DialPeerWithAddress(0xc42000a500, 0xc4202088d0, 0xc420403500, 0x0, 0x0, 0x0)
        /home/vagrant/go/src/github.com/tendermint/tendermint/p2p/switch.go:324 +0x2fc
github.com/tendermint/tendermint/p2p.(*PEXReactor).ensurePeers.func1(0xc4201663f0, 0xc4202088d0)
        /home/vagrant/go/src/github.com/tendermint/tendermint/p2p/pex_reactor.go:280 +0x3e
created by github.com/tendermint/tendermint/p2p.(*PEXReactor).ensurePeers
        /home/vagrant/go/src/github.com/tendermint/tendermint/p2p/pex_reactor.go:284 +0x5d4
```
2017-05-13 17:05:44 +02:00
2017-05-13 10:25:00 +02:00
2017-05-13 16:22:51 +02:00
2017-05-13 16:22:51 +02:00
2017-05-13 16:22:51 +02:00
2017-05-13 16:22:51 +02:00
2017-05-13 17:05:44 +02:00
2017-05-13 16:22:51 +02:00
2017-05-13 16:22:51 +02:00
2017-04-11 15:44:36 -04:00
2017-05-13 16:22:51 +02:00
2017-05-05 01:28:43 -04:00
2017-05-13 16:22:51 +02:00
2017-04-26 20:06:45 -04:00
2017-04-26 20:06:45 -04:00
2017-05-13 16:22:51 +02:00
2017-05-13 16:22:51 +02:00
2016-07-18 11:51:37 -04:00

Tendermint

Byzantine-Fault Tolerant State Machine Replication. Or Blockchain for short.

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 alpha software. Please contact us if you intend to run it in production.

Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine, written in any programming language, and securely replicates it on many machines.

For more background, see the introduction.

To get started developing applications, see the application developers guide.

Install

To download pre-built binaries, see our downloads page.

To install from source, you should be able to:

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

For more details (or if it fails), see the install guide.

Contributing

Yay open source! Please see our contributing guidelines.

Resources

Tendermint Core

Sub-projects

Applications

More

Description
No description provided
Readme Apache-2.0 63 MiB
Languages
Go 72.6%
C 17.7%
Shell 3.2%
Python 1.6%
Makefile 1%
Other 3.7%