aboutsummaryrefslogtreecommitdiffstats
path: root/core/interfaces.go
Commit message (Expand)AuthorAgeFilesLines
* core: move crypto to core/crypto (#140)Mission Liao2018-09-261-33/+3
* core: run TSIG for first configuration block at startup (#135)Jimmy Hu2018-09-261-0/+11
* core: update governance interface to consider genesis state (#136)Wei-Ning Huang2018-09-251-3/+10
* Fix naming of methods (#134)Mission Liao2018-09-251-8/+8
* core: add debug (#133)Mission Liao2018-09-251-11/+15
* core: add key holder (#130)Mission Liao2018-09-251-0/+26
* core: run first DKG at startup. (#129)Jimmy Hu2018-09-231-0/+3
* core: refactor witness data processing flow (#124)Wei-Ning Huang2018-09-201-0/+4
* Rename validator* to node* (#120)Mission Liao2018-09-201-3/+3
* core: rename Notary (Acks) to Witness (#118)Wei-Ning Huang2018-09-191-4/+4
* core: refine governance interface to reduce Get* methods (#114)Wei-Ning Huang2018-09-181-23/+5
* core: remove ticker parameter from NewConsensusMission Liao2018-09-181-3/+11
* core: move blockdb into core package and minor change on governance interface...Wei-Ning Huang2018-09-171-2/+5
* core: DKG interface (#108)Jimmy Hu2018-09-171-0/+15
* core: fix VerifyPayload argument (#103)Wei-Ning Huang2018-09-131-1/+1
* core: types: use []byte for block Payload type (#101)Wei-Ning Huang2018-09-121-1/+1
* Add GetChainNumber to Goverance (#92)Jimmy Hu2018-09-031-0/+3
* core: minor change to governance interface (#90)Wei-Ning Huang2018-09-031-0/+28
* core: Add a new structure `Position` and move `ShardID`, `ChainID` and `Heigh...Jimmy Hu2018-09-031-1/+1
* Add methods to Application interface. (#86)Jimmy Hu2018-08-311-0/+6
* core: Add PreparePayloads to Application and Remove blockConverter interface....Jimmy Hu2018-08-301-0/+58