aboutsummaryrefslogtreecommitdiffstats
path: root/core/nonblocking-application.go
Commit message (Expand)AuthorAgeFilesLines
* core: add debug (#133)Mission Liao2018-09-251-166/+0
* core: refactor witness data processing flow (#124)Wei-Ning Huang2018-09-201-0/+6
* core: rename Notary (Acks) to Witness (#118)Wei-Ning Huang2018-09-191-7/+7
* 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-4/+4
* core: Add a new structure `Position` and move `ShardID`, `ChainID` and `Heigh...Jimmy Hu2018-09-031-2/+2
* Fix VerifyPayloads in nonBlockingApplication (#87)Jimmy Hu2018-08-311-1/+1
* Add methods to Application interface. (#86)Jimmy Hu2018-08-311-0/+16
* core: Add PreparePayloads to Application and Remove blockConverter interface....Jimmy Hu2018-08-301-0/+6
* core: Notary ack application. (#70)Jimmy Hu2018-08-221-0/+7
* core: Notary ack (#69)Jimmy Hu2018-08-211-2/+2
* core: NotaryAck interfaces. (#67)Jimmy Hu2018-08-201-0/+5
* core: Add a nonBlockingApplication. (#62)Jimmy Hu2018-08-151-0/+126