aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/config/config.go
Commit message (Expand)AuthorAgeFilesLines
* core: Change RoundInterval to RoundLength (#453)Jimmy Hu2019-02-261-2/+2
* core: switch round by block height (#450)Mission Liao2019-02-201-7/+1
* misc: Add gosec to check security issues (#424)Jimmy Hu2019-01-181-1/+1
* simulation: fix k8s simulation stuff (#410)Jimmy Hu2019-01-081-1/+1
* simulation: add latency for gossip (#389)Mission Liao2019-01-031-9/+18
* simulation: support config change (#381)Mission Liao2018-12-261-18/+42
* core: Run DKG stuffs only if the node is in DKG set (#302)Jimmy Hu2018-11-061-1/+5
* test: move simulation.network to test package (#297)Mission Liao2018-11-051-12/+3
* Rename repo to dexon-consensusWei-Ning Huang2018-11-021-5/+5
* 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
* 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
* simulation: integrate test.Transport (#99)Mission Liao2018-09-111-0/+1
* 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
* 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
* Initial implementation of DEXON consensus algorithmWei-Ning Huang2018-07-161-0/+89