Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test_config: sync default config (#200) | Wei-Ning Huang | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | core: Add sizes of various nodeSets (#148) | Jimmy Hu | 2018-09-28 | 1 | -12/+14 |
| | |||||
* | core: update governance interface and config (#145) | Wei-Ning Huang | 2018-09-27 | 1 | -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 Hu | 2018-09-26 | 1 | -12/+14 |
| | |||||
* | core: run first DKG at startup. (#129) | Jimmy Hu | 2018-09-23 | 1 | -2/+4 |
| | |||||
* | test_config: update config to latest runnable version (#122) | Wei-Ning Huang | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | Rename validator* to node* (#120) | Mission Liao | 2018-09-20 | 1 | -4/+4 |
| | |||||
* | core: remove ticker parameter from NewConsensus | Mission Liao | 2018-09-18 | 1 | -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 Liao | 2018-09-11 | 1 | -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 Hu | 2018-09-05 | 1 | -9/+18 |
| | |||||
* | Add GetChainNumber to Goverance (#92) | Jimmy Hu | 2018-09-03 | 1 | -15/+8 |
| | |||||
* | core: Leader Selector. (#80) | Jimmy Hu | 2018-08-30 | 1 | -4/+4 |
| | |||||
* | core: Add agreement module (#77) | Jimmy Hu | 2018-08-29 | 1 | -2/+13 |
| | |||||
* | simulation: remove fake network (#74) | Wei-Ning Huang | 2018-08-25 | 1 | -2/+1 |
| | |||||
* | simulation: allow to run simulation with scheduler on k8s (#72) | Mission Liao | 2018-08-22 | 1 | -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 config | Wei-Ning Huang | 2018-08-13 | 1 | -2/+2 |
| | |||||
* | core: update governance interface and move K into config (#40) | Wei-Ning Huang | 2018-08-10 | 1 | -1/+12 |
| | |||||
* | Add a config that PeerServer can shutdown after receiving enough of block. (#19) | Jimmy Hu | 2018-07-30 | 1 | -0/+3 |
| | |||||
* | Implement simulation on a real network (#5) | Wei-Ning Huang | 2018-07-20 | 1 | -2/+17 |
| | | | simulation: implement simulation on a real network | ||||
* | Initial implementation of DEXON consensus algorithm | Wei-Ning Huang | 2018-07-16 | 1 | -0/+89 |