Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dkg: first part of change to BLS12_381 (#561) | Sonic | 2019-04-11 | 1 | -2/+2 |
| | | | | | * bin: polish install_dkg_dep script * dkg: change to use BLS12_381 | ||||
* | misc: Add gosec to check security issues (#424) | Jimmy Hu | 2019-01-18 | 1 | -0/+3 |
| | | | | | | | | * Add gosec to tools * Run security check to ci * Fix secrity issues | ||||
* | Change BLS to dexon-foundation (#245) | Jimmy Hu | 2018-10-23 | 1 | -5/+3 |
| | |||||
* | core: latticeData supports config change (#190) | Mission Liao | 2018-10-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * Add test for num of chains changes. * Return error in latticeData.prepareBlock * Compare two positions * Modify chainStatus from height-based to index-based. * Fix consensus to use round variable * Remove sanity check in chainStatus * Fixup: refine sanity check - verify if round switching is required or not by chainTip's config. - make the logic in sanity check more clear - pospone acking relationship checking, they are more expensive to check. | ||||
* | simulation: Fix docker build fail (#188) | Jimmy Hu | 2018-10-09 | 1 | -2/+2 |
| | |||||
* | core: use dexon-foundation/dexon instead of ethereum/go-ethereum (#143) | Wei-Ning Huang | 2018-09-26 | 1 | -3/+3 |
| | |||||
* | Use static linking for libbls (#132) | Wei-Ning Huang | 2018-09-25 | 2 | -36/+1 |
| | |||||
* | core: run first DKG at startup. (#129) | Jimmy Hu | 2018-09-23 | 1 | -4/+4 |
| | |||||
* | env.sh: set LD_LIBRARY_PATH and DYLD_LIBRARY_PATH | Wei-Ning Huang | 2018-09-21 | 1 | -0/+4 |
| | |||||
* | bin: patches: update patch due to upstream changes (#128) | Wei-Ning Huang | 2018-09-21 | 1 | -9/+10 |
| | |||||
* | bin: allow non-root homebrew install to work (#113) | Wei-Ning Huang | 2018-09-18 | 3 | -0/+41 |
| | | | | | | | | In order for non-root homebrew install to work, we need to setup some custom CFLAGS and LDFLAGS variables, we also need to patch the mcl library so we are able to build. A PR is sent to the mcl upstream, the local patch will be removed once the upstream PR is merged. | ||||
* | crypto: dkg implementation and test. (#96) | Jimmy Hu | 2018-09-13 | 1 | -0/+3 |
| | | | | | | | | * DKG API and test. * Change naming * Broadcast pubShares | ||||
* | CRYPTO: dkg library (#95) | Jimmy Hu | 2018-09-05 | 1 | -0/+21 |
| | |||||
* | core: update governance interface and move K into config (#40) | Wei-Ning Huang | 2018-08-10 | 1 | -0/+20 |
| | |||||
* | add README (#1) | Kordan Ou | 2018-07-18 | 1 | -0/+8 |
* add README |