aboutsummaryrefslogtreecommitdiffstats
path: root/dex/network.go
Commit message (Collapse)AuthorAgeFilesLines
* core: vm: refactor and add DKGFinalizeds related implementationsWei-Ning Huang2019-06-121-2/+2
|
* dex: redesign p2p network topologySonic2019-06-121-8/+9
| | | | | | | | | | - 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.
* core: vm: implement the rest of governance contract methodsWei-Ning Huang2019-06-121-0/+8
|
* dex: update consensus core interfaceWei-Ning Huang2019-06-121-7/+12
|
* dex: update interface and use static bls libWei-Ning Huang2019-06-121-0/+5
|
* dex: make geth buildable and update interface skeletonWei-Ning Huang2019-06-121-0/+35