| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename validator* to node* (#120) | Mission Liao | 2018-09-20 | 1 | -138/+0 |
* | core:DKG and TSIG protocol (#115) | Jimmy Hu | 2018-09-19 | 1 | -1/+6 |
* | core: remove ticker parameter from NewConsensus | Mission Liao | 2018-09-18 | 1 | -14/+2 |
* | core: move blockdb into core package and minor change on governance interface... | Wei-Ning Huang | 2018-09-17 | 1 | -1/+1 |
* | cleanup (#109) | Mission Liao | 2018-09-17 | 1 | -18/+15 |
* | simulation: integrate test.Transport (#99) | Mission Liao | 2018-09-11 | 1 | -53/+49 |
* | misc: Polish BA. (#94) | Jimmy Hu | 2018-09-05 | 1 | -8/+18 |
* | Add methods to Application interface. (#86) | Jimmy Hu | 2018-08-31 | 1 | -90/+4 |
* | Use Network in Consensus core (#85) | Jimmy Hu | 2018-08-31 | 1 | -1/+4 |
* | core: Add PreparePayloads to Application and Remove blockConverter interface.... | Jimmy Hu | 2018-08-30 | 1 | -2/+3 |
* | core: Change the lattice key from validatorID to chainID. (#83) | Jimmy Hu | 2018-08-30 | 1 | -0/+13 |
* | core: tune performance (#73) | Mission Liao | 2018-08-28 | 1 | -1/+1 |
* | core: Add vote type and add field to block. (#76) | Jimmy Hu | 2018-08-28 | 1 | -0/+4 |
* | core: Notary ack application. (#70) | Jimmy Hu | 2018-08-22 | 1 | -0/+4 |
* | core: Prepare Genesis block. (#54) | Jimmy Hu | 2018-08-14 | 1 | -7/+4 |
* | simulation: Create Consensus core after Join. (#51) | Jimmy Hu | 2018-08-13 | 1 | -32/+12 |
* | core: Sign block in Consensus.PrepareBlock. (#50) | Jimmy Hu | 2018-08-13 | 1 | -2/+7 |
* | core: ValidatorID.Hash is the hash of public key. (#49) | Jimmy Hu | 2018-08-13 | 1 | -1/+5 |
* | core: Modify Consensus interface (#45) | Jimmy Hu | 2018-08-10 | 1 | -1/+1 |
* | core: update governance interface and move K into config (#40) | Wei-Ning Huang | 2018-08-10 | 1 | -4/+4 |
* | Add genesis block to simulation app. (#44) | Jimmy Hu | 2018-08-10 | 1 | -0/+1 |
* | Fix the bug preventing us from testing large group when using TCP-Local (#42) | Mission Liao | 2018-08-10 | 1 | -20/+21 |
* | core: Deliver only Hash to Application. (#43) | Jimmy Hu | 2018-08-10 | 1 | -0/+2 |
* | core: Add Block.IsGenesis() and set Block.ParentHash to 0 in genesis block. (... | Jimmy Hu | 2018-08-09 | 1 | -4/+3 |
* | simulation: Fix k8s simulation issues. (#36) | Jimmy Hu | 2018-08-09 | 1 | -4/+10 |
* | core: Add Consensus to replace core.Blocklattice (#35) | Mission Liao | 2018-08-08 | 1 | -36/+58 |
* | simulation: free resource after use and misc fix for k8s mode (#31) | Wei-Ning Huang | 2018-08-06 | 1 | -1/+1 |
* | Remove timestamp generating function in validator (#25) | Jimmy Hu | 2018-08-01 | 1 | -8/+0 |
* | blockdb: allow to dump blocks to json-encoded file | Mission Liao | 2018-07-31 | 1 | -7/+6 |
* | Print block confirm latency when Peer Server stopped. (#23) | Jimmy Hu | 2018-07-31 | 1 | -0/+8 |
* | Add a config that PeerServer can shutdown after receiving enough of block. (#19) | Jimmy Hu | 2018-07-30 | 1 | -11/+50 |
* | Verify the Total Ordering Algorithm in peerServer in tcp mode (#11) | Jimmy Hu | 2018-07-26 | 1 | -3/+3 |
* | Implement simulation on a real network (#5) | Wei-Ning Huang | 2018-07-20 | 1 | -23/+32 |
* | core: refactor acking relationship (#3) | Wei-Ning Huang | 2018-07-18 | 1 | -1/+1 |
* | Initial implementation of DEXON consensus algorithm | Wei-Ning Huang | 2018-07-16 | 1 | -0/+139 |