Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dex: gov: using dex-consensus-core NodeSetCache | Sonic | 2019-06-12 | 5 | -64/+71 |
| | |||||
* | dex: add subprotocols | Sonic | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | dex: run consensus core on Start | Wei-Ning Huang | 2019-06-12 | 1 | -0/+1 |
| | |||||
* | app: add default block reward | Bojie Wu | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | dex: set tmp dMoment for testing | Wei-Ning Huang | 2019-06-12 | 1 | -1/+2 |
| | |||||
* | dex: fix flaky test | Sonic | 2019-06-12 | 1 | -0/+12 |
| | |||||
* | dex: add self node meta after Start | Sonic | 2019-06-12 | 4 | -6/+47 |
| | |||||
* | dex: add method to get NumChains, NotarySet, DKGSet easily | Sonic | 2019-06-12 | 6 | -43/+80 |
| | |||||
* | dex: move dexcon blockdb into datadir | Wei-Ning Huang | 2019-06-12 | 1 | -1/+3 |
| | |||||
* | dex: interface update | Wei-Ning Huang | 2019-06-12 | 1 | -1/+3 |
| | |||||
* | app: pass chain config instead of nil | Bojie Wu | 2019-06-12 | 1 | -3/+6 |
| | |||||
* | dex: network: implement the network interface | Sonic | 2019-06-12 | 9 | -58/+1024 |
| | |||||
* | dex: bug fix to allow running geth without crashing | Wei-Ning Huang | 2019-06-12 | 3 | -45/+50 |
| | |||||
* | dex: implement sendTx related governance methods | Wei-Ning Huang | 2019-06-12 | 2 | -6/+128 |
| | |||||
* | dex: pass p2p nodeKey to Dexon instance | Wei-Ning Huang | 2019-06-12 | 3 | -13/+20 |
| | |||||
* | app: modify for new interface method | Bojie Wu | 2019-06-12 | 1 | -19/+33 |
| | |||||
* | dex: implement some governance interface functions | Wei-Ning Huang | 2019-06-12 | 4 | -22/+98 |
| | |||||
* | dex: governance: implement governance interface | Wei-Ning Huang | 2019-06-12 | 3 | -16/+38 |
| | |||||
* | app: implement new interface method | Bojie Wu | 2019-06-12 | 1 | -27/+104 |
| | |||||
* | dex: add api_backend.go and it's dependencies | Wei-Ning Huang | 2019-06-12 | 5 | -2/+566 |
| | |||||
* | dex: update application interface | Wei-Ning Huang | 2019-06-12 | 1 | -20/+27 |
| | |||||
* | app: correct validation logic | Bojie Wu | 2019-06-12 | 1 | -4/+10 |
| | |||||
* | dex: implement dexon application interface | Bojie Wu | 2019-06-12 | 3 | -17/+285 |
| | |||||
* | dex: remove DAO related code | Sonic | 2019-06-12 | 2 | -62/+2 |
| | |||||
* | core: vm: refactor and add DKGFinalizeds related implementations | Wei-Ning Huang | 2019-06-12 | 2 | -4/+13 |
| | |||||
* | dex: redesign p2p network topology | Sonic | 2019-06-12 | 12 | -449/+1825 |
| | | | | | | | | | | - 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 | 3 | -4/+16 |
| | |||||
* | core: vm: add governance contract skeleton | Wei-Ning Huang | 2019-06-12 | 1 | -7/+7 |
| | |||||
* | dex: update consensus core interface | Wei-Ning Huang | 2019-06-12 | 4 | -36/+38 |
| | |||||
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-06-12 | 11 | -66/+66 |
| | |||||
* | Use dex.Config instead of eth.Config | Wei-Ning Huang | 2019-06-12 | 4 | -72/+18 |
| | |||||
* | dex: implement notary node info propagation and management mechanism | Sonic | 2019-06-12 | 3 | -16/+183 |
| | |||||
* | dex: implement notarySet for keeping notary set info | Sonic | 2019-06-12 | 1 | -0/+203 |
| | |||||
* | dex: introduce dex64 and remove eth62, eth63 | Sonic | 2019-06-12 | 3 | -18/+37 |
| | |||||
* | dex: let peer able to send notary node info | Sonic | 2019-06-12 | 1 | -3/+41 |
| | |||||
* | dex: let peerSet able to manage notary peers | Sonic | 2019-06-12 | 1 | -1/+64 |
| | |||||
* | dex: fix use of internal package not allowed | Sonic | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | Change package name from eth to dex | Sonic | 2019-06-12 | 8 | -8/+8 |
| | |||||
* | Copy codebase from eth | Sonic | 2019-06-12 | 8 | -0/+2407 |
| | |||||
* | 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 | 4 | -5/+177 |
| | |||||
* | Add udpated governance interface and app interface | Wei-Ning Huang | 2019-06-12 | 2 | -2/+34 |
| | |||||
* | Add dex package | Wei-Ning Huang | 2019-06-12 | 2 | -0/+80 |