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