aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test/consensus_test.go
Commit message (Expand)AuthorAgeFilesLines
* misc: migrate to github.com/tangerine-networkHao2019-09-171-8/+8
* core: do not panic in deliveryGuard but send a stop message insteadWei-Ning Huang2019-06-231-8/+8
* Update import pathWei-Ning Huang2019-06-231-8/+8
* core: fix false alarm (#564)Jimmy Hu2019-04-111-0/+5
* core: syncer: fix force sync (#556)Jimmy Hu2019-04-091-1/+1
* core: syncer: add deliver pending blocks (#546)Jimmy Hu2019-04-031-0/+2
* core: clean TODOs (#539)Mission Liao2019-04-011-10/+11
* core: merge notarySet and DKGSet (#488)Jimmy Hu2019-03-271-16/+25
* core: remove initRoundBeginHeight paramenterMission Liao2019-03-221-52/+53
* core: reset DKG (#502)Mission Liao2019-03-201-32/+149
* core: abort hang dkg (#500)Mission Liao2019-03-191-1/+1
* test: try to mitigate flaky tests (#498)Mission Liao2019-03-181-13/+17
* core, syncer: integrate utils.RoundEvent (#490)Mission Liao2019-03-161-5/+5
* core/syncer: add force sync (#468)Jimmy Hu2019-03-151-0/+141
* test: prohibit dkg (#489)Mission Liao2019-03-141-1/+1
* core: first few round will not have DKG (#455)Jimmy Hu2019-03-041-3/+3
* core: Change RoundInterval to RoundLength (#453)Jimmy Hu2019-02-261-8/+8
* core: switch round by block height (#450)Mission Liao2019-02-201-22/+17
* big-bang: single chain (#446)Mission Liao2019-02-191-12/+26
* core: remove Governance.NotifyRoundHeight (#431)Mission Liao2019-01-241-2/+2
* syncer: fix issues when switching to core.Consensus (#418)Mission Liao2019-01-111-3/+5
* core: fix issues in consensus core (#415)Jimmy Hu2019-01-101-2/+9
* simulation: add latency for gossip (#389)Mission Liao2019-01-031-5/+6
* sync: filter duplicated randomness (#387)Mission Liao2018-12-281-1/+1
* Fix: consensusTimestamp panic when numChains increased at round 1(#382)Mission Liao2018-12-271-3/+8
* test: add witness preparation/verification (#386)Mission Liao2018-12-271-0/+4
* core: fix stuffs (#383)Mission Liao2018-12-261-51/+19
* core: Add a `MPKReady` so `MasterPublicKey` cannot be added afterwards (#375)Jimmy Hu2018-12-191-11/+15
* syncer: fix stuffs (#373)Mission Liao2018-12-181-2/+7
* db: cache compaction chain tip in db (#369)Mission Liao2018-12-131-0/+1
* db: rename blockdb to db (#367)Mission Liao2018-12-131-9/+9
* syncer: fix stuffs (#366)Mission Liao2018-12-121-1/+7
* ci: Add TravisCI setting. (#363)Jimmy Hu2018-12-081-6/+25
* test: allow to log in test.State (#359)Mission Liao2018-12-061-3/+9
* core: construct consensus from syncer (#352)Mission Liao2018-12-041-20/+47
* core: syncer: add syncer (#346)haoping-ku2018-11-291-8/+205
* core: support NumChains change for BA modules (#339)Mission Liao2018-11-201-2/+90
* test: fix network (#328)Mission Liao2018-11-151-1/+3
* core: expose implicit round shift (#321)Mission Liao2018-11-131-1/+3
* test: add integration test (#315)Mission Liao2018-11-111-0/+139