aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/validator.go
Commit message (Expand)AuthorAgeFilesLines
* core: tune performance (#73)Mission Liao2018-08-281-1/+1
* core: Add vote type and add field to block. (#76)Jimmy Hu2018-08-281-0/+4
* core: Notary ack application. (#70)Jimmy Hu2018-08-221-0/+4
* core: Prepare Genesis block. (#54)Jimmy Hu2018-08-141-7/+4
* simulation: Create Consensus core after Join. (#51)Jimmy Hu2018-08-131-32/+12
* core: Sign block in Consensus.PrepareBlock. (#50)Jimmy Hu2018-08-131-2/+7
* core: ValidatorID.Hash is the hash of public key. (#49)Jimmy Hu2018-08-131-1/+5
* core: Modify Consensus interface (#45)Jimmy Hu2018-08-101-1/+1
* core: update governance interface and move K into config (#40)Wei-Ning Huang2018-08-101-4/+4
* Add genesis block to simulation app. (#44)Jimmy Hu2018-08-101-0/+1
* Fix the bug preventing us from testing large group when using TCP-Local (#42)Mission Liao2018-08-101-20/+21
* core: Deliver only Hash to Application. (#43)Jimmy Hu2018-08-101-0/+2
* core: Add Block.IsGenesis() and set Block.ParentHash to 0 in genesis block. (...Jimmy Hu2018-08-091-4/+3
* 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