aboutsummaryrefslogtreecommitdiffstats
path: root/dex/handler.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename import due to dexon-consensus renameWei-Ning Huang2019-04-091-10/+10
|
* dex: implement PullBlocks/PullVotes (#1)Jimmy Hu2019-04-091-0/+80
|
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-04-091-4/+5
|
* dex: prevent broadcasting agreement and randomness indefinitelyWei-Ning Huang2019-04-091-2/+6
|
* dex: misc fixesWei-Ning Huang2019-04-091-0/+2
|
* dex: no need to rlp encode/decode now, consensus supports itSonic2019-04-091-10/+8
|
* dex: fix public key conversionWei-Ning Huang2019-04-091-6/+2
|
* dex: polish network related functionSonic2019-04-091-30/+58
|
* dex: let notary nodes connect to some dkg nodesSonic2019-04-091-16/+17
| | | | BuildConnection builds notary and dkg connections together
* dex: implement peerSetLoopSonic2019-04-091-11/+43
|
* hack: temp fix for running testsWei-Ning Huang2019-04-091-7/+1
|
* dex: add self node meta after StartSonic2019-04-091-2/+32
|
* dex: add method to get NumChains, NotarySet, DKGSet easilySonic2019-04-091-4/+3
|
* dex: network: implement the network interfaceSonic2019-04-091-0/+116
|
* dex: remove DAO related codeSonic2019-04-091-59/+0
|
* dex: redesign p2p network topologySonic2019-04-091-129/+87
| | | | | | | | | | - 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-13/+13
|
* dex: implement notary node info propagation and management mechanismSonic2019-04-091-14/+150
|
* dex: introduce dex64 and remove eth62, eth63Sonic2019-04-091-9/+4
|
* Change package name from eth to dexSonic2019-04-091-1/+1
|
* Copy codebase from ethSonic2019-04-091-0/+787