Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: sync to latest core (#214) | Jimmy Hu | 2019-06-12 | 1 | -79/+18 |
| | | | | | * vendor: sync to latest core * fix for single chain | ||||
* | p2p, dex: rework connection management (#183) | Sonic | 2019-06-12 | 1 | -373/+205 |
| | | | | | | * p2p, dex: rework connection management * dex: refresh our node record periodically * dex: don't send new record event if no new record | ||||
* | dex: replace NodeMeta with ENR (#132) | Sonic | 2019-06-12 | 1 | -2/+2 |
| | |||||
* | Fix lint | Wei-Ning Huang | 2019-06-12 | 1 | -79/+79 |
| | |||||
* | dex: porting test to enode (#9) | Sonic | 2019-06-12 | 1 | -78/+81 |
| | |||||
* | dex: let notary nodes connect to some dkg nodes | Sonic | 2019-06-12 | 1 | -130/+1 |
| | | | | BuildConnection builds notary and dkg connections together | ||||
* | dex: gov: using dex-consensus-core NodeSetCache | Sonic | 2019-06-12 | 1 | -4/+5 |
| | |||||
* | dex: add self node meta after Start | Sonic | 2019-06-12 | 1 | -4/+11 |
| | |||||
* | dex: add method to get NumChains, NotarySet, DKGSet easily | Sonic | 2019-06-12 | 1 | -3/+3 |
| | |||||
* | dex: network: implement the network interface | Sonic | 2019-06-12 | 1 | -14/+14 |
| | |||||
* | dex: redesign p2p network topology | Sonic | 2019-06-12 | 1 | -0/+628 |
- 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. |