aboutsummaryrefslogtreecommitdiffstats
path: root/dex/peer_test.go
Commit message (Collapse)AuthorAgeFilesLines
* p2p, dex: rework connection management (#183)Sonic2019-01-311-373/+205
| | | | | | * p2p, dex: rework connection management * dex: refresh our node record periodically * dex: don't send new record event if no new record
* dex: replace NodeMeta with ENR (#132)Sonic2019-01-141-2/+2
|
* Fix lintWei-Ning Huang2018-12-191-79/+79
|
* dex: porting test to enode (#9)Sonic2018-12-191-78/+81
|
* dex: let notary nodes connect to some dkg nodesSonic2018-12-191-130/+1
| | | | BuildConnection builds notary and dkg connections together
* dex: gov: using dex-consensus-core NodeSetCacheSonic2018-12-191-4/+5
|
* dex: add self node meta after StartSonic2018-12-191-4/+11
|
* dex: add method to get NumChains, NotarySet, DKGSet easilySonic2018-12-191-3/+3
|
* dex: network: implement the network interfaceSonic2018-12-191-14/+14
|
* dex: redesign p2p network topologySonic2018-12-191-0/+628
- Let p2p server support direct connection and group connection. - Introduce node meta table to maintain IP of all nodes in node set, in memory and let nodes in the network can sync this table. - Let peerSet able to manage direct connections to notary set and dkg set. The mechanism to refresh the network topology when configuration round change is not done yet.