Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core, dex, downloader: refactor governance | Sonic | 2019-03-12 | 1 | -2/+1 |
| | |||||
* | dex: implement downloader for dex | Sonic | 2019-03-12 | 1 | -1/+9 |
| | | | | | | | | | | | We need governance state to verify block's signature (randomness), but in ethereum fast sync mode, eth downloader only downloads the whole state of pivot block, so we don't have governance state to verify the downloaded block that is before pivot block if we don't processing transaction. To avoid running transactions, dex downloader also downloads the governance state (merkle proof and storage) at snapshot height of each round, so that we can verify blocks in fast sync mode. | ||||
* | dex: remove useless code | Sonic | 2019-03-12 | 1 | -115/+0 |
| | |||||
* | Rename import due to dexon-consensus rename | Wei-Ning Huang | 2019-03-12 | 1 | -5/+5 |
| | |||||
* | dex: implement PullBlocks/PullVotes (#1) | Jimmy Hu | 2019-03-12 | 1 | -1/+20 |
| | |||||
* | dex: no need to rlp encode/decode now, consensus supports it | Sonic | 2019-03-12 | 1 | -4/+2 |
| | |||||
* | dex: implement peerSetLoop | Sonic | 2019-03-12 | 1 | -0/+2 |
| | |||||
* | dex: gov: using dex-consensus-core NodeSetCache | Sonic | 2019-03-12 | 1 | -2/+2 |
| | |||||
* | dex: add self node meta after Start | Sonic | 2019-03-12 | 1 | -0/+3 |
| | |||||
* | dex: add method to get NumChains, NotarySet, DKGSet easily | Sonic | 2019-03-12 | 1 | -5/+3 |
| | |||||
* | dex: network: implement the network interface | Sonic | 2019-03-12 | 1 | -1/+133 |
| | |||||
* | dex: redesign p2p network topology | Sonic | 2019-03-12 | 1 | -25/+17 |
| | | | | | | | | | | - 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-03-12 | 1 | -8/+8 |
| | |||||
* | dex: implement notary node info propagation and management mechanism | Sonic | 2019-03-07 | 1 | -1/+10 |
| | |||||
* | dex: introduce dex64 and remove eth62, eth63 | Sonic | 2019-03-07 | 1 | -5/+29 |
| | |||||
* | Change package name from eth to dex | Sonic | 2019-03-07 | 1 | -1/+1 |
| | |||||
* | Copy codebase from eth | Sonic | 2019-03-07 | 1 | -0/+183 |