aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/kubernetes
Commit message (Collapse)AuthorAgeFilesLines
* Merge Makefile and shell script improvements from an internal projectwip/lantw/license-makefile-shell-scriptsTing-Wei Lan2019-04-252-12/+12
| | | | | | | The Makefile used in this project was based on the one used in an internal project. Since the Makefile and shell scripts have been refactored several times and become easier to use, it should be good to bring these improvements to the project.
* simulation: fix k8s dmoment issue (#416)Jimmy Hu2019-01-091-2/+2
| | | | | | * Handshake with server dmoment * Start simulation from dMoment * Update k8s config
* simulation: fix k8s simulation stuff (#410)Jimmy Hu2019-01-086-15/+24
| | | | | | * simulation: fix k8s simulation stuff * Default K to 0
* core: Run DKG stuffs only if the node is in DKG set (#302)Jimmy Hu2018-11-061-5/+5
|
* core: Add sizes of various nodeSets (#148)Jimmy Hu2018-09-281-0/+3
|
* 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