aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
Commit message (Collapse)AuthorAgeFilesLines
* CurcleCI: Run full test on master (#164)Jimmy Hu2018-10-031-0/+8
|
* Use static linking for libbls (#132)Wei-Ning Huang2018-09-251-2/+2
|
* crypto: Add Benchmark for DKG (#105)Jimmy Hu2018-09-141-0/+8
|
* crypto: dkg implementation and test. (#96)Jimmy Hu2018-09-131-1/+1
| | | | | | | | * DKG API and test. * Change naming * Broadcast pubShares
* CRYPTO: dkg library (#95)Jimmy Hu2018-09-051-3/+4
|
* simulation: add simulation with scheduler (#71)Mission Liao2018-08-211-1/+2
| | | | | | | | - Add new field in test.Event: HistoryIndex HistoryIndex allow us to access them by their position in event history. - Record local time in test.App when receiving events. - Add statisitics module for slices of test.Event. - add new command line utility *dexcon-simulation-with-scheduler to verify the execution time of core.Consensus.
* core: update governance interface and move K into config (#40)Wei-Ning Huang2018-08-101-11/+1
|
* Add -race to go test (#38)Jimmy Hu2018-08-091-1/+1
|
* crypto: Add crypto module. (#34)Jimmy Hu2018-08-081-3/+16
|
* Add a config that PeerServer can shutdown after receiving enough of block. (#19)Jimmy Hu2018-07-301-0/+10
|
* Add make format (#12)Haoping Ku2018-07-251-1/+11
| | | Added rule "format" and "check-format" in GNUmakefile.
* Implement simulation on a real network (#5)Wei-Ning Huang2018-07-201-6/+45
| | | 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-161-0/+30