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
autofile
bech32
cli
clist
common
db
errors
events
fail
flowrate
log
pubsub
test
version
.editorconfig -rw-r--r-- 300 bytes
.gitignore -rw-r--r-- 56 bytes
CHANGELOG.md -rw-r--r-- 7.0 KB
README.md -rw-r--r-- 1.3 KB
circle.yml -rw-r--r-- 673 bytes
test.sh -rwxr-xr-x 380 bytes

README.md

back to top