aboutsummaryrefslogtreecommitdiffstats
path: root/core/utils/round-based-config.go
Commit message (Collapse)AuthorAgeFilesLines
* misc: migrate to github.com/tangerine-networkHao2019-09-171-1/+1
|
* Update import pathWei-Ning Huang2019-06-231-1/+1
|
* core: reset DKG (#502)Mission Liao2019-03-201-1/+1
| | | | | | | | | | | | | | * Allow utils.NodeSetCache to purge by rounds. * Purge utils.NodeSetCache when DKG reset. * Add a utils.RoundEvent handler to abort all previous running DKG * Fix test.App hangs in BlockDelivered when utils.RoundEvent is attached. ValidateNextRound is a blocking call and would block test.App.BlockDelivered.
* utils: add RoundEvent (#482)Mission Liao2019-03-131-0/+112
* Move core.roundBasedConfig to core/utils * Refine utils.RoundBasedConfig * Add utils.RoundEvent