aboutsummaryrefslogtreecommitdiffstats
path: root/dex/peer.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename import due to dexon-consensus renameWei-Ning Huang2018-12-191-3/+3
|
* dex: implement PullBlocks/PullVotes (#1)Jimmy Hu2018-12-191-1/+54
|
* dex: increase TX queue sizeWei-Ning Huang2018-12-191-1/+1
|
* vendor: sync consensus core and fix conflictWei-Ning Huang2018-12-191-8/+9
|
* dex: no need to rlp encode/decode now, consensus supports itSonic2018-12-191-10/+6
|
* dex: polish network related functionSonic2018-12-191-57/+120
|
* dex: let notary nodes connect to some dkg nodesSonic2018-12-191-38/+178
| | | | BuildConnection builds notary and dkg connections together
* dex: implement peerSetLoopSonic2018-12-191-0/+16
|
* dex: gov: using dex-consensus-core NodeSetCacheSonic2018-12-191-4/+24
|
* dex: add method to get NumChains, NotarySet, DKGSet easilySonic2018-12-191-6/+6
|
* dex: network: implement the network interfaceSonic2018-12-191-30/+200
|
* dex: remove DAO related codeSonic2018-12-191-3/+2
|
* dex: redesign p2p network topologySonic2018-12-191-66/+230
| | | | | | | | | | - 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 Huang2018-12-191-4/+4
|
* dex: let peer able to send notary node infoSonic2018-12-191-3/+41
|
* dex: let peerSet able to manage notary peersSonic2018-12-191-1/+64
|
* Change package name from eth to dexSonic2018-12-191-1/+1
|
* Copy codebase from ethSonic2018-12-191-0/+522