aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add -race to go test (#38)Jimmy Hu2018-08-091-1/+1
* core: Add Block.IsGenesis() and set Block.ParentHash to 0 in genesis block. (...Jimmy Hu2018-08-099-113/+109
* Gopkg: fixup importsWei-Ning Huang2018-08-091-1/+21
* simulation: Fix k8s simulation issues. (#36)Jimmy Hu2018-08-093-9/+41
* core: Add Consensus to replace core.Blocklattice (#35)Mission Liao2018-08-0821-1237/+1039
* crypto: Add crypto module. (#34)Jimmy Hu2018-08-0815-17/+534
* simulation: Show internal and external timestamp latency. (#30)Jimmy Hu2018-08-075-17/+204
* simulation: tcp-network: force http.Client to reuse connection (#33)Wei-Ning Huang2018-08-061-15/+22
* Rename names of struct and filesMission Liao2018-08-066-392/+392
* simulation: free resource after use and misc fix for k8s mode (#31)Wei-Ning Huang2018-08-069-17/+66
* Gopkg: update importsWei-Ning Huang2018-08-052-36/+10
* test: random blocks generator (#26)Mission Liao2018-08-0310-6/+975
* core: DEXON Consensus Timestamp Algorithm. (#29)Jimmy Hu2018-08-034-10/+377
* core: make acking module implicit (#28)Haoping Ku2018-08-012-46/+46
* core: fix decimal package import (#27)Wei-Ning Huang2018-08-011-1/+1
* Remove timestamp generating function in validator (#25)Jimmy Hu2018-08-012-25/+9
* core: refine Application interface and add Governance interface (#24)Wei-Ning Huang2018-07-316-16/+84
* blockdb: allow to dump blocks to json-encoded fileMission Liao2018-07-318-147/+294
* Print block confirm latency when Peer Server stopped. (#23)Jimmy Hu2018-07-318-26/+67
* Print confirmed blocks per second when Peer Server stopped. (#22)Jimmy Hu2018-07-312-0/+47
* Add new sorting method for blocksMission Liao2018-07-312-0/+65
* Implement DEXON total ordering algorithm (#16)Mission Liao2018-07-302-0/+1396
* Add acking module (#13)Haoping Ku2018-07-306-27/+762
* Add a config that PeerServer can shutdown after receiving enough of block. (#19)Jimmy Hu2018-07-3010-22/+264
* Ignore build in .gitignore. (#18)Jimmy Hu2018-07-261-0/+2
* Use cache to do `dep ensure` faster in circleci (#17)Jimmy Hu2018-07-262-4/+74
* Verify the Total Ordering Algorithm in peerServer in tcp mode (#11)Jimmy Hu2018-07-269-17/+294
* Add make format (#12)Haoping Ku2018-07-252-1/+12
* Add API Token to CircleCI badge (#14)Jimmy Hu2018-07-251-1/+1
* Fix blocklattice_test.go's ordering check (#15)Haoping Ku2018-07-242-2/+14
* Add test to cover blockdb.syncIndex.Jimmy Hu2018-07-241-0/+48
* Remove test db after test (#9)Jimmy Hu2018-07-231-4/+6
* simulation: fix tcp-local network simulation (#8)Wei-Ning Huang2018-07-233-2/+13
* Implement blockdb levelDB backend (#6)Mission Liao2018-07-225-12/+305
* Implement simulation on a real network (#5)Wei-Ning Huang2018-07-2022-211/+848
* core: refactor acking relationship (#3)Wei-Ning Huang2018-07-184-167/+136
* project: setup circle CIWei-Ning Huang2018-07-182-2/+22
* add README (#1)Kordan Ou2018-07-183-23/+65
* Fix typos and add .gitignore (#2)Haoping Ku2018-07-179-17/+32
* Initial implementation of DEXON consensus algorithmWei-Ning Huang2018-07-1624-0/+2321