aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/validator.go
Commit message (Expand)AuthorAgeFilesLines
* simulation: Fix k8s simulation issues. (#36)Jimmy Hu2018-08-091-4/+10
* core: Add Consensus to replace core.Blocklattice (#35)Mission Liao2018-08-081-36/+58
* simulation: free resource after use and misc fix for k8s mode (#31)Wei-Ning Huang2018-08-061-1/+1
* Remove timestamp generating function in validator (#25)Jimmy Hu2018-08-011-8/+0
* blockdb: allow to dump blocks to json-encoded fileMission Liao2018-07-311-7/+6
* Print block confirm latency when Peer Server stopped. (#23)Jimmy Hu2018-07-311-0/+8
* Add a config that PeerServer can shutdown after receiving enough of block. (#19)Jimmy Hu2018-07-301-11/+50
* Verify the Total Ordering Algorithm in peerServer in tcp mode (#11)Jimmy Hu2018-07-261-3/+3
* Implement simulation on a real network (#5)Wei-Ning Huang2018-07-201-23/+32
* core: refactor acking relationship (#3)Wei-Ning Huang2018-07-181-1/+1
* Initial implementation of DEXON consensus algorithmWei-Ning Huang2018-07-161-0/+139