Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: run first DKG at startup. (#129) | Jimmy Hu | 2018-09-23 | 1 | -1/+2 |
| | |||||
* | Rename validator* to node* (#120) | Mission Liao | 2018-09-20 | 5 | -17/+17 |
| | |||||
* | misc: Polish BA. (#94) | Jimmy Hu | 2018-09-05 | 1 | -2/+5 |
| | |||||
* | Add GetChainNumber to Goverance (#92) | Jimmy Hu | 2018-09-03 | 1 | -3/+1 |
| | |||||
* | core: Leader Selector. (#80) | Jimmy Hu | 2018-08-30 | 1 | -0/+4 |
| | |||||
* | simulation: allow to run simulation with scheduler on k8s (#72) | Mission Liao | 2018-08-22 | 5 | -0/+87 |
| | | | | | | | | 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: fix concurrent map write (#52) | Wei-Ning Huang | 2018-08-13 | 2 | -5/+5 |
| | | | Fix concurrent map write and also change k8s settings. | ||||
* | simulation: kubernetes: update config | Wei-Ning Huang | 2018-08-13 | 3 | -9/+9 |
| | |||||
* | simulation: kubernetes: update config template | Wei-Ning Huang | 2018-08-13 | 1 | -0/+4 |
| | |||||
* | simulation: free resource after use and misc fix for k8s mode (#31) | Wei-Ning Huang | 2018-08-06 | 2 | -2/+12 |
| | |||||
* | Implement simulation on a real network (#5) | Wei-Ning Huang | 2018-07-20 | 6 | -0/+165 |
simulation: implement simulation on a real network |