aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/dkg
Commit message (Collapse)AuthorAgeFilesLines
* core/utils: Add Penalty checker and VerifyDKGComplaint (#393)Jimmy Hu2019-01-041-0/+5
| | | | | | | | | | * Add Util for checking penalty * Add VerifyDKGComplaints * Fixup and rename * Happy New Year!
* core: Add a `MPKReady` so `MasterPublicKey` cannot be added afterwards (#375)Jimmy Hu2018-12-192-0/+52
| | | | | | | | | | | | | | | | * Add type DKGReady * Add DKGReady to interface and state * DKG will wait for MPK to be ready before running * Modify test * Check if self's MPK is registered * Add test for delay add MPK * Rename Ready to MPKReady
* core: sync logger with dex (#325)Mission Liao2018-11-141-4/+4
|
* Rename repo to dexon-consensusWei-Ning Huang2018-11-022-18/+18
|
* core: Move dkg in types to types/dkg. (#253)Jimmy Hu2018-10-252-0/+442