aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/app.go
Commit message (Expand)AuthorAgeFilesLines
* core: tune performance (#73)Mission Liao2018-08-281-1/+1
* core: Notary ack (#69)Jimmy Hu2018-08-211-2/+2
* core: NotaryAck interfaces. (#67)Jimmy Hu2018-08-201-0/+4
* Use RLock for simulation.simApp.blockByHash (#53)Jimmy Hu2018-08-131-4/+3
* simulation: fix concurrent map write (#52)Wei-Ning Huang2018-08-131-0/+9
* core: update governance interface and move K into config (#40)Wei-Ning Huang2018-08-101-10/+10
* core: Deliver only Hash to Application. (#43)Jimmy Hu2018-08-101-9/+15
* core: Add Consensus to replace core.Blocklattice (#35)Mission Liao2018-08-081-0/+5
* simulation: Show internal and external timestamp latency. (#30)Jimmy Hu2018-08-071-3/+94
* core: refine Application interface and add Governance interface (#24)Wei-Ning Huang2018-07-311-7/+7
* Print block confirm latency when Peer Server stopped. (#23)Jimmy Hu2018-07-311-1/+16
* Verify the Total Ordering Algorithm in peerServer in tcp mode (#11)Jimmy Hu2018-07-261-1/+12
* Initial implementation of DEXON consensus algorithmWei-Ning Huang2018-07-161-0/+50