Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | import: switch consensus core to ↵ | Wei-Ning Huang | 2019-09-17 | 1 | -4/+4 |
| | | | | gitlab.com/tangerine-network/tangerine-consensus | ||||
* | Rebrand as tangerine-network/go-tangerine | Wei-Ning Huang | 2019-09-17 | 1 | -4/+4 |
| | |||||
* | dex: implement bad peer detect and disconnect mechanism (#360) | Wei-Ning Huang | 2019-06-15 | 1 | -1/+6 |
| | |||||
* | core: merge notarySet and DKGSet (#265) | Jimmy Hu | 2019-06-15 | 1 | -16/+7 |
| | | | | | | | | * vendor: sync to latest core * core: merge notarySet and dkgSet * dex: optimize network traffic for finalized block | ||||
* | dex: rename lattice to core | Wei-Ning Huang | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | dex: add pull randomness (#105) | Jimmy Hu | 2019-06-12 | 1 | -0/+11 |
| | | | | | * vendor: sync to latest core * dex: Add PullRandomness | ||||
* | Rename import due to dexon-consensus rename | Wei-Ning Huang | 2019-06-12 | 1 | -9/+9 |
| | |||||
* | dex: implement PullBlocks/PullVotes (#1) | Jimmy Hu | 2019-06-12 | 1 | -0/+2 |
| | |||||
* | vendor: sync consensus core and fix conflic | Jimmy Hu | 2019-06-12 | 1 | -0/+21 |
| | |||||
* | vendor: sync consensus core and fix conflict | Wei-Ning Huang | 2019-06-12 | 1 | -0/+5 |
| | |||||
* | vendor: sync consensus core and fix conflict | Wei-Ning Huang | 2019-06-12 | 1 | -3/+4 |
| | |||||
* | dex: network: implement the network interface | Sonic | 2019-06-12 | 1 | -7/+11 |
| | |||||
* | core: vm: refactor and add DKGFinalizeds related implementations | Wei-Ning Huang | 2019-06-12 | 1 | -2/+2 |
| | |||||
* | dex: redesign p2p network topology | Sonic | 2019-06-12 | 1 | -8/+9 |
| | | | | | | | | | | - 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. | ||||
* | core: vm: implement the rest of governance contract methods | Wei-Ning Huang | 2019-06-12 | 1 | -0/+8 |
| | |||||
* | dex: update consensus core interface | Wei-Ning Huang | 2019-06-12 | 1 | -7/+12 |
| | |||||
* | dex: update interface and use static bls lib | Wei-Ning Huang | 2019-06-12 | 1 | -0/+5 |
| | |||||
* | dex: make geth buildable and update interface skeleton | Wei-Ning Huang | 2019-06-12 | 1 | -0/+35 |