https://github.com/tendermint/tendermint
Revision 1e073817de69eca661d99b024810e6d31ff0b50e authored by Anton Kaliaev on 07 May 2019, 07:09:06 UTC, committed by GitHub on 07 May 2019, 07:09:06 UTC
## Description

also

    handle errors from DialPeersAsync
    remove nil addr from log msg
    fix TestPEXReactorDoesNotDisconnectFromPersistentPeerInSeedMode

This is a follow-up from
#3593 (review)

Fixes most of the #3617, except #3593 (comment)

## Commits

* rpc: /dial_peers: only mark peers as persistent if flag is on

also

- handle errors from DialPeersAsync
- remove nil addr from log msg
- fix TestPEXReactorDoesNotDisconnectFromPersistentPeerInSeedMode

This is a follow-up from
https://github.com/tendermint/tendermint/pull/3593#pullrequestreview-233556909

* remove a call to AddPersistentPeers

TestDialFail will trigger a reconnect
1 parent 2bb1a87
History
Tip revision: 1e073817de69eca661d99b024810e6d31ff0b50e authored by Anton Kaliaev on 07 May 2019, 07:09:06 UTC
rpc: /dial_peers: only mark peers as persistent if flag is on (#3620)
Tip revision: 1e07381
File Mode Size
client
errors
proxy
base_verifier.go -rw-r--r-- 2.1 KB
base_verifier_test.go -rw-r--r-- 1.6 KB
commit.go -rw-r--r-- 2.6 KB
dbprovider.go -rw-r--r-- 6.6 KB
doc.go -rw-r--r-- 5.8 KB
dynamic_verifier.go -rw-r--r-- 8.4 KB
dynamic_verifier_test.go -rw-r--r-- 7.7 KB
helpers.go -rw-r--r-- 4.7 KB
multiprovider.go -rw-r--r-- 2.3 KB
provider.go -rw-r--r-- 1010 bytes
provider_test.go -rw-r--r-- 4.2 KB
types.go -rw-r--r-- 321 bytes

back to top