aboutsummaryrefslogtreecommitdiffstats
path: root/core/leader-selector_test.go
Commit message (Expand)AuthorAgeFilesLines
* core: change CRSSignature with bls (#563)Jimmy Hu2019-04-111-1/+1
* core: find confirmed block in pending set and candidate set (#419)Mission Liao2019-01-161-2/+2
* utils: move authenticator to utils package (#378)Mission Liao2018-12-221-3/+4
* core: Reduce call to Application.VerifyBlock (#317)Jimmy Hu2018-11-131-0/+28
* core: Optimize core (#307)Jimmy Hu2018-11-081-4/+4
* core: reset CRS in leader selector by round (#286)Mission Liao2018-11-021-2/+4
* Rename repo to dexon-consensusWei-Ning Huang2018-11-021-8/+8
* core: Leader selector will retry sanityCheck (#261)Jimmy Hu2018-10-261-11/+53
* core: run DKG and CRS at background. (#155)Jimmy Hu2018-10-021-1/+1
* core: integrate authenticator (#150)Mission Liao2018-09-301-14/+2
* core: rename crypto/eth to crypto/ecdsa (#144)Wei-Ning Huang2018-09-261-6/+6
* crypto: sigtopub to crypto package. remove SigToPubFn (#141)Jimmy Hu2018-09-261-1/+1
* core: move crypto to core/crypto (#140)Mission Liao2018-09-261-1/+1
* core: update governance interface to consider genesis state (#136)Wei-Ning Huang2018-09-251-1/+1
* Rename validator* to node* (#120)Mission Liao2018-09-201-2/+2
* core: Add a new structure `Position` and move `ShardID`, `ChainID` and `Heigh...Jimmy Hu2018-09-031-1/+1
* core: Leader Selector. (#80)Jimmy Hu2018-08-301-0/+123