Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dex: fix flaky test | Sonic | 2019-06-12 | 1 | -0/+12 |
| | |||||
* | dex: network: implement the network interface | Sonic | 2019-06-12 | 1 | -0/+499 |
| | |||||
* | dex: redesign p2p network topology | Sonic | 2019-06-12 | 1 | -0/+82 |
| | | | | | | | | | | - 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/dexon | Wei-Ning Huang | 2019-06-12 | 1 | -6/+6 |
| | |||||
* | Change package name from eth to dex | Sonic | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | Copy codebase from eth | Sonic | 2019-06-12 | 1 | -0/+223 |