Ethan Buchman
|
0ec7909ec3
|
more logging in p2p and consensus
|
2017-12-16 13:36:52 -05:00 |
|
Anton Kaliaev
|
691e266bef
|
ignore ErrAlreadyStarted when starting addrbook in PEXReactor
|
2017-11-29 10:53:30 -06:00 |
|
Anton Kaliaev
|
69b5da766c
|
service#Start, service#Stop signatures were changed
See https://github.com/tendermint/tmlibs/issues/45
|
2017-11-29 10:38:58 -06:00 |
|
Zach Ramsay
|
d7cb291fb2
|
errcheck; sort some stuff out
|
2017-11-27 22:39:11 +00:00 |
|
Zach Ramsay
|
15651a931e
|
linting errors: tackle p2p package
|
2017-11-27 22:39:11 +00:00 |
|
Ethan Buchman
|
26cd99c66e
|
p2p: fix non-routable addr in test
|
2017-11-20 19:56:44 +00:00 |
|
Anton Kaliaev
|
e0daca5693
|
fixes from Bucky's review
|
2017-11-07 18:20:24 -05:00 |
|
Anton Kaliaev
|
2d4ad02356
|
prefer tickers to time.Sleep (Refs #790)
|
2017-11-07 15:38:25 -05:00 |
|
Ethan Buchman
|
aea8629272
|
peer interface
|
2017-09-15 18:40:59 -04:00 |
|
Ethan Buchman
|
cc2b418f7f
|
p2p: test fix
|
2017-09-05 17:10:11 -04:00 |
|
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 |
|
Anton Kaliaev
|
c9cd8de9c6
|
set logger
|
2017-05-13 10:25:00 +02:00 |
|
Anton Kaliaev
|
f803544195
|
new logging
|
2017-05-13 10:24:58 +02:00 |
|
Ethan Buchman
|
5d660e073a
|
remove viper from p2p
|
2017-05-04 22:43:55 -04:00 |
|
Ethan Buchman
|
23a6a6f8fc
|
move into p2p package
|
2017-04-21 18:07:52 -04:00 |
|