ipfs-cluster/consensus/raft
Kishan Sagathiya 7f52242f35 Fix #840: Removed Raft peers should dissapear from peerstore (#846)
With this commit, cluster peer will observe on events of peer removal
from cluster. On occurence of the event, the cluster peer will clear
the removed peer from its peerstore.
2019-07-25 14:40:05 +02:00
..
config_test.go Add ApplyEnvVars test to raft config 2019-02-18 17:43:54 +02:00
config.go Update deps along with go-libp2p-core refactor 2019-06-14 13:10:45 +02:00
consensus_test.go Update deps along with go-libp2p-core refactor 2019-06-14 13:10:45 +02:00
consensus.go Update deps along with go-libp2p-core refactor 2019-06-14 13:10:45 +02:00
data_helper_test.go Feat: emancipate Consensus from the Cluster component 2018-05-07 07:39:41 +02:00
data_helper.go Feat: emancipate Consensus from the Cluster component 2018-05-07 07:39:41 +02:00
log_op_test.go Consensus: add new "crdt" consensus component 2019-04-17 19:14:26 +02:00
log_op.go Feat: Split components into RPC Services 2019-05-04 21:36:10 +01:00
logging.go Remove Leftover println 2019-06-13 17:27:31 +02:00
raft.go Fix #840: Removed Raft peers should dissapear from peerstore (#846) 2019-07-25 14:40:05 +02:00