Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dex: replace NodeMeta with ENR (#132) | Sonic | 2019-04-09 | 1 | -34/+33 |
| | |||||
* | dex: replace total difficulty with block number (#73) | Sonic | 2019-04-09 | 1 | -4/+4 |
| | | | | | | | In dexon, we don't "mine" and the blockchain won't and shouldn't fork, so there is no difficulty concept, just replace it with block number. Note: this commit only replace total difficulty related logic and code in dex, dex/downloader package. | ||||
* | Fix lint | Wei-Ning Huang | 2019-04-09 | 1 | -2/+2 |
| | |||||
* | dex: fix tests | Wei-Ning Huang | 2019-04-09 | 1 | -24/+32 |
| | |||||
* | dex: use dex/downloader in dex | Sonic | 2019-04-09 | 1 | -1/+1 |
| | | | | | To compatible with ethereum code base, make Downloader a interface in internal/ethapi | ||||
* | dex: porting test to enode (#9) | Sonic | 2019-04-09 | 1 | -12/+11 |
| | |||||
* | Rename import due to dexon-consensus rename | Wei-Ning Huang | 2019-04-09 | 1 | -5/+5 |
| | |||||
* | dex: fix types changes in consensus core | Sonic | 2019-04-09 | 1 | -10/+9 |
| | |||||
* | dex: fix test | Sonic | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | dex: no need to rlp encode/decode now, consensus supports it | Sonic | 2019-04-09 | 1 | -17/+15 |
| | |||||
* | dex: polish network related function | Sonic | 2019-04-09 | 1 | -11/+21 |
| | |||||
* | dex: fix flaky test | Sonic | 2019-04-09 | 1 | -0/+12 |
| | |||||
* | dex: network: implement the network interface | Sonic | 2019-04-09 | 1 | -0/+499 |
| | |||||
* | dex: redesign p2p network topology | Sonic | 2019-04-09 | 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-04-09 | 1 | -6/+6 |
| | |||||
* | Change package name from eth to dex | Sonic | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | Copy codebase from eth | Sonic | 2019-04-09 | 1 | -0/+223 |