aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* core: DEXON Consensus Timestamp Algorithm. (#29)Jimmy Hu2018-08-031-0/+8
|
* Fix blocklattice_test.go's ordering check (#15)Haoping Ku2018-07-241-0/+8
| | | | | | Outputs of total ordering are sorted by hash value in blocklattice.go, but was checked orderly in test, which the order might change due to random hash. Added common.Hashes.
* Implement simulation on a real network (#5)Wei-Ning Huang2018-07-201-2/+14
| | | simulation: implement simulation on a real network
* Fix typos and add .gitignore (#2)Haoping Ku2018-07-171-1/+1
| | | | | * Fix typos and add .gitignore * Add more rule on .gitignore
* Initial implementation of DEXON consensus algorithmWei-Ning Huang2018-07-162-0/+54