aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/kubernetes
Commit message (Collapse)AuthorAgeFilesLines
* core: run first DKG at startup. (#129)Jimmy Hu2018-09-231-1/+2
|
* Rename validator* to node* (#120)Mission Liao2018-09-205-17/+17
|
* misc: Polish BA. (#94)Jimmy Hu2018-09-051-2/+5
|
* Add GetChainNumber to Goverance (#92)Jimmy Hu2018-09-031-3/+1
|
* core: Leader Selector. (#80)Jimmy Hu2018-08-301-0/+4
|
* simulation: allow to run simulation with scheduler on k8s (#72)Mission Liao2018-08-225-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 Huang2018-08-132-5/+5
| | | Fix concurrent map write and also change k8s settings.
* simulation: kubernetes: update configWei-Ning Huang2018-08-133-9/+9
|
* simulation: kubernetes: update config templateWei-Ning Huang2018-08-131-0/+4
|
* simulation: free resource after use and misc fix for k8s mode (#31)Wei-Ning Huang2018-08-062-2/+12
|
* Implement simulation on a real network (#5)Wei-Ning Huang2018-07-206-0/+165
simulation: implement simulation on a real network