Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: merge notarySet and DKGSet (#488) | Jimmy Hu | 2019-03-27 | 1 | -3/+1 |
| | | | | | | | | | | | | | | * core: ăăăȘă DKGSet * test logger * temporary fix before finalized * core: Sign psig on commit vote * Add syncer log * fixup | ||||
* | core: Change RoundInterval to RoundLength (#453) | Jimmy Hu | 2019-02-26 | 2 | -4/+4 |
| | |||||
* | core: switch round by block height (#450) | Mission Liao | 2019-02-20 | 2 | -23/+3 |
| | |||||
* | misc: Add gosec to check security issues (#424) | Jimmy Hu | 2019-01-18 | 1 | -1/+1 |
| | | | | | | | | * Add gosec to tools * Run security check to ci * Fix secrity issues | ||||
* | simulation: fix k8s simulation stuff (#410) | Jimmy Hu | 2019-01-08 | 1 | -1/+1 |
| | | | | | | * simulation: fix k8s simulation stuff * Default K to 0 | ||||
* | simulation: add latency for gossip (#389) | Mission Liao | 2019-01-03 | 1 | -9/+18 |
| | |||||
* | simulation: support config change (#381) | Mission Liao | 2018-12-26 | 2 | -18/+122 |
| | |||||
* | core: Run DKG stuffs only if the node is in DKG set (#302) | Jimmy Hu | 2018-11-06 | 1 | -1/+5 |
| | |||||
* | test: move simulation.network to test package (#297) | Mission Liao | 2018-11-05 | 1 | -12/+3 |
| | |||||
* | Rename repo to dexon-consensus | Wei-Ning Huang | 2018-11-02 | 1 | -5/+5 |
| | |||||
* | test_config: sync default config (#200) | Wei-Ning Huang | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | core: Add sizes of various nodeSets (#148) | Jimmy Hu | 2018-09-28 | 1 | -12/+14 |
| | |||||
* | core: update governance interface and config (#145) | Wei-Ning Huang | 2018-09-27 | 1 | -14/+12 |
| | | | | | | 1) Remove RoundHeight from config. 2) NotarySet is not from governance contract, we get Node set intead. Notary set is caculated from the NodeSet using CRS. 3) CRS is not in the governance interface. | ||||
* | core: run TSIG for first configuration block at startup (#135) | Jimmy Hu | 2018-09-26 | 1 | -12/+14 |
| | |||||
* | core: run first DKG at startup. (#129) | Jimmy Hu | 2018-09-23 | 1 | -2/+4 |
| | |||||
* | test_config: update config to latest runnable version (#122) | Wei-Ning Huang | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | Rename validator* to node* (#120) | Mission Liao | 2018-09-20 | 1 | -4/+4 |
| | |||||
* | core: remove ticker parameter from NewConsensus | Mission Liao | 2018-09-18 | 1 | -2/+2 |
| | | | | | | | | | - remove BlockProposingInterval, it's replaced by lambda. - remove ticker parameter of NewConsensus, ticker would be derived from governance. - leave a backdoor to hook the construction of ticker. - move 'Lambda' config from to consensus. | ||||
* | simulation: integrate test.Transport (#99) | Mission Liao | 2018-09-11 | 1 | -0/+1 |
| | | | | | - Add marshaller for simulation by encoding/json - Implement peer server based on test.TranportServer - Remove network models, they are replaced with test.LatencyModel | ||||
* | misc: Polish BA. (#94) | Jimmy Hu | 2018-09-05 | 1 | -9/+18 |
| | |||||
* | Add GetChainNumber to Goverance (#92) | Jimmy Hu | 2018-09-03 | 1 | -15/+8 |
| | |||||
* | core: Leader Selector. (#80) | Jimmy Hu | 2018-08-30 | 1 | -4/+4 |
| | |||||
* | core: Add agreement module (#77) | Jimmy Hu | 2018-08-29 | 1 | -2/+13 |
| | |||||
* | simulation: remove fake network (#74) | Wei-Ning Huang | 2018-08-25 | 1 | -2/+1 |
| | |||||
* | simulation: allow to run simulation with scheduler on k8s (#72) | Mission Liao | 2018-08-22 | 1 | -0/+9 |
| | | | | | | | | To run a simulation with scheduler on k8s: ./run_scheduler.sh 61 5 Where *61* means the simulation contains 61 validators, and *5* means the simulation utilizes 5 vCPUs and corresponding concurrent workers to run. | ||||
* | simulation: kubernetes: update config | Wei-Ning Huang | 2018-08-13 | 1 | -2/+2 |
| | |||||
* | core: update governance interface and move K into config (#40) | Wei-Ning Huang | 2018-08-10 | 1 | -1/+12 |
| | |||||
* | Add a config that PeerServer can shutdown after receiving enough of block. (#19) | Jimmy Hu | 2018-07-30 | 1 | -0/+3 |
| | |||||
* | Implement simulation on a real network (#5) | Wei-Ning Huang | 2018-07-20 | 1 | -2/+17 |
| | | | simulation: implement simulation on a real network | ||||
* | Initial implementation of DEXON consensus algorithm | Wei-Ning Huang | 2018-07-16 | 1 | -0/+89 |