Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: Remove max block interval (#287) | Jimmy Hu | 2018-11-02 | 1 | -1/+1 |
| | |||||
* | misc: Change bls stuffs for docker build (#278) | Jimmy Hu | 2018-10-31 | 1 | -2/+2 |
| | |||||
* | misc: Add longer timeout for test in master (#258) | Jimmy Hu | 2018-10-25 | 1 | -1/+1 |
| | |||||
* | misc: Use prebuild bls docker image. (#199) | Jimmy Hu | 2018-10-15 | 1 | -4/+17 |
| | |||||
* | simulation: Fix docker build fail (#188) | Jimmy Hu | 2018-10-09 | 1 | -1/+3 |
| | |||||
* | CurcleCI: Run full test on master (#164) | Jimmy Hu | 2018-10-03 | 1 | -0/+8 |
| | |||||
* | Use static linking for libbls (#132) | Wei-Ning Huang | 2018-09-25 | 1 | -2/+2 |
| | |||||
* | crypto: Add Benchmark for DKG (#105) | Jimmy Hu | 2018-09-14 | 1 | -0/+8 |
| | |||||
* | crypto: dkg implementation and test. (#96) | Jimmy Hu | 2018-09-13 | 1 | -1/+1 |
| | | | | | | | | * DKG API and test. * Change naming * Broadcast pubShares | ||||
* | CRYPTO: dkg library (#95) | Jimmy Hu | 2018-09-05 | 1 | -3/+4 |
| | |||||
* | simulation: add simulation with scheduler (#71) | Mission Liao | 2018-08-21 | 1 | -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 Huang | 2018-08-10 | 1 | -11/+1 |
| | |||||
* | Add -race to go test (#38) | Jimmy Hu | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | crypto: Add crypto module. (#34) | Jimmy Hu | 2018-08-08 | 1 | -3/+16 |
| | |||||
* | Add a config that PeerServer can shutdown after receiving enough of block. (#19) | Jimmy Hu | 2018-07-30 | 1 | -0/+10 |
| | |||||
* | Add make format (#12) | Haoping Ku | 2018-07-25 | 1 | -1/+11 |
| | | | Added rule "format" and "check-format" in GNUmakefile. | ||||
* | Implement simulation on a real network (#5) | Wei-Ning Huang | 2018-07-20 | 1 | -6/+45 |
| | | | simulation: implement simulation on a real network | ||||
* | Fix typos and add .gitignore (#2) | Haoping Ku | 2018-07-17 | 1 | -1/+1 |
| | | | | | * Fix typos and add .gitignore * Add more rule on .gitignore | ||||
* | Initial implementation of DEXON consensus algorithm | Wei-Ning Huang | 2018-07-16 | 1 | -0/+30 |