aboutsummaryrefslogtreecommitdiffstats
path: root/dex/protocol_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename import due to dexon-consensus renameWei-Ning Huang2019-04-091-5/+5
|
* dex: fix types changes in consensus coreSonic2019-04-091-10/+9
|
* dex: fix testSonic2019-04-091-1/+1
|
* dex: no need to rlp encode/decode now, consensus supports itSonic2019-04-091-17/+15
|
* dex: polish network related functionSonic2019-04-091-11/+21
|
* dex: fix flaky testSonic2019-04-091-0/+12
|
* dex: network: implement the network interfaceSonic2019-04-091-0/+499
|
* dex: redesign p2p network topologySonic2019-04-091-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/dexonWei-Ning Huang2019-04-091-6/+6
|
* Change package name from eth to dexSonic2019-04-091-1/+1
|
* Copy codebase from ethSonic2019-04-091-0/+223