aboutsummaryrefslogtreecommitdiffstats
path: root/dex/helper_test.go
Commit message (Collapse)AuthorAgeFilesLines
* dex: let notary nodes connect to some dkg nodesSonic2019-04-091-1/+8
| | | | BuildConnection builds notary and dkg connections together
* dex: implement peerSetLoopSonic2019-04-091-0/+5
|
* dex: gov: using dex-consensus-core NodeSetCacheSonic2019-04-091-5/+6
|
* dex: add method to get NumChains, NotarySet, DKGSet easilySonic2019-04-091-13/+9
|
* dex: network: implement the network interfaceSonic2019-04-091-1/+1
|
* dex: redesign p2p network topologySonic2019-04-091-16/+62
| | | | | | | | | | - 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.
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-12/+12
|
* dex: implement notary node info propagation and management mechanismSonic2019-04-091-1/+23
|
* Change package name from eth to dexSonic2019-04-091-1/+1
|
* Copy codebase from ethSonic2019-04-091-0/+201