aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test/round-event_test.go
Commit message (Collapse)AuthorAgeFilesLines
* core: remove initRoundBeginHeight paramenterMission Liao2019-03-221-7/+13
| | | | * Implement Governance.GetRoundHeight in test.Governance.
* core: height event handlers are not called (#509)Mission Liao2019-03-221-4/+4
| | | | | | | * Make utils.RoundEvent.ValidateNextRound non-blocking * Make NotifyHeight called blockingly * Trigger all height event handlers that should be triggered by initBlock * Fixup: forget the syncer part
* core: remove round from addDKG fuction (#501)Jimmy Hu2019-03-191-2/+2
|
* dkg: add reset field (#492)Mission Liao2019-03-171-13/+19
| | | | | | | | | | | | | | | | | | | | | | | | * Add Reset fields to DKG types * Fix crypto part after adding Reset field * Prohibit DKG messages with different resetCount * Add TODO * Add reset parameter to dkgProtocol constructor * Add TODO * Fix inconsist hash to prepare CRS * Add reset parameter when runnning DKG * Fix test for utils.RoundEvent * Add dummy test to prohibit DKG messages with unexpected reset count * Fix test.App
* core, syncer: integrate utils.RoundEvent (#490)Mission Liao2019-03-161-0/+29
|
* utils: add RoundEvent (#482)Mission Liao2019-03-131-0/+226
* Move core.roundBasedConfig to core/utils * Refine utils.RoundBasedConfig * Add utils.RoundEvent