aboutsummaryrefslogtreecommitdiffstats
path: root/core/configuration-chain_test.go
Commit message (Expand)AuthorAgeFilesLines
* core: split GroupPublicKey and NodePublicKeys (#484)Jimmy Hu2019-03-121-14/+14
* core: move some dkg utils (#476)Mission Liao2019-03-111-9/+9
* core: first few round will not have DKG (#455)Jimmy Hu2019-03-041-9/+9
* utils: move authenticator to utils package (#378)Mission Liao2018-12-221-149/+101
* core: Add a `MPKReady` so `MasterPublicKey` cannot be added afterwards (#375)Jimmy Hu2018-12-191-0/+95
* core: cache dkg's private key in db (#371)Mission Liao2018-12-161-2/+33
* core: Fix a bug of DKGNackComplaints (#370)Jimmy Hu2018-12-141-0/+79
* ci: Add TravisCI setting. (#363)Jimmy Hu2018-12-081-22/+74
* test: allow to log in test.State (#359)Mission Liao2018-12-061-1/+2
* core: Add timeout to TSig (#330)Jimmy Hu2018-11-151-0/+37
* utils: add utils package (#327)Mission Liao2018-11-141-1/+2
* core: expose implicit round shift (#321)Mission Liao2018-11-131-1/+1
* core: Run DKG stuffs only if the node is in DKG set (#302)Jimmy Hu2018-11-061-2/+2
* core: Fix dkg and CRS signature (#294)Jimmy Hu2018-11-051-4/+10
* Rename repo to dexon-consensusWei-Ning Huang2018-11-021-12/+12
* core: Move dkg in types to types/dkg. (#253)Jimmy Hu2018-10-251-11/+12
* test: add test.State (#239)Mission Liao2018-10-241-1/+1
* core: initial commit for logger (#228)Mission Liao2018-10-191-1/+2
* core: Add round to DKG methods in gov. Change network interface name (#185)Jimmy Hu2018-10-091-3/+3
* core: Add DKG final message. (#181)Jimmy Hu2018-10-091-0/+16
* core: General tsig (#177)Jimmy Hu2018-10-051-13/+89
* core: run DKG and CRS at background. (#155)Jimmy Hu2018-10-021-2/+2
* test: Non-qualified node are accepted in test. (#154)Jimmy Hu2018-10-011-7/+20
* core: Allow more time for DKG to finish on CircleCI machine. (#152)Jimmy Hu2018-09-291-1/+1
* core: rename crypto/eth to crypto/ecdsa (#144)Wei-Ning Huang2018-09-261-2/+2
* Fix racing (#142)Jimmy Hu2018-09-261-3/+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-4/+9
* core: configuration chain test (#137)Jimmy Hu2018-09-261-0/+213