aboutsummaryrefslogtreecommitdiffstats
path: root/bin/install_tools.sh
Commit message (Collapse)AuthorAgeFilesLines
* misc: Add gosec to check security issues (#424)Jimmy Hu2019-01-181-0/+3
| | | | | | | | * Add gosec to tools * Run security check to ci * Fix secrity issues
* core: latticeData supports config change (#190)Mission Liao2018-10-121-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.
* add README (#1)Kordan Ou2018-07-181-0/+8
* add README