aboutsummaryrefslogtreecommitdiffstats
path: root/core/utils
Commit message (Expand)AuthorAgeFilesLines
* utils: fix logic to trigger round events (#575)Mission Liao2019-04-192-20/+49
* core: Add DKGSuccess (#569)Jimmy Hu2019-04-154-1/+58
* core: add report bad peer interface to network (#559)Jimmy Hu2019-04-122-8/+10
* core: fix false alarm (#564)Jimmy Hu2019-04-112-9/+9
* core: change CRSSignature with bls (#563)Jimmy Hu2019-04-114-18/+45
* core: remove payload from reportForkBlock (#555)Jimmy Hu2019-04-092-1/+12
* core: filter vote if already processed (#552)Jimmy Hu2019-04-082-1/+20
* core/crypto/dkg: concurrent access for gpk (#548)Jimmy Hu2019-04-043-3/+3
* core: optimize message handle (#542)Jimmy Hu2019-04-021-1/+1
* core: only qualified nodes can participant BA (#540)Jimmy Hu2019-04-023-40/+11
* core: clean TODOs (#539)Mission Liao2019-04-013-34/+37
* core: reset DKG if to less qualified nodes (#528)Jimmy Hu2019-03-291-0/+5
* core: fix issues (#525)Mission Liao2019-03-281-0/+5
* core: workaround for GetRoundHeight (#526)Jimmy Hu2019-03-281-1/+5
* core: workaround for GetRoundHeight (#523)Jimmy Hu2019-03-271-1/+2
* core: merge notarySet and DKGSet (#488)Jimmy Hu2019-03-274-24/+7
* core: remove initRoundBeginHeight paramenterMission Liao2019-03-221-2/+5
* core: abort hang DKG (#508)Mission Liao2019-03-221-4/+4
* core: height event handlers are not called (#509)Mission Liao2019-03-221-32/+36
* core: reset DKG (#502)Mission Liao2019-03-205-1/+57
* core: abort hang dkg (#500)Mission Liao2019-03-191-6/+6
* test: try to mitigate flaky tests (#498)Mission Liao2019-03-181-3/+5
* dkg: add reset field (#492)Mission Liao2019-03-172-2/+63
* core, syncer: integrate utils.RoundEvent (#490)Mission Liao2019-03-162-18/+58
* test: prohibit dkg (#489)Mission Liao2019-03-141-0/+6
* utils: add RoundEvent (#482)Mission Liao2019-03-133-0/+471
* core: move some dkg utils (#476)Mission Liao2019-03-111-0/+5
* core/utils: fix verifyDKGComplaint bug (#472)Jimmy Hu2019-03-082-3/+3
* core: touch nodeSetCache (#466)Jimmy Hu2019-03-072-0/+26
* core: first few round will not have DKG (#455)Jimmy Hu2019-03-042-5/+14
* core: Change RoundInterval to RoundLength (#453)Jimmy Hu2019-02-262-2/+2
* core: remove acks (#451)Mission Liao2019-02-222-15/+0
* core: switch round by block height (#450)Mission Liao2019-02-204-34/+14
* big-bang: single chain (#446)Mission Liao2019-02-192-33/+24
* core: Add vote filter (#430)Jimmy Hu2019-01-242-0/+153
* core: Fix BA3.0 (#420)Jimmy Hu2019-01-152-6/+7
* syncer: fix issues when switching to core.Consensus (#418)Mission Liao2019-01-112-0/+94
* core: BA 3.0 (#408)Jimmy Hu2019-01-072-3/+50
* test: allow empty change request (#398)Jimmy Hu2019-01-041-16/+0
* core: expose HashVote function for test (#400)Wei-Ning Huang2019-01-044-8/+9
* core/utils: Add Penalty checker and VerifyDKGComplaint (#393)Jimmy Hu2019-01-044-0/+513
* utils: move authenticator to utils package (#378)Mission Liao2018-12-224-0/+815
* misc: panic not ready (#374)Mission Liao2018-12-181-0/+61
* core: fix bugs found when node-set is not equal to notary-set (#362)Mission Liao2018-12-071-6/+13
* utils: add utils package (#327)Mission Liao2018-11-142-0/+351