Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: migrate to github.com/tangerine-network | Hao | 2019-09-17 | 1 | -1/+1 |
| | |||||
* | Update import path | Wei-Ning Huang | 2019-06-23 | 1 | -1/+1 |
| | |||||
* | core: reset DKG (#502) | Mission Liao | 2019-03-20 | 1 | -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 Liao | 2019-03-13 | 1 | -0/+112 |
* Move core.roundBasedConfig to core/utils * Refine utils.RoundBasedConfig * Add utils.RoundEvent |