aboutsummaryrefslogtreecommitdiffstats
path: root/dex/notaryset.go
Commit message (Collapse)AuthorAgeFilesLines
* dex: redesign p2p network topologySonic2019-06-121-203/+0
| | | | | | | | | | - 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-06-121-1/+1
|
* dex: implement notarySet for keeping notary set infoSonic2019-06-121-0/+203