aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/app.go
Commit message (Expand)AuthorAgeFilesLines
* core: update data model to reflect new model (#157)Wei-Ning Huang2018-10-011-36/+5
* core: update governance interface to consider genesis state (#136)Wei-Ning Huang2018-09-251-1/+1
* Fix naming of methods (#134)Mission Liao2018-09-251-8/+8
* core: add debug (#133)Mission Liao2018-09-251-6/+6
* core: refactor witness data processing flow (#124)Wei-Ning Huang2018-09-201-0/+8
* core: rename Notary (Acks) to Witness (#118)Wei-Ning Huang2018-09-191-16/+16
* 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-3/+3
* 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/+9
* core: Add PreparePayloads to Application and Remove blockConverter interface....Jimmy Hu2018-08-301-0/+5
* core: Notary ack application. (#70)Jimmy Hu2018-08-221-0/+19
* simulation: add simulation with scheduler (#71)Mission Liao2018-08-211-22/+52
* core: Notary ack (#69)Jimmy Hu2018-08-211-2/+2
* core: NotaryAck interfaces. (#67)Jimmy Hu2018-08-201-0/+5
* test: add test.Scheduler (#58)Mission Liao2018-08-151-0/+12
* test: refine test utility (#61)Mission Liao2018-08-151-16/+142
* core: Deliver only Hash to Application. (#43)Jimmy Hu2018-08-101-7/+2
* core: Add Consensus to replace core.Blocklattice (#35)Mission Liao2018-08-081-0/+72