aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/config.go
Commit message (Collapse)AuthorAgeFilesLines
* core: Add sizes of various nodeSets (#148)Jimmy Hu2018-09-281-0/+33
|
* core: update governance interface and config (#145)Wei-Ning Huang2018-09-271-11/+0
| | | | | | 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-1/+42
|
* core: update governance interface to consider genesis state (#136)Wei-Ning Huang2018-09-251-3/+5
|
* core: run first DKG at startup. (#129)Jimmy Hu2018-09-231-2/+3
|
* core: refine governance interface to reduce Get* methods (#114)Wei-Ning Huang2018-09-181-0/+35
Since we have a bunch of static configurations in the governance contract, instead of using a Get* method for each of them, we instead implement a GetConfiguration() method to return a structure of the configurations.