aboutsummaryrefslogtreecommitdiffstats
path: root/core/interfaces.go
Commit message (Expand)AuthorAgeFilesLines
* 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