aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/network.go
Commit message (Expand)AuthorAgeFilesLines
* core: Add round to DKG methods in gov. Change network interface name (#185)Jimmy Hu2018-10-091-2/+2
* core: General tsig (#177)Jimmy Hu2018-10-051-0/+17
* core: update data model to reflect new model (#157)Wei-Ning Huang2018-10-011-8/+1
* core: hide types.NodeID from full node. (#147)Mission Liao2018-09-281-7/+8
* core: run TSIG for first configuration block at startup (#135)Jimmy Hu2018-09-261-0/+8
* core: run first DKG at startup. (#129)Jimmy Hu2018-09-231-0/+8
* Rename validator* to node* (#120)Mission Liao2018-09-201-19/+19
* core: rename Notary (Acks) to Witness (#118)Wei-Ning Huang2018-09-191-4/+4
* core:DKG and TSIG protocol (#115)Jimmy Hu2018-09-191-1/+9
* core: DKG interface (#108)Jimmy Hu2018-09-171-0/+8
* simulation: integrate test.Transport (#99)Mission Liao2018-09-111-22/+152
* core: Add PreparePayloads to Application and Remove blockConverter interface....Jimmy Hu2018-08-301-4/+3
* core: Add vote type and add field to block. (#76)Jimmy Hu2018-08-281-0/+1
* core: Notary ack application. (#70)Jimmy Hu2018-08-221-0/+1
* simulation: Create Consensus core after Join. (#51)Jimmy Hu2018-08-131-0/+1
* simulation: Show internal and external timestamp latency. (#30)Jimmy Hu2018-08-071-1/+20
* simulation: free resource after use and misc fix for k8s mode (#31)Wei-Ning Huang2018-08-061-2/+3
* Print block confirm latency when Peer Server stopped. (#23)Jimmy Hu2018-07-311-2/+1
* Add a config that PeerServer can shutdown after receiving enough of block. (#19)Jimmy Hu2018-07-301-0/+29
* Verify the Total Ordering Algorithm in peerServer in tcp mode (#11)Jimmy Hu2018-07-261-0/+42
* Implement simulation on a real network (#5)Wei-Ning Huang2018-07-201-86/+0
* Initial implementation of DEXON consensus algorithmWei-Ning Huang2018-07-161-0/+86