aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/config
Commit message (Collapse)AuthorAgeFilesLines
* test_config: sync default config (#200)Wei-Ning Huang2018-10-151-1/+1
|
* core: Add sizes of various nodeSets (#148)Jimmy Hu2018-09-281-12/+14
|
* core: update governance interface and config (#145)Wei-Ning Huang2018-09-271-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 Hu2018-09-261-12/+14
|
* core: run first DKG at startup. (#129)Jimmy Hu2018-09-231-2/+4
|
* test_config: update config to latest runnable version (#122)Wei-Ning Huang2018-09-201-1/+1
|
* Rename validator* to node* (#120)Mission Liao2018-09-201-4/+4
|
* core: remove ticker parameter from NewConsensusMission Liao2018-09-181-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 Liao2018-09-111-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 Hu2018-09-051-9/+18
|
* Add GetChainNumber to Goverance (#92)Jimmy Hu2018-09-031-15/+8
|
* core: Leader Selector. (#80)Jimmy Hu2018-08-301-4/+4
|
* core: Add agreement module (#77)Jimmy Hu2018-08-291-2/+13
|
* simulation: remove fake network (#74)Wei-Ning Huang2018-08-251-2/+1
|
* simulation: allow to run simulation with scheduler on k8s (#72)Mission Liao2018-08-221-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 configWei-Ning Huang2018-08-131-2/+2
|
* core: update governance interface and move K into config (#40)Wei-Ning Huang2018-08-101-1/+12
|
* Add a config that PeerServer can shutdown after receiving enough of block. (#19)Jimmy Hu2018-07-301-0/+3
|
* Implement simulation on a real network (#5)Wei-Ning Huang2018-07-201-2/+17
| | | simulation: implement simulation on a real network
* Initial implementation of DEXON consensus algorithmWei-Ning Huang2018-07-161-0/+89