Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge Makefile and shell script improvements from an internal projectwip/lantw/license-makefile-shell-scripts | Ting-Wei Lan | 2019-04-25 | 2 | -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 Hu | 2019-01-09 | 1 | -2/+2 |
| | | | | | | * Handshake with server dmoment * Start simulation from dMoment * Update k8s config | ||||
* | simulation: fix k8s simulation stuff (#410) | Jimmy Hu | 2019-01-08 | 6 | -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 Hu | 2018-11-06 | 1 | -5/+5 |
| | |||||
* | core: Add sizes of various nodeSets (#148) | Jimmy Hu | 2018-09-28 | 1 | -0/+3 |
| | |||||
* | 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 |